1 | [ Sep 16 14:40:56 Enabled. ] | ||
2 | [ Sep 16 14:40:56 Rereading configuration. ] | ||
3 | [ Sep 16 14:40:57 Rereading configuration. ] | ||
4 | [ Sep 16 14:41:09 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 | + args=("--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + 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 | ||
24 | [ Sep 16 14:41:09 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.09.16 14:41:10.123035 [ 1 ] {} <Information> Application: Will watch for the process with pid 24748 | ||
30 | 2024.09.16 14:41:10.123582 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.09.16 14:41:10.363740 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24748 | ||
32 | 2024.09.16 14:41:10.364451 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.09.16 14:41:10.365143 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.09.16 14:41:10.451618 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.09.16 14:41:10.483462 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.09.16 14:41:10.483531 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.09.16 14:41:10.483569 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.09.16 14:41:10.483693 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.09.16 14:41:10.484135 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.09.16 14:41:10.485677 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
41 | Processing configuration file 'config.xml'. | ||
42 | There is no file 'config.xml', will use embedded config. | ||
43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
44 | 2024.09.16 14:41:10.486155 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.09.16 14:41:10.486958 [ 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) | ||
46 | 2024.09.16 14:41:10.486981 [ 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) | ||
47 | 2024.09.16 14:41:10.486994 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.09.16 14:41:10.487169 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.09.16 14:41:10.488152 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.09.16 14:41:10.494138 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.09.16 14:41:10.494886 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.09.16 14:41:10.496236 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.09.16 14:41:10.496302 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.09.16 14:41:10.497792 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
55 | Processing configuration file 'config.xml'. | ||
56 | There is no file 'config.xml', will use embedded config. | ||
57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
58 | 2024.09.16 14:41:10.498060 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.09.16 14:41:10.502258 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.09.16 14:41:10.502553 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.09.16 14:41:10.504166 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.09.16 14:41:10.504678 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.09.16 14:41:10.505104 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.09.16 14:41:10.505523 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.09.16 14:41:10.506961 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.09.16 14:41:10.506991 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.09.16 14:41:10.507047 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.09.16 14:41:10.507144 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.09.16 14:41:10.518637 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.09.16 14:41:10.518660 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147572 sec | ||
71 | 2024.09.16 14:41:10.518701 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.09.16 14:41:10.518714 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.09.16 14:41:10.519827 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.09.16 14:41:10.520849 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.09.16 14:41:10.520867 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.09.16 14:41:10.520904 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.09.16 14:41:10.520919 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.09.16 14:41:10.520931 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.09.16 14:41:10.520963 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.09.16 14:41:10.520975 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.09.16 14:41:10.520990 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.09.16 14:41:10.521019 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.09.16 14:41:10.521035 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.09.16 14:41:10.521049 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.09.16 14:41:10.521064 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.09.16 14:41:10.521097 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.09.16 14:41:10.521111 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.09.16 14:41:10.521124 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.09.16 14:41:10.521159 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.09.16 14:41:10.521175 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.09.16 14:41:10.556888 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.09.16 14:41:10.577946 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.09.16 14:41:10.577977 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4801e-05 sec | ||
94 | 2024.09.16 14:41:10.577993 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.09.16 14:41:10.578007 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.09.16 14:41:10.578037 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.09.16 14:41:10.578236 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.09.16 14:41:10.578286 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.09.16 14:41:10.578303 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.09.16 14:41:10.578317 [ 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). | ||
101 | 2024.09.16 14:41:10.578336 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.09.16 14:41:10.599023 [ 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) | ||
103 | 2024.09.16 14:41:10.791801 [ 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) | ||
104 | 2024.09.16 14:41:10.791865 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.09.16 14:41:10.881375 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.09.16 14:41:10.881600 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.10 MiB (RSS), difference: 147.23 MiB | ||
107 | 2024.09.16 14:41:10.882490 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3831e-05 sec. | ||
108 | 2024.09.16 14:41:10.882889 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.09.16 14:41:10.882953 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.09.16 14:41:10.883019 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.09.16 14:41:10.883040 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.09.16 14:41:12.093251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.09.16 14:41:12.093457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.09.16 14:41:12.093492 [ 3 ] {} <Debug> HTTP-Session: 1410d3a0-1a58-4c89-a2b4-e2df018ad9f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
115 | 2024.09.16 14:41:12.093524 [ 3 ] {} <Debug> HTTP-Session: 1410d3a0-1a58-4c89-a2b4-e2df018ad9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.09.16 14:41:12.093542 [ 3 ] {} <Debug> HTTP-Session: 1410d3a0-1a58-4c89-a2b4-e2df018ad9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.09.16 14:41:12.093626 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.09.16 14:41:12.093660 [ 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 | ||
119 | 2024.09.16 14:41:12.093681 [ 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 | ||
120 | 2024.09.16 14:41:12.093745 [ 3 ] {} <Trace> HTTP-Session: 1410d3a0-1a58-4c89-a2b4-e2df018ad9f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.09.16 14:41:12.094836 [ 3 ] {89160ab6-f42b-40a4-9d95-6d9e11ad52a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.09.16 14:41:12.126279 [ 3 ] {89160ab6-f42b-40a4-9d95-6d9e11ad52a0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52924) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
123 | |||
124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
126 | 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 | ||
127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
130 | 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 | ||
131 | 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 | ||
132 | 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 | ||
133 | 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 | ||
134 | 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 | ||
135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
137 | 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 | ||
138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
145 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
146 | |||
147 | 2024.09.16 14:41:12.126979 [ 3 ] {89160ab6-f42b-40a4-9d95-6d9e11ad52a0} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
148 | |||
149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
151 | 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 | ||
152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
155 | 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 | ||
156 | 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 | ||
157 | 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 | ||
158 | 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 | ||
159 | 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 | ||
160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
162 | 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 | ||
163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
171 | (version 23.8.7.1) | ||
172 | 2024.09.16 14:41:12.128336 [ 3 ] {} <Debug> HTTP-Session: 1410d3a0-1a58-4c89-a2b4-e2df018ad9f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.09.16 14:41:12.128807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.09.16 14:41:12.128878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.09.16 14:41:12.128902 [ 3 ] {} <Debug> HTTP-Session: a83df3e6-f899-4edc-ba3a-42a7dca2d5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
176 | 2024.09.16 14:41:12.128925 [ 3 ] {} <Debug> HTTP-Session: a83df3e6-f899-4edc-ba3a-42a7dca2d5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.09.16 14:41:12.128939 [ 3 ] {} <Debug> HTTP-Session: a83df3e6-f899-4edc-ba3a-42a7dca2d5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.09.16 14:41:12.128982 [ 3 ] {} <Trace> HTTP-Session: a83df3e6-f899-4edc-ba3a-42a7dca2d5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.09.16 14:41:12.129130 [ 3 ] {b7f8874e-31c8-465b-8765-f928225d9eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.09.16 14:41:12.129379 [ 3 ] {b7f8874e-31c8-465b-8765-f928225d9eb6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52924) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
184 | 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 | ||
185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
188 | 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 | ||
189 | 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 | ||
190 | 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 | ||
191 | 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 | ||
192 | 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 | ||
193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
195 | 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 | ||
196 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
203 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
204 | |||
205 | 2024.09.16 14:41:12.129486 [ 3 ] {b7f8874e-31c8-465b-8765-f928225d9eb6} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
206 | |||
207 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
208 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
209 | 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 | ||
210 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
212 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
213 | 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 | ||
214 | 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 | ||
215 | 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 | ||
216 | 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 | ||
217 | 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 | ||
218 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
219 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
220 | 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 | ||
221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
223 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
224 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
225 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
226 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
228 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
229 | (version 23.8.7.1) | ||
230 | 2024.09.16 14:41:12.129625 [ 3 ] {} <Debug> HTTP-Session: a83df3e6-f899-4edc-ba3a-42a7dca2d5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.09.16 14:41:12.131388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.09.16 14:41:12.131438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.09.16 14:41:12.131461 [ 3 ] {} <Debug> HTTP-Session: f39706ca-5762-4426-8a58-ca932be97979 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
234 | 2024.09.16 14:41:12.131479 [ 3 ] {} <Debug> HTTP-Session: f39706ca-5762-4426-8a58-ca932be97979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.09.16 14:41:12.131492 [ 3 ] {} <Debug> HTTP-Session: f39706ca-5762-4426-8a58-ca932be97979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.09.16 14:41:12.131524 [ 3 ] {} <Trace> HTTP-Session: f39706ca-5762-4426-8a58-ca932be97979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.09.16 14:41:12.133165 [ 3 ] {2ac041f0-4203-4a5a-ac01-073c6cbd2e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.09.16 14:41:12.133847 [ 3 ] {2ac041f0-4203-4a5a-ac01-073c6cbd2e9b} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.09.16 14:41:12.133877 [ 3 ] {} <Debug> HTTP-Session: f39706ca-5762-4426-8a58-ca932be97979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.09.16 14:41:12.134625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.09.16 14:41:12.134668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.09.16 14:41:12.134691 [ 3 ] {} <Debug> HTTP-Session: 09d16950-16ce-42d7-87f6-f91a24fd3c55 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
243 | 2024.09.16 14:41:12.134709 [ 3 ] {} <Debug> HTTP-Session: 09d16950-16ce-42d7-87f6-f91a24fd3c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.09.16 14:41:12.134722 [ 3 ] {} <Debug> HTTP-Session: 09d16950-16ce-42d7-87f6-f91a24fd3c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.09.16 14:41:12.134753 [ 3 ] {} <Trace> HTTP-Session: 09d16950-16ce-42d7-87f6-f91a24fd3c55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.09.16 14:41:12.134835 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.09.16 14:41:12.134926 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.09.16 14:41:12.138242 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.09.16 14:41:12.138291 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.0392e-05 sec | ||
250 | 2024.09.16 14:41:12.138318 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Trace> ReferentialDeps: No tables | ||
251 | 2024.09.16 14:41:12.138349 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Trace> LoadingDeps: No tables | ||
252 | 2024.09.16 14:41:12.138390 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.09.16 14:41:12.138620 [ 3 ] {432453fc-68b2-4488-b2b0-05f47ae11c79} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.09.16 14:41:12.138666 [ 3 ] {} <Debug> HTTP-Session: 09d16950-16ce-42d7-87f6-f91a24fd3c55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.09.16 14:41:12.138797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.09.16 14:41:12.138845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.09.16 14:41:12.138863 [ 3 ] {} <Debug> HTTP-Session: 37a3709c-cab5-4b52-8206-140cca7da7d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
258 | 2024.09.16 14:41:12.138883 [ 3 ] {} <Debug> HTTP-Session: 37a3709c-cab5-4b52-8206-140cca7da7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.09.16 14:41:12.138899 [ 3 ] {} <Debug> HTTP-Session: 37a3709c-cab5-4b52-8206-140cca7da7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.09.16 14:41:12.138928 [ 3 ] {} <Trace> HTTP-Session: 37a3709c-cab5-4b52-8206-140cca7da7d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.09.16 14:41:12.139067 [ 3 ] {d51a0be1-ea5d-4cb0-94ac-2bcf2ca845c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) /* The version table contains metadata about the `oximeter` database */ | ||
262 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
263 | 2024.09.16 14:41:12.139119 [ 3 ] {d51a0be1-ea5d-4cb0-94ac-2bcf2ca845c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.09.16 14:41:12.146569 [ 3 ] {d51a0be1-ea5d-4cb0-94ac-2bcf2ca845c5} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.09.16 14:41:12.148032 [ 3 ] {d51a0be1-ea5d-4cb0-94ac-2bcf2ca845c5} <Debug> oximeter.version (c66abb25-53c5-423c-ab23-67738d5b8b24): Loading data parts | ||
266 | 2024.09.16 14:41:12.148573 [ 3 ] {d51a0be1-ea5d-4cb0-94ac-2bcf2ca845c5} <Debug> oximeter.version (c66abb25-53c5-423c-ab23-67738d5b8b24): There are no data parts | ||
267 | 2024.09.16 14:41:12.151143 [ 3 ] {d51a0be1-ea5d-4cb0-94ac-2bcf2ca845c5} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.09.16 14:41:12.151176 [ 3 ] {} <Debug> HTTP-Session: 37a3709c-cab5-4b52-8206-140cca7da7d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.09.16 14:41:12.151291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.09.16 14:41:12.151344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.09.16 14:41:12.151367 [ 3 ] {} <Debug> HTTP-Session: 9cc143e7-94d9-4c6a-a843-d1eac03f6b20 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
272 | 2024.09.16 14:41:12.151384 [ 3 ] {} <Debug> HTTP-Session: 9cc143e7-94d9-4c6a-a843-d1eac03f6b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.09.16 14:41:12.151403 [ 3 ] {} <Debug> HTTP-Session: 9cc143e7-94d9-4c6a-a843-d1eac03f6b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.09.16 14:41:12.151435 [ 3 ] {} <Trace> HTTP-Session: 9cc143e7-94d9-4c6a-a843-d1eac03f6b20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.09.16 14:41:12.151634 [ 3 ] {2512cd14-e3fb-4c94-989f-24553bd14903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) /* The measurement tables contain all individual samples from each timeseries. | ||
276 | * | ||
277 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
278 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
279 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
280 | * by all samples from the same timeseries. | ||
281 | * | ||
282 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
283 | * and then uses that to index quickly into the measurements tables. | ||
284 | */ | ||
285 | 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) | ||
286 | 2024.09.16 14:41:12.151693 [ 3 ] {2512cd14-e3fb-4c94-989f-24553bd14903} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.09.16 14:41:12.158418 [ 3 ] {2512cd14-e3fb-4c94-989f-24553bd14903} <Debug> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Loading data parts | ||
288 | 2024.09.16 14:41:12.158650 [ 3 ] {2512cd14-e3fb-4c94-989f-24553bd14903} <Debug> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): There are no data parts | ||
289 | 2024.09.16 14:41:12.160180 [ 3 ] {2512cd14-e3fb-4c94-989f-24553bd14903} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.09.16 14:41:12.160211 [ 3 ] {} <Debug> HTTP-Session: 9cc143e7-94d9-4c6a-a843-d1eac03f6b20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.09.16 14:41:12.160321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.09.16 14:41:12.160373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.09.16 14:41:12.160396 [ 3 ] {} <Debug> HTTP-Session: 009455d9-1c4f-4f9e-b041-1bf5b706703a Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
294 | 2024.09.16 14:41:12.160415 [ 3 ] {} <Debug> HTTP-Session: 009455d9-1c4f-4f9e-b041-1bf5b706703a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.09.16 14:41:12.160428 [ 3 ] {} <Debug> HTTP-Session: 009455d9-1c4f-4f9e-b041-1bf5b706703a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.09.16 14:41:12.160460 [ 3 ] {} <Trace> HTTP-Session: 009455d9-1c4f-4f9e-b041-1bf5b706703a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.09.16 14:41:12.160638 [ 3 ] {eee02f55-7207-4abe-b2fb-54f8917f2d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
298 | 2024.09.16 14:41:12.160686 [ 3 ] {eee02f55-7207-4abe-b2fb-54f8917f2d81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.09.16 14:41:12.162561 [ 3 ] {eee02f55-7207-4abe-b2fb-54f8917f2d81} <Debug> oximeter.measurements_i8 (d5d514e7-81b1-4799-b9b4-50e179a76d99): Loading data parts | ||
300 | 2024.09.16 14:41:12.162727 [ 3 ] {eee02f55-7207-4abe-b2fb-54f8917f2d81} <Debug> oximeter.measurements_i8 (d5d514e7-81b1-4799-b9b4-50e179a76d99): There are no data parts | ||
301 | 2024.09.16 14:41:12.164033 [ 3 ] {eee02f55-7207-4abe-b2fb-54f8917f2d81} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.09.16 14:41:12.164064 [ 3 ] {} <Debug> HTTP-Session: 009455d9-1c4f-4f9e-b041-1bf5b706703a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.09.16 14:41:12.164180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.09.16 14:41:12.164232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.09.16 14:41:12.164254 [ 3 ] {} <Debug> HTTP-Session: c51059da-e6ae-44b1-bd28-1c8df929fd1a Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
306 | 2024.09.16 14:41:12.164273 [ 3 ] {} <Debug> HTTP-Session: c51059da-e6ae-44b1-bd28-1c8df929fd1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.09.16 14:41:12.164286 [ 3 ] {} <Debug> HTTP-Session: c51059da-e6ae-44b1-bd28-1c8df929fd1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.09.16 14:41:12.164318 [ 3 ] {} <Trace> HTTP-Session: c51059da-e6ae-44b1-bd28-1c8df929fd1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.09.16 14:41:12.164492 [ 3 ] {4d869b42-cc32-40a9-8aa9-626d64edd006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
310 | 2024.09.16 14:41:12.164539 [ 3 ] {4d869b42-cc32-40a9-8aa9-626d64edd006} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.09.16 14:41:12.166410 [ 3 ] {4d869b42-cc32-40a9-8aa9-626d64edd006} <Debug> oximeter.measurements_u8 (e8310fb5-6d4d-42e6-9539-37398c903191): Loading data parts | ||
312 | 2024.09.16 14:41:12.166654 [ 3 ] {4d869b42-cc32-40a9-8aa9-626d64edd006} <Debug> oximeter.measurements_u8 (e8310fb5-6d4d-42e6-9539-37398c903191): There are no data parts | ||
313 | 2024.09.16 14:41:12.167959 [ 3 ] {4d869b42-cc32-40a9-8aa9-626d64edd006} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.09.16 14:41:12.167993 [ 3 ] {} <Debug> HTTP-Session: c51059da-e6ae-44b1-bd28-1c8df929fd1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.09.16 14:41:12.168116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.09.16 14:41:12.168164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.09.16 14:41:12.168188 [ 3 ] {} <Debug> HTTP-Session: 0216b1ef-001c-418c-a6e5-ce8b7d47e17d Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
318 | 2024.09.16 14:41:12.168207 [ 3 ] {} <Debug> HTTP-Session: 0216b1ef-001c-418c-a6e5-ce8b7d47e17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.09.16 14:41:12.168220 [ 3 ] {} <Debug> HTTP-Session: 0216b1ef-001c-418c-a6e5-ce8b7d47e17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.09.16 14:41:12.168253 [ 3 ] {} <Trace> HTTP-Session: 0216b1ef-001c-418c-a6e5-ce8b7d47e17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.09.16 14:41:12.168430 [ 3 ] {73f5779a-40e6-41e7-bca0-4990b39171d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
322 | 2024.09.16 14:41:12.168485 [ 3 ] {73f5779a-40e6-41e7-bca0-4990b39171d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.09.16 14:41:12.170421 [ 3 ] {73f5779a-40e6-41e7-bca0-4990b39171d5} <Debug> oximeter.measurements_i16 (4567fecd-3c0a-48e4-aa46-9ff919daaa2b): Loading data parts | ||
324 | 2024.09.16 14:41:12.170559 [ 3 ] {73f5779a-40e6-41e7-bca0-4990b39171d5} <Debug> oximeter.measurements_i16 (4567fecd-3c0a-48e4-aa46-9ff919daaa2b): There are no data parts | ||
325 | 2024.09.16 14:41:12.171871 [ 3 ] {73f5779a-40e6-41e7-bca0-4990b39171d5} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.09.16 14:41:12.171896 [ 3 ] {} <Debug> HTTP-Session: 0216b1ef-001c-418c-a6e5-ce8b7d47e17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.09.16 14:41:12.172004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.09.16 14:41:12.172059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.09.16 14:41:12.172077 [ 3 ] {} <Debug> HTTP-Session: 799ac943-7904-4bbe-bc26-0ddd80c5c052 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
330 | 2024.09.16 14:41:12.172097 [ 3 ] {} <Debug> HTTP-Session: 799ac943-7904-4bbe-bc26-0ddd80c5c052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.09.16 14:41:12.172110 [ 3 ] {} <Debug> HTTP-Session: 799ac943-7904-4bbe-bc26-0ddd80c5c052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.09.16 14:41:12.172142 [ 3 ] {} <Trace> HTTP-Session: 799ac943-7904-4bbe-bc26-0ddd80c5c052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.09.16 14:41:12.172317 [ 3 ] {575835b2-a032-4905-bc9e-e338dd3831ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
334 | 2024.09.16 14:41:12.172368 [ 3 ] {575835b2-a032-4905-bc9e-e338dd3831ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.09.16 14:41:12.174345 [ 3 ] {575835b2-a032-4905-bc9e-e338dd3831ad} <Debug> oximeter.measurements_u16 (801ef675-671e-436c-910e-70d4a1997010): Loading data parts | ||
336 | 2024.09.16 14:41:12.174478 [ 3 ] {575835b2-a032-4905-bc9e-e338dd3831ad} <Debug> oximeter.measurements_u16 (801ef675-671e-436c-910e-70d4a1997010): There are no data parts | ||
337 | 2024.09.16 14:41:12.175808 [ 3 ] {575835b2-a032-4905-bc9e-e338dd3831ad} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.09.16 14:41:12.175840 [ 3 ] {} <Debug> HTTP-Session: 799ac943-7904-4bbe-bc26-0ddd80c5c052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.09.16 14:41:12.175951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.09.16 14:41:12.176002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.09.16 14:41:12.176020 [ 3 ] {} <Debug> HTTP-Session: a2292e29-7757-4dcb-83d3-92d566d931e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
342 | 2024.09.16 14:41:12.176040 [ 3 ] {} <Debug> HTTP-Session: a2292e29-7757-4dcb-83d3-92d566d931e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.09.16 14:41:12.176054 [ 3 ] {} <Debug> HTTP-Session: a2292e29-7757-4dcb-83d3-92d566d931e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.09.16 14:41:12.176086 [ 3 ] {} <Trace> HTTP-Session: a2292e29-7757-4dcb-83d3-92d566d931e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.09.16 14:41:12.176262 [ 3 ] {8a23f218-1d04-4eb3-8ac4-d969063fba83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
346 | 2024.09.16 14:41:12.176313 [ 3 ] {8a23f218-1d04-4eb3-8ac4-d969063fba83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.09.16 14:41:12.178258 [ 3 ] {8a23f218-1d04-4eb3-8ac4-d969063fba83} <Debug> oximeter.measurements_i32 (ccc7ff0d-7238-4d5a-a5de-43b96e60a913): Loading data parts | ||
348 | 2024.09.16 14:41:12.178385 [ 3 ] {8a23f218-1d04-4eb3-8ac4-d969063fba83} <Debug> oximeter.measurements_i32 (ccc7ff0d-7238-4d5a-a5de-43b96e60a913): There are no data parts | ||
349 | 2024.09.16 14:41:12.179704 [ 3 ] {8a23f218-1d04-4eb3-8ac4-d969063fba83} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.09.16 14:41:12.179729 [ 3 ] {} <Debug> HTTP-Session: a2292e29-7757-4dcb-83d3-92d566d931e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.09.16 14:41:12.179847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.09.16 14:41:12.179897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.09.16 14:41:12.179916 [ 3 ] {} <Debug> HTTP-Session: dd3866cf-6f5d-4c44-8869-cd8e947880cb Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
354 | 2024.09.16 14:41:12.179938 [ 3 ] {} <Debug> HTTP-Session: dd3866cf-6f5d-4c44-8869-cd8e947880cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.09.16 14:41:12.179956 [ 3 ] {} <Debug> HTTP-Session: dd3866cf-6f5d-4c44-8869-cd8e947880cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.09.16 14:41:12.179984 [ 3 ] {} <Trace> HTTP-Session: dd3866cf-6f5d-4c44-8869-cd8e947880cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.09.16 14:41:12.180167 [ 3 ] {dbc552c9-3837-44ad-8a7d-a84654187bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
358 | 2024.09.16 14:41:12.180219 [ 3 ] {dbc552c9-3837-44ad-8a7d-a84654187bd5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.09.16 14:41:12.182138 [ 3 ] {dbc552c9-3837-44ad-8a7d-a84654187bd5} <Debug> oximeter.measurements_u32 (a7e1a06d-9420-4f27-9896-5b346d84d05c): Loading data parts | ||
360 | 2024.09.16 14:41:12.182264 [ 3 ] {dbc552c9-3837-44ad-8a7d-a84654187bd5} <Debug> oximeter.measurements_u32 (a7e1a06d-9420-4f27-9896-5b346d84d05c): There are no data parts | ||
361 | 2024.09.16 14:41:12.183588 [ 3 ] {dbc552c9-3837-44ad-8a7d-a84654187bd5} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.09.16 14:41:12.183612 [ 3 ] {} <Debug> HTTP-Session: dd3866cf-6f5d-4c44-8869-cd8e947880cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.09.16 14:41:12.183740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.09.16 14:41:12.183809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.09.16 14:41:12.183827 [ 3 ] {} <Debug> HTTP-Session: 50bb0ad5-f59d-4a78-8e12-ef6f24d1b9a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
366 | 2024.09.16 14:41:12.183847 [ 3 ] {} <Debug> HTTP-Session: 50bb0ad5-f59d-4a78-8e12-ef6f24d1b9a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.09.16 14:41:12.183865 [ 3 ] {} <Debug> HTTP-Session: 50bb0ad5-f59d-4a78-8e12-ef6f24d1b9a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.09.16 14:41:12.183893 [ 3 ] {} <Trace> HTTP-Session: 50bb0ad5-f59d-4a78-8e12-ef6f24d1b9a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.09.16 14:41:12.184069 [ 3 ] {fa98ea8f-37ad-4bdb-a973-d45b596e40cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
370 | 2024.09.16 14:41:12.184121 [ 3 ] {fa98ea8f-37ad-4bdb-a973-d45b596e40cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.09.16 14:41:12.185978 [ 3 ] {fa98ea8f-37ad-4bdb-a973-d45b596e40cb} <Debug> oximeter.measurements_i64 (5d0698f8-7d16-47c0-a951-29be4dbc7ae6): Loading data parts | ||
372 | 2024.09.16 14:41:12.186106 [ 3 ] {fa98ea8f-37ad-4bdb-a973-d45b596e40cb} <Debug> oximeter.measurements_i64 (5d0698f8-7d16-47c0-a951-29be4dbc7ae6): There are no data parts | ||
373 | 2024.09.16 14:41:12.187398 [ 3 ] {fa98ea8f-37ad-4bdb-a973-d45b596e40cb} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.09.16 14:41:12.187422 [ 3 ] {} <Debug> HTTP-Session: 50bb0ad5-f59d-4a78-8e12-ef6f24d1b9a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.09.16 14:41:12.187535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.09.16 14:41:12.187585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.09.16 14:41:12.187604 [ 3 ] {} <Debug> HTTP-Session: e2eb6cdb-3d48-4f7b-bf60-8b1525b1789a Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
378 | 2024.09.16 14:41:12.187625 [ 3 ] {} <Debug> HTTP-Session: e2eb6cdb-3d48-4f7b-bf60-8b1525b1789a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.09.16 14:41:12.187641 [ 3 ] {} <Debug> HTTP-Session: e2eb6cdb-3d48-4f7b-bf60-8b1525b1789a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.09.16 14:41:12.187671 [ 3 ] {} <Trace> HTTP-Session: e2eb6cdb-3d48-4f7b-bf60-8b1525b1789a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.09.16 14:41:12.187845 [ 3 ] {2df92864-8373-4b36-a673-9ec12f5596e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
382 | 2024.09.16 14:41:12.187897 [ 3 ] {2df92864-8373-4b36-a673-9ec12f5596e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.09.16 14:41:12.189764 [ 3 ] {2df92864-8373-4b36-a673-9ec12f5596e8} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Loading data parts | ||
384 | 2024.09.16 14:41:12.189886 [ 3 ] {2df92864-8373-4b36-a673-9ec12f5596e8} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): There are no data parts | ||
385 | 2024.09.16 14:41:12.191277 [ 3 ] {2df92864-8373-4b36-a673-9ec12f5596e8} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.09.16 14:41:12.191302 [ 3 ] {} <Debug> HTTP-Session: e2eb6cdb-3d48-4f7b-bf60-8b1525b1789a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.09.16 14:41:12.191426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.09.16 14:41:12.191477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.09.16 14:41:12.191496 [ 3 ] {} <Debug> HTTP-Session: 2d6d4eed-510e-42c6-95a8-855d87fee257 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
390 | 2024.09.16 14:41:12.191515 [ 3 ] {} <Debug> HTTP-Session: 2d6d4eed-510e-42c6-95a8-855d87fee257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.09.16 14:41:12.191533 [ 3 ] {} <Debug> HTTP-Session: 2d6d4eed-510e-42c6-95a8-855d87fee257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.09.16 14:41:12.191562 [ 3 ] {} <Trace> HTTP-Session: 2d6d4eed-510e-42c6-95a8-855d87fee257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.09.16 14:41:12.191738 [ 3 ] {a643ca6d-6540-43ba-83aa-4dc02bfd7919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
394 | 2024.09.16 14:41:12.191789 [ 3 ] {a643ca6d-6540-43ba-83aa-4dc02bfd7919} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.09.16 14:41:12.193663 [ 3 ] {a643ca6d-6540-43ba-83aa-4dc02bfd7919} <Debug> oximeter.measurements_f32 (c14a5251-53d8-4970-b2fd-9f582eb2baf9): Loading data parts | ||
396 | 2024.09.16 14:41:12.193793 [ 3 ] {a643ca6d-6540-43ba-83aa-4dc02bfd7919} <Debug> oximeter.measurements_f32 (c14a5251-53d8-4970-b2fd-9f582eb2baf9): There are no data parts | ||
397 | 2024.09.16 14:41:12.195165 [ 3 ] {a643ca6d-6540-43ba-83aa-4dc02bfd7919} <Debug> DynamicQueryHandler: Done processing query | ||
398 | 2024.09.16 14:41:12.195191 [ 3 ] {} <Debug> HTTP-Session: 2d6d4eed-510e-42c6-95a8-855d87fee257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
399 | 2024.09.16 14:41:12.195302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
400 | 2024.09.16 14:41:12.195351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
401 | 2024.09.16 14:41:12.195369 [ 3 ] {} <Debug> HTTP-Session: b7861b90-0d5d-40bd-b128-3634d15a7bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
402 | 2024.09.16 14:41:12.195391 [ 3 ] {} <Debug> HTTP-Session: b7861b90-0d5d-40bd-b128-3634d15a7bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.09.16 14:41:12.195408 [ 3 ] {} <Debug> HTTP-Session: b7861b90-0d5d-40bd-b128-3634d15a7bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.09.16 14:41:12.195437 [ 3 ] {} <Trace> HTTP-Session: b7861b90-0d5d-40bd-b128-3634d15a7bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2024.09.16 14:41:12.195611 [ 3 ] {c9e4c121-86a4-42e6-aa76-7b45907dd698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
406 | 2024.09.16 14:41:12.195664 [ 3 ] {c9e4c121-86a4-42e6-aa76-7b45907dd698} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
407 | 2024.09.16 14:41:12.197523 [ 3 ] {c9e4c121-86a4-42e6-aa76-7b45907dd698} <Debug> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Loading data parts | ||
408 | 2024.09.16 14:41:12.197645 [ 3 ] {c9e4c121-86a4-42e6-aa76-7b45907dd698} <Debug> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): There are no data parts | ||
409 | 2024.09.16 14:41:12.198945 [ 3 ] {c9e4c121-86a4-42e6-aa76-7b45907dd698} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2024.09.16 14:41:12.198970 [ 3 ] {} <Debug> HTTP-Session: b7861b90-0d5d-40bd-b128-3634d15a7bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.09.16 14:41:12.199093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
412 | 2024.09.16 14:41:12.199146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
413 | 2024.09.16 14:41:12.199169 [ 3 ] {} <Debug> HTTP-Session: 774ff564-984b-42ba-b4f6-eb789a95ad42 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
414 | 2024.09.16 14:41:12.199185 [ 3 ] {} <Debug> HTTP-Session: 774ff564-984b-42ba-b4f6-eb789a95ad42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.09.16 14:41:12.199202 [ 3 ] {} <Debug> HTTP-Session: 774ff564-984b-42ba-b4f6-eb789a95ad42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.09.16 14:41:12.199234 [ 3 ] {} <Trace> HTTP-Session: 774ff564-984b-42ba-b4f6-eb789a95ad42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2024.09.16 14:41:12.199402 [ 3 ] {fda32806-28a5-4af6-beed-8988917a40a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
418 | 2024.09.16 14:41:12.199455 [ 3 ] {fda32806-28a5-4af6-beed-8988917a40a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
419 | 2024.09.16 14:41:12.201335 [ 3 ] {fda32806-28a5-4af6-beed-8988917a40a8} <Debug> oximeter.measurements_string (a0782d23-90d2-497b-bd66-060f866d1a5d): Loading data parts | ||
420 | 2024.09.16 14:41:12.201454 [ 3 ] {fda32806-28a5-4af6-beed-8988917a40a8} <Debug> oximeter.measurements_string (a0782d23-90d2-497b-bd66-060f866d1a5d): There are no data parts | ||
421 | 2024.09.16 14:41:12.202768 [ 3 ] {fda32806-28a5-4af6-beed-8988917a40a8} <Debug> DynamicQueryHandler: Done processing query | ||
422 | 2024.09.16 14:41:12.202793 [ 3 ] {} <Debug> HTTP-Session: 774ff564-984b-42ba-b4f6-eb789a95ad42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
423 | 2024.09.16 14:41:12.202914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2024.09.16 14:41:12.202964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
425 | 2024.09.16 14:41:12.202988 [ 3 ] {} <Debug> HTTP-Session: aed1421e-71b4-4379-b69b-781a9fc58ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
426 | 2024.09.16 14:41:12.203003 [ 3 ] {} <Debug> HTTP-Session: aed1421e-71b4-4379-b69b-781a9fc58ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.09.16 14:41:12.203020 [ 3 ] {} <Debug> HTTP-Session: aed1421e-71b4-4379-b69b-781a9fc58ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.09.16 14:41:12.203053 [ 3 ] {} <Trace> HTTP-Session: aed1421e-71b4-4379-b69b-781a9fc58ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2024.09.16 14:41:12.203227 [ 3 ] {61df1c8f-b02f-49dc-9447-61ef599df8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
430 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
431 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
432 | * a string isn't palatable for a few reasons. | ||
433 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
434 | * details. | ||
435 | */ | ||
436 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
437 | 2024.09.16 14:41:12.203280 [ 3 ] {61df1c8f-b02f-49dc-9447-61ef599df8ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
438 | 2024.09.16 14:41:12.205122 [ 3 ] {61df1c8f-b02f-49dc-9447-61ef599df8ed} <Debug> oximeter.measurements_bytes (7c98f649-2142-4fa9-8627-2658963cd99d): Loading data parts | ||
439 | 2024.09.16 14:41:12.205250 [ 3 ] {61df1c8f-b02f-49dc-9447-61ef599df8ed} <Debug> oximeter.measurements_bytes (7c98f649-2142-4fa9-8627-2658963cd99d): There are no data parts | ||
440 | 2024.09.16 14:41:12.206545 [ 3 ] {61df1c8f-b02f-49dc-9447-61ef599df8ed} <Debug> DynamicQueryHandler: Done processing query | ||
441 | 2024.09.16 14:41:12.206578 [ 3 ] {} <Debug> HTTP-Session: aed1421e-71b4-4379-b69b-781a9fc58ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.09.16 14:41:12.206685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
443 | 2024.09.16 14:41:12.206736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
444 | 2024.09.16 14:41:12.206759 [ 3 ] {} <Debug> HTTP-Session: 0dfde5bc-fbb1-41be-9c11-2452691d7483 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
445 | 2024.09.16 14:41:12.206778 [ 3 ] {} <Debug> HTTP-Session: 0dfde5bc-fbb1-41be-9c11-2452691d7483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
446 | 2024.09.16 14:41:12.206791 [ 3 ] {} <Debug> HTTP-Session: 0dfde5bc-fbb1-41be-9c11-2452691d7483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.09.16 14:41:12.206825 [ 3 ] {} <Trace> HTTP-Session: 0dfde5bc-fbb1-41be-9c11-2452691d7483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
448 | 2024.09.16 14:41:12.207010 [ 3 ] {6809c68e-5624-4f52-b181-d6cef617672e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
449 | 2024.09.16 14:41:12.207065 [ 3 ] {6809c68e-5624-4f52-b181-d6cef617672e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
450 | 2024.09.16 14:41:12.208969 [ 3 ] {6809c68e-5624-4f52-b181-d6cef617672e} <Debug> oximeter.measurements_cumulativei64 (5c0c47b8-9377-4a05-be39-b69870db8b52): Loading data parts | ||
451 | 2024.09.16 14:41:12.209094 [ 3 ] {6809c68e-5624-4f52-b181-d6cef617672e} <Debug> oximeter.measurements_cumulativei64 (5c0c47b8-9377-4a05-be39-b69870db8b52): There are no data parts | ||
452 | 2024.09.16 14:41:12.210410 [ 3 ] {6809c68e-5624-4f52-b181-d6cef617672e} <Debug> DynamicQueryHandler: Done processing query | ||
453 | 2024.09.16 14:41:12.210435 [ 3 ] {} <Debug> HTTP-Session: 0dfde5bc-fbb1-41be-9c11-2452691d7483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
454 | 2024.09.16 14:41:12.210548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
455 | 2024.09.16 14:41:12.210599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
456 | 2024.09.16 14:41:12.210617 [ 3 ] {} <Debug> HTTP-Session: c9ec8d3e-9d45-4272-b2c2-a84a139ec917 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
457 | 2024.09.16 14:41:12.210638 [ 3 ] {} <Debug> HTTP-Session: c9ec8d3e-9d45-4272-b2c2-a84a139ec917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.09.16 14:41:12.210657 [ 3 ] {} <Debug> HTTP-Session: c9ec8d3e-9d45-4272-b2c2-a84a139ec917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.09.16 14:41:12.210686 [ 3 ] {} <Trace> HTTP-Session: c9ec8d3e-9d45-4272-b2c2-a84a139ec917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2024.09.16 14:41:12.210873 [ 3 ] {6db3b53c-7e2b-4c2a-b55c-bbe78d871393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
461 | 2024.09.16 14:41:12.210928 [ 3 ] {6db3b53c-7e2b-4c2a-b55c-bbe78d871393} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2024.09.16 14:41:12.212489 [ 3 ] {6db3b53c-7e2b-4c2a-b55c-bbe78d871393} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Loading data parts | ||
463 | 2024.09.16 14:41:12.212608 [ 3 ] {6db3b53c-7e2b-4c2a-b55c-bbe78d871393} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): There are no data parts | ||
464 | 2024.09.16 14:41:12.213892 [ 3 ] {6db3b53c-7e2b-4c2a-b55c-bbe78d871393} <Debug> DynamicQueryHandler: Done processing query | ||
465 | 2024.09.16 14:41:12.213925 [ 3 ] {} <Debug> HTTP-Session: c9ec8d3e-9d45-4272-b2c2-a84a139ec917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
466 | 2024.09.16 14:41:12.214043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
467 | 2024.09.16 14:41:12.214094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
468 | 2024.09.16 14:41:12.214117 [ 3 ] {} <Debug> HTTP-Session: 8f5a512e-9eda-4a10-ac4b-5a506e84d5ec Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
469 | 2024.09.16 14:41:12.214134 [ 3 ] {} <Debug> HTTP-Session: 8f5a512e-9eda-4a10-ac4b-5a506e84d5ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.09.16 14:41:12.214152 [ 3 ] {} <Debug> HTTP-Session: 8f5a512e-9eda-4a10-ac4b-5a506e84d5ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.09.16 14:41:12.214185 [ 3 ] {} <Trace> HTTP-Session: 8f5a512e-9eda-4a10-ac4b-5a506e84d5ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2024.09.16 14:41:12.214365 [ 3 ] {04d00b6f-08b9-4639-bc2d-338137c0d748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
473 | 2024.09.16 14:41:12.214420 [ 3 ] {04d00b6f-08b9-4639-bc2d-338137c0d748} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
474 | 2024.09.16 14:41:12.215989 [ 3 ] {04d00b6f-08b9-4639-bc2d-338137c0d748} <Debug> oximeter.measurements_cumulativef32 (3ef8712b-a6b8-4728-b08c-29c6f436ba6e): Loading data parts | ||
475 | 2024.09.16 14:41:12.216115 [ 3 ] {04d00b6f-08b9-4639-bc2d-338137c0d748} <Debug> oximeter.measurements_cumulativef32 (3ef8712b-a6b8-4728-b08c-29c6f436ba6e): There are no data parts | ||
476 | 2024.09.16 14:41:12.217409 [ 3 ] {04d00b6f-08b9-4639-bc2d-338137c0d748} <Debug> DynamicQueryHandler: Done processing query | ||
477 | 2024.09.16 14:41:12.217441 [ 3 ] {} <Debug> HTTP-Session: 8f5a512e-9eda-4a10-ac4b-5a506e84d5ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2024.09.16 14:41:12.217567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
479 | 2024.09.16 14:41:12.217612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
480 | 2024.09.16 14:41:12.217637 [ 3 ] {} <Debug> HTTP-Session: 6937d895-611e-4163-bc6d-eba748e6d0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
481 | 2024.09.16 14:41:12.217656 [ 3 ] {} <Debug> HTTP-Session: 6937d895-611e-4163-bc6d-eba748e6d0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.09.16 14:41:12.217670 [ 3 ] {} <Debug> HTTP-Session: 6937d895-611e-4163-bc6d-eba748e6d0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.09.16 14:41:12.217703 [ 3 ] {} <Trace> HTTP-Session: 6937d895-611e-4163-bc6d-eba748e6d0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
484 | 2024.09.16 14:41:12.217897 [ 3 ] {09d86ce8-5b94-4ad5-9615-eb2f51327e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
485 | 2024.09.16 14:41:12.217956 [ 3 ] {09d86ce8-5b94-4ad5-9615-eb2f51327e4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
486 | 2024.09.16 14:41:12.219575 [ 3 ] {09d86ce8-5b94-4ad5-9615-eb2f51327e4e} <Debug> oximeter.measurements_cumulativef64 (d78461b5-edf7-46e1-bdb6-93d3b2f69bce): Loading data parts | ||
487 | 2024.09.16 14:41:12.219765 [ 3 ] {09d86ce8-5b94-4ad5-9615-eb2f51327e4e} <Debug> oximeter.measurements_cumulativef64 (d78461b5-edf7-46e1-bdb6-93d3b2f69bce): There are no data parts | ||
488 | 2024.09.16 14:41:12.221039 [ 3 ] {09d86ce8-5b94-4ad5-9615-eb2f51327e4e} <Debug> DynamicQueryHandler: Done processing query | ||
489 | 2024.09.16 14:41:12.221064 [ 3 ] {} <Debug> HTTP-Session: 6937d895-611e-4163-bc6d-eba748e6d0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
490 | 2024.09.16 14:41:12.221183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
491 | 2024.09.16 14:41:12.221235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
492 | 2024.09.16 14:41:12.221254 [ 3 ] {} <Debug> HTTP-Session: 934d2db8-9de3-49b5-8c5f-102fbe7adab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
493 | 2024.09.16 14:41:12.221276 [ 3 ] {} <Debug> HTTP-Session: 934d2db8-9de3-49b5-8c5f-102fbe7adab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.09.16 14:41:12.221294 [ 3 ] {} <Debug> HTTP-Session: 934d2db8-9de3-49b5-8c5f-102fbe7adab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.09.16 14:41:12.221323 [ 3 ] {} <Trace> HTTP-Session: 934d2db8-9de3-49b5-8c5f-102fbe7adab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
496 | 2024.09.16 14:41:12.221580 [ 3 ] {8b66a8d3-c542-4c82-91b2-b3ed9fe30114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
497 | * NOTE: Array types cannot be Nullable, see | ||
498 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
499 | * for more details. | ||
500 | * | ||
501 | * This means we need to use empty arrays to indicate a missing value. This | ||
502 | * is unfortunate, and at this point relies on the fact that an | ||
503 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
504 | * to figure out another way to represent missing samples here. | ||
505 | */ | ||
506 | 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) | ||
507 | 2024.09.16 14:41:12.221643 [ 3 ] {8b66a8d3-c542-4c82-91b2-b3ed9fe30114} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
508 | 2024.09.16 14:41:12.223557 [ 3 ] {8b66a8d3-c542-4c82-91b2-b3ed9fe30114} <Debug> oximeter.measurements_histogrami8 (e0719409-3d44-4f33-9ed6-552f0b59ff95): Loading data parts | ||
509 | 2024.09.16 14:41:12.223756 [ 3 ] {8b66a8d3-c542-4c82-91b2-b3ed9fe30114} <Debug> oximeter.measurements_histogrami8 (e0719409-3d44-4f33-9ed6-552f0b59ff95): There are no data parts | ||
510 | 2024.09.16 14:41:12.225118 [ 3 ] {8b66a8d3-c542-4c82-91b2-b3ed9fe30114} <Debug> DynamicQueryHandler: Done processing query | ||
511 | 2024.09.16 14:41:12.225145 [ 3 ] {} <Debug> HTTP-Session: 934d2db8-9de3-49b5-8c5f-102fbe7adab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.09.16 14:41:12.225267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
513 | 2024.09.16 14:41:12.225321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
514 | 2024.09.16 14:41:12.225339 [ 3 ] {} <Debug> HTTP-Session: 4704551f-03c1-435f-b0c5-77459a067203 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
515 | 2024.09.16 14:41:12.225361 [ 3 ] {} <Debug> HTTP-Session: 4704551f-03c1-435f-b0c5-77459a067203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2024.09.16 14:41:12.225379 [ 3 ] {} <Debug> HTTP-Session: 4704551f-03c1-435f-b0c5-77459a067203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.09.16 14:41:12.225409 [ 3 ] {} <Trace> HTTP-Session: 4704551f-03c1-435f-b0c5-77459a067203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2024.09.16 14:41:12.225661 [ 3 ] {9588060a-aa7d-4f26-b7ea-d1c776f015d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
519 | 2024.09.16 14:41:12.225724 [ 3 ] {9588060a-aa7d-4f26-b7ea-d1c776f015d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
520 | 2024.09.16 14:41:12.227582 [ 3 ] {9588060a-aa7d-4f26-b7ea-d1c776f015d9} <Debug> oximeter.measurements_histogramu8 (8566b126-15e8-4a3d-a576-d68ceb2f30e4): Loading data parts | ||
521 | 2024.09.16 14:41:12.227772 [ 3 ] {9588060a-aa7d-4f26-b7ea-d1c776f015d9} <Debug> oximeter.measurements_histogramu8 (8566b126-15e8-4a3d-a576-d68ceb2f30e4): There are no data parts | ||
522 | 2024.09.16 14:41:12.229139 [ 3 ] {9588060a-aa7d-4f26-b7ea-d1c776f015d9} <Debug> DynamicQueryHandler: Done processing query | ||
523 | 2024.09.16 14:41:12.229165 [ 3 ] {} <Debug> HTTP-Session: 4704551f-03c1-435f-b0c5-77459a067203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
524 | 2024.09.16 14:41:12.229274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
525 | 2024.09.16 14:41:12.229327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
526 | 2024.09.16 14:41:12.229346 [ 3 ] {} <Debug> HTTP-Session: dda1f464-1920-4990-9705-191a8eb2ab08 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
527 | 2024.09.16 14:41:12.229369 [ 3 ] {} <Debug> HTTP-Session: dda1f464-1920-4990-9705-191a8eb2ab08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.09.16 14:41:12.229386 [ 3 ] {} <Debug> HTTP-Session: dda1f464-1920-4990-9705-191a8eb2ab08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.09.16 14:41:12.229415 [ 3 ] {} <Trace> HTTP-Session: dda1f464-1920-4990-9705-191a8eb2ab08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2024.09.16 14:41:12.229668 [ 3 ] {4520d2bf-cf87-4b41-b02b-f72749a57bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
531 | 2024.09.16 14:41:12.229733 [ 3 ] {4520d2bf-cf87-4b41-b02b-f72749a57bb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
532 | 2024.09.16 14:41:12.231564 [ 3 ] {4520d2bf-cf87-4b41-b02b-f72749a57bb9} <Debug> oximeter.measurements_histogrami16 (6ac108a9-d05e-4b72-a6b2-44d8a9150d44): Loading data parts | ||
533 | 2024.09.16 14:41:12.231729 [ 3 ] {4520d2bf-cf87-4b41-b02b-f72749a57bb9} <Debug> oximeter.measurements_histogrami16 (6ac108a9-d05e-4b72-a6b2-44d8a9150d44): There are no data parts | ||
534 | 2024.09.16 14:41:12.233091 [ 3 ] {4520d2bf-cf87-4b41-b02b-f72749a57bb9} <Debug> DynamicQueryHandler: Done processing query | ||
535 | 2024.09.16 14:41:12.233116 [ 3 ] {} <Debug> HTTP-Session: dda1f464-1920-4990-9705-191a8eb2ab08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
536 | 2024.09.16 14:41:12.233235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
537 | 2024.09.16 14:41:12.233289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
538 | 2024.09.16 14:41:12.233312 [ 3 ] {} <Debug> HTTP-Session: 31038cbc-582f-43f6-90e1-73b5f67f3964 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
539 | 2024.09.16 14:41:12.233328 [ 3 ] {} <Debug> HTTP-Session: 31038cbc-582f-43f6-90e1-73b5f67f3964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.09.16 14:41:12.233347 [ 3 ] {} <Debug> HTTP-Session: 31038cbc-582f-43f6-90e1-73b5f67f3964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.09.16 14:41:12.233376 [ 3 ] {} <Trace> HTTP-Session: 31038cbc-582f-43f6-90e1-73b5f67f3964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2024.09.16 14:41:12.233628 [ 3 ] {79f9dbf2-b9e0-48af-83f7-1b3bbbc8c394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
543 | 2024.09.16 14:41:12.233692 [ 3 ] {79f9dbf2-b9e0-48af-83f7-1b3bbbc8c394} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
544 | 2024.09.16 14:41:12.235506 [ 3 ] {79f9dbf2-b9e0-48af-83f7-1b3bbbc8c394} <Debug> oximeter.measurements_histogramu16 (0954eaa8-9801-4f08-86e3-ae92f5431bc0): Loading data parts | ||
545 | 2024.09.16 14:41:12.235690 [ 3 ] {79f9dbf2-b9e0-48af-83f7-1b3bbbc8c394} <Debug> oximeter.measurements_histogramu16 (0954eaa8-9801-4f08-86e3-ae92f5431bc0): There are no data parts | ||
546 | 2024.09.16 14:41:12.237046 [ 3 ] {79f9dbf2-b9e0-48af-83f7-1b3bbbc8c394} <Debug> DynamicQueryHandler: Done processing query | ||
547 | 2024.09.16 14:41:12.237072 [ 3 ] {} <Debug> HTTP-Session: 31038cbc-582f-43f6-90e1-73b5f67f3964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
548 | 2024.09.16 14:41:12.237187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
549 | 2024.09.16 14:41:12.237239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
550 | 2024.09.16 14:41:12.237258 [ 3 ] {} <Debug> HTTP-Session: 8333c91c-1ac8-4c1b-92dd-8c6deb570753 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
551 | 2024.09.16 14:41:12.237280 [ 3 ] {} <Debug> HTTP-Session: 8333c91c-1ac8-4c1b-92dd-8c6deb570753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.09.16 14:41:12.237299 [ 3 ] {} <Debug> HTTP-Session: 8333c91c-1ac8-4c1b-92dd-8c6deb570753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.09.16 14:41:12.237329 [ 3 ] {} <Trace> HTTP-Session: 8333c91c-1ac8-4c1b-92dd-8c6deb570753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2024.09.16 14:41:12.237579 [ 3 ] {ef5e3eb0-4a03-4db8-8fc0-28ce822ab6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
555 | 2024.09.16 14:41:12.237643 [ 3 ] {ef5e3eb0-4a03-4db8-8fc0-28ce822ab6a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
556 | 2024.09.16 14:41:12.239487 [ 3 ] {ef5e3eb0-4a03-4db8-8fc0-28ce822ab6a3} <Debug> oximeter.measurements_histogrami32 (c33ae5ca-35b8-40ee-ab90-5ee798dcbe79): Loading data parts | ||
557 | 2024.09.16 14:41:12.239611 [ 3 ] {ef5e3eb0-4a03-4db8-8fc0-28ce822ab6a3} <Debug> oximeter.measurements_histogrami32 (c33ae5ca-35b8-40ee-ab90-5ee798dcbe79): There are no data parts | ||
558 | 2024.09.16 14:41:12.240938 [ 3 ] {ef5e3eb0-4a03-4db8-8fc0-28ce822ab6a3} <Debug> DynamicQueryHandler: Done processing query | ||
559 | 2024.09.16 14:41:12.240963 [ 3 ] {} <Debug> HTTP-Session: 8333c91c-1ac8-4c1b-92dd-8c6deb570753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
560 | 2024.09.16 14:41:12.241078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
561 | 2024.09.16 14:41:12.241131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
562 | 2024.09.16 14:41:12.241155 [ 3 ] {} <Debug> HTTP-Session: 95df79b2-771e-49e8-b98e-18d4a38e519c Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
563 | 2024.09.16 14:41:12.241171 [ 3 ] {} <Debug> HTTP-Session: 95df79b2-771e-49e8-b98e-18d4a38e519c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.09.16 14:41:12.241195 [ 3 ] {} <Debug> HTTP-Session: 95df79b2-771e-49e8-b98e-18d4a38e519c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.09.16 14:41:12.241230 [ 3 ] {} <Trace> HTTP-Session: 95df79b2-771e-49e8-b98e-18d4a38e519c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
566 | 2024.09.16 14:41:12.241473 [ 3 ] {c3aa7708-113e-4ae1-a43a-dbb95a65be1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
567 | 2024.09.16 14:41:12.241543 [ 3 ] {c3aa7708-113e-4ae1-a43a-dbb95a65be1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
568 | 2024.09.16 14:41:12.243428 [ 3 ] {c3aa7708-113e-4ae1-a43a-dbb95a65be1e} <Debug> oximeter.measurements_histogramu32 (202c4a21-1e9a-4d34-ae0d-2f2801de7ef5): Loading data parts | ||
569 | 2024.09.16 14:41:12.243549 [ 3 ] {c3aa7708-113e-4ae1-a43a-dbb95a65be1e} <Debug> oximeter.measurements_histogramu32 (202c4a21-1e9a-4d34-ae0d-2f2801de7ef5): There are no data parts | ||
570 | 2024.09.16 14:41:12.244914 [ 3 ] {c3aa7708-113e-4ae1-a43a-dbb95a65be1e} <Debug> DynamicQueryHandler: Done processing query | ||
571 | 2024.09.16 14:41:12.244939 [ 3 ] {} <Debug> HTTP-Session: 95df79b2-771e-49e8-b98e-18d4a38e519c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
572 | 2024.09.16 14:41:12.245060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
573 | 2024.09.16 14:41:12.245111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
574 | 2024.09.16 14:41:12.245138 [ 3 ] {} <Debug> HTTP-Session: 7b62a017-9ddd-4e46-9dd9-6e525bffe17d Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
575 | 2024.09.16 14:41:12.245153 [ 3 ] {} <Debug> HTTP-Session: 7b62a017-9ddd-4e46-9dd9-6e525bffe17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.09.16 14:41:12.245171 [ 3 ] {} <Debug> HTTP-Session: 7b62a017-9ddd-4e46-9dd9-6e525bffe17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.09.16 14:41:12.245206 [ 3 ] {} <Trace> HTTP-Session: 7b62a017-9ddd-4e46-9dd9-6e525bffe17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
578 | 2024.09.16 14:41:12.245456 [ 3 ] {1a6bc0ca-923d-4d32-b601-3454f80802e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
579 | 2024.09.16 14:41:12.245521 [ 3 ] {1a6bc0ca-923d-4d32-b601-3454f80802e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
580 | 2024.09.16 14:41:12.247473 [ 3 ] {1a6bc0ca-923d-4d32-b601-3454f80802e9} <Debug> oximeter.measurements_histogrami64 (877f50cb-9192-4633-8470-c051e7a23cf1): Loading data parts | ||
581 | 2024.09.16 14:41:12.247597 [ 3 ] {1a6bc0ca-923d-4d32-b601-3454f80802e9} <Debug> oximeter.measurements_histogrami64 (877f50cb-9192-4633-8470-c051e7a23cf1): There are no data parts | ||
582 | 2024.09.16 14:41:12.248982 [ 3 ] {1a6bc0ca-923d-4d32-b601-3454f80802e9} <Debug> DynamicQueryHandler: Done processing query | ||
583 | 2024.09.16 14:41:12.249015 [ 3 ] {} <Debug> HTTP-Session: 7b62a017-9ddd-4e46-9dd9-6e525bffe17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
584 | 2024.09.16 14:41:12.249132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
585 | 2024.09.16 14:41:12.249186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
586 | 2024.09.16 14:41:12.249210 [ 3 ] {} <Debug> HTTP-Session: 4dd6b9f7-e2dd-427b-9f49-e9d0da718575 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
587 | 2024.09.16 14:41:12.249226 [ 3 ] {} <Debug> HTTP-Session: 4dd6b9f7-e2dd-427b-9f49-e9d0da718575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.09.16 14:41:12.249245 [ 3 ] {} <Debug> HTTP-Session: 4dd6b9f7-e2dd-427b-9f49-e9d0da718575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.09.16 14:41:12.249279 [ 3 ] {} <Trace> HTTP-Session: 4dd6b9f7-e2dd-427b-9f49-e9d0da718575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
590 | 2024.09.16 14:41:12.249523 [ 3 ] {b5fb65b0-c6eb-4792-a5a3-dd8578742085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
591 | 2024.09.16 14:41:12.249588 [ 3 ] {b5fb65b0-c6eb-4792-a5a3-dd8578742085} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
592 | 2024.09.16 14:41:12.251473 [ 3 ] {b5fb65b0-c6eb-4792-a5a3-dd8578742085} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Loading data parts | ||
593 | 2024.09.16 14:41:12.251601 [ 3 ] {b5fb65b0-c6eb-4792-a5a3-dd8578742085} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): There are no data parts | ||
594 | 2024.09.16 14:41:12.253077 [ 3 ] {b5fb65b0-c6eb-4792-a5a3-dd8578742085} <Debug> DynamicQueryHandler: Done processing query | ||
595 | 2024.09.16 14:41:12.253111 [ 3 ] {} <Debug> HTTP-Session: 4dd6b9f7-e2dd-427b-9f49-e9d0da718575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
596 | 2024.09.16 14:41:12.253216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
597 | 2024.09.16 14:41:12.253268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
598 | 2024.09.16 14:41:12.253294 [ 3 ] {} <Debug> HTTP-Session: 31a30d56-5fca-43b5-ba0e-230c947dacfe Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
599 | 2024.09.16 14:41:12.253309 [ 3 ] {} <Debug> HTTP-Session: 31a30d56-5fca-43b5-ba0e-230c947dacfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.09.16 14:41:12.253328 [ 3 ] {} <Debug> HTTP-Session: 31a30d56-5fca-43b5-ba0e-230c947dacfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.09.16 14:41:12.253363 [ 3 ] {} <Trace> HTTP-Session: 31a30d56-5fca-43b5-ba0e-230c947dacfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
602 | 2024.09.16 14:41:12.253613 [ 3 ] {48ac4228-f143-428f-8278-5cab25181c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
603 | 2024.09.16 14:41:12.253679 [ 3 ] {48ac4228-f143-428f-8278-5cab25181c31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
604 | 2024.09.16 14:41:12.255561 [ 3 ] {48ac4228-f143-428f-8278-5cab25181c31} <Debug> oximeter.measurements_histogramf32 (89faae8e-ebfa-4d0e-b99a-1a61eb311b8d): Loading data parts | ||
605 | 2024.09.16 14:41:12.255683 [ 3 ] {48ac4228-f143-428f-8278-5cab25181c31} <Debug> oximeter.measurements_histogramf32 (89faae8e-ebfa-4d0e-b99a-1a61eb311b8d): There are no data parts | ||
606 | 2024.09.16 14:41:12.257187 [ 3 ] {48ac4228-f143-428f-8278-5cab25181c31} <Debug> DynamicQueryHandler: Done processing query | ||
607 | 2024.09.16 14:41:12.257219 [ 3 ] {} <Debug> HTTP-Session: 31a30d56-5fca-43b5-ba0e-230c947dacfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2024.09.16 14:41:12.257322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
609 | 2024.09.16 14:41:12.257376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
610 | 2024.09.16 14:41:12.257400 [ 3 ] {} <Debug> HTTP-Session: 7613b6fd-4b2c-4bf2-b617-eb30463b2157 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
611 | 2024.09.16 14:41:12.257416 [ 3 ] {} <Debug> HTTP-Session: 7613b6fd-4b2c-4bf2-b617-eb30463b2157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.09.16 14:41:12.257436 [ 3 ] {} <Debug> HTTP-Session: 7613b6fd-4b2c-4bf2-b617-eb30463b2157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.09.16 14:41:12.257470 [ 3 ] {} <Trace> HTTP-Session: 7613b6fd-4b2c-4bf2-b617-eb30463b2157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
614 | 2024.09.16 14:41:12.257720 [ 3 ] {549c832c-c268-49c4-afc2-2c0f236de214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) 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) | ||
615 | 2024.09.16 14:41:12.257785 [ 3 ] {549c832c-c268-49c4-afc2-2c0f236de214} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
616 | 2024.09.16 14:41:12.259674 [ 3 ] {549c832c-c268-49c4-afc2-2c0f236de214} <Debug> oximeter.measurements_histogramf64 (2bc14d00-46a8-4e65-9cac-bc7046118f08): Loading data parts | ||
617 | 2024.09.16 14:41:12.259805 [ 3 ] {549c832c-c268-49c4-afc2-2c0f236de214} <Debug> oximeter.measurements_histogramf64 (2bc14d00-46a8-4e65-9cac-bc7046118f08): There are no data parts | ||
618 | 2024.09.16 14:41:12.261284 [ 3 ] {549c832c-c268-49c4-afc2-2c0f236de214} <Debug> DynamicQueryHandler: Done processing query | ||
619 | 2024.09.16 14:41:12.261319 [ 3 ] {} <Debug> HTTP-Session: 7613b6fd-4b2c-4bf2-b617-eb30463b2157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2024.09.16 14:41:12.261441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
621 | 2024.09.16 14:41:12.261493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
622 | 2024.09.16 14:41:12.261519 [ 3 ] {} <Debug> HTTP-Session: 81ac04eb-bd9d-44d5-b7be-29a99080ffcb Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
623 | 2024.09.16 14:41:12.261541 [ 3 ] {} <Debug> HTTP-Session: 81ac04eb-bd9d-44d5-b7be-29a99080ffcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.09.16 14:41:12.261554 [ 3 ] {} <Debug> HTTP-Session: 81ac04eb-bd9d-44d5-b7be-29a99080ffcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.09.16 14:41:12.261589 [ 3 ] {} <Trace> HTTP-Session: 81ac04eb-bd9d-44d5-b7be-29a99080ffcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
626 | 2024.09.16 14:41:12.261772 [ 3 ] {f457098c-1218-4edc-90c0-3e615ebea7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) /* The field tables store named dimensions of each timeseries. | ||
627 | * | ||
628 | * As with the measurement tables, there is one field table for each field data | ||
629 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
630 | * this behavior **must not** be relied upon for query correctness. | ||
631 | * | ||
632 | * The index for the fields differs from the measurements, however. Rows are | ||
633 | * sorted by timeseries name, then field name, field value, and finally | ||
634 | * timeseries key. This reflects the most common pattern for looking them up: | ||
635 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
636 | * usually then used to look up measurements. | ||
637 | * | ||
638 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
639 | * timeseries name and then key, since it would improve lookups where one | ||
640 | * already has the key. Realistically though, these tables are quite small and | ||
641 | * so performance benefits will be low in absolute terms. | ||
642 | * | ||
643 | * TTL: We use a materialized column to expire old field table records. This | ||
644 | * column is generated automatically by the database whenever a new row is | ||
645 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
646 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
647 | * record will remain during a deduplication, which will have the last | ||
648 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
649 | * measurement tables. | ||
650 | */ | ||
651 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
652 | 2024.09.16 14:41:12.261834 [ 3 ] {f457098c-1218-4edc-90c0-3e615ebea7b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
653 | 2024.09.16 14:41:12.263610 [ 3 ] {f457098c-1218-4edc-90c0-3e615ebea7b5} <Debug> oximeter.fields_bool (c92474c3-9f89-48dc-b156-72e4c687283c): Loading data parts | ||
654 | 2024.09.16 14:41:12.263731 [ 3 ] {f457098c-1218-4edc-90c0-3e615ebea7b5} <Debug> oximeter.fields_bool (c92474c3-9f89-48dc-b156-72e4c687283c): There are no data parts | ||
655 | 2024.09.16 14:41:12.265114 [ 3 ] {f457098c-1218-4edc-90c0-3e615ebea7b5} <Debug> DynamicQueryHandler: Done processing query | ||
656 | 2024.09.16 14:41:12.265148 [ 3 ] {} <Debug> HTTP-Session: 81ac04eb-bd9d-44d5-b7be-29a99080ffcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2024.09.16 14:41:12.265292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
658 | 2024.09.16 14:41:12.265346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
659 | 2024.09.16 14:41:12.265371 [ 3 ] {} <Debug> HTTP-Session: 3289fb70-8b1e-4ac4-a032-d35fae88c8c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
660 | 2024.09.16 14:41:12.265387 [ 3 ] {} <Debug> HTTP-Session: 3289fb70-8b1e-4ac4-a032-d35fae88c8c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
661 | 2024.09.16 14:41:12.265407 [ 3 ] {} <Debug> HTTP-Session: 3289fb70-8b1e-4ac4-a032-d35fae88c8c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.09.16 14:41:12.265440 [ 3 ] {} <Trace> HTTP-Session: 3289fb70-8b1e-4ac4-a032-d35fae88c8c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
663 | 2024.09.16 14:41:12.265614 [ 3 ] {7eb573ce-7a41-4be7-aaa0-aed27c3bee78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
664 | 2024.09.16 14:41:12.265694 [ 3 ] {7eb573ce-7a41-4be7-aaa0-aed27c3bee78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
665 | 2024.09.16 14:41:12.267362 [ 3 ] {7eb573ce-7a41-4be7-aaa0-aed27c3bee78} <Debug> oximeter.fields_i8 (5e84a42c-01f5-4661-ba76-02f01274fae1): Loading data parts | ||
666 | 2024.09.16 14:41:12.267483 [ 3 ] {7eb573ce-7a41-4be7-aaa0-aed27c3bee78} <Debug> oximeter.fields_i8 (5e84a42c-01f5-4661-ba76-02f01274fae1): There are no data parts | ||
667 | 2024.09.16 14:41:12.268867 [ 3 ] {7eb573ce-7a41-4be7-aaa0-aed27c3bee78} <Debug> DynamicQueryHandler: Done processing query | ||
668 | 2024.09.16 14:41:12.268900 [ 3 ] {} <Debug> HTTP-Session: 3289fb70-8b1e-4ac4-a032-d35fae88c8c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.09.16 14:41:12.269015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
670 | 2024.09.16 14:41:12.269068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
671 | 2024.09.16 14:41:12.269095 [ 3 ] {} <Debug> HTTP-Session: 935bb774-56e0-4e9d-9ddb-06b0b2b127c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
672 | 2024.09.16 14:41:12.269116 [ 3 ] {} <Debug> HTTP-Session: 935bb774-56e0-4e9d-9ddb-06b0b2b127c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
673 | 2024.09.16 14:41:12.269130 [ 3 ] {} <Debug> HTTP-Session: 935bb774-56e0-4e9d-9ddb-06b0b2b127c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.09.16 14:41:12.269165 [ 3 ] {} <Trace> HTTP-Session: 935bb774-56e0-4e9d-9ddb-06b0b2b127c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
675 | 2024.09.16 14:41:12.269342 [ 3 ] {08056ef8-61fa-47af-9931-8b5ff6cf3a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
676 | 2024.09.16 14:41:12.269397 [ 3 ] {08056ef8-61fa-47af-9931-8b5ff6cf3a73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
677 | 2024.09.16 14:41:12.271081 [ 3 ] {08056ef8-61fa-47af-9931-8b5ff6cf3a73} <Debug> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Loading data parts | ||
678 | 2024.09.16 14:41:12.271230 [ 3 ] {08056ef8-61fa-47af-9931-8b5ff6cf3a73} <Debug> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): There are no data parts | ||
679 | 2024.09.16 14:41:12.272718 [ 3 ] {08056ef8-61fa-47af-9931-8b5ff6cf3a73} <Debug> DynamicQueryHandler: Done processing query | ||
680 | 2024.09.16 14:41:12.272759 [ 3 ] {} <Debug> HTTP-Session: 935bb774-56e0-4e9d-9ddb-06b0b2b127c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.09.16 14:41:12.272871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
682 | 2024.09.16 14:41:12.272928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
683 | 2024.09.16 14:41:12.272954 [ 3 ] {} <Debug> HTTP-Session: afeb041a-cbdb-4861-a3f6-13fc88d581ef Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
684 | 2024.09.16 14:41:12.272978 [ 3 ] {} <Debug> HTTP-Session: afeb041a-cbdb-4861-a3f6-13fc88d581ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2024.09.16 14:41:12.272991 [ 3 ] {} <Debug> HTTP-Session: afeb041a-cbdb-4861-a3f6-13fc88d581ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.09.16 14:41:12.273027 [ 3 ] {} <Trace> HTTP-Session: afeb041a-cbdb-4861-a3f6-13fc88d581ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
687 | 2024.09.16 14:41:12.273210 [ 3 ] {5353ea4f-749b-47a3-84b4-164aa9b8a059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
688 | 2024.09.16 14:41:12.273269 [ 3 ] {5353ea4f-749b-47a3-84b4-164aa9b8a059} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
689 | 2024.09.16 14:41:12.274956 [ 3 ] {5353ea4f-749b-47a3-84b4-164aa9b8a059} <Debug> oximeter.fields_i16 (17ceb5b5-9dc5-4655-9e5c-a5cc75ee82cd): Loading data parts | ||
690 | 2024.09.16 14:41:12.275088 [ 3 ] {5353ea4f-749b-47a3-84b4-164aa9b8a059} <Debug> oximeter.fields_i16 (17ceb5b5-9dc5-4655-9e5c-a5cc75ee82cd): There are no data parts | ||
691 | 2024.09.16 14:41:12.276465 [ 3 ] {5353ea4f-749b-47a3-84b4-164aa9b8a059} <Debug> DynamicQueryHandler: Done processing query | ||
692 | 2024.09.16 14:41:12.276499 [ 3 ] {} <Debug> HTTP-Session: afeb041a-cbdb-4861-a3f6-13fc88d581ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.09.16 14:41:12.276617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
694 | 2024.09.16 14:41:12.276663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
695 | 2024.09.16 14:41:12.276692 [ 3 ] {} <Debug> HTTP-Session: ced82a92-5696-4a4c-97f7-e65a50bf527c Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
696 | 2024.09.16 14:41:12.276714 [ 3 ] {} <Debug> HTTP-Session: ced82a92-5696-4a4c-97f7-e65a50bf527c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2024.09.16 14:41:12.276727 [ 3 ] {} <Debug> HTTP-Session: ced82a92-5696-4a4c-97f7-e65a50bf527c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.09.16 14:41:12.276762 [ 3 ] {} <Trace> HTTP-Session: ced82a92-5696-4a4c-97f7-e65a50bf527c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2024.09.16 14:41:12.276944 [ 3 ] {8a28d4f7-bf5e-401b-ad0f-e5b78fd7d060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
700 | 2024.09.16 14:41:12.277001 [ 3 ] {8a28d4f7-bf5e-401b-ad0f-e5b78fd7d060} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
701 | 2024.09.16 14:41:12.278660 [ 3 ] {8a28d4f7-bf5e-401b-ad0f-e5b78fd7d060} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Loading data parts | ||
702 | 2024.09.16 14:41:12.278842 [ 3 ] {8a28d4f7-bf5e-401b-ad0f-e5b78fd7d060} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): There are no data parts | ||
703 | 2024.09.16 14:41:12.280180 [ 3 ] {8a28d4f7-bf5e-401b-ad0f-e5b78fd7d060} <Debug> DynamicQueryHandler: Done processing query | ||
704 | 2024.09.16 14:41:12.280206 [ 3 ] {} <Debug> HTTP-Session: ced82a92-5696-4a4c-97f7-e65a50bf527c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.09.16 14:41:12.280317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
706 | 2024.09.16 14:41:12.280372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
707 | 2024.09.16 14:41:12.280391 [ 3 ] {} <Debug> HTTP-Session: c28d179b-b006-4353-836b-9a585ece0781 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
708 | 2024.09.16 14:41:12.280415 [ 3 ] {} <Debug> HTTP-Session: c28d179b-b006-4353-836b-9a585ece0781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.09.16 14:41:12.280435 [ 3 ] {} <Debug> HTTP-Session: c28d179b-b006-4353-836b-9a585ece0781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.09.16 14:41:12.280463 [ 3 ] {} <Trace> HTTP-Session: c28d179b-b006-4353-836b-9a585ece0781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
711 | 2024.09.16 14:41:12.280643 [ 3 ] {7fe46c0d-3a52-4622-909d-4097e2b24e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
712 | 2024.09.16 14:41:12.280701 [ 3 ] {7fe46c0d-3a52-4622-909d-4097e2b24e60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
713 | 2024.09.16 14:41:12.282333 [ 3 ] {7fe46c0d-3a52-4622-909d-4097e2b24e60} <Debug> oximeter.fields_i32 (5093c723-fbf1-4dfe-bfe7-fc12ce90a517): Loading data parts | ||
714 | 2024.09.16 14:41:12.282484 [ 3 ] {7fe46c0d-3a52-4622-909d-4097e2b24e60} <Debug> oximeter.fields_i32 (5093c723-fbf1-4dfe-bfe7-fc12ce90a517): There are no data parts | ||
715 | 2024.09.16 14:41:12.283836 [ 3 ] {7fe46c0d-3a52-4622-909d-4097e2b24e60} <Debug> DynamicQueryHandler: Done processing query | ||
716 | 2024.09.16 14:41:12.283862 [ 3 ] {} <Debug> HTTP-Session: c28d179b-b006-4353-836b-9a585ece0781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.09.16 14:41:12.283985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
718 | 2024.09.16 14:41:12.284041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
719 | 2024.09.16 14:41:12.284061 [ 3 ] {} <Debug> HTTP-Session: b83831a2-6260-4d0d-8443-fd468873ce41 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
720 | 2024.09.16 14:41:12.284084 [ 3 ] {} <Debug> HTTP-Session: b83831a2-6260-4d0d-8443-fd468873ce41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
721 | 2024.09.16 14:41:12.284105 [ 3 ] {} <Debug> HTTP-Session: b83831a2-6260-4d0d-8443-fd468873ce41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.09.16 14:41:12.284135 [ 3 ] {} <Trace> HTTP-Session: b83831a2-6260-4d0d-8443-fd468873ce41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
723 | 2024.09.16 14:41:12.284317 [ 3 ] {36033f3b-d895-405f-8d0e-1122eb2fee58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
724 | 2024.09.16 14:41:12.284375 [ 3 ] {36033f3b-d895-405f-8d0e-1122eb2fee58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
725 | 2024.09.16 14:41:12.286117 [ 3 ] {36033f3b-d895-405f-8d0e-1122eb2fee58} <Debug> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Loading data parts | ||
726 | 2024.09.16 14:41:12.286275 [ 3 ] {36033f3b-d895-405f-8d0e-1122eb2fee58} <Debug> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): There are no data parts | ||
727 | 2024.09.16 14:41:12.287645 [ 3 ] {36033f3b-d895-405f-8d0e-1122eb2fee58} <Debug> DynamicQueryHandler: Done processing query | ||
728 | 2024.09.16 14:41:12.287670 [ 3 ] {} <Debug> HTTP-Session: b83831a2-6260-4d0d-8443-fd468873ce41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.09.16 14:41:12.287791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
730 | 2024.09.16 14:41:12.287848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
731 | 2024.09.16 14:41:12.287868 [ 3 ] {} <Debug> HTTP-Session: d526692c-74ad-4800-9781-ce42215e063d Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
732 | 2024.09.16 14:41:12.287891 [ 3 ] {} <Debug> HTTP-Session: d526692c-74ad-4800-9781-ce42215e063d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
733 | 2024.09.16 14:41:12.287912 [ 3 ] {} <Debug> HTTP-Session: d526692c-74ad-4800-9781-ce42215e063d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.09.16 14:41:12.287941 [ 3 ] {} <Trace> HTTP-Session: d526692c-74ad-4800-9781-ce42215e063d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
735 | 2024.09.16 14:41:12.288119 [ 3 ] {92761327-4f48-46e1-9e72-2e7facef3f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
736 | 2024.09.16 14:41:12.288191 [ 3 ] {92761327-4f48-46e1-9e72-2e7facef3f87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
737 | 2024.09.16 14:41:12.289844 [ 3 ] {92761327-4f48-46e1-9e72-2e7facef3f87} <Debug> oximeter.fields_i64 (a2a536d5-a36b-4973-9e97-f3d74508d582): Loading data parts | ||
738 | 2024.09.16 14:41:12.290010 [ 3 ] {92761327-4f48-46e1-9e72-2e7facef3f87} <Debug> oximeter.fields_i64 (a2a536d5-a36b-4973-9e97-f3d74508d582): There are no data parts | ||
739 | 2024.09.16 14:41:12.291314 [ 3 ] {92761327-4f48-46e1-9e72-2e7facef3f87} <Debug> DynamicQueryHandler: Done processing query | ||
740 | 2024.09.16 14:41:12.291348 [ 3 ] {} <Debug> HTTP-Session: d526692c-74ad-4800-9781-ce42215e063d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.09.16 14:41:12.291455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
742 | 2024.09.16 14:41:12.291504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
743 | 2024.09.16 14:41:12.291531 [ 3 ] {} <Debug> HTTP-Session: 594a2898-b5e5-4d63-a4b4-313d98d12b15 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
744 | 2024.09.16 14:41:12.291548 [ 3 ] {} <Debug> HTTP-Session: 594a2898-b5e5-4d63-a4b4-313d98d12b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
745 | 2024.09.16 14:41:12.291562 [ 3 ] {} <Debug> HTTP-Session: 594a2898-b5e5-4d63-a4b4-313d98d12b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.09.16 14:41:12.291600 [ 3 ] {} <Trace> HTTP-Session: 594a2898-b5e5-4d63-a4b4-313d98d12b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
747 | 2024.09.16 14:41:12.291775 [ 3 ] {a3f4c424-6d9f-438d-bd0e-1d5cc0a57377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
748 | 2024.09.16 14:41:12.291820 [ 3 ] {a3f4c424-6d9f-438d-bd0e-1d5cc0a57377} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
749 | 2024.09.16 14:41:12.293504 [ 3 ] {a3f4c424-6d9f-438d-bd0e-1d5cc0a57377} <Debug> oximeter.fields_u64 (281014bd-473d-4c0b-b675-00cce614ec2f): Loading data parts | ||
750 | 2024.09.16 14:41:12.293666 [ 3 ] {a3f4c424-6d9f-438d-bd0e-1d5cc0a57377} <Debug> oximeter.fields_u64 (281014bd-473d-4c0b-b675-00cce614ec2f): There are no data parts | ||
751 | 2024.09.16 14:41:12.294971 [ 3 ] {a3f4c424-6d9f-438d-bd0e-1d5cc0a57377} <Debug> DynamicQueryHandler: Done processing query | ||
752 | 2024.09.16 14:41:12.294999 [ 3 ] {} <Debug> HTTP-Session: 594a2898-b5e5-4d63-a4b4-313d98d12b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.09.16 14:41:12.295125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
754 | 2024.09.16 14:41:12.295176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
755 | 2024.09.16 14:41:12.295201 [ 3 ] {} <Debug> HTTP-Session: 761a4153-2067-4484-8650-8a224bd87027 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
756 | 2024.09.16 14:41:12.295222 [ 3 ] {} <Debug> HTTP-Session: 761a4153-2067-4484-8650-8a224bd87027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.09.16 14:41:12.295237 [ 3 ] {} <Debug> HTTP-Session: 761a4153-2067-4484-8650-8a224bd87027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.09.16 14:41:12.295272 [ 3 ] {} <Trace> HTTP-Session: 761a4153-2067-4484-8650-8a224bd87027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
759 | 2024.09.16 14:41:12.295465 [ 3 ] {fa660a69-0870-414b-934c-f5b2051ef908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
760 | 2024.09.16 14:41:12.295516 [ 3 ] {fa660a69-0870-414b-934c-f5b2051ef908} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
761 | 2024.09.16 14:41:12.297284 [ 3 ] {fa660a69-0870-414b-934c-f5b2051ef908} <Debug> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Loading data parts | ||
762 | 2024.09.16 14:41:12.297435 [ 3 ] {fa660a69-0870-414b-934c-f5b2051ef908} <Debug> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): There are no data parts | ||
763 | 2024.09.16 14:41:12.298667 [ 3 ] {fa660a69-0870-414b-934c-f5b2051ef908} <Debug> DynamicQueryHandler: Done processing query | ||
764 | 2024.09.16 14:41:12.298693 [ 3 ] {} <Debug> HTTP-Session: 761a4153-2067-4484-8650-8a224bd87027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.09.16 14:41:12.298817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
766 | 2024.09.16 14:41:12.298866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
767 | 2024.09.16 14:41:12.298886 [ 3 ] {} <Debug> HTTP-Session: 421b25d8-e743-4a75-91e7-88323dd07ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
768 | 2024.09.16 14:41:12.298903 [ 3 ] {} <Debug> HTTP-Session: 421b25d8-e743-4a75-91e7-88323dd07ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2024.09.16 14:41:12.298917 [ 3 ] {} <Debug> HTTP-Session: 421b25d8-e743-4a75-91e7-88323dd07ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.09.16 14:41:12.298946 [ 3 ] {} <Trace> HTTP-Session: 421b25d8-e743-4a75-91e7-88323dd07ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2024.09.16 14:41:12.299117 [ 3 ] {bb88f7bd-a924-4743-82c4-0c11b58d5e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
772 | 2024.09.16 14:41:12.299162 [ 3 ] {bb88f7bd-a924-4743-82c4-0c11b58d5e90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
773 | 2024.09.16 14:41:12.300772 [ 3 ] {bb88f7bd-a924-4743-82c4-0c11b58d5e90} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Loading data parts | ||
774 | 2024.09.16 14:41:12.300927 [ 3 ] {bb88f7bd-a924-4743-82c4-0c11b58d5e90} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): There are no data parts | ||
775 | 2024.09.16 14:41:12.302180 [ 3 ] {bb88f7bd-a924-4743-82c4-0c11b58d5e90} <Debug> DynamicQueryHandler: Done processing query | ||
776 | 2024.09.16 14:41:12.302205 [ 3 ] {} <Debug> HTTP-Session: 421b25d8-e743-4a75-91e7-88323dd07ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.09.16 14:41:12.302317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
778 | 2024.09.16 14:41:12.302365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
779 | 2024.09.16 14:41:12.302384 [ 3 ] {} <Debug> HTTP-Session: db1063d4-60fd-4355-8bb2-ad48a037531b Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
780 | 2024.09.16 14:41:12.302402 [ 3 ] {} <Debug> HTTP-Session: db1063d4-60fd-4355-8bb2-ad48a037531b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
781 | 2024.09.16 14:41:12.302416 [ 3 ] {} <Debug> HTTP-Session: db1063d4-60fd-4355-8bb2-ad48a037531b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.09.16 14:41:12.302447 [ 3 ] {} <Trace> HTTP-Session: db1063d4-60fd-4355-8bb2-ad48a037531b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2024.09.16 14:41:12.302620 [ 3 ] {ee8cba2f-0552-48d6-a352-1b15a28b0bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
784 | 2024.09.16 14:41:12.302664 [ 3 ] {ee8cba2f-0552-48d6-a352-1b15a28b0bf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
785 | 2024.09.16 14:41:12.304266 [ 3 ] {ee8cba2f-0552-48d6-a352-1b15a28b0bf1} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Loading data parts | ||
786 | 2024.09.16 14:41:12.304484 [ 3 ] {ee8cba2f-0552-48d6-a352-1b15a28b0bf1} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): There are no data parts | ||
787 | 2024.09.16 14:41:12.305751 [ 3 ] {ee8cba2f-0552-48d6-a352-1b15a28b0bf1} <Debug> DynamicQueryHandler: Done processing query | ||
788 | 2024.09.16 14:41:12.305777 [ 3 ] {} <Debug> HTTP-Session: db1063d4-60fd-4355-8bb2-ad48a037531b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.09.16 14:41:12.305888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
790 | 2024.09.16 14:41:12.305936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
791 | 2024.09.16 14:41:12.305956 [ 3 ] {} <Debug> HTTP-Session: 5ebe9508-1768-4098-a828-97682cf3130c Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
792 | 2024.09.16 14:41:12.305973 [ 3 ] {} <Debug> HTTP-Session: 5ebe9508-1768-4098-a828-97682cf3130c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
793 | 2024.09.16 14:41:12.305987 [ 3 ] {} <Debug> HTTP-Session: 5ebe9508-1768-4098-a828-97682cf3130c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.09.16 14:41:12.306017 [ 3 ] {} <Trace> HTTP-Session: 5ebe9508-1768-4098-a828-97682cf3130c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2024.09.16 14:41:12.306225 [ 3 ] {b6f7759d-0f4e-4408-927b-ff27443280de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) /* The timeseries schema table stores the extracted schema for the samples | ||
796 | * oximeter collects. | ||
797 | */ | ||
798 | 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) | ||
799 | 2024.09.16 14:41:12.306284 [ 3 ] {b6f7759d-0f4e-4408-927b-ff27443280de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
800 | 2024.09.16 14:41:12.307888 [ 3 ] {b6f7759d-0f4e-4408-927b-ff27443280de} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Loading data parts | ||
801 | 2024.09.16 14:41:12.308007 [ 3 ] {b6f7759d-0f4e-4408-927b-ff27443280de} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): There are no data parts | ||
802 | 2024.09.16 14:41:12.309367 [ 3 ] {b6f7759d-0f4e-4408-927b-ff27443280de} <Debug> DynamicQueryHandler: Done processing query | ||
803 | 2024.09.16 14:41:12.309392 [ 3 ] {} <Debug> HTTP-Session: 5ebe9508-1768-4098-a828-97682cf3130c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
804 | 2024.09.16 14:41:12.309518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52924, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
805 | 2024.09.16 14:41:12.309565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
806 | 2024.09.16 14:41:12.309584 [ 3 ] {} <Debug> HTTP-Session: 4480758f-8196-4503-b474-cd28d769a8b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:52924 | ||
807 | 2024.09.16 14:41:12.309600 [ 3 ] {} <Debug> HTTP-Session: 4480758f-8196-4503-b474-cd28d769a8b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
808 | 2024.09.16 14:41:12.309613 [ 3 ] {} <Debug> HTTP-Session: 4480758f-8196-4503-b474-cd28d769a8b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.09.16 14:41:12.309643 [ 3 ] {} <Trace> HTTP-Session: 4480758f-8196-4503-b474-cd28d769a8b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
810 | 2024.09.16 14:41:12.309800 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52924) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
811 | 2024.09.16 14:41:12.311455 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
812 | 2024.09.16 14:41:12.316821 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Trace> oximeter.version (c66abb25-53c5-423c-ab23-67738d5b8b24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
813 | 2024.09.16 14:41:12.316855 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
814 | 2024.09.16 14:41:12.321128 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
815 | 2024.09.16 14:41:12.322108 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Trace> oximeter.version (c66abb25-53c5-423c-ab23-67738d5b8b24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
816 | 2024.09.16 14:41:12.322341 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012615 sec., 79.27070947284979 rows/sec., 1.24 KiB/sec. | ||
817 | 2024.09.16 14:41:12.322499 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Debug> DynamicQueryHandler: Done processing query | ||
818 | 2024.09.16 14:41:12.322523 [ 3 ] {34d478bc-b60a-4ecd-9003-7ab9d5f38d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
819 | 2024.09.16 14:41:12.322538 [ 3 ] {} <Debug> HTTP-Session: 4480758f-8196-4503-b474-cd28d769a8b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
820 | 2024.09.16 14:41:13.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.30 MiB, peak 166.44 MiB, free memory in arenas 0.00 B, will set to 171.61 MiB (RSS), difference: 10.31 MiB | ||
821 | 2024.09.16 14:41:25.507406 [ 16 ] {} <Debug> DNSResolver: Updating DNS cache | ||
822 | 2024.09.16 14:41:25.507478 [ 16 ] {} <Debug> DNSResolver: Updated DNS cache | ||
823 | 2024.09.16 14:41:37.326375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
824 | 2024.09.16 14:41:37.326492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
825 | 2024.09.16 14:41:37.326515 [ 3 ] {} <Debug> HTTP-Session: 660fb766-a014-4356-b369-f16bcd2c0de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
826 | 2024.09.16 14:41:37.326540 [ 3 ] {} <Debug> HTTP-Session: 660fb766-a014-4356-b369-f16bcd2c0de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
827 | 2024.09.16 14:41:37.326555 [ 3 ] {} <Debug> HTTP-Session: 660fb766-a014-4356-b369-f16bcd2c0de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.09.16 14:41:37.326604 [ 3 ] {} <Trace> HTTP-Session: 660fb766-a014-4356-b369-f16bcd2c0de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
829 | 2024.09.16 14:41:37.326815 [ 3 ] {36a96c04-d864-4df0-aec8-e1d91803b094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
830 | 2024.09.16 14:41:37.331578 [ 3 ] {36a96c04-d864-4df0-aec8-e1d91803b094} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
831 | 2024.09.16 14:41:37.335783 [ 3 ] {36a96c04-d864-4df0-aec8-e1d91803b094} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
832 | 2024.09.16 14:41:37.352188 [ 3 ] {36a96c04-d864-4df0-aec8-e1d91803b094} <Debug> DynamicQueryHandler: Done processing query | ||
833 | 2024.09.16 14:41:37.352217 [ 3 ] {36a96c04-d864-4df0-aec8-e1d91803b094} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
834 | 2024.09.16 14:41:37.352234 [ 3 ] {} <Debug> HTTP-Session: 660fb766-a014-4356-b369-f16bcd2c0de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.09.16 14:41:37.357396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
836 | 2024.09.16 14:41:37.357495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
837 | 2024.09.16 14:41:37.357533 [ 3 ] {} <Debug> HTTP-Session: 167c7f1d-aab1-4a57-9854-d7e04136d109 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
838 | 2024.09.16 14:41:37.357568 [ 3 ] {} <Debug> HTTP-Session: 167c7f1d-aab1-4a57-9854-d7e04136d109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
839 | 2024.09.16 14:41:37.357596 [ 3 ] {} <Debug> HTTP-Session: 167c7f1d-aab1-4a57-9854-d7e04136d109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
840 | 2024.09.16 14:41:37.357660 [ 3 ] {} <Trace> HTTP-Session: 167c7f1d-aab1-4a57-9854-d7e04136d109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2024.09.16 14:41:37.357938 [ 3 ] {5a2c5960-12e0-49e2-b15e-412bd522972f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
842 | 2024.09.16 14:41:37.369776 [ 3 ] {5a2c5960-12e0-49e2-b15e-412bd522972f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2024.09.16 14:41:37.369885 [ 3 ] {5a2c5960-12e0-49e2-b15e-412bd522972f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2024.09.16 14:41:37.371434 [ 3 ] {5a2c5960-12e0-49e2-b15e-412bd522972f} <Debug> DynamicQueryHandler: Done processing query | ||
845 | 2024.09.16 14:41:37.371461 [ 3 ] {5a2c5960-12e0-49e2-b15e-412bd522972f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
846 | 2024.09.16 14:41:37.371479 [ 3 ] {} <Debug> HTTP-Session: 167c7f1d-aab1-4a57-9854-d7e04136d109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.09.16 14:41:37.371950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
848 | 2024.09.16 14:41:37.371999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
849 | 2024.09.16 14:41:37.372019 [ 3 ] {} <Debug> HTTP-Session: 7b86706f-48fb-4cb3-9bfa-ce76a7ac1492 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
850 | 2024.09.16 14:41:37.372036 [ 3 ] {} <Debug> HTTP-Session: 7b86706f-48fb-4cb3-9bfa-ce76a7ac1492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.09.16 14:41:37.372050 [ 3 ] {} <Debug> HTTP-Session: 7b86706f-48fb-4cb3-9bfa-ce76a7ac1492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
852 | 2024.09.16 14:41:37.372081 [ 3 ] {} <Trace> HTTP-Session: 7b86706f-48fb-4cb3-9bfa-ce76a7ac1492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
853 | 2024.09.16 14:41:37.372207 [ 3 ] {554f5a97-b52e-4e56-8ca5-f308e54212bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
854 | 2024.09.16 14:41:37.372561 [ 3 ] {554f5a97-b52e-4e56-8ca5-f308e54212bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
855 | 2024.09.16 14:41:37.372613 [ 3 ] {554f5a97-b52e-4e56-8ca5-f308e54212bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
856 | 2024.09.16 14:41:37.373532 [ 3 ] {554f5a97-b52e-4e56-8ca5-f308e54212bb} <Debug> DynamicQueryHandler: Done processing query | ||
857 | 2024.09.16 14:41:37.373558 [ 3 ] {554f5a97-b52e-4e56-8ca5-f308e54212bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
858 | 2024.09.16 14:41:37.373576 [ 3 ] {} <Debug> HTTP-Session: 7b86706f-48fb-4cb3-9bfa-ce76a7ac1492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.09.16 14:41:37.373784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
860 | 2024.09.16 14:41:37.373832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
861 | 2024.09.16 14:41:37.373851 [ 3 ] {} <Debug> HTTP-Session: fbcbb7d6-bb00-4009-9db1-76c0463deb81 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
862 | 2024.09.16 14:41:37.373868 [ 3 ] {} <Debug> HTTP-Session: fbcbb7d6-bb00-4009-9db1-76c0463deb81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.09.16 14:41:37.373881 [ 3 ] {} <Debug> HTTP-Session: fbcbb7d6-bb00-4009-9db1-76c0463deb81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
864 | 2024.09.16 14:41:37.373912 [ 3 ] {} <Trace> HTTP-Session: fbcbb7d6-bb00-4009-9db1-76c0463deb81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2024.09.16 14:41:37.374033 [ 3 ] {c1996cbb-b6b9-4091-bcb2-99a68277f0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
866 | 2024.09.16 14:41:37.374354 [ 3 ] {c1996cbb-b6b9-4091-bcb2-99a68277f0f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
867 | 2024.09.16 14:41:37.374406 [ 3 ] {c1996cbb-b6b9-4091-bcb2-99a68277f0f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
868 | 2024.09.16 14:41:37.375309 [ 3 ] {c1996cbb-b6b9-4091-bcb2-99a68277f0f0} <Debug> DynamicQueryHandler: Done processing query | ||
869 | 2024.09.16 14:41:37.375335 [ 3 ] {c1996cbb-b6b9-4091-bcb2-99a68277f0f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
870 | 2024.09.16 14:41:37.375352 [ 3 ] {} <Debug> HTTP-Session: fbcbb7d6-bb00-4009-9db1-76c0463deb81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.09.16 14:41:37.376214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
872 | 2024.09.16 14:41:37.376262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
873 | 2024.09.16 14:41:37.376283 [ 3 ] {} <Debug> HTTP-Session: 84e72012-32ba-4729-9743-0914d000a359 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
874 | 2024.09.16 14:41:37.376299 [ 3 ] {} <Debug> HTTP-Session: 84e72012-32ba-4729-9743-0914d000a359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.09.16 14:41:37.376313 [ 3 ] {} <Debug> HTTP-Session: 84e72012-32ba-4729-9743-0914d000a359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.09.16 14:41:37.376343 [ 3 ] {} <Trace> HTTP-Session: 84e72012-32ba-4729-9743-0914d000a359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
877 | 2024.09.16 14:41:37.376453 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
878 | 2024.09.16 14:41:37.376499 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
879 | 2024.09.16 14:41:37.378638 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
880 | 2024.09.16 14:41:37.381330 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
881 | 2024.09.16 14:41:37.381403 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
882 | 2024.09.16 14:41:37.382485 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
883 | 2024.09.16 14:41:37.382799 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
884 | 2024.09.16 14:41:37.382965 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.006541 sec., 611.5272894052897 rows/sec., 64.65 KiB/sec. | ||
885 | 2024.09.16 14:41:37.383240 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Debug> DynamicQueryHandler: Done processing query | ||
886 | 2024.09.16 14:41:37.383265 [ 3 ] {4a46f9e8-e931-4982-93dd-4d33e9ab3845} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
887 | 2024.09.16 14:41:37.383281 [ 3 ] {} <Debug> HTTP-Session: 84e72012-32ba-4729-9743-0914d000a359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.09.16 14:41:37.383407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 6535, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
889 | 2024.09.16 14:41:37.383456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
890 | 2024.09.16 14:41:37.383476 [ 3 ] {} <Debug> HTTP-Session: e0307cf0-fc81-4f93-a971-ec31a7237e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
891 | 2024.09.16 14:41:37.383492 [ 3 ] {} <Debug> HTTP-Session: e0307cf0-fc81-4f93-a971-ec31a7237e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.09.16 14:41:37.383507 [ 3 ] {} <Debug> HTTP-Session: e0307cf0-fc81-4f93-a971-ec31a7237e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
893 | 2024.09.16 14:41:37.383538 [ 3 ] {} <Trace> HTTP-Session: e0307cf0-fc81-4f93-a971-ec31a7237e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
894 | 2024.09.16 14:41:37.383646 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
895 | 2024.09.16 14:41:37.383689 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
896 | 2024.09.16 14:41:37.383955 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
897 | 2024.09.16 14:41:37.387516 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
898 | 2024.09.16 14:41:37.387556 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
899 | 2024.09.16 14:41:37.388030 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
900 | 2024.09.16 14:41:37.388388 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
901 | 2024.09.16 14:41:37.388537 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Debug> executeQuery: Read 42 rows, 3.93 KiB in 0.004927 sec., 8524.457073269738 rows/sec., 798.18 KiB/sec. | ||
902 | 2024.09.16 14:41:37.388712 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Debug> DynamicQueryHandler: Done processing query | ||
903 | 2024.09.16 14:41:37.388736 [ 3 ] {ffcfaebe-7f2e-44ec-84e3-d30ec20baf37} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
904 | 2024.09.16 14:41:37.388752 [ 3 ] {} <Debug> HTTP-Session: e0307cf0-fc81-4f93-a971-ec31a7237e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.09.16 14:41:37.388868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
906 | 2024.09.16 14:41:37.388918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
907 | 2024.09.16 14:41:37.388937 [ 3 ] {} <Debug> HTTP-Session: f4e50bdd-a05d-4af3-b0ed-6db19b97e6bd Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
908 | 2024.09.16 14:41:37.388953 [ 3 ] {} <Debug> HTTP-Session: f4e50bdd-a05d-4af3-b0ed-6db19b97e6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.09.16 14:41:37.388968 [ 3 ] {} <Debug> HTTP-Session: f4e50bdd-a05d-4af3-b0ed-6db19b97e6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
910 | 2024.09.16 14:41:37.388998 [ 3 ] {} <Trace> HTTP-Session: f4e50bdd-a05d-4af3-b0ed-6db19b97e6bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
911 | 2024.09.16 14:41:37.389104 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
912 | 2024.09.16 14:41:37.389149 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
913 | 2024.09.16 14:41:37.391428 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
914 | 2024.09.16 14:41:37.393942 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
915 | 2024.09.16 14:41:37.394011 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
916 | 2024.09.16 14:41:37.394543 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
917 | 2024.09.16 14:41:37.394894 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
918 | 2024.09.16 14:41:37.395052 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.005979 sec., 3512.2930255895635 rows/sec., 264.11 KiB/sec. | ||
919 | 2024.09.16 14:41:37.395230 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Debug> DynamicQueryHandler: Done processing query | ||
920 | 2024.09.16 14:41:37.395255 [ 3 ] {6f09a977-a27b-4673-b11e-9d3fb8cc1de3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
921 | 2024.09.16 14:41:37.395271 [ 3 ] {} <Debug> HTTP-Session: f4e50bdd-a05d-4af3-b0ed-6db19b97e6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
922 | 2024.09.16 14:41:37.395431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 6157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
923 | 2024.09.16 14:41:37.395480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
924 | 2024.09.16 14:41:37.395500 [ 3 ] {} <Debug> HTTP-Session: aa5b911c-f78b-4a5c-ada0-be97f6ebb0df Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
925 | 2024.09.16 14:41:37.395516 [ 3 ] {} <Debug> HTTP-Session: aa5b911c-f78b-4a5c-ada0-be97f6ebb0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
926 | 2024.09.16 14:41:37.395530 [ 3 ] {} <Debug> HTTP-Session: aa5b911c-f78b-4a5c-ada0-be97f6ebb0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.09.16 14:41:37.395560 [ 3 ] {} <Trace> HTTP-Session: aa5b911c-f78b-4a5c-ada0-be97f6ebb0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
928 | 2024.09.16 14:41:37.395668 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
929 | 2024.09.16 14:41:37.395711 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
930 | 2024.09.16 14:41:37.396459 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
931 | 2024.09.16 14:41:37.397327 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
932 | 2024.09.16 14:41:37.397362 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
933 | 2024.09.16 14:41:37.397789 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
934 | 2024.09.16 14:41:37.398139 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
935 | 2024.09.16 14:41:37.398299 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Debug> executeQuery: Read 36 rows, 2.89 KiB in 0.002661 sec., 13528.748590755355 rows/sec., 1.06 MiB/sec. | ||
936 | 2024.09.16 14:41:37.398622 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.09.16 14:41:37.398647 [ 3 ] {ced9db8f-4a5e-48ea-9fe1-20209e40de41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
938 | 2024.09.16 14:41:37.398664 [ 3 ] {} <Debug> HTTP-Session: aa5b911c-f78b-4a5c-ada0-be97f6ebb0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.09.16 14:41:37.399021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 34160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.09.16 14:41:37.399070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.09.16 14:41:37.399090 [ 3 ] {} <Debug> HTTP-Session: e6bcbb28-343b-4587-aa8e-a7d4535c303c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
942 | 2024.09.16 14:41:37.399106 [ 3 ] {} <Debug> HTTP-Session: e6bcbb28-343b-4587-aa8e-a7d4535c303c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.09.16 14:41:37.399121 [ 3 ] {} <Debug> HTTP-Session: e6bcbb28-343b-4587-aa8e-a7d4535c303c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.09.16 14:41:37.399153 [ 3 ] {} <Trace> HTTP-Session: e6bcbb28-343b-4587-aa8e-a7d4535c303c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.09.16 14:41:37.399411 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
946 | 2024.09.16 14:41:37.399481 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <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_histogramu64 | ||
947 | 2024.09.16 14:41:37.399898 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
948 | 2024.09.16 14:41:37.400720 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
949 | 2024.09.16 14:41:37.400758 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
950 | 2024.09.16 14:41:37.404554 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
951 | 2024.09.16 14:41:37.404999 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
952 | 2024.09.16 14:41:37.405173 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.00594 sec., 3535.3535353535353 rows/sec., 6.34 MiB/sec. | ||
953 | 2024.09.16 14:41:37.405399 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Debug> DynamicQueryHandler: Done processing query | ||
954 | 2024.09.16 14:41:37.405423 [ 3 ] {54a8a026-ca9f-485a-8c26-9b1c47d0c316} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
955 | 2024.09.16 14:41:37.405439 [ 3 ] {} <Debug> HTTP-Session: e6bcbb28-343b-4587-aa8e-a7d4535c303c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.09.16 14:41:37.405557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
957 | 2024.09.16 14:41:37.405606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
958 | 2024.09.16 14:41:37.405626 [ 3 ] {} <Debug> HTTP-Session: 691543bd-7f59-42f7-a80f-85144ee2f597 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
959 | 2024.09.16 14:41:37.405642 [ 3 ] {} <Debug> HTTP-Session: 691543bd-7f59-42f7-a80f-85144ee2f597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
960 | 2024.09.16 14:41:37.405656 [ 3 ] {} <Debug> HTTP-Session: 691543bd-7f59-42f7-a80f-85144ee2f597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.09.16 14:41:37.405687 [ 3 ] {} <Trace> HTTP-Session: 691543bd-7f59-42f7-a80f-85144ee2f597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
962 | 2024.09.16 14:41:37.405789 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
963 | 2024.09.16 14:41:37.406339 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
964 | 2024.09.16 14:41:37.406475 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
965 | 2024.09.16 14:41:37.406783 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Trace> oximeter.measurements_i64 (5d0698f8-7d16-47c0-a951-29be4dbc7ae6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
966 | 2024.09.16 14:41:37.406818 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
967 | 2024.09.16 14:41:37.407179 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
968 | 2024.09.16 14:41:37.407495 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Trace> oximeter.measurements_i64 (5d0698f8-7d16-47c0-a951-29be4dbc7ae6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
969 | 2024.09.16 14:41:37.407647 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Debug> executeQuery: Read 21 rows, 1.54 KiB in 0.001889 sec., 11116.99311805188 rows/sec., 815.27 KiB/sec. | ||
970 | 2024.09.16 14:41:37.407813 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Debug> DynamicQueryHandler: Done processing query | ||
971 | 2024.09.16 14:41:37.407838 [ 3 ] {b06c356d-5bfa-4317-9240-4ee08a3b2815} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
972 | 2024.09.16 14:41:37.407855 [ 3 ] {} <Debug> HTTP-Session: 691543bd-7f59-42f7-a80f-85144ee2f597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.09.16 14:41:38.000203 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.51 MiB, peak 177.86 MiB, free memory in arenas 0.00 B, will set to 175.14 MiB (RSS), difference: 2.64 MiB | ||
974 | 2024.09.16 14:41:40.507524 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
975 | 2024.09.16 14:41:40.507621 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
976 | 2024.09.16 14:41:47.323841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
977 | 2024.09.16 14:41:47.324024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
978 | 2024.09.16 14:41:47.324068 [ 3 ] {} <Debug> HTTP-Session: ccfed074-293e-485f-bb56-c8d046d4a14d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
979 | 2024.09.16 14:41:47.324109 [ 3 ] {} <Debug> HTTP-Session: ccfed074-293e-485f-bb56-c8d046d4a14d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.09.16 14:41:47.324147 [ 3 ] {} <Debug> HTTP-Session: ccfed074-293e-485f-bb56-c8d046d4a14d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.09.16 14:41:47.324224 [ 3 ] {} <Trace> HTTP-Session: ccfed074-293e-485f-bb56-c8d046d4a14d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
982 | 2024.09.16 14:41:47.324562 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
983 | 2024.09.16 14:41:47.327151 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
984 | 2024.09.16 14:41:47.330985 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
985 | 2024.09.16 14:41:47.331296 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
986 | 2024.09.16 14:41:47.331595 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
987 | 2024.09.16 14:41:47.333826 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
988 | 2024.09.16 14:41:47.337410 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
989 | 2024.09.16 14:41:47.337505 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
990 | 2024.09.16 14:41:47.337525 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
991 | 2024.09.16 14:41:47.337682 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
992 | 2024.09.16 14:41:47.337713 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
993 | 2024.09.16 14:41:47.354188 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.029761 sec., 134.40408588421087 rows/sec., 6.20 KiB/sec. | ||
994 | 2024.09.16 14:41:47.354687 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> DynamicQueryHandler: Done processing query | ||
995 | 2024.09.16 14:41:47.354718 [ 3 ] {e28139bf-5406-496c-9833-4c42b7745818} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
996 | 2024.09.16 14:41:47.354734 [ 3 ] {} <Debug> HTTP-Session: ccfed074-293e-485f-bb56-c8d046d4a14d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.09.16 14:41:47.355021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
998 | 2024.09.16 14:41:47.355074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
999 | 2024.09.16 14:41:47.355093 [ 3 ] {} <Debug> HTTP-Session: d684c32b-da2b-4de6-b5dd-b1c95e593522 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1000 | 2024.09.16 14:41:47.355113 [ 3 ] {} <Debug> HTTP-Session: d684c32b-da2b-4de6-b5dd-b1c95e593522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1001 | 2024.09.16 14:41:47.355127 [ 3 ] {} <Debug> HTTP-Session: d684c32b-da2b-4de6-b5dd-b1c95e593522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.09.16 14:41:47.355162 [ 3 ] {} <Trace> HTTP-Session: d684c32b-da2b-4de6-b5dd-b1c95e593522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1003 | 2024.09.16 14:41:47.355304 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
1004 | 2024.09.16 14:41:47.355546 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1005 | 2024.09.16 14:41:47.355578 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
1006 | 2024.09.16 14:41:47.355784 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.09.16 14:41:47.355849 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1008 | 2024.09.16 14:41:47.355993 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1009 | 2024.09.16 14:41:47.356027 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1010 | 2024.09.16 14:41:47.356049 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1011 | 2024.09.16 14:41:47.356066 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1012 | 2024.09.16 14:41:47.356106 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1013 | 2024.09.16 14:41:47.356127 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1014 | 2024.09.16 14:41:47.357050 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001796 sec., 2227.1714922048996 rows/sec., 102.77 KiB/sec. | ||
1015 | 2024.09.16 14:41:47.357308 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> DynamicQueryHandler: Done processing query | ||
1016 | 2024.09.16 14:41:47.357333 [ 3 ] {8b9f144e-6916-4c06-9803-2ce12b39cf44} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1017 | 2024.09.16 14:41:47.357349 [ 3 ] {} <Debug> HTTP-Session: d684c32b-da2b-4de6-b5dd-b1c95e593522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1018 | 2024.09.16 14:41:47.358123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1019 | 2024.09.16 14:41:47.358172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1020 | 2024.09.16 14:41:47.358191 [ 3 ] {} <Debug> HTTP-Session: 59a2bc65-a70b-4a4e-b727-073cfc487628 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1021 | 2024.09.16 14:41:47.358209 [ 3 ] {} <Debug> HTTP-Session: 59a2bc65-a70b-4a4e-b727-073cfc487628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.09.16 14:41:47.358222 [ 3 ] {} <Debug> HTTP-Session: 59a2bc65-a70b-4a4e-b727-073cfc487628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.09.16 14:41:47.358253 [ 3 ] {} <Trace> HTTP-Session: 59a2bc65-a70b-4a4e-b727-073cfc487628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1024 | 2024.09.16 14:41:47.358382 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
1025 | 2024.09.16 14:41:47.358617 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1026 | 2024.09.16 14:41:47.358649 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
1027 | 2024.09.16 14:41:47.358854 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1028 | 2024.09.16 14:41:47.358917 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1029 | 2024.09.16 14:41:47.359056 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1030 | 2024.09.16 14:41:47.359089 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1031 | 2024.09.16 14:41:47.359111 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1032 | 2024.09.16 14:41:47.359128 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1033 | 2024.09.16 14:41:47.359167 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1034 | 2024.09.16 14:41:47.359188 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1035 | 2024.09.16 14:41:47.360269 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001895 sec., 2110.8179419525068 rows/sec., 97.40 KiB/sec. | ||
1036 | 2024.09.16 14:41:47.360526 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> DynamicQueryHandler: Done processing query | ||
1037 | 2024.09.16 14:41:47.360550 [ 3 ] {8d3fae4a-1eb0-4b9d-bbb4-9804e64454d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1038 | 2024.09.16 14:41:47.360566 [ 3 ] {} <Debug> HTTP-Session: 59a2bc65-a70b-4a4e-b727-073cfc487628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.09.16 14:41:47.360814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1040 | 2024.09.16 14:41:47.360863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1041 | 2024.09.16 14:41:47.360882 [ 3 ] {} <Debug> HTTP-Session: 5e094c33-f95b-4860-a515-027bbc778d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1042 | 2024.09.16 14:41:47.360898 [ 3 ] {} <Debug> HTTP-Session: 5e094c33-f95b-4860-a515-027bbc778d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1043 | 2024.09.16 14:41:47.360912 [ 3 ] {} <Debug> HTTP-Session: 5e094c33-f95b-4860-a515-027bbc778d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1044 | 2024.09.16 14:41:47.360944 [ 3 ] {} <Trace> HTTP-Session: 5e094c33-f95b-4860-a515-027bbc778d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1045 | 2024.09.16 14:41:47.361069 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1046 | 2024.09.16 14:41:47.361301 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1047 | 2024.09.16 14:41:47.361335 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
1048 | 2024.09.16 14:41:47.361542 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1049 | 2024.09.16 14:41:47.361606 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1050 | 2024.09.16 14:41:47.361744 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1051 | 2024.09.16 14:41:47.361777 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1052 | 2024.09.16 14:41:47.361799 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1053 | 2024.09.16 14:41:47.361815 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1054 | 2024.09.16 14:41:47.361855 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1055 | 2024.09.16 14:41:47.361875 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1056 | 2024.09.16 14:41:47.362572 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001556 sec., 2570.694087403599 rows/sec., 118.62 KiB/sec. | ||
1057 | 2024.09.16 14:41:47.362805 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> DynamicQueryHandler: Done processing query | ||
1058 | 2024.09.16 14:41:47.362829 [ 3 ] {d8105123-9ec6-46ac-8826-cfd46a32c2de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1059 | 2024.09.16 14:41:47.362845 [ 3 ] {} <Debug> HTTP-Session: 5e094c33-f95b-4860-a515-027bbc778d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1060 | 2024.09.16 14:41:47.363056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1061 | 2024.09.16 14:41:47.363102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1062 | 2024.09.16 14:41:47.363121 [ 3 ] {} <Debug> HTTP-Session: c6b100cd-b3db-49be-8ae3-84a5179165bc Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1063 | 2024.09.16 14:41:47.363139 [ 3 ] {} <Debug> HTTP-Session: c6b100cd-b3db-49be-8ae3-84a5179165bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.09.16 14:41:47.363152 [ 3 ] {} <Debug> HTTP-Session: c6b100cd-b3db-49be-8ae3-84a5179165bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1065 | 2024.09.16 14:41:47.363183 [ 3 ] {} <Trace> HTTP-Session: c6b100cd-b3db-49be-8ae3-84a5179165bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1066 | 2024.09.16 14:41:47.363309 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1067 | 2024.09.16 14:41:47.363543 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1068 | 2024.09.16 14:41:47.363576 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1069 | 2024.09.16 14:41:47.363785 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1070 | 2024.09.16 14:41:47.363848 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1071 | 2024.09.16 14:41:47.363983 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1072 | 2024.09.16 14:41:47.364016 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1073 | 2024.09.16 14:41:47.364038 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1074 | 2024.09.16 14:41:47.364054 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1075 | 2024.09.16 14:41:47.364093 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1076 | 2024.09.16 14:41:47.364114 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1077 | 2024.09.16 14:41:47.364904 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001647 sec., 2428.6581663630845 rows/sec., 112.06 KiB/sec. | ||
1078 | 2024.09.16 14:41:47.365148 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> DynamicQueryHandler: Done processing query | ||
1079 | 2024.09.16 14:41:47.365172 [ 3 ] {c866ed18-a2b9-425d-ac15-f4ac76f1cdde} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1080 | 2024.09.16 14:41:47.365188 [ 3 ] {} <Debug> HTTP-Session: c6b100cd-b3db-49be-8ae3-84a5179165bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1081 | 2024.09.16 14:41:47.365499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1082 | 2024.09.16 14:41:47.365547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1083 | 2024.09.16 14:41:47.365567 [ 3 ] {} <Debug> HTTP-Session: 209ee414-550e-4437-83aa-3b869f30fc51 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1084 | 2024.09.16 14:41:47.365583 [ 3 ] {} <Debug> HTTP-Session: 209ee414-550e-4437-83aa-3b869f30fc51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.09.16 14:41:47.365596 [ 3 ] {} <Debug> HTTP-Session: 209ee414-550e-4437-83aa-3b869f30fc51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.09.16 14:41:47.365626 [ 3 ] {} <Trace> HTTP-Session: 209ee414-550e-4437-83aa-3b869f30fc51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1087 | 2024.09.16 14:41:47.365753 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1088 | 2024.09.16 14:41:47.365989 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1089 | 2024.09.16 14:41:47.366023 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1090 | 2024.09.16 14:41:47.366238 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1091 | 2024.09.16 14:41:47.366301 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1092 | 2024.09.16 14:41:47.366437 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1093 | 2024.09.16 14:41:47.366468 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1094 | 2024.09.16 14:41:47.366490 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1095 | 2024.09.16 14:41:47.366507 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1096 | 2024.09.16 14:41:47.366546 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1097 | 2024.09.16 14:41:47.366565 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1098 | 2024.09.16 14:41:47.367310 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001612 sec., 2481.3895781637716 rows/sec., 114.50 KiB/sec. | ||
1099 | 2024.09.16 14:41:47.367541 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> DynamicQueryHandler: Done processing query | ||
1100 | 2024.09.16 14:41:47.367565 [ 3 ] {afcaa031-23fd-4452-aed1-eece9979b618} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1101 | 2024.09.16 14:41:47.367582 [ 3 ] {} <Debug> HTTP-Session: 209ee414-550e-4437-83aa-3b869f30fc51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.09.16 14:41:47.367788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1103 | 2024.09.16 14:41:47.367836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1104 | 2024.09.16 14:41:47.367855 [ 3 ] {} <Debug> HTTP-Session: b041475b-0e50-4e5f-9a21-8877ce1fe31e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1105 | 2024.09.16 14:41:47.367872 [ 3 ] {} <Debug> HTTP-Session: b041475b-0e50-4e5f-9a21-8877ce1fe31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.09.16 14:41:47.367885 [ 3 ] {} <Debug> HTTP-Session: b041475b-0e50-4e5f-9a21-8877ce1fe31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.09.16 14:41:47.367916 [ 3 ] {} <Trace> HTTP-Session: b041475b-0e50-4e5f-9a21-8877ce1fe31e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1108 | 2024.09.16 14:41:47.368044 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1109 | 2024.09.16 14:41:47.368283 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1110 | 2024.09.16 14:41:47.368316 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1111 | 2024.09.16 14:41:47.368529 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1112 | 2024.09.16 14:41:47.368593 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1113 | 2024.09.16 14:41:47.368726 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1114 | 2024.09.16 14:41:47.368758 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1115 | 2024.09.16 14:41:47.368780 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1116 | 2024.09.16 14:41:47.368796 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1117 | 2024.09.16 14:41:47.368835 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1118 | 2024.09.16 14:41:47.368854 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1119 | 2024.09.16 14:41:47.369522 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001532 sec., 2610.9660574412533 rows/sec., 120.48 KiB/sec. | ||
1120 | 2024.09.16 14:41:47.369755 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> DynamicQueryHandler: Done processing query | ||
1121 | 2024.09.16 14:41:47.369779 [ 3 ] {11cbedf6-ba58-4b9b-85f6-87eb51debf1a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1122 | 2024.09.16 14:41:47.369796 [ 3 ] {} <Debug> HTTP-Session: b041475b-0e50-4e5f-9a21-8877ce1fe31e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1123 | 2024.09.16 14:41:47.370012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1124 | 2024.09.16 14:41:47.370059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1125 | 2024.09.16 14:41:47.370078 [ 3 ] {} <Debug> HTTP-Session: cc5d2bc3-9a11-486b-8617-04ae3e119682 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1126 | 2024.09.16 14:41:47.370094 [ 3 ] {} <Debug> HTTP-Session: cc5d2bc3-9a11-486b-8617-04ae3e119682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1127 | 2024.09.16 14:41:47.370108 [ 3 ] {} <Debug> HTTP-Session: cc5d2bc3-9a11-486b-8617-04ae3e119682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1128 | 2024.09.16 14:41:47.370139 [ 3 ] {} <Trace> HTTP-Session: cc5d2bc3-9a11-486b-8617-04ae3e119682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1129 | 2024.09.16 14:41:47.370267 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1130 | 2024.09.16 14:41:47.370502 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1131 | 2024.09.16 14:41:47.370537 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1132 | 2024.09.16 14:41:47.370759 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1133 | 2024.09.16 14:41:47.370822 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1134 | 2024.09.16 14:41:47.370958 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1135 | 2024.09.16 14:41:47.370990 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1136 | 2024.09.16 14:41:47.371012 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1137 | 2024.09.16 14:41:47.371028 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1138 | 2024.09.16 14:41:47.371068 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1139 | 2024.09.16 14:41:47.371088 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1140 | 2024.09.16 14:41:47.371904 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001691 sec., 2365.464222353637 rows/sec., 109.15 KiB/sec. | ||
1141 | 2024.09.16 14:41:47.372148 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> DynamicQueryHandler: Done processing query | ||
1142 | 2024.09.16 14:41:47.372171 [ 3 ] {73057cdb-04b9-4ade-8b05-d083c4ed8c98} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1143 | 2024.09.16 14:41:47.372188 [ 3 ] {} <Debug> HTTP-Session: cc5d2bc3-9a11-486b-8617-04ae3e119682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1144 | 2024.09.16 14:41:47.372490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1145 | 2024.09.16 14:41:47.372537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1146 | 2024.09.16 14:41:47.372555 [ 3 ] {} <Debug> HTTP-Session: 833cd68e-7e21-4a0d-98a2-ae7796ffef2c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1147 | 2024.09.16 14:41:47.372571 [ 3 ] {} <Debug> HTTP-Session: 833cd68e-7e21-4a0d-98a2-ae7796ffef2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1148 | 2024.09.16 14:41:47.372585 [ 3 ] {} <Debug> HTTP-Session: 833cd68e-7e21-4a0d-98a2-ae7796ffef2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.09.16 14:41:47.372615 [ 3 ] {} <Trace> HTTP-Session: 833cd68e-7e21-4a0d-98a2-ae7796ffef2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1150 | 2024.09.16 14:41:47.372745 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1151 | 2024.09.16 14:41:47.372985 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1152 | 2024.09.16 14:41:47.373020 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1153 | 2024.09.16 14:41:47.373242 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1154 | 2024.09.16 14:41:47.373305 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1155 | 2024.09.16 14:41:47.373440 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1156 | 2024.09.16 14:41:47.373471 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1157 | 2024.09.16 14:41:47.373493 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1158 | 2024.09.16 14:41:47.373509 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1159 | 2024.09.16 14:41:47.373548 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1160 | 2024.09.16 14:41:47.373568 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1161 | 2024.09.16 14:41:47.374317 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001628 sec., 2457.002457002457 rows/sec., 113.37 KiB/sec. | ||
1162 | 2024.09.16 14:41:47.374551 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> DynamicQueryHandler: Done processing query | ||
1163 | 2024.09.16 14:41:47.374575 [ 3 ] {fe1152c2-7107-45c1-b9d2-fbb9321bc274} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1164 | 2024.09.16 14:41:47.374591 [ 3 ] {} <Debug> HTTP-Session: 833cd68e-7e21-4a0d-98a2-ae7796ffef2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1165 | 2024.09.16 14:41:47.374779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1166 | 2024.09.16 14:41:47.374825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1167 | 2024.09.16 14:41:47.374844 [ 3 ] {} <Debug> HTTP-Session: 1e03afdb-3423-45b3-a538-c817590f8c2a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1168 | 2024.09.16 14:41:47.374860 [ 3 ] {} <Debug> HTTP-Session: 1e03afdb-3423-45b3-a538-c817590f8c2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1169 | 2024.09.16 14:41:47.374874 [ 3 ] {} <Debug> HTTP-Session: 1e03afdb-3423-45b3-a538-c817590f8c2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.09.16 14:41:47.374904 [ 3 ] {} <Trace> HTTP-Session: 1e03afdb-3423-45b3-a538-c817590f8c2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1171 | 2024.09.16 14:41:47.375035 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1172 | 2024.09.16 14:41:47.375275 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1173 | 2024.09.16 14:41:47.375310 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1174 | 2024.09.16 14:41:47.375533 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1175 | 2024.09.16 14:41:47.375596 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1176 | 2024.09.16 14:41:47.375731 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1177 | 2024.09.16 14:41:47.375762 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1178 | 2024.09.16 14:41:47.375784 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1179 | 2024.09.16 14:41:47.375800 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1180 | 2024.09.16 14:41:47.375839 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1181 | 2024.09.16 14:41:47.375861 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1182 | 2024.09.16 14:41:47.376592 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001615 sec., 2476.780185758514 rows/sec., 114.29 KiB/sec. | ||
1183 | 2024.09.16 14:41:47.376824 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> DynamicQueryHandler: Done processing query | ||
1184 | 2024.09.16 14:41:47.376849 [ 3 ] {a4412d21-f602-4c60-8ecc-c62add3c74f7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1185 | 2024.09.16 14:41:47.376864 [ 3 ] {} <Debug> HTTP-Session: 1e03afdb-3423-45b3-a538-c817590f8c2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1186 | 2024.09.16 14:41:47.377069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1187 | 2024.09.16 14:41:47.377116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1188 | 2024.09.16 14:41:47.377134 [ 3 ] {} <Debug> HTTP-Session: d50d96be-afa9-42a9-b50f-f79089f1953f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1189 | 2024.09.16 14:41:47.377150 [ 3 ] {} <Debug> HTTP-Session: d50d96be-afa9-42a9-b50f-f79089f1953f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.09.16 14:41:47.377164 [ 3 ] {} <Debug> HTTP-Session: d50d96be-afa9-42a9-b50f-f79089f1953f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.09.16 14:41:47.377194 [ 3 ] {} <Trace> HTTP-Session: d50d96be-afa9-42a9-b50f-f79089f1953f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1192 | 2024.09.16 14:41:47.377324 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1193 | 2024.09.16 14:41:47.377564 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1194 | 2024.09.16 14:41:47.377600 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1195 | 2024.09.16 14:41:47.377826 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1196 | 2024.09.16 14:41:47.377890 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1197 | 2024.09.16 14:41:47.378026 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1198 | 2024.09.16 14:41:47.378059 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1199 | 2024.09.16 14:41:47.378080 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1200 | 2024.09.16 14:41:47.378097 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1201 | 2024.09.16 14:41:47.378142 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1202 | 2024.09.16 14:41:47.378164 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1203 | 2024.09.16 14:41:47.378997 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001731 sec., 2310.8030040439053 rows/sec., 106.63 KiB/sec. | ||
1204 | 2024.09.16 14:41:47.379256 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> DynamicQueryHandler: Done processing query | ||
1205 | 2024.09.16 14:41:47.379280 [ 3 ] {ac1dae18-0809-4b45-82ee-3d94e0487470} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1206 | 2024.09.16 14:41:47.379297 [ 3 ] {} <Debug> HTTP-Session: d50d96be-afa9-42a9-b50f-f79089f1953f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.09.16 14:41:47.383968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1208 | 2024.09.16 14:41:47.384026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1209 | 2024.09.16 14:41:47.384049 [ 3 ] {} <Debug> HTTP-Session: 18717dd5-db97-4171-a7e0-be1e9e6c2565 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1210 | 2024.09.16 14:41:47.384069 [ 3 ] {} <Debug> HTTP-Session: 18717dd5-db97-4171-a7e0-be1e9e6c2565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1211 | 2024.09.16 14:41:47.384086 [ 3 ] {} <Debug> HTTP-Session: 18717dd5-db97-4171-a7e0-be1e9e6c2565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1212 | 2024.09.16 14:41:47.384123 [ 3 ] {} <Trace> HTTP-Session: 18717dd5-db97-4171-a7e0-be1e9e6c2565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1213 | 2024.09.16 14:41:47.384293 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1214 | 2024.09.16 14:41:47.384588 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1215 | 2024.09.16 14:41:47.384630 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1216 | 2024.09.16 14:41:47.384864 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1217 | 2024.09.16 14:41:47.384926 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1218 | 2024.09.16 14:41:47.385064 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1219 | 2024.09.16 14:41:47.385096 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1220 | 2024.09.16 14:41:47.385120 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1221 | 2024.09.16 14:41:47.385136 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1222 | 2024.09.16 14:41:47.385176 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1223 | 2024.09.16 14:41:47.385198 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1224 | 2024.09.16 14:41:47.386163 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001945 sec., 2056.5552699228792 rows/sec., 94.89 KiB/sec. | ||
1225 | 2024.09.16 14:41:47.386418 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> DynamicQueryHandler: Done processing query | ||
1226 | 2024.09.16 14:41:47.386443 [ 3 ] {14f9d498-3f7d-41c4-8a04-175ece651094} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1227 | 2024.09.16 14:41:47.386459 [ 3 ] {} <Debug> HTTP-Session: 18717dd5-db97-4171-a7e0-be1e9e6c2565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1228 | 2024.09.16 14:41:47.388506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1229 | 2024.09.16 14:41:47.388553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1230 | 2024.09.16 14:41:47.388572 [ 3 ] {} <Debug> HTTP-Session: 07eef15d-d60c-4a29-a064-0b9d6cf61d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1231 | 2024.09.16 14:41:47.388588 [ 3 ] {} <Debug> HTTP-Session: 07eef15d-d60c-4a29-a064-0b9d6cf61d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1232 | 2024.09.16 14:41:47.388602 [ 3 ] {} <Debug> HTTP-Session: 07eef15d-d60c-4a29-a064-0b9d6cf61d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1233 | 2024.09.16 14:41:47.388650 [ 3 ] {} <Trace> HTTP-Session: 07eef15d-d60c-4a29-a064-0b9d6cf61d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1234 | 2024.09.16 14:41:47.388866 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1235 | 2024.09.16 14:41:47.388952 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1236 | 2024.09.16 14:41:47.389269 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1237 | 2024.09.16 14:41:47.389749 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1238 | 2024.09.16 14:41:47.389784 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1239 | 2024.09.16 14:41:47.390255 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1240 | 2024.09.16 14:41:47.390555 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1241 | 2024.09.16 14:41:47.390712 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001931 sec., 6214.3966856551015 rows/sec., 1.04 MiB/sec. | ||
1242 | 2024.09.16 14:41:47.391008 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Debug> DynamicQueryHandler: Done processing query | ||
1243 | 2024.09.16 14:41:47.391034 [ 3 ] {43ff8cb2-eb6c-438c-9eda-19a541e16228} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1244 | 2024.09.16 14:41:47.391049 [ 3 ] {} <Debug> HTTP-Session: 07eef15d-d60c-4a29-a064-0b9d6cf61d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1245 | 2024.09.16 14:41:47.391378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 29662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1246 | 2024.09.16 14:41:47.391427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1247 | 2024.09.16 14:41:47.391446 [ 3 ] {} <Debug> HTTP-Session: fd6f6cd4-43b9-42f1-9923-8e328d90d457 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1248 | 2024.09.16 14:41:47.391462 [ 3 ] {} <Debug> HTTP-Session: fd6f6cd4-43b9-42f1-9923-8e328d90d457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1249 | 2024.09.16 14:41:47.391476 [ 3 ] {} <Debug> HTTP-Session: fd6f6cd4-43b9-42f1-9923-8e328d90d457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1250 | 2024.09.16 14:41:47.391506 [ 3 ] {} <Trace> HTTP-Session: fd6f6cd4-43b9-42f1-9923-8e328d90d457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1251 | 2024.09.16 14:41:47.391657 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1252 | 2024.09.16 14:41:47.391700 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1253 | 2024.09.16 14:41:47.391952 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1254 | 2024.09.16 14:41:47.392418 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1255 | 2024.09.16 14:41:47.392454 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1256 | 2024.09.16 14:41:47.392856 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1257 | 2024.09.16 14:41:47.393207 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1258 | 2024.09.16 14:41:47.393332 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Debug> executeQuery: Read 191 rows, 18.00 KiB in 0.001745 sec., 109455.58739255014 rows/sec., 10.07 MiB/sec. | ||
1259 | 2024.09.16 14:41:47.393497 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Debug> DynamicQueryHandler: Done processing query | ||
1260 | 2024.09.16 14:41:47.393521 [ 3 ] {bc0b913b-29cb-4ecd-8751-8c3f79c3426c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1261 | 2024.09.16 14:41:47.393536 [ 3 ] {} <Debug> HTTP-Session: fd6f6cd4-43b9-42f1-9923-8e328d90d457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1262 | 2024.09.16 14:41:47.393668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1263 | 2024.09.16 14:41:47.393715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1264 | 2024.09.16 14:41:47.393733 [ 3 ] {} <Debug> HTTP-Session: 2fca4551-0153-4135-8457-9834cf72c030 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1265 | 2024.09.16 14:41:47.393750 [ 3 ] {} <Debug> HTTP-Session: 2fca4551-0153-4135-8457-9834cf72c030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.09.16 14:41:47.393764 [ 3 ] {} <Debug> HTTP-Session: 2fca4551-0153-4135-8457-9834cf72c030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1267 | 2024.09.16 14:41:47.393793 [ 3 ] {} <Trace> HTTP-Session: 2fca4551-0153-4135-8457-9834cf72c030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1268 | 2024.09.16 14:41:47.393894 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1269 | 2024.09.16 14:41:47.393934 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1270 | 2024.09.16 14:41:47.394154 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1271 | 2024.09.16 14:41:47.394481 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1272 | 2024.09.16 14:41:47.394515 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1273 | 2024.09.16 14:41:47.394859 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1274 | 2024.09.16 14:41:47.395214 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1275 | 2024.09.16 14:41:47.395344 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001474 sec., 19674.355495251017 rows/sec., 1.44 MiB/sec. | ||
1276 | 2024.09.16 14:41:47.395533 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Debug> DynamicQueryHandler: Done processing query | ||
1277 | 2024.09.16 14:41:47.395556 [ 3 ] {c93e1a91-8ba8-48f4-a5f5-046a2090edd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1278 | 2024.09.16 14:41:47.395573 [ 3 ] {} <Debug> HTTP-Session: 2fca4551-0153-4135-8457-9834cf72c030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.09.16 14:41:47.395707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1280 | 2024.09.16 14:41:47.395754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1281 | 2024.09.16 14:41:47.395773 [ 3 ] {} <Debug> HTTP-Session: 91a387e5-e4dd-44c8-82a4-5626af308594 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1282 | 2024.09.16 14:41:47.395789 [ 3 ] {} <Debug> HTTP-Session: 91a387e5-e4dd-44c8-82a4-5626af308594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.09.16 14:41:47.395802 [ 3 ] {} <Debug> HTTP-Session: 91a387e5-e4dd-44c8-82a4-5626af308594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.09.16 14:41:47.395831 [ 3 ] {} <Trace> HTTP-Session: 91a387e5-e4dd-44c8-82a4-5626af308594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1285 | 2024.09.16 14:41:47.395929 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1286 | 2024.09.16 14:41:47.395971 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1287 | 2024.09.16 14:41:47.396192 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1288 | 2024.09.16 14:41:47.396573 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1289 | 2024.09.16 14:41:47.396608 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1290 | 2024.09.16 14:41:47.396974 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1291 | 2024.09.16 14:41:47.397322 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1292 | 2024.09.16 14:41:47.397473 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
1293 | 2024.09.16 14:41:47.397749 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Debug> DynamicQueryHandler: Done processing query | ||
1294 | 2024.09.16 14:41:47.397773 [ 3 ] {ef61d5c3-2110-42b2-b644-9cfb028004d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1295 | 2024.09.16 14:41:47.397789 [ 3 ] {} <Debug> HTTP-Session: 91a387e5-e4dd-44c8-82a4-5626af308594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1296 | 2024.09.16 14:41:47.397931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1297 | 2024.09.16 14:41:47.397980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1298 | 2024.09.16 14:41:47.397998 [ 3 ] {} <Debug> HTTP-Session: 0ed6cdbf-b873-4ccd-aa19-c79be2e08703 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1299 | 2024.09.16 14:41:47.398015 [ 3 ] {} <Debug> HTTP-Session: 0ed6cdbf-b873-4ccd-aa19-c79be2e08703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1300 | 2024.09.16 14:41:47.398029 [ 3 ] {} <Debug> HTTP-Session: 0ed6cdbf-b873-4ccd-aa19-c79be2e08703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1301 | 2024.09.16 14:41:47.398058 [ 3 ] {} <Trace> HTTP-Session: 0ed6cdbf-b873-4ccd-aa19-c79be2e08703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1302 | 2024.09.16 14:41:47.398154 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1303 | 2024.09.16 14:41:47.398196 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1304 | 2024.09.16 14:41:47.398438 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1305 | 2024.09.16 14:41:47.398731 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1306 | 2024.09.16 14:41:47.398767 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1307 | 2024.09.16 14:41:47.399110 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1308 | 2024.09.16 14:41:47.399471 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1309 | 2024.09.16 14:41:47.399629 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 237.60 KiB/sec. | ||
1310 | 2024.09.16 14:41:47.399919 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Debug> DynamicQueryHandler: Done processing query | ||
1311 | 2024.09.16 14:41:47.399942 [ 3 ] {50e9f627-78e2-4597-b24f-d20fac0d1177} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1312 | 2024.09.16 14:41:47.399957 [ 3 ] {} <Debug> HTTP-Session: 0ed6cdbf-b873-4ccd-aa19-c79be2e08703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.09.16 14:41:47.400287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 55891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1314 | 2024.09.16 14:41:47.400334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1315 | 2024.09.16 14:41:47.400354 [ 3 ] {} <Debug> HTTP-Session: ac513b65-403a-442a-87ac-deb417da8d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1316 | 2024.09.16 14:41:47.400370 [ 3 ] {} <Debug> HTTP-Session: ac513b65-403a-442a-87ac-deb417da8d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1317 | 2024.09.16 14:41:47.400383 [ 3 ] {} <Debug> HTTP-Session: ac513b65-403a-442a-87ac-deb417da8d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1318 | 2024.09.16 14:41:47.400412 [ 3 ] {} <Trace> HTTP-Session: ac513b65-403a-442a-87ac-deb417da8d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1319 | 2024.09.16 14:41:47.400606 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1320 | 2024.09.16 14:41:47.400648 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1321 | 2024.09.16 14:41:47.400891 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1322 | 2024.09.16 14:41:47.401425 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1323 | 2024.09.16 14:41:47.401462 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1324 | 2024.09.16 14:41:47.401843 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1325 | 2024.09.16 14:41:47.402187 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1326 | 2024.09.16 14:41:47.402352 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Debug> executeQuery: Read 347 rows, 24.89 KiB in 0.00184 sec., 188586.95652173914 rows/sec., 13.21 MiB/sec. | ||
1327 | 2024.09.16 14:41:47.402647 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Debug> DynamicQueryHandler: Done processing query | ||
1328 | 2024.09.16 14:41:47.402671 [ 3 ] {68715414-c8b0-4678-baad-004cd984ab55} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1329 | 2024.09.16 14:41:47.402688 [ 3 ] {} <Debug> HTTP-Session: ac513b65-403a-442a-87ac-deb417da8d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.09.16 14:41:47.402856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1331 | 2024.09.16 14:41:47.402904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1332 | 2024.09.16 14:41:47.402923 [ 3 ] {} <Debug> HTTP-Session: 0a882c7d-0183-4733-bc17-e60c238e0d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1333 | 2024.09.16 14:41:47.402939 [ 3 ] {} <Debug> HTTP-Session: 0a882c7d-0183-4733-bc17-e60c238e0d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1334 | 2024.09.16 14:41:47.402952 [ 3 ] {} <Debug> HTTP-Session: 0a882c7d-0183-4733-bc17-e60c238e0d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1335 | 2024.09.16 14:41:47.402982 [ 3 ] {} <Trace> HTTP-Session: 0a882c7d-0183-4733-bc17-e60c238e0d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1336 | 2024.09.16 14:41:47.403080 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1337 | 2024.09.16 14:41:47.403123 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1338 | 2024.09.16 14:41:47.403273 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1339 | 2024.09.16 14:41:47.403544 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1340 | 2024.09.16 14:41:47.403580 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1341 | 2024.09.16 14:41:47.403934 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1342 | 2024.09.16 14:41:47.404251 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1343 | 2024.09.16 14:41:47.404398 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec. | ||
1344 | 2024.09.16 14:41:47.404667 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Debug> DynamicQueryHandler: Done processing query | ||
1345 | 2024.09.16 14:41:47.404691 [ 3 ] {34f872db-476b-4dfe-a7b9-f6c6fe5c5df7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1346 | 2024.09.16 14:41:47.404707 [ 3 ] {} <Debug> HTTP-Session: 0a882c7d-0183-4733-bc17-e60c238e0d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.09.16 14:41:47.404911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1348 | 2024.09.16 14:41:47.404959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1349 | 2024.09.16 14:41:47.404978 [ 3 ] {} <Debug> HTTP-Session: 4a43ec91-6136-45ae-ab18-f20f11ec4f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1350 | 2024.09.16 14:41:47.404993 [ 3 ] {} <Debug> HTTP-Session: 4a43ec91-6136-45ae-ab18-f20f11ec4f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.09.16 14:41:47.405007 [ 3 ] {} <Debug> HTTP-Session: 4a43ec91-6136-45ae-ab18-f20f11ec4f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.09.16 14:41:47.405037 [ 3 ] {} <Trace> HTTP-Session: 4a43ec91-6136-45ae-ab18-f20f11ec4f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1353 | 2024.09.16 14:41:47.405179 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1354 | 2024.09.16 14:41:47.405225 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1355 | 2024.09.16 14:41:47.405384 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1356 | 2024.09.16 14:41:47.405695 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1357 | 2024.09.16 14:41:47.405731 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1358 | 2024.09.16 14:41:47.406093 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1359 | 2024.09.16 14:41:47.406425 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1360 | 2024.09.16 14:41:47.406579 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00146 sec., 52739.726027397264 rows/sec., 3.25 MiB/sec. | ||
1361 | 2024.09.16 14:41:47.406847 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Debug> DynamicQueryHandler: Done processing query | ||
1362 | 2024.09.16 14:41:47.406869 [ 3 ] {1941ddf2-6861-4c50-8d1e-07904ed145d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1363 | 2024.09.16 14:41:47.406886 [ 3 ] {} <Debug> HTTP-Session: 4a43ec91-6136-45ae-ab18-f20f11ec4f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.09.16 14:41:47.406992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1365 | 2024.09.16 14:41:47.407039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1366 | 2024.09.16 14:41:47.407057 [ 3 ] {} <Debug> HTTP-Session: 207e252f-cde6-470d-b685-42b30c22fd15 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1367 | 2024.09.16 14:41:47.407073 [ 3 ] {} <Debug> HTTP-Session: 207e252f-cde6-470d-b685-42b30c22fd15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.09.16 14:41:47.407086 [ 3 ] {} <Debug> HTTP-Session: 207e252f-cde6-470d-b685-42b30c22fd15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.09.16 14:41:47.407117 [ 3 ] {} <Trace> HTTP-Session: 207e252f-cde6-470d-b685-42b30c22fd15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1370 | 2024.09.16 14:41:47.407215 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1371 | 2024.09.16 14:41:47.407260 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1372 | 2024.09.16 14:41:47.407408 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1373 | 2024.09.16 14:41:47.407649 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1374 | 2024.09.16 14:41:47.407683 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1375 | 2024.09.16 14:41:47.408061 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1376 | 2024.09.16 14:41:47.408372 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1377 | 2024.09.16 14:41:47.408529 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
1378 | 2024.09.16 14:41:47.408727 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Debug> DynamicQueryHandler: Done processing query | ||
1379 | 2024.09.16 14:41:47.408751 [ 3 ] {5aeb5c3f-fb7b-48d6-9060-69a800bab732} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1380 | 2024.09.16 14:41:47.408766 [ 3 ] {} <Debug> HTTP-Session: 207e252f-cde6-470d-b685-42b30c22fd15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.09.16 14:41:47.409251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1382 | 2024.09.16 14:41:47.409299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1383 | 2024.09.16 14:41:47.409318 [ 3 ] {} <Debug> HTTP-Session: 7159ec40-cd62-429c-b388-19ae1fd0e47b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1384 | 2024.09.16 14:41:47.409334 [ 3 ] {} <Debug> HTTP-Session: 7159ec40-cd62-429c-b388-19ae1fd0e47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.09.16 14:41:47.409347 [ 3 ] {} <Debug> HTTP-Session: 7159ec40-cd62-429c-b388-19ae1fd0e47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1386 | 2024.09.16 14:41:47.409376 [ 3 ] {} <Trace> HTTP-Session: 7159ec40-cd62-429c-b388-19ae1fd0e47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1387 | 2024.09.16 14:41:47.409682 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1388 | 2024.09.16 14:41:47.409743 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <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_histogramu64 | ||
1389 | 2024.09.16 14:41:47.410156 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1390 | 2024.09.16 14:41:47.410771 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1391 | 2024.09.16 14:41:47.410807 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1392 | 2024.09.16 14:41:47.411410 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1393 | 2024.09.16 14:41:47.411801 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1394 | 2024.09.16 14:41:47.411992 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00252 sec., 11507.936507936507 rows/sec., 20.62 MiB/sec. | ||
1395 | 2024.09.16 14:41:47.412476 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Debug> DynamicQueryHandler: Done processing query | ||
1396 | 2024.09.16 14:41:47.412499 [ 3 ] {eafa6a84-0af3-49d0-93dc-22fe80bb04f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1397 | 2024.09.16 14:41:47.412514 [ 3 ] {} <Debug> HTTP-Session: 7159ec40-cd62-429c-b388-19ae1fd0e47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.09.16 14:41:47.412664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1399 | 2024.09.16 14:41:47.412712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1400 | 2024.09.16 14:41:47.412730 [ 3 ] {} <Debug> HTTP-Session: 7d92c63f-bd8b-46b4-8c8f-30a7bcc645e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1401 | 2024.09.16 14:41:47.412747 [ 3 ] {} <Debug> HTTP-Session: 7d92c63f-bd8b-46b4-8c8f-30a7bcc645e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.09.16 14:41:47.412761 [ 3 ] {} <Debug> HTTP-Session: 7d92c63f-bd8b-46b4-8c8f-30a7bcc645e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1403 | 2024.09.16 14:41:47.412791 [ 3 ] {} <Trace> HTTP-Session: 7d92c63f-bd8b-46b4-8c8f-30a7bcc645e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1404 | 2024.09.16 14:41:47.412891 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1405 | 2024.09.16 14:41:47.412934 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1406 | 2024.09.16 14:41:47.413070 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1407 | 2024.09.16 14:41:47.413327 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1408 | 2024.09.16 14:41:47.413361 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
1409 | 2024.09.16 14:41:47.413702 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1410 | 2024.09.16 14:41:47.414019 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1411 | 2024.09.16 14:41:47.414162 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001302 sec., 16897.081413210446 rows/sec., 915.81 KiB/sec. | ||
1412 | 2024.09.16 14:41:47.414323 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Debug> DynamicQueryHandler: Done processing query | ||
1413 | 2024.09.16 14:41:47.414347 [ 3 ] {6d5cd3e8-3f23-42d8-a2de-672ed37f00f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1414 | 2024.09.16 14:41:47.414362 [ 3 ] {} <Debug> HTTP-Session: 7d92c63f-bd8b-46b4-8c8f-30a7bcc645e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.09.16 14:41:55.507681 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1416 | 2024.09.16 14:41:55.507753 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1417 | 2024.09.16 14:41:57.329875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 29662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1418 | 2024.09.16 14:41:57.330041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1419 | 2024.09.16 14:41:57.330084 [ 3 ] {} <Debug> HTTP-Session: 016f0458-d67c-49be-8f8d-28ea03f17e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1420 | 2024.09.16 14:41:57.330128 [ 3 ] {} <Debug> HTTP-Session: 016f0458-d67c-49be-8f8d-28ea03f17e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1421 | 2024.09.16 14:41:57.330156 [ 3 ] {} <Debug> HTTP-Session: 016f0458-d67c-49be-8f8d-28ea03f17e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.09.16 14:41:57.330236 [ 3 ] {} <Trace> HTTP-Session: 016f0458-d67c-49be-8f8d-28ea03f17e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1423 | 2024.09.16 14:41:57.330609 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1424 | 2024.09.16 14:41:57.330714 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1425 | 2024.09.16 14:41:57.331137 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1426 | 2024.09.16 14:41:57.331826 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1427 | 2024.09.16 14:41:57.331872 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1428 | 2024.09.16 14:41:57.332304 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1429 | 2024.09.16 14:41:57.332684 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1430 | 2024.09.16 14:41:57.332856 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Debug> executeQuery: Read 191 rows, 18.00 KiB in 0.002405 sec., 79417.87941787942 rows/sec., 7.31 MiB/sec. | ||
1431 | 2024.09.16 14:41:57.333077 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Debug> DynamicQueryHandler: Done processing query | ||
1432 | 2024.09.16 14:41:57.333105 [ 3 ] {313232c9-23b1-42bc-8311-cfbe77abd676} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1433 | 2024.09.16 14:41:57.333124 [ 3 ] {} <Debug> HTTP-Session: 016f0458-d67c-49be-8f8d-28ea03f17e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1434 | 2024.09.16 14:41:57.333268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1435 | 2024.09.16 14:41:57.333325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1436 | 2024.09.16 14:41:57.333345 [ 3 ] {} <Debug> HTTP-Session: 3e41ac3c-5cc2-481c-9e2a-ff72fa4f36cd Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1437 | 2024.09.16 14:41:57.333363 [ 3 ] {} <Debug> HTTP-Session: 3e41ac3c-5cc2-481c-9e2a-ff72fa4f36cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1438 | 2024.09.16 14:41:57.333377 [ 3 ] {} <Debug> HTTP-Session: 3e41ac3c-5cc2-481c-9e2a-ff72fa4f36cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.09.16 14:41:57.333413 [ 3 ] {} <Trace> HTTP-Session: 3e41ac3c-5cc2-481c-9e2a-ff72fa4f36cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1440 | 2024.09.16 14:41:57.333525 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1441 | 2024.09.16 14:41:57.333571 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1442 | 2024.09.16 14:41:57.333808 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1443 | 2024.09.16 14:41:57.334133 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1444 | 2024.09.16 14:41:57.334172 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1445 | 2024.09.16 14:41:57.334518 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1446 | 2024.09.16 14:41:57.334871 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1447 | 2024.09.16 14:41:57.335030 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001539 sec., 18843.40480831709 rows/sec., 1.38 MiB/sec. | ||
1448 | 2024.09.16 14:41:57.335210 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Debug> DynamicQueryHandler: Done processing query | ||
1449 | 2024.09.16 14:41:57.335235 [ 3 ] {a3cf3a79-56bb-47a5-8cc5-3d1d5900720a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1450 | 2024.09.16 14:41:57.335251 [ 3 ] {} <Debug> HTTP-Session: 3e41ac3c-5cc2-481c-9e2a-ff72fa4f36cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1451 | 2024.09.16 14:41:57.335395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1452 | 2024.09.16 14:41:57.335444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1453 | 2024.09.16 14:41:57.335463 [ 3 ] {} <Debug> HTTP-Session: 801c6880-2fff-487f-88fb-5ebf90383bf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1454 | 2024.09.16 14:41:57.335480 [ 3 ] {} <Debug> HTTP-Session: 801c6880-2fff-487f-88fb-5ebf90383bf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1455 | 2024.09.16 14:41:57.335494 [ 3 ] {} <Debug> HTTP-Session: 801c6880-2fff-487f-88fb-5ebf90383bf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1456 | 2024.09.16 14:41:57.335526 [ 3 ] {} <Trace> HTTP-Session: 801c6880-2fff-487f-88fb-5ebf90383bf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1457 | 2024.09.16 14:41:57.335629 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1458 | 2024.09.16 14:41:57.335672 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1459 | 2024.09.16 14:41:57.335899 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1460 | 2024.09.16 14:41:57.336197 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1461 | 2024.09.16 14:41:57.336234 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1462 | 2024.09.16 14:41:57.336599 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1463 | 2024.09.16 14:41:57.336951 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1464 | 2024.09.16 14:41:57.337201 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec. | ||
1465 | 2024.09.16 14:41:57.337489 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Debug> DynamicQueryHandler: Done processing query | ||
1466 | 2024.09.16 14:41:57.337513 [ 3 ] {e6b012b3-2bc1-4eab-b458-c1830ab8eb3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1467 | 2024.09.16 14:41:57.337530 [ 3 ] {} <Debug> HTTP-Session: 801c6880-2fff-487f-88fb-5ebf90383bf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.09.16 14:41:57.337649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1469 | 2024.09.16 14:41:57.337697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1470 | 2024.09.16 14:41:57.337716 [ 3 ] {} <Debug> HTTP-Session: c6b865c1-495c-4aef-af21-0e90821b51ec Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1471 | 2024.09.16 14:41:57.337732 [ 3 ] {} <Debug> HTTP-Session: c6b865c1-495c-4aef-af21-0e90821b51ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.09.16 14:41:57.337746 [ 3 ] {} <Debug> HTTP-Session: c6b865c1-495c-4aef-af21-0e90821b51ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.09.16 14:41:57.337776 [ 3 ] {} <Trace> HTTP-Session: c6b865c1-495c-4aef-af21-0e90821b51ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1474 | 2024.09.16 14:41:57.337875 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1475 | 2024.09.16 14:41:57.337917 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1476 | 2024.09.16 14:41:57.338159 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1477 | 2024.09.16 14:41:57.338510 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1478 | 2024.09.16 14:41:57.338546 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1479 | 2024.09.16 14:41:57.338885 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1480 | 2024.09.16 14:41:57.339236 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1481 | 2024.09.16 14:41:57.339404 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 229.30 KiB/sec. | ||
1482 | 2024.09.16 14:41:57.339695 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Debug> DynamicQueryHandler: Done processing query | ||
1483 | 2024.09.16 14:41:57.339719 [ 3 ] {da2218ae-eb83-4d20-b37f-818fa1b0c658} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1484 | 2024.09.16 14:41:57.339735 [ 3 ] {} <Debug> HTTP-Session: c6b865c1-495c-4aef-af21-0e90821b51ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1485 | 2024.09.16 14:41:57.339963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 55891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1486 | 2024.09.16 14:41:57.340012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1487 | 2024.09.16 14:41:57.340030 [ 3 ] {} <Debug> HTTP-Session: 5707cf1d-b6b4-4b2f-b784-38bf9d1da5a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1488 | 2024.09.16 14:41:57.340047 [ 3 ] {} <Debug> HTTP-Session: 5707cf1d-b6b4-4b2f-b784-38bf9d1da5a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.09.16 14:41:57.340060 [ 3 ] {} <Debug> HTTP-Session: 5707cf1d-b6b4-4b2f-b784-38bf9d1da5a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.09.16 14:41:57.340091 [ 3 ] {} <Trace> HTTP-Session: 5707cf1d-b6b4-4b2f-b784-38bf9d1da5a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1491 | 2024.09.16 14:41:57.340301 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1492 | 2024.09.16 14:41:57.340345 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1493 | 2024.09.16 14:41:57.340585 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1494 | 2024.09.16 14:41:57.341171 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1495 | 2024.09.16 14:41:57.341210 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1496 | 2024.09.16 14:41:57.341581 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1497 | 2024.09.16 14:41:57.341937 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1498 | 2024.09.16 14:41:57.342099 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Debug> executeQuery: Read 347 rows, 24.89 KiB in 0.001911 sec., 181580.3244374673 rows/sec., 12.72 MiB/sec. | ||
1499 | 2024.09.16 14:41:57.342374 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Debug> DynamicQueryHandler: Done processing query | ||
1500 | 2024.09.16 14:41:57.342399 [ 3 ] {651875a6-a163-4194-bd0c-788024a55019} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1501 | 2024.09.16 14:41:57.342415 [ 3 ] {} <Debug> HTTP-Session: 5707cf1d-b6b4-4b2f-b784-38bf9d1da5a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1502 | 2024.09.16 14:41:57.342538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1503 | 2024.09.16 14:41:57.342590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1504 | 2024.09.16 14:41:57.342609 [ 3 ] {} <Debug> HTTP-Session: 42ae1216-e46a-4ef2-a9e3-7203db72bb96 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1505 | 2024.09.16 14:41:57.342625 [ 3 ] {} <Debug> HTTP-Session: 42ae1216-e46a-4ef2-a9e3-7203db72bb96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1506 | 2024.09.16 14:41:57.342639 [ 3 ] {} <Debug> HTTP-Session: 42ae1216-e46a-4ef2-a9e3-7203db72bb96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1507 | 2024.09.16 14:41:57.342669 [ 3 ] {} <Trace> HTTP-Session: 42ae1216-e46a-4ef2-a9e3-7203db72bb96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1508 | 2024.09.16 14:41:57.342764 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1509 | 2024.09.16 14:41:57.342810 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1510 | 2024.09.16 14:41:57.342959 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1511 | 2024.09.16 14:41:57.343222 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1512 | 2024.09.16 14:41:57.343258 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1513 | 2024.09.16 14:41:57.343618 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1514 | 2024.09.16 14:41:57.343943 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1515 | 2024.09.16 14:41:57.344097 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
1516 | 2024.09.16 14:41:57.344368 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Debug> DynamicQueryHandler: Done processing query | ||
1517 | 2024.09.16 14:41:57.344392 [ 3 ] {87977980-5636-4419-b30d-f019c998445f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1518 | 2024.09.16 14:41:57.344408 [ 3 ] {} <Debug> HTTP-Session: 42ae1216-e46a-4ef2-a9e3-7203db72bb96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.09.16 14:41:57.344563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1520 | 2024.09.16 14:41:57.344614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1521 | 2024.09.16 14:41:57.344633 [ 3 ] {} <Debug> HTTP-Session: cc801db5-af0d-4341-bdea-c72125976ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1522 | 2024.09.16 14:41:57.344649 [ 3 ] {} <Debug> HTTP-Session: cc801db5-af0d-4341-bdea-c72125976ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.09.16 14:41:57.344663 [ 3 ] {} <Debug> HTTP-Session: cc801db5-af0d-4341-bdea-c72125976ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1524 | 2024.09.16 14:41:57.344693 [ 3 ] {} <Trace> HTTP-Session: cc801db5-af0d-4341-bdea-c72125976ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1525 | 2024.09.16 14:41:57.344850 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1526 | 2024.09.16 14:41:57.344898 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1527 | 2024.09.16 14:41:57.345063 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1528 | 2024.09.16 14:41:57.345401 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1529 | 2024.09.16 14:41:57.345437 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1530 | 2024.09.16 14:41:57.345798 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1531 | 2024.09.16 14:41:57.346136 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1532 | 2024.09.16 14:41:57.346289 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001512 sec., 50925.92592592592 rows/sec., 3.14 MiB/sec. | ||
1533 | 2024.09.16 14:41:57.346460 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Debug> DynamicQueryHandler: Done processing query | ||
1534 | 2024.09.16 14:41:57.346485 [ 3 ] {9362e48c-35a1-441f-abaa-d4fb2b600eb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1535 | 2024.09.16 14:41:57.346501 [ 3 ] {} <Debug> HTTP-Session: cc801db5-af0d-4341-bdea-c72125976ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1536 | 2024.09.16 14:41:57.346641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1537 | 2024.09.16 14:41:57.346691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1538 | 2024.09.16 14:41:57.346710 [ 3 ] {} <Debug> HTTP-Session: b8695b95-f32f-454e-8127-67888fc31401 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1539 | 2024.09.16 14:41:57.346726 [ 3 ] {} <Debug> HTTP-Session: b8695b95-f32f-454e-8127-67888fc31401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.09.16 14:41:57.346740 [ 3 ] {} <Debug> HTTP-Session: b8695b95-f32f-454e-8127-67888fc31401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1541 | 2024.09.16 14:41:57.346770 [ 3 ] {} <Trace> HTTP-Session: b8695b95-f32f-454e-8127-67888fc31401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1542 | 2024.09.16 14:41:57.346861 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1543 | 2024.09.16 14:41:57.346906 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1544 | 2024.09.16 14:41:57.347034 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1545 | 2024.09.16 14:41:57.347285 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1546 | 2024.09.16 14:41:57.347321 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1547 | 2024.09.16 14:41:57.347669 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1548 | 2024.09.16 14:41:57.347990 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1549 | 2024.09.16 14:41:57.348139 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec. | ||
1550 | 2024.09.16 14:41:57.348389 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Debug> DynamicQueryHandler: Done processing query | ||
1551 | 2024.09.16 14:41:57.348413 [ 3 ] {a1e7e317-a32b-42c0-be6d-13926d7d739b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1552 | 2024.09.16 14:41:57.348429 [ 3 ] {} <Debug> HTTP-Session: b8695b95-f32f-454e-8127-67888fc31401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1553 | 2024.09.16 14:41:57.348713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1554 | 2024.09.16 14:41:57.348761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1555 | 2024.09.16 14:41:57.348780 [ 3 ] {} <Debug> HTTP-Session: 768a7cc3-1b41-4c3b-8e04-95f1ec832324 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1556 | 2024.09.16 14:41:57.348797 [ 3 ] {} <Debug> HTTP-Session: 768a7cc3-1b41-4c3b-8e04-95f1ec832324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.09.16 14:41:57.348810 [ 3 ] {} <Debug> HTTP-Session: 768a7cc3-1b41-4c3b-8e04-95f1ec832324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1558 | 2024.09.16 14:41:57.348841 [ 3 ] {} <Trace> HTTP-Session: 768a7cc3-1b41-4c3b-8e04-95f1ec832324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1559 | 2024.09.16 14:41:57.349361 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1560 | 2024.09.16 14:41:57.349432 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <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_histogramu64 | ||
1561 | 2024.09.16 14:41:57.349835 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1562 | 2024.09.16 14:41:57.350751 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1563 | 2024.09.16 14:41:57.350788 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1564 | 2024.09.16 14:41:57.351412 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1565 | 2024.09.16 14:41:57.351823 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1566 | 2024.09.16 14:41:57.352018 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.0031 sec., 9354.83870967742 rows/sec., 16.76 MiB/sec. | ||
1567 | 2024.09.16 14:41:57.352261 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Debug> DynamicQueryHandler: Done processing query | ||
1568 | 2024.09.16 14:41:57.352286 [ 3 ] {bda8a3e6-fe11-496d-8f98-5fde2a0ecf8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1569 | 2024.09.16 14:41:57.352303 [ 3 ] {} <Debug> HTTP-Session: 768a7cc3-1b41-4c3b-8e04-95f1ec832324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1570 | 2024.09.16 14:41:57.352418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1571 | 2024.09.16 14:41:57.352468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1572 | 2024.09.16 14:41:57.352486 [ 3 ] {} <Debug> HTTP-Session: b01dc83d-95e5-40f1-bbc7-3e8736d38157 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1573 | 2024.09.16 14:41:57.352503 [ 3 ] {} <Debug> HTTP-Session: b01dc83d-95e5-40f1-bbc7-3e8736d38157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.09.16 14:41:57.352516 [ 3 ] {} <Debug> HTTP-Session: b01dc83d-95e5-40f1-bbc7-3e8736d38157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1575 | 2024.09.16 14:41:57.352547 [ 3 ] {} <Trace> HTTP-Session: b01dc83d-95e5-40f1-bbc7-3e8736d38157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1576 | 2024.09.16 14:41:57.352648 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1577 | 2024.09.16 14:41:57.352693 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1578 | 2024.09.16 14:41:57.352822 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1579 | 2024.09.16 14:41:57.353101 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1580 | 2024.09.16 14:41:57.353137 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1581 | 2024.09.16 14:41:57.353485 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1582 | 2024.09.16 14:41:57.353805 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1583 | 2024.09.16 14:41:57.353972 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001351 sec., 16284.233900814212 rows/sec., 882.59 KiB/sec. | ||
1584 | 2024.09.16 14:41:57.354247 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Debug> DynamicQueryHandler: Done processing query | ||
1585 | 2024.09.16 14:41:57.354271 [ 3 ] {2e9e1da8-7345-4176-b5c5-324e05237d98} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1586 | 2024.09.16 14:41:57.354287 [ 3 ] {} <Debug> HTTP-Session: b01dc83d-95e5-40f1-bbc7-3e8736d38157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.09.16 14:42:07.330458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 29662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1588 | 2024.09.16 14:42:07.330638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1589 | 2024.09.16 14:42:07.330681 [ 3 ] {} <Debug> HTTP-Session: 7c50b58a-4e4f-4467-aa93-02a49ce5504c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1590 | 2024.09.16 14:42:07.330721 [ 3 ] {} <Debug> HTTP-Session: 7c50b58a-4e4f-4467-aa93-02a49ce5504c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.09.16 14:42:07.330749 [ 3 ] {} <Debug> HTTP-Session: 7c50b58a-4e4f-4467-aa93-02a49ce5504c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.09.16 14:42:07.330828 [ 3 ] {} <Trace> HTTP-Session: 7c50b58a-4e4f-4467-aa93-02a49ce5504c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1593 | 2024.09.16 14:42:07.331184 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1594 | 2024.09.16 14:42:07.331271 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1595 | 2024.09.16 14:42:07.331589 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1596 | 2024.09.16 14:42:07.332259 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1597 | 2024.09.16 14:42:07.332299 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1598 | 2024.09.16 14:42:07.332717 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1599 | 2024.09.16 14:42:07.333095 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1600 | 2024.09.16 14:42:07.333274 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Debug> executeQuery: Read 191 rows, 18.00 KiB in 0.002247 sec., 85002.22518914109 rows/sec., 7.82 MiB/sec. | ||
1601 | 2024.09.16 14:42:07.333664 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Debug> DynamicQueryHandler: Done processing query | ||
1602 | 2024.09.16 14:42:07.333691 [ 3 ] {540715a2-867b-411c-a72e-f69b34585c99} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1603 | 2024.09.16 14:42:07.333708 [ 3 ] {} <Debug> HTTP-Session: 7c50b58a-4e4f-4467-aa93-02a49ce5504c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1604 | 2024.09.16 14:42:07.333891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1605 | 2024.09.16 14:42:07.333941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1606 | 2024.09.16 14:42:07.333961 [ 3 ] {} <Debug> HTTP-Session: e44107ee-86d8-4a73-b2f6-046afaee0477 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1607 | 2024.09.16 14:42:07.333979 [ 3 ] {} <Debug> HTTP-Session: e44107ee-86d8-4a73-b2f6-046afaee0477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1608 | 2024.09.16 14:42:07.333992 [ 3 ] {} <Debug> HTTP-Session: e44107ee-86d8-4a73-b2f6-046afaee0477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1609 | 2024.09.16 14:42:07.334024 [ 3 ] {} <Trace> HTTP-Session: e44107ee-86d8-4a73-b2f6-046afaee0477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1610 | 2024.09.16 14:42:07.334130 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1611 | 2024.09.16 14:42:07.334174 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1612 | 2024.09.16 14:42:07.334419 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1613 | 2024.09.16 14:42:07.334786 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1614 | 2024.09.16 14:42:07.334822 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1615 | 2024.09.16 14:42:07.335172 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1616 | 2024.09.16 14:42:07.335527 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1617 | 2024.09.16 14:42:07.335681 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001577 sec., 18389.346861128724 rows/sec., 1.35 MiB/sec. | ||
1618 | 2024.09.16 14:42:07.335852 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Debug> DynamicQueryHandler: Done processing query | ||
1619 | 2024.09.16 14:42:07.335877 [ 3 ] {e99569cf-fba5-4506-a858-70b125f350e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1620 | 2024.09.16 14:42:07.335892 [ 3 ] {} <Debug> HTTP-Session: e44107ee-86d8-4a73-b2f6-046afaee0477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1621 | 2024.09.16 14:42:07.336007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1622 | 2024.09.16 14:42:07.336056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1623 | 2024.09.16 14:42:07.336075 [ 3 ] {} <Debug> HTTP-Session: 2c7e37c8-9c57-4f27-8cfd-d5439830dc6e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1624 | 2024.09.16 14:42:07.336097 [ 3 ] {} <Debug> HTTP-Session: 2c7e37c8-9c57-4f27-8cfd-d5439830dc6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1625 | 2024.09.16 14:42:07.336111 [ 3 ] {} <Debug> HTTP-Session: 2c7e37c8-9c57-4f27-8cfd-d5439830dc6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.09.16 14:42:07.336142 [ 3 ] {} <Trace> HTTP-Session: 2c7e37c8-9c57-4f27-8cfd-d5439830dc6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1627 | 2024.09.16 14:42:07.336239 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1628 | 2024.09.16 14:42:07.336281 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1629 | 2024.09.16 14:42:07.336499 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1630 | 2024.09.16 14:42:07.336815 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1631 | 2024.09.16 14:42:07.336851 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1632 | 2024.09.16 14:42:07.337199 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1633 | 2024.09.16 14:42:07.337550 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1634 | 2024.09.16 14:42:07.337669 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001456 sec., 9615.384615384615 rows/sec., 673.40 KiB/sec. | ||
1635 | 2024.09.16 14:42:07.337883 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Debug> DynamicQueryHandler: Done processing query | ||
1636 | 2024.09.16 14:42:07.337907 [ 3 ] {fbe5aa28-dc76-4289-a684-d32f1dfd52f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1637 | 2024.09.16 14:42:07.337923 [ 3 ] {} <Debug> HTTP-Session: 2c7e37c8-9c57-4f27-8cfd-d5439830dc6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1638 | 2024.09.16 14:42:07.338032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1639 | 2024.09.16 14:42:07.338080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1640 | 2024.09.16 14:42:07.338100 [ 3 ] {} <Debug> HTTP-Session: eba81dad-49c9-4417-86d4-3fe552343339 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1641 | 2024.09.16 14:42:07.338116 [ 3 ] {} <Debug> HTTP-Session: eba81dad-49c9-4417-86d4-3fe552343339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.09.16 14:42:07.338130 [ 3 ] {} <Debug> HTTP-Session: eba81dad-49c9-4417-86d4-3fe552343339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1643 | 2024.09.16 14:42:07.338160 [ 3 ] {} <Trace> HTTP-Session: eba81dad-49c9-4417-86d4-3fe552343339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1644 | 2024.09.16 14:42:07.338253 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1645 | 2024.09.16 14:42:07.338294 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1646 | 2024.09.16 14:42:07.338512 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1647 | 2024.09.16 14:42:07.338853 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1648 | 2024.09.16 14:42:07.338889 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1649 | 2024.09.16 14:42:07.339227 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1650 | 2024.09.16 14:42:07.339585 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1651 | 2024.09.16 14:42:07.339718 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 238.39 KiB/sec. | ||
1652 | 2024.09.16 14:42:07.339987 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Debug> DynamicQueryHandler: Done processing query | ||
1653 | 2024.09.16 14:42:07.340012 [ 3 ] {6bd74856-8c9c-4ef4-975a-d9300ccb6c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1654 | 2024.09.16 14:42:07.340028 [ 3 ] {} <Debug> HTTP-Session: eba81dad-49c9-4417-86d4-3fe552343339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1655 | 2024.09.16 14:42:07.340204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 55891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1656 | 2024.09.16 14:42:07.340253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1657 | 2024.09.16 14:42:07.340272 [ 3 ] {} <Debug> HTTP-Session: 07df8318-8ef1-4e12-804a-090e825d1c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1658 | 2024.09.16 14:42:07.340288 [ 3 ] {} <Debug> HTTP-Session: 07df8318-8ef1-4e12-804a-090e825d1c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2024.09.16 14:42:07.340302 [ 3 ] {} <Debug> HTTP-Session: 07df8318-8ef1-4e12-804a-090e825d1c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1660 | 2024.09.16 14:42:07.340332 [ 3 ] {} <Trace> HTTP-Session: 07df8318-8ef1-4e12-804a-090e825d1c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1661 | 2024.09.16 14:42:07.340524 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1662 | 2024.09.16 14:42:07.340568 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1663 | 2024.09.16 14:42:07.340804 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1664 | 2024.09.16 14:42:07.341446 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1665 | 2024.09.16 14:42:07.341484 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1666 | 2024.09.16 14:42:07.341839 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1667 | 2024.09.16 14:42:07.342190 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1668 | 2024.09.16 14:42:07.342315 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Debug> executeQuery: Read 347 rows, 24.89 KiB in 0.001889 sec., 183695.07676019057 rows/sec., 12.87 MiB/sec. | ||
1669 | 2024.09.16 14:42:07.342479 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Debug> DynamicQueryHandler: Done processing query | ||
1670 | 2024.09.16 14:42:07.342503 [ 3 ] {8b8d8b7f-e836-451c-88e7-84d09a12f4c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1671 | 2024.09.16 14:42:07.342519 [ 3 ] {} <Debug> HTTP-Session: 07df8318-8ef1-4e12-804a-090e825d1c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1672 | 2024.09.16 14:42:07.342635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1673 | 2024.09.16 14:42:07.342682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1674 | 2024.09.16 14:42:07.342701 [ 3 ] {} <Debug> HTTP-Session: 31951ede-e6a0-45f8-94f5-ec917bc2e18c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1675 | 2024.09.16 14:42:07.342717 [ 3 ] {} <Debug> HTTP-Session: 31951ede-e6a0-45f8-94f5-ec917bc2e18c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.09.16 14:42:07.342730 [ 3 ] {} <Debug> HTTP-Session: 31951ede-e6a0-45f8-94f5-ec917bc2e18c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1677 | 2024.09.16 14:42:07.342760 [ 3 ] {} <Trace> HTTP-Session: 31951ede-e6a0-45f8-94f5-ec917bc2e18c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1678 | 2024.09.16 14:42:07.342854 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1679 | 2024.09.16 14:42:07.342897 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1680 | 2024.09.16 14:42:07.343024 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1681 | 2024.09.16 14:42:07.343296 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1682 | 2024.09.16 14:42:07.343331 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1683 | 2024.09.16 14:42:07.343676 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1684 | 2024.09.16 14:42:07.343995 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1685 | 2024.09.16 14:42:07.344120 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 242.82 KiB/sec. | ||
1686 | 2024.09.16 14:42:07.344279 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Debug> DynamicQueryHandler: Done processing query | ||
1687 | 2024.09.16 14:42:07.344303 [ 3 ] {c799e256-da54-4cd9-bf16-4e3d68c1e84d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1688 | 2024.09.16 14:42:07.344319 [ 3 ] {} <Debug> HTTP-Session: 31951ede-e6a0-45f8-94f5-ec917bc2e18c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.09.16 14:42:07.344460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1690 | 2024.09.16 14:42:07.344508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1691 | 2024.09.16 14:42:07.344527 [ 3 ] {} <Debug> HTTP-Session: 51858e86-aa20-4c3e-9fdf-c4f97b9bad80 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1692 | 2024.09.16 14:42:07.344544 [ 3 ] {} <Debug> HTTP-Session: 51858e86-aa20-4c3e-9fdf-c4f97b9bad80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.09.16 14:42:07.344557 [ 3 ] {} <Debug> HTTP-Session: 51858e86-aa20-4c3e-9fdf-c4f97b9bad80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.09.16 14:42:07.344587 [ 3 ] {} <Trace> HTTP-Session: 51858e86-aa20-4c3e-9fdf-c4f97b9bad80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1695 | 2024.09.16 14:42:07.344732 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1696 | 2024.09.16 14:42:07.344778 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1697 | 2024.09.16 14:42:07.344916 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1698 | 2024.09.16 14:42:07.345241 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1699 | 2024.09.16 14:42:07.345277 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1700 | 2024.09.16 14:42:07.345646 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1701 | 2024.09.16 14:42:07.345986 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1702 | 2024.09.16 14:42:07.346110 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 3.27 MiB/sec. | ||
1703 | 2024.09.16 14:42:07.346270 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Debug> DynamicQueryHandler: Done processing query | ||
1704 | 2024.09.16 14:42:07.346294 [ 3 ] {d928dab2-d996-48c2-b7bb-21bedc9d523b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1705 | 2024.09.16 14:42:07.346310 [ 3 ] {} <Debug> HTTP-Session: 51858e86-aa20-4c3e-9fdf-c4f97b9bad80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1706 | 2024.09.16 14:42:07.346409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1707 | 2024.09.16 14:42:07.346457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1708 | 2024.09.16 14:42:07.346476 [ 3 ] {} <Debug> HTTP-Session: bd91ba1a-8d7c-4136-a72e-8e408226ef32 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1709 | 2024.09.16 14:42:07.346492 [ 3 ] {} <Debug> HTTP-Session: bd91ba1a-8d7c-4136-a72e-8e408226ef32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.09.16 14:42:07.346506 [ 3 ] {} <Debug> HTTP-Session: bd91ba1a-8d7c-4136-a72e-8e408226ef32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.09.16 14:42:07.346535 [ 3 ] {} <Trace> HTTP-Session: bd91ba1a-8d7c-4136-a72e-8e408226ef32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1712 | 2024.09.16 14:42:07.346625 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1713 | 2024.09.16 14:42:07.346669 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1714 | 2024.09.16 14:42:07.346792 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1715 | 2024.09.16 14:42:07.347047 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1716 | 2024.09.16 14:42:07.347081 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1717 | 2024.09.16 14:42:07.347425 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1718 | 2024.09.16 14:42:07.347758 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1719 | 2024.09.16 14:42:07.347885 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001278 sec., 782.4726134585289 rows/sec., 52.73 KiB/sec. | ||
1720 | 2024.09.16 14:42:07.348089 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Debug> DynamicQueryHandler: Done processing query | ||
1721 | 2024.09.16 14:42:07.348112 [ 3 ] {521cafd9-02f1-406b-955a-e9e4b3930002} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1722 | 2024.09.16 14:42:07.348128 [ 3 ] {} <Debug> HTTP-Session: bd91ba1a-8d7c-4136-a72e-8e408226ef32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1723 | 2024.09.16 14:42:07.348363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1724 | 2024.09.16 14:42:07.348412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1725 | 2024.09.16 14:42:07.348431 [ 3 ] {} <Debug> HTTP-Session: 5e708935-b687-4ba0-b5c4-1b71178239d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1726 | 2024.09.16 14:42:07.348447 [ 3 ] {} <Debug> HTTP-Session: 5e708935-b687-4ba0-b5c4-1b71178239d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.09.16 14:42:07.348460 [ 3 ] {} <Debug> HTTP-Session: 5e708935-b687-4ba0-b5c4-1b71178239d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.09.16 14:42:07.348489 [ 3 ] {} <Trace> HTTP-Session: 5e708935-b687-4ba0-b5c4-1b71178239d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1729 | 2024.09.16 14:42:07.348937 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1730 | 2024.09.16 14:42:07.349001 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <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_histogramu64 | ||
1731 | 2024.09.16 14:42:07.349382 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1732 | 2024.09.16 14:42:07.350078 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1733 | 2024.09.16 14:42:07.350114 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1734 | 2024.09.16 14:42:07.350772 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1735 | 2024.09.16 14:42:07.351193 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1736 | 2024.09.16 14:42:07.351341 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00277 sec., 10469.314079422384 rows/sec., 18.76 MiB/sec. | ||
1737 | 2024.09.16 14:42:07.351558 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Debug> DynamicQueryHandler: Done processing query | ||
1738 | 2024.09.16 14:42:07.351582 [ 3 ] {f402b8dc-1a10-4ab6-b755-7936ffc66f00} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1739 | 2024.09.16 14:42:07.351597 [ 3 ] {} <Debug> HTTP-Session: 5e708935-b687-4ba0-b5c4-1b71178239d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1740 | 2024.09.16 14:42:07.351706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1741 | 2024.09.16 14:42:07.351755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1742 | 2024.09.16 14:42:07.351775 [ 3 ] {} <Debug> HTTP-Session: 9735ec45-2145-4288-a6b1-12869c01e902 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1743 | 2024.09.16 14:42:07.351791 [ 3 ] {} <Debug> HTTP-Session: 9735ec45-2145-4288-a6b1-12869c01e902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1744 | 2024.09.16 14:42:07.351804 [ 3 ] {} <Debug> HTTP-Session: 9735ec45-2145-4288-a6b1-12869c01e902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1745 | 2024.09.16 14:42:07.351834 [ 3 ] {} <Trace> HTTP-Session: 9735ec45-2145-4288-a6b1-12869c01e902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1746 | 2024.09.16 14:42:07.351932 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1747 | 2024.09.16 14:42:07.351976 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1748 | 2024.09.16 14:42:07.352101 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1749 | 2024.09.16 14:42:07.352410 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1750 | 2024.09.16 14:42:07.352444 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1751 | 2024.09.16 14:42:07.352796 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1752 | 2024.09.16 14:42:07.353113 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1753 | 2024.09.16 14:42:07.353243 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001341 sec., 16405.66741237882 rows/sec., 889.17 KiB/sec. | ||
1754 | 2024.09.16 14:42:07.353398 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Debug> DynamicQueryHandler: Done processing query | ||
1755 | 2024.09.16 14:42:07.353422 [ 3 ] {cfa29114-8528-47d9-8e5d-43c5e6afe5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1756 | 2024.09.16 14:42:07.353438 [ 3 ] {} <Debug> HTTP-Session: 9735ec45-2145-4288-a6b1-12869c01e902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1757 | 2024.09.16 14:42:10.507990 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1758 | 2024.09.16 14:42:10.508064 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1759 | 2024.09.16 14:42:17.330329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 29662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1760 | 2024.09.16 14:42:17.330470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1761 | 2024.09.16 14:42:17.330514 [ 3 ] {} <Debug> HTTP-Session: 916c414b-e987-45ef-913c-2cf021fe7157 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1762 | 2024.09.16 14:42:17.330555 [ 3 ] {} <Debug> HTTP-Session: 916c414b-e987-45ef-913c-2cf021fe7157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1763 | 2024.09.16 14:42:17.330583 [ 3 ] {} <Debug> HTTP-Session: 916c414b-e987-45ef-913c-2cf021fe7157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1764 | 2024.09.16 14:42:17.330664 [ 3 ] {} <Trace> HTTP-Session: 916c414b-e987-45ef-913c-2cf021fe7157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1765 | 2024.09.16 14:42:17.331026 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1766 | 2024.09.16 14:42:17.331131 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1767 | 2024.09.16 14:42:17.331603 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1768 | 2024.09.16 14:42:17.332196 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1769 | 2024.09.16 14:42:17.332237 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1770 | 2024.09.16 14:42:17.332663 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1771 | 2024.09.16 14:42:17.333046 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1772 | 2024.09.16 14:42:17.333223 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Debug> executeQuery: Read 191 rows, 18.00 KiB in 0.002356 sec., 81069.60950764007 rows/sec., 7.46 MiB/sec. | ||
1773 | 2024.09.16 14:42:17.333488 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Debug> DynamicQueryHandler: Done processing query | ||
1774 | 2024.09.16 14:42:17.333515 [ 3 ] {b6411a66-cdf5-4f66-99b4-daf1b8c583b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1775 | 2024.09.16 14:42:17.333531 [ 3 ] {} <Debug> HTTP-Session: 916c414b-e987-45ef-913c-2cf021fe7157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1776 | 2024.09.16 14:42:17.333718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1777 | 2024.09.16 14:42:17.333769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1778 | 2024.09.16 14:42:17.333788 [ 3 ] {} <Debug> HTTP-Session: 19708b3b-d56b-4232-99d7-bae61b7aaa25 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1779 | 2024.09.16 14:42:17.333804 [ 3 ] {} <Debug> HTTP-Session: 19708b3b-d56b-4232-99d7-bae61b7aaa25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.09.16 14:42:17.333819 [ 3 ] {} <Debug> HTTP-Session: 19708b3b-d56b-4232-99d7-bae61b7aaa25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1781 | 2024.09.16 14:42:17.333851 [ 3 ] {} <Trace> HTTP-Session: 19708b3b-d56b-4232-99d7-bae61b7aaa25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1782 | 2024.09.16 14:42:17.333952 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1783 | 2024.09.16 14:42:17.333996 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1784 | 2024.09.16 14:42:17.334223 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1785 | 2024.09.16 14:42:17.334616 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1786 | 2024.09.16 14:42:17.334653 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1787 | 2024.09.16 14:42:17.334997 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1788 | 2024.09.16 14:42:17.335354 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1789 | 2024.09.16 14:42:17.335518 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001594 sec., 18193.224592220828 rows/sec., 1.34 MiB/sec. | ||
1790 | 2024.09.16 14:42:17.335690 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Debug> DynamicQueryHandler: Done processing query | ||
1791 | 2024.09.16 14:42:17.335714 [ 3 ] {e997a7f6-e667-468b-aea0-b70478639210} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1792 | 2024.09.16 14:42:17.335730 [ 3 ] {} <Debug> HTTP-Session: 19708b3b-d56b-4232-99d7-bae61b7aaa25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1793 | 2024.09.16 14:42:17.335845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1794 | 2024.09.16 14:42:17.335895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1795 | 2024.09.16 14:42:17.335914 [ 3 ] {} <Debug> HTTP-Session: 0b8126c0-934c-4fdc-bed6-4602fd300de5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1796 | 2024.09.16 14:42:17.335930 [ 3 ] {} <Debug> HTTP-Session: 0b8126c0-934c-4fdc-bed6-4602fd300de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1797 | 2024.09.16 14:42:17.335944 [ 3 ] {} <Debug> HTTP-Session: 0b8126c0-934c-4fdc-bed6-4602fd300de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.09.16 14:42:17.335975 [ 3 ] {} <Trace> HTTP-Session: 0b8126c0-934c-4fdc-bed6-4602fd300de5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1799 | 2024.09.16 14:42:17.336080 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1800 | 2024.09.16 14:42:17.336123 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1801 | 2024.09.16 14:42:17.336345 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1802 | 2024.09.16 14:42:17.336665 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1803 | 2024.09.16 14:42:17.336702 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1804 | 2024.09.16 14:42:17.337053 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1805 | 2024.09.16 14:42:17.337409 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1806 | 2024.09.16 14:42:17.337567 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001513 sec., 9253.139458030402 rows/sec., 648.03 KiB/sec. | ||
1807 | 2024.09.16 14:42:17.337740 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Debug> DynamicQueryHandler: Done processing query | ||
1808 | 2024.09.16 14:42:17.337766 [ 3 ] {108032ce-83a2-4d68-8ce1-54ba3e5b5e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1809 | 2024.09.16 14:42:17.337782 [ 3 ] {} <Debug> HTTP-Session: 0b8126c0-934c-4fdc-bed6-4602fd300de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1810 | 2024.09.16 14:42:17.337899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1811 | 2024.09.16 14:42:17.337948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1812 | 2024.09.16 14:42:17.337967 [ 3 ] {} <Debug> HTTP-Session: 3d2db55e-1050-4f6a-a882-7a1a06b2c5d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1813 | 2024.09.16 14:42:17.337984 [ 3 ] {} <Debug> HTTP-Session: 3d2db55e-1050-4f6a-a882-7a1a06b2c5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.09.16 14:42:17.337998 [ 3 ] {} <Debug> HTTP-Session: 3d2db55e-1050-4f6a-a882-7a1a06b2c5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.09.16 14:42:17.338028 [ 3 ] {} <Trace> HTTP-Session: 3d2db55e-1050-4f6a-a882-7a1a06b2c5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1816 | 2024.09.16 14:42:17.338125 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1817 | 2024.09.16 14:42:17.338168 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1818 | 2024.09.16 14:42:17.338388 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1819 | 2024.09.16 14:42:17.338692 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1820 | 2024.09.16 14:42:17.338728 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1821 | 2024.09.16 14:42:17.339073 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1822 | 2024.09.16 14:42:17.339445 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1823 | 2024.09.16 14:42:17.339602 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0015 sec., 4000 rows/sec., 236.33 KiB/sec. | ||
1824 | 2024.09.16 14:42:17.339772 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Debug> DynamicQueryHandler: Done processing query | ||
1825 | 2024.09.16 14:42:17.339798 [ 3 ] {6a792972-af07-40cd-9a14-301eb6d48533} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1826 | 2024.09.16 14:42:17.339814 [ 3 ] {} <Debug> HTTP-Session: 3d2db55e-1050-4f6a-a882-7a1a06b2c5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.09.16 14:42:17.340002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 55891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1828 | 2024.09.16 14:42:17.340051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1829 | 2024.09.16 14:42:17.340071 [ 3 ] {} <Debug> HTTP-Session: dc2c3f82-4155-4493-a0ac-561453d3042c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1830 | 2024.09.16 14:42:17.340088 [ 3 ] {} <Debug> HTTP-Session: dc2c3f82-4155-4493-a0ac-561453d3042c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.09.16 14:42:17.340102 [ 3 ] {} <Debug> HTTP-Session: dc2c3f82-4155-4493-a0ac-561453d3042c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.09.16 14:42:17.340133 [ 3 ] {} <Trace> HTTP-Session: dc2c3f82-4155-4493-a0ac-561453d3042c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1833 | 2024.09.16 14:42:17.340321 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1834 | 2024.09.16 14:42:17.340364 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1835 | 2024.09.16 14:42:17.340583 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1836 | 2024.09.16 14:42:17.341092 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1837 | 2024.09.16 14:42:17.341130 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1838 | 2024.09.16 14:42:17.341521 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1839 | 2024.09.16 14:42:17.341887 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1840 | 2024.09.16 14:42:17.342047 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Debug> executeQuery: Read 347 rows, 24.89 KiB in 0.001818 sec., 190869.08690869086 rows/sec., 13.37 MiB/sec. | ||
1841 | 2024.09.16 14:42:17.342221 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Debug> DynamicQueryHandler: Done processing query | ||
1842 | 2024.09.16 14:42:17.342247 [ 3 ] {06a44019-d3f2-4c54-af6a-c5587ecc85e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1843 | 2024.09.16 14:42:17.342263 [ 3 ] {} <Debug> HTTP-Session: dc2c3f82-4155-4493-a0ac-561453d3042c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.09.16 14:42:17.342393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1845 | 2024.09.16 14:42:17.342442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1846 | 2024.09.16 14:42:17.342461 [ 3 ] {} <Debug> HTTP-Session: 97247ff2-c6fe-4fe0-84db-bebaa2fd0586 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1847 | 2024.09.16 14:42:17.342477 [ 3 ] {} <Debug> HTTP-Session: 97247ff2-c6fe-4fe0-84db-bebaa2fd0586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1848 | 2024.09.16 14:42:17.342490 [ 3 ] {} <Debug> HTTP-Session: 97247ff2-c6fe-4fe0-84db-bebaa2fd0586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1849 | 2024.09.16 14:42:17.342521 [ 3 ] {} <Trace> HTTP-Session: 97247ff2-c6fe-4fe0-84db-bebaa2fd0586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1850 | 2024.09.16 14:42:17.342616 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1851 | 2024.09.16 14:42:17.342660 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1852 | 2024.09.16 14:42:17.342788 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1853 | 2024.09.16 14:42:17.343056 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1854 | 2024.09.16 14:42:17.343093 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1855 | 2024.09.16 14:42:17.343448 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1856 | 2024.09.16 14:42:17.343774 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1857 | 2024.09.16 14:42:17.343936 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
1858 | 2024.09.16 14:42:17.344141 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Debug> DynamicQueryHandler: Done processing query | ||
1859 | 2024.09.16 14:42:17.344166 [ 3 ] {12d24aa4-4c22-4ee1-b718-0ee1abca389e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1860 | 2024.09.16 14:42:17.344182 [ 3 ] {} <Debug> HTTP-Session: 97247ff2-c6fe-4fe0-84db-bebaa2fd0586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.09.16 14:42:17.344298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1862 | 2024.09.16 14:42:17.344347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1863 | 2024.09.16 14:42:17.344367 [ 3 ] {} <Debug> HTTP-Session: b6879871-c650-4b33-af85-d37ff13e0d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1864 | 2024.09.16 14:42:17.344383 [ 3 ] {} <Debug> HTTP-Session: b6879871-c650-4b33-af85-d37ff13e0d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.09.16 14:42:17.344397 [ 3 ] {} <Debug> HTTP-Session: b6879871-c650-4b33-af85-d37ff13e0d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.09.16 14:42:17.344428 [ 3 ] {} <Trace> HTTP-Session: b6879871-c650-4b33-af85-d37ff13e0d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1867 | 2024.09.16 14:42:17.344577 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1868 | 2024.09.16 14:42:17.344624 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1869 | 2024.09.16 14:42:17.344768 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1870 | 2024.09.16 14:42:17.345148 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2024.09.16 14:42:17.345184 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1872 | 2024.09.16 14:42:17.345547 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1873 | 2024.09.16 14:42:17.345877 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1874 | 2024.09.16 14:42:17.346034 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001532 sec., 50261.096605744126 rows/sec., 3.10 MiB/sec. | ||
1875 | 2024.09.16 14:42:17.346204 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Debug> DynamicQueryHandler: Done processing query | ||
1876 | 2024.09.16 14:42:17.346229 [ 3 ] {5d399d25-ccc3-49fa-9007-b2fc003508fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1877 | 2024.09.16 14:42:17.346245 [ 3 ] {} <Debug> HTTP-Session: b6879871-c650-4b33-af85-d37ff13e0d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.09.16 14:42:17.346353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1879 | 2024.09.16 14:42:17.346402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1880 | 2024.09.16 14:42:17.346421 [ 3 ] {} <Debug> HTTP-Session: 9ee4d51b-f08d-4cbb-af16-e990c8746af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1881 | 2024.09.16 14:42:17.346438 [ 3 ] {} <Debug> HTTP-Session: 9ee4d51b-f08d-4cbb-af16-e990c8746af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2024.09.16 14:42:17.346452 [ 3 ] {} <Debug> HTTP-Session: 9ee4d51b-f08d-4cbb-af16-e990c8746af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.09.16 14:42:17.346482 [ 3 ] {} <Trace> HTTP-Session: 9ee4d51b-f08d-4cbb-af16-e990c8746af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1884 | 2024.09.16 14:42:17.346573 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1885 | 2024.09.16 14:42:17.346618 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1886 | 2024.09.16 14:42:17.346747 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1887 | 2024.09.16 14:42:17.347127 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1888 | 2024.09.16 14:42:17.347164 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1889 | 2024.09.16 14:42:17.347515 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1890 | 2024.09.16 14:42:17.347837 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1891 | 2024.09.16 14:42:17.347989 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
1892 | 2024.09.16 14:42:17.348160 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Debug> DynamicQueryHandler: Done processing query | ||
1893 | 2024.09.16 14:42:17.348184 [ 3 ] {c79da049-9da5-4e72-94cd-61733802bb7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1894 | 2024.09.16 14:42:17.348200 [ 3 ] {} <Debug> HTTP-Session: 9ee4d51b-f08d-4cbb-af16-e990c8746af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.09.16 14:42:17.348333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1896 | 2024.09.16 14:42:17.348381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1897 | 2024.09.16 14:42:17.348401 [ 3 ] {} <Debug> HTTP-Session: eca23f66-8743-4edc-8e89-f703fc1a7f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1898 | 2024.09.16 14:42:17.348417 [ 3 ] {} <Debug> HTTP-Session: eca23f66-8743-4edc-8e89-f703fc1a7f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.09.16 14:42:17.348430 [ 3 ] {} <Debug> HTTP-Session: eca23f66-8743-4edc-8e89-f703fc1a7f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.09.16 14:42:17.348460 [ 3 ] {} <Trace> HTTP-Session: eca23f66-8743-4edc-8e89-f703fc1a7f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1901 | 2024.09.16 14:42:17.348761 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1902 | 2024.09.16 14:42:17.348824 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <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_histogramu64 | ||
1903 | 2024.09.16 14:42:17.349225 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1904 | 2024.09.16 14:42:17.349984 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1905 | 2024.09.16 14:42:17.350022 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1906 | 2024.09.16 14:42:17.350644 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1907 | 2024.09.16 14:42:17.351049 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1908 | 2024.09.16 14:42:17.351239 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002691 sec., 10776.662950575996 rows/sec., 19.31 MiB/sec. | ||
1909 | 2024.09.16 14:42:17.351461 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Debug> DynamicQueryHandler: Done processing query | ||
1910 | 2024.09.16 14:42:17.351485 [ 3 ] {3fd094aa-f6e6-46eb-8e7f-6f953abdc7a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1911 | 2024.09.16 14:42:17.351501 [ 3 ] {} <Debug> HTTP-Session: eca23f66-8743-4edc-8e89-f703fc1a7f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.09.16 14:42:17.351610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1913 | 2024.09.16 14:42:17.351660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1914 | 2024.09.16 14:42:17.351680 [ 3 ] {} <Debug> HTTP-Session: ec4ceb39-e7bb-499b-be81-a7e81c425a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1915 | 2024.09.16 14:42:17.351696 [ 3 ] {} <Debug> HTTP-Session: ec4ceb39-e7bb-499b-be81-a7e81c425a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.09.16 14:42:17.351709 [ 3 ] {} <Debug> HTTP-Session: ec4ceb39-e7bb-499b-be81-a7e81c425a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1917 | 2024.09.16 14:42:17.351741 [ 3 ] {} <Trace> HTTP-Session: ec4ceb39-e7bb-499b-be81-a7e81c425a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1918 | 2024.09.16 14:42:17.351841 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1919 | 2024.09.16 14:42:17.351885 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1920 | 2024.09.16 14:42:17.352012 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1921 | 2024.09.16 14:42:17.352301 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1922 | 2024.09.16 14:42:17.352337 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1923 | 2024.09.16 14:42:17.352691 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1924 | 2024.09.16 14:42:17.353010 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1925 | 2024.09.16 14:42:17.353167 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001354 sec., 16248.153618906943 rows/sec., 880.64 KiB/sec. | ||
1926 | 2024.09.16 14:42:17.353374 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Debug> DynamicQueryHandler: Done processing query | ||
1927 | 2024.09.16 14:42:17.353399 [ 3 ] {c7df5ed8-d91c-4a43-a570-53ee193513bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1928 | 2024.09.16 14:42:17.353415 [ 3 ] {} <Debug> HTTP-Session: ec4ceb39-e7bb-499b-be81-a7e81c425a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.09.16 14:42:25.508321 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1930 | 2024.09.16 14:42:25.508399 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1931 | 2024.09.16 14:42:27.330185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1932 | 2024.09.16 14:42:27.330300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1933 | 2024.09.16 14:42:27.330329 [ 3 ] {} <Debug> HTTP-Session: e0cb2b65-7b86-4de1-a9c1-eb5db83907cd Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1934 | 2024.09.16 14:42:27.330358 [ 3 ] {} <Debug> HTTP-Session: e0cb2b65-7b86-4de1-a9c1-eb5db83907cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1935 | 2024.09.16 14:42:27.330376 [ 3 ] {} <Debug> HTTP-Session: e0cb2b65-7b86-4de1-a9c1-eb5db83907cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1936 | 2024.09.16 14:42:27.330432 [ 3 ] {} <Trace> HTTP-Session: e0cb2b65-7b86-4de1-a9c1-eb5db83907cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1937 | 2024.09.16 14:42:27.330690 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1938 | 2024.09.16 14:42:27.331049 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1939 | 2024.09.16 14:42:27.331091 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1940 | 2024.09.16 14:42:27.331400 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1941 | 2024.09.16 14:42:27.331487 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1942 | 2024.09.16 14:42:27.331659 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1943 | 2024.09.16 14:42:27.331806 [ 250 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1944 | 2024.09.16 14:42:27.331810 [ 254 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1945 | 2024.09.16 14:42:27.331962 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
1946 | 2024.09.16 14:42:27.331992 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1947 | 2024.09.16 14:42:27.334087 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1948 | 2024.09.16 14:42:27.335986 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
1949 | 2024.09.16 14:42:27.336062 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1950 | 2024.09.16 14:42:27.336109 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1951 | 2024.09.16 14:42:27.337830 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.007251 sec., 2206.592194180113 rows/sec., 78.92 KiB/sec. | ||
1952 | 2024.09.16 14:42:27.338169 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> DynamicQueryHandler: Done processing query | ||
1953 | 2024.09.16 14:42:27.338195 [ 3 ] {094af1e8-9219-4249-9ac5-71fc9910b5b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1954 | 2024.09.16 14:42:27.338212 [ 3 ] {} <Debug> HTTP-Session: e0cb2b65-7b86-4de1-a9c1-eb5db83907cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1955 | 2024.09.16 14:42:27.338904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1956 | 2024.09.16 14:42:27.338954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1957 | 2024.09.16 14:42:27.338975 [ 3 ] {} <Debug> HTTP-Session: 4ead097e-313c-463c-885a-16db6cb43d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1958 | 2024.09.16 14:42:27.338992 [ 3 ] {} <Debug> HTTP-Session: 4ead097e-313c-463c-885a-16db6cb43d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1959 | 2024.09.16 14:42:27.339006 [ 3 ] {} <Debug> HTTP-Session: 4ead097e-313c-463c-885a-16db6cb43d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1960 | 2024.09.16 14:42:27.339037 [ 3 ] {} <Trace> HTTP-Session: 4ead097e-313c-463c-885a-16db6cb43d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1961 | 2024.09.16 14:42:27.339159 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1962 | 2024.09.16 14:42:27.339208 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1963 | 2024.09.16 14:42:27.339383 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1964 | 2024.09.16 14:42:27.339717 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1965 | 2024.09.16 14:42:27.339757 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
1966 | 2024.09.16 14:42:27.340259 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1967 | 2024.09.16 14:42:27.340593 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1968 | 2024.09.16 14:42:27.340735 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001613 sec., 619.962802231866 rows/sec., 140.46 KiB/sec. | ||
1969 | 2024.09.16 14:42:27.341013 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Debug> DynamicQueryHandler: Done processing query | ||
1970 | 2024.09.16 14:42:27.341041 [ 3 ] {84b2ef0a-3df7-47dd-8079-9964f885e00e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1971 | 2024.09.16 14:42:27.341058 [ 3 ] {} <Debug> HTTP-Session: 4ead097e-313c-463c-885a-16db6cb43d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1972 | 2024.09.16 14:42:27.341176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1973 | 2024.09.16 14:42:27.341227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1974 | 2024.09.16 14:42:27.341247 [ 3 ] {} <Debug> HTTP-Session: 18b432cb-3784-41b3-9127-3619e1c6408b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1975 | 2024.09.16 14:42:27.341264 [ 3 ] {} <Debug> HTTP-Session: 18b432cb-3784-41b3-9127-3619e1c6408b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1976 | 2024.09.16 14:42:27.341278 [ 3 ] {} <Debug> HTTP-Session: 18b432cb-3784-41b3-9127-3619e1c6408b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1977 | 2024.09.16 14:42:27.341310 [ 3 ] {} <Trace> HTTP-Session: 18b432cb-3784-41b3-9127-3619e1c6408b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1978 | 2024.09.16 14:42:27.341407 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1979 | 2024.09.16 14:42:27.341453 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1980 | 2024.09.16 14:42:27.341742 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1981 | 2024.09.16 14:42:27.342056 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1982 | 2024.09.16 14:42:27.342092 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
1983 | 2024.09.16 14:42:27.342487 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1984 | 2024.09.16 14:42:27.342851 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1985 | 2024.09.16 14:42:27.342983 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001602 sec., 1248.4394506866417 rows/sec., 101.80 KiB/sec. | ||
1986 | 2024.09.16 14:42:27.343256 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Debug> DynamicQueryHandler: Done processing query | ||
1987 | 2024.09.16 14:42:27.343282 [ 3 ] {b70817a2-bfa0-410a-a79c-461de92b76d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1988 | 2024.09.16 14:42:27.343299 [ 3 ] {} <Debug> HTTP-Session: 18b432cb-3784-41b3-9127-3619e1c6408b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1989 | 2024.09.16 14:42:27.343477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 29795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1990 | 2024.09.16 14:42:27.343527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1991 | 2024.09.16 14:42:27.343547 [ 3 ] {} <Debug> HTTP-Session: effb34a4-4292-48bf-b558-80280d37bd8b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
1992 | 2024.09.16 14:42:27.343565 [ 3 ] {} <Debug> HTTP-Session: effb34a4-4292-48bf-b558-80280d37bd8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1993 | 2024.09.16 14:42:27.343579 [ 3 ] {} <Debug> HTTP-Session: effb34a4-4292-48bf-b558-80280d37bd8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.09.16 14:42:27.343609 [ 3 ] {} <Trace> HTTP-Session: effb34a4-4292-48bf-b558-80280d37bd8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1995 | 2024.09.16 14:42:27.343756 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1996 | 2024.09.16 14:42:27.343800 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1997 | 2024.09.16 14:42:27.344045 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1998 | 2024.09.16 14:42:27.344488 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1999 | 2024.09.16 14:42:27.344526 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2000 | 2024.09.16 14:42:27.344895 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2001 | 2024.09.16 14:42:27.345251 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2002 | 2024.09.16 14:42:27.345367 [ 57 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2003 | 2024.09.16 14:42:27.345374 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Debug> executeQuery: Read 192 rows, 18.07 KiB in 0.001685 sec., 113946.58753709198 rows/sec., 10.47 MiB/sec. | ||
2004 | 2024.09.16 14:42:27.345416 [ 57 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2005 | 2024.09.16 14:42:27.345453 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2006 | 2024.09.16 14:42:27.345584 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Debug> DynamicQueryHandler: Done processing query | ||
2007 | 2024.09.16 14:42:27.345609 [ 3 ] {f3365d99-48fb-4e04-9390-fe3220e59908} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2008 | 2024.09.16 14:42:27.345625 [ 3 ] {} <Debug> HTTP-Session: effb34a4-4292-48bf-b558-80280d37bd8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.09.16 14:42:27.345748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2010 | 2024.09.16 14:42:27.345796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2011 | 2024.09.16 14:42:27.345816 [ 3 ] {} <Debug> HTTP-Session: 6d771774-29d6-42b8-bc0a-9a7612443e57 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2012 | 2024.09.16 14:42:27.345833 [ 3 ] {} <Debug> HTTP-Session: 6d771774-29d6-42b8-bc0a-9a7612443e57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.09.16 14:42:27.345846 [ 3 ] {} <Debug> HTTP-Session: 6d771774-29d6-42b8-bc0a-9a7612443e57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2014 | 2024.09.16 14:42:27.345877 [ 3 ] {} <Trace> HTTP-Session: 6d771774-29d6-42b8-bc0a-9a7612443e57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2015 | 2024.09.16 14:42:27.345987 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2016 | 2024.09.16 14:42:27.346030 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2017 | 2024.09.16 14:42:27.346258 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2018 | 2024.09.16 14:42:27.346582 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2019 | 2024.09.16 14:42:27.346619 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2020 | 2024.09.16 14:42:27.346964 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2021 | 2024.09.16 14:42:27.347317 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2022 | 2024.09.16 14:42:27.347439 [ 57 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2023 | 2024.09.16 14:42:27.347449 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.001494 sec., 20749.66532797858 rows/sec., 1.52 MiB/sec. | ||
2024 | 2024.09.16 14:42:27.347468 [ 57 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2025 | 2024.09.16 14:42:27.347502 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2026 | 2024.09.16 14:42:27.347672 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Debug> DynamicQueryHandler: Done processing query | ||
2027 | 2024.09.16 14:42:27.347697 [ 3 ] {06fb18dd-5d07-4f4e-ab57-a6e3fba7277d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2028 | 2024.09.16 14:42:27.347713 [ 3 ] {} <Debug> HTTP-Session: 6d771774-29d6-42b8-bc0a-9a7612443e57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2029 | 2024.09.16 14:42:27.347842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2030 | 2024.09.16 14:42:27.347891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2031 | 2024.09.16 14:42:27.347910 [ 3 ] {} <Debug> HTTP-Session: 2fbcce67-edc8-4064-bdec-4993aad45735 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2032 | 2024.09.16 14:42:27.347928 [ 3 ] {} <Debug> HTTP-Session: 2fbcce67-edc8-4064-bdec-4993aad45735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.09.16 14:42:27.347943 [ 3 ] {} <Debug> HTTP-Session: 2fbcce67-edc8-4064-bdec-4993aad45735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.09.16 14:42:27.347974 [ 3 ] {} <Trace> HTTP-Session: 2fbcce67-edc8-4064-bdec-4993aad45735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2035 | 2024.09.16 14:42:27.348076 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2036 | 2024.09.16 14:42:27.348120 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2037 | 2024.09.16 14:42:27.348346 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2038 | 2024.09.16 14:42:27.348648 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2039 | 2024.09.16 14:42:27.348685 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2040 | 2024.09.16 14:42:27.349034 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2041 | 2024.09.16 14:42:27.349382 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2042 | 2024.09.16 14:42:27.349558 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
2043 | 2024.09.16 14:42:27.349588 [ 57 ] {} <Debug> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2044 | 2024.09.16 14:42:27.349783 [ 57 ] {} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2045 | 2024.09.16 14:42:27.349802 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec. | ||
2046 | 2024.09.16 14:42:27.349876 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2047 | 2024.09.16 14:42:27.349995 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
2048 | 2024.09.16 14:42:27.350545 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::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 | ||
2049 | 2024.09.16 14:42:27.351163 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2050 | 2024.09.16 14:42:27.351212 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2051 | 2024.09.16 14:42:27.351300 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2052 | 2024.09.16 14:42:27.351352 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Debug> DynamicQueryHandler: Done processing query | ||
2053 | 2024.09.16 14:42:27.351379 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
2054 | 2024.09.16 14:42:27.351381 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part | ||
2055 | 2024.09.16 14:42:27.351432 [ 3 ] {1c0a8fb3-e1c4-4859-b7ac-265b9a0fc1a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2056 | 2024.09.16 14:42:27.351447 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
2057 | 2024.09.16 14:42:27.351498 [ 3 ] {} <Debug> HTTP-Session: 2fbcce67-edc8-4064-bdec-4993aad45735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2058 | 2024.09.16 14:42:27.352109 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 29 rows starting from the beginning of the part | ||
2059 | 2024.09.16 14:42:27.352153 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::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 | ||
2060 | 2024.09.16 14:42:27.352344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2061 | 2024.09.16 14:42:27.352804 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part | ||
2062 | 2024.09.16 14:42:27.352808 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
2063 | 2024.09.16 14:42:27.353408 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
2064 | 2024.09.16 14:42:27.353443 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part | ||
2065 | 2024.09.16 14:42:27.353553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2066 | 2024.09.16 14:42:27.353948 [ 186 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
2067 | 2024.09.16 14:42:27.353984 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part | ||
2068 | 2024.09.16 14:42:27.354490 [ 194 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
2069 | 2024.09.16 14:42:27.354753 [ 3 ] {} <Debug> HTTP-Session: 4b6869d9-816e-4e35-9761-4285bc839040 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2070 | 2024.09.16 14:42:27.355268 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 191 rows starting from the beginning of the part | ||
2071 | 2024.09.16 14:42:27.355760 [ 3 ] {} <Debug> HTTP-Session: 4b6869d9-816e-4e35-9761-4285bc839040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2072 | 2024.09.16 14:42:27.355754 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 191 rows starting from the beginning of the part | ||
2073 | 2024.09.16 14:42:27.355870 [ 3 ] {} <Debug> HTTP-Session: 4b6869d9-816e-4e35-9761-4285bc839040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2074 | 2024.09.16 14:42:27.356126 [ 3 ] {} <Trace> HTTP-Session: 4b6869d9-816e-4e35-9761-4285bc839040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2075 | 2024.09.16 14:42:27.356557 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 191 rows starting from the beginning of the part | ||
2076 | 2024.09.16 14:42:27.356858 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2077 | 2024.09.16 14:42:27.357384 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 191 rows starting from the beginning of the part | ||
2078 | 2024.09.16 14:42:27.357506 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2079 | 2024.09.16 14:42:27.358196 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 192 rows starting from the beginning of the part | ||
2080 | 2024.09.16 14:42:27.361055 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2081 | 2024.09.16 14:42:27.362721 [ 201 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.01262451 sec., 5544.769658386741 rows/sec., 392.96 KiB/sec. | ||
2082 | 2024.09.16 14:42:27.363273 [ 201 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2083 | 2024.09.16 14:42:27.363687 [ 186 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.01417759 sec., 11849.686723907236 rows/sec., 936.57 KiB/sec. | ||
2084 | 2024.09.16 14:42:27.364133 [ 186 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2085 | 2024.09.16 14:42:27.364185 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2086 | 2024.09.16 14:42:27.364321 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2087 | 2024.09.16 14:42:27.367101 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2088 | 2024.09.16 14:42:27.367382 [ 186 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2089 | 2024.09.16 14:42:27.367485 [ 201 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2090 | 2024.09.16 14:42:27.368037 [ 201 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_5_1} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2091 | 2024.09.16 14:42:27.368070 [ 186 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_6_1} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2092 | 2024.09.16 14:42:27.368591 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2093 | 2024.09.16 14:42:27.368740 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2094 | 2024.09.16 14:42:27.368918 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 5 columns (5 merged, 0 gathered) in 0.023382685 sec., 42681.15488020302 rows/sec., 4.09 MiB/sec. | ||
2095 | 2024.09.16 14:42:27.369110 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2096 | 2024.09.16 14:42:27.369198 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2097 | 2024.09.16 14:42:27.369373 [ 57 ] {} <Debug> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2098 | 2024.09.16 14:42:27.369491 [ 57 ] {} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2099 | 2024.09.16 14:42:27.369520 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.012876 sec., 465.98322460391427 rows/sec., 27.53 KiB/sec. | ||
2100 | 2024.09.16 14:42:27.369547 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2101 | 2024.09.16 14:42:27.370002 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::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 | ||
2102 | 2024.09.16 14:42:27.370407 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Debug> DynamicQueryHandler: Done processing query | ||
2103 | 2024.09.16 14:42:27.370548 [ 3 ] {72cb35a1-73f6-45f8-9faa-0daeef115f36} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2104 | 2024.09.16 14:42:27.370669 [ 3 ] {} <Debug> HTTP-Session: 4b6869d9-816e-4e35-9761-4285bc839040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2105 | 2024.09.16 14:42:27.370757 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2106 | 2024.09.16 14:42:27.370855 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
2107 | 2024.09.16 14:42:27.371103 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2108 | 2024.09.16 14:42:27.371163 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
2109 | 2024.09.16 14:42:27.371143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 56232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2110 | 2024.09.16 14:42:27.371543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2111 | 2024.09.16 14:42:27.371571 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_6_1} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2112 | 2024.09.16 14:42:27.371672 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
2113 | 2024.09.16 14:42:27.371735 [ 3 ] {} <Debug> HTTP-Session: 8850f553-a847-4ff3-89e6-74e23f70545b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2114 | 2024.09.16 14:42:27.371931 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2115 | 2024.09.16 14:42:27.371996 [ 3 ] {} <Debug> HTTP-Session: 8850f553-a847-4ff3-89e6-74e23f70545b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.09.16 14:42:27.372135 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::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 | ||
2117 | 2024.09.16 14:42:27.372133 [ 3 ] {} <Debug> HTTP-Session: 8850f553-a847-4ff3-89e6-74e23f70545b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.09.16 14:42:27.372320 [ 3 ] {} <Trace> HTTP-Session: 8850f553-a847-4ff3-89e6-74e23f70545b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2119 | 2024.09.16 14:42:27.372405 [ 186 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
2120 | 2024.09.16 14:42:27.372873 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2121 | 2024.09.16 14:42:27.372961 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2122 | 2024.09.16 14:42:27.373743 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2123 | 2024.09.16 14:42:27.374334 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2124 | 2024.09.16 14:42:27.374373 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2125 | 2024.09.16 14:42:27.374757 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2126 | 2024.09.16 14:42:27.375129 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2127 | 2024.09.16 14:42:27.375249 [ 57 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2128 | 2024.09.16 14:42:27.375259 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Debug> executeQuery: Read 349 rows, 25.05 KiB in 0.002649 sec., 131747.82936957342 rows/sec., 9.24 MiB/sec. | ||
2129 | 2024.09.16 14:42:27.375278 [ 57 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2130 | 2024.09.16 14:42:27.375316 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2131 | 2024.09.16 14:42:27.375448 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
2132 | 2024.09.16 14:42:27.375497 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Debug> DynamicQueryHandler: Done processing query | ||
2133 | 2024.09.16 14:42:27.375535 [ 3 ] {d5ccc2b9-184b-42d1-a176-8fac7328fd5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2134 | 2024.09.16 14:42:27.375572 [ 3 ] {} <Debug> HTTP-Session: 8850f553-a847-4ff3-89e6-74e23f70545b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2135 | 2024.09.16 14:42:27.375606 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2136 | 2024.09.16 14:42:27.375646 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
2137 | 2024.09.16 14:42:27.375766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2138 | 2024.09.16 14:42:27.376047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2139 | 2024.09.16 14:42:27.376109 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 347 rows starting from the beginning of the part | ||
2140 | 2024.09.16 14:42:27.376167 [ 3 ] {} <Debug> HTTP-Session: 1d44d588-ccf8-4f96-a554-3f226ee1d276 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2141 | 2024.09.16 14:42:27.376251 [ 3 ] {} <Debug> HTTP-Session: 1d44d588-ccf8-4f96-a554-3f226ee1d276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2142 | 2024.09.16 14:42:27.376380 [ 3 ] {} <Debug> HTTP-Session: 1d44d588-ccf8-4f96-a554-3f226ee1d276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2143 | 2024.09.16 14:42:27.376615 [ 3 ] {} <Trace> HTTP-Session: 1d44d588-ccf8-4f96-a554-3f226ee1d276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2144 | 2024.09.16 14:42:27.376653 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 347 rows starting from the beginning of the part | ||
2145 | 2024.09.16 14:42:27.377070 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2146 | 2024.09.16 14:42:27.377128 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 347 rows starting from the beginning of the part | ||
2147 | 2024.09.16 14:42:27.377248 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2148 | 2024.09.16 14:42:27.377757 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 347 rows starting from the beginning of the part | ||
2149 | 2024.09.16 14:42:27.378438 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 349 rows starting from the beginning of the part | ||
2150 | 2024.09.16 14:42:27.379219 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2151 | 2024.09.16 14:42:27.379457 [ 195 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.009748896 sec., 3077.2715187442764 rows/sec., 195.33 KiB/sec. | ||
2152 | 2024.09.16 14:42:27.379796 [ 195 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2153 | 2024.09.16 14:42:27.380440 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2154 | 2024.09.16 14:42:27.380523 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2155 | 2024.09.16 14:42:27.382132 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2156 | 2024.09.16 14:42:27.382161 [ 195 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2157 | 2024.09.16 14:42:27.382525 [ 195 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_5_1} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2158 | 2024.09.16 14:42:27.382889 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
2159 | 2024.09.16 14:42:27.383153 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2160 | 2024.09.16 14:42:27.383416 [ 190 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1773 rows, containing 5 columns (5 merged, 0 gathered) in 0.008013502 sec., 221251.58264139696 rows/sec., 16.38 MiB/sec. | ||
2161 | 2024.09.16 14:42:27.383508 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006633 sec., 904.5680687471732 rows/sec., 47.26 KiB/sec. | ||
2162 | 2024.09.16 14:42:27.383822 [ 190 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2163 | 2024.09.16 14:42:27.384000 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Debug> DynamicQueryHandler: Done processing query | ||
2164 | 2024.09.16 14:42:27.384046 [ 3 ] {9600a2bd-0387-40bf-b5dd-5d4bdb53db6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2165 | 2024.09.16 14:42:27.384081 [ 3 ] {} <Debug> HTTP-Session: 1d44d588-ccf8-4f96-a554-3f226ee1d276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2166 | 2024.09.16 14:42:27.384320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 14274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2167 | 2024.09.16 14:42:27.384395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2168 | 2024.09.16 14:42:27.384438 [ 3 ] {} <Debug> HTTP-Session: 587c0b48-6744-451a-a513-f143f124a5ed Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2169 | 2024.09.16 14:42:27.384468 [ 3 ] {} <Debug> HTTP-Session: 587c0b48-6744-451a-a513-f143f124a5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.09.16 14:42:27.384498 [ 3 ] {} <Debug> HTTP-Session: 587c0b48-6744-451a-a513-f143f124a5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2171 | 2024.09.16 14:42:27.384564 [ 3 ] {} <Trace> HTTP-Session: 587c0b48-6744-451a-a513-f143f124a5ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2172 | 2024.09.16 14:42:27.384571 [ 190 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2173 | 2024.09.16 14:42:27.384734 [ 190 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_6_1} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2174 | 2024.09.16 14:42:27.384836 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2175 | 2024.09.16 14:42:27.384871 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2176 | 2024.09.16 14:42:27.384928 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2177 | 2024.09.16 14:42:27.385099 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2178 | 2024.09.16 14:42:27.385444 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2179 | 2024.09.16 14:42:27.385483 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2180 | 2024.09.16 14:42:27.385880 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2181 | 2024.09.16 14:42:27.386233 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2182 | 2024.09.16 14:42:27.386366 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Debug> executeQuery: Read 78 rows, 4.93 KiB in 0.001666 sec., 46818.7274909964 rows/sec., 2.89 MiB/sec. | ||
2183 | 2024.09.16 14:42:27.386534 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Debug> DynamicQueryHandler: Done processing query | ||
2184 | 2024.09.16 14:42:27.386559 [ 3 ] {7c6b5db9-38d1-4ea6-b87e-7cfcc856e695} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2185 | 2024.09.16 14:42:27.386575 [ 3 ] {} <Debug> HTTP-Session: 587c0b48-6744-451a-a513-f143f124a5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.09.16 14:42:27.386690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2187 | 2024.09.16 14:42:27.386739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2188 | 2024.09.16 14:42:27.386759 [ 3 ] {} <Debug> HTTP-Session: f1ecf94d-e5dd-4f12-91cc-fee3873db546 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2189 | 2024.09.16 14:42:27.386776 [ 3 ] {} <Debug> HTTP-Session: f1ecf94d-e5dd-4f12-91cc-fee3873db546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.09.16 14:42:27.386790 [ 3 ] {} <Debug> HTTP-Session: f1ecf94d-e5dd-4f12-91cc-fee3873db546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.09.16 14:42:27.386822 [ 3 ] {} <Trace> HTTP-Session: f1ecf94d-e5dd-4f12-91cc-fee3873db546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2192 | 2024.09.16 14:42:27.386916 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2193 | 2024.09.16 14:42:27.386962 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2194 | 2024.09.16 14:42:27.387091 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2195 | 2024.09.16 14:42:27.387364 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2196 | 2024.09.16 14:42:27.387401 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2197 | 2024.09.16 14:42:27.387755 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2198 | 2024.09.16 14:42:27.388083 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2199 | 2024.09.16 14:42:27.388224 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
2200 | 2024.09.16 14:42:27.388250 [ 56 ] {} <Debug> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2201 | 2024.09.16 14:42:27.388352 [ 56 ] {} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2202 | 2024.09.16 14:42:27.388387 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2203 | 2024.09.16 14:42:27.388487 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Debug> DynamicQueryHandler: Done processing query | ||
2204 | 2024.09.16 14:42:27.388604 [ 3 ] {fdb94d66-ae49-4dda-ad22-f9242224e6ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2205 | 2024.09.16 14:42:27.388669 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::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 | ||
2206 | 2024.09.16 14:42:27.388699 [ 3 ] {} <Debug> HTTP-Session: f1ecf94d-e5dd-4f12-91cc-fee3873db546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.09.16 14:42:27.388931 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2208 | 2024.09.16 14:42:27.388978 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
2209 | 2024.09.16 14:42:27.389054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2210 | 2024.09.16 14:42:27.389218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2211 | 2024.09.16 14:42:27.389258 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
2212 | 2024.09.16 14:42:27.389287 [ 3 ] {} <Debug> HTTP-Session: ef47581d-cc8f-4f76-8bc4-e53bfac85cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2213 | 2024.09.16 14:42:27.389332 [ 3 ] {} <Debug> HTTP-Session: ef47581d-cc8f-4f76-8bc4-e53bfac85cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.09.16 14:42:27.389399 [ 3 ] {} <Debug> HTTP-Session: ef47581d-cc8f-4f76-8bc4-e53bfac85cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.09.16 14:42:27.389525 [ 3 ] {} <Trace> HTTP-Session: ef47581d-cc8f-4f76-8bc4-e53bfac85cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2216 | 2024.09.16 14:42:27.389556 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
2217 | 2024.09.16 14:42:27.389789 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
2218 | 2024.09.16 14:42:27.390000 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::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 | ||
2219 | 2024.09.16 14:42:27.390044 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2220 | 2024.09.16 14:42:27.390396 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <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_histogramu64 | ||
2221 | 2024.09.16 14:42:27.390833 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2222 | 2024.09.16 14:42:27.391518 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2223 | 2024.09.16 14:42:27.391555 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2224 | 2024.09.16 14:42:27.392204 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2225 | 2024.09.16 14:42:27.393274 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2226 | 2024.09.16 14:42:27.393597 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2227 | 2024.09.16 14:42:27.393727 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2228 | 2024.09.16 14:42:27.393818 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2229 | 2024.09.16 14:42:27.393841 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.004097 sec., 7078.350012204051 rows/sec., 12.68 MiB/sec. | ||
2230 | 2024.09.16 14:42:27.394629 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
2231 | 2024.09.16 14:42:27.395263 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Debug> DynamicQueryHandler: Done processing query | ||
2232 | 2024.09.16 14:42:27.395320 [ 3 ] {84e58e1d-d9d0-4875-a008-201ae1bdd246} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2233 | 2024.09.16 14:42:27.395373 [ 3 ] {} <Debug> HTTP-Session: ef47581d-cc8f-4f76-8bc4-e53bfac85cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2234 | 2024.09.16 14:42:27.395490 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2235 | 2024.09.16 14:42:27.395571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 3079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2236 | 2024.09.16 14:42:27.395678 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
2237 | 2024.09.16 14:42:27.395760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2238 | 2024.09.16 14:42:27.395897 [ 3 ] {} <Debug> HTTP-Session: 3920bf03-b7ff-4150-91c9-5076435bfdc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2239 | 2024.09.16 14:42:27.395991 [ 3 ] {} <Debug> HTTP-Session: 3920bf03-b7ff-4150-91c9-5076435bfdc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2240 | 2024.09.16 14:42:27.396088 [ 3 ] {} <Debug> HTTP-Session: 3920bf03-b7ff-4150-91c9-5076435bfdc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2241 | 2024.09.16 14:42:27.396837 [ 3 ] {} <Trace> HTTP-Session: 3920bf03-b7ff-4150-91c9-5076435bfdc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2242 | 2024.09.16 14:42:27.396977 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 29 rows starting from the beginning of the part | ||
2243 | 2024.09.16 14:42:27.396993 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.008513862 sec., 587.2775480739527 rows/sec., 39.57 KiB/sec. | ||
2244 | 2024.09.16 14:42:27.397243 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2245 | 2024.09.16 14:42:27.397394 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2246 | 2024.09.16 14:42:27.397914 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2247 | 2024.09.16 14:42:27.398082 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part | ||
2248 | 2024.09.16 14:42:27.399404 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2249 | 2024.09.16 14:42:27.399615 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part | ||
2250 | 2024.09.16 14:42:27.399759 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2251 | 2024.09.16 14:42:27.399783 [ 186 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_5_1} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2252 | 2024.09.16 14:42:27.400080 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2253 | 2024.09.16 14:42:27.400521 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part | ||
2254 | 2024.09.16 14:42:27.401161 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2255 | 2024.09.16 14:42:27.401231 [ 190 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
2256 | 2024.09.16 14:42:27.401237 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2257 | 2024.09.16 14:42:27.402451 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2258 | 2024.09.16 14:42:27.403185 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2259 | 2024.09.16 14:42:27.403538 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.006383 sec., 3446.6551778160742 rows/sec., 186.81 KiB/sec. | ||
2260 | 2024.09.16 14:42:27.403960 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Debug> DynamicQueryHandler: Done processing query | ||
2261 | 2024.09.16 14:42:27.403999 [ 3 ] {57e457fe-3f09-4ecb-a5ec-0efb40bfeb9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2262 | 2024.09.16 14:42:27.404035 [ 3 ] {} <Debug> HTTP-Session: 3920bf03-b7ff-4150-91c9-5076435bfdc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.09.16 14:42:27.408044 [ 197 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 19 columns (19 merged, 0 gathered) in 0.014090268 sec., 11781.181167029612 rows/sec., 21.11 MiB/sec. | ||
2264 | 2024.09.16 14:42:27.408543 [ 197 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2265 | 2024.09.16 14:42:27.409167 [ 197 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2266 | 2024.09.16 14:42:27.409243 [ 197 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2267 | 2024.09.16 14:42:27.409376 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
2268 | 2024.09.16 14:42:32.323599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2269 | 2024.09.16 14:42:32.323724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2270 | 2024.09.16 14:42:32.323749 [ 3 ] {} <Debug> HTTP-Session: aa539167-814c-4018-aaf7-f68a4186ae8c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2271 | 2024.09.16 14:42:32.323773 [ 3 ] {} <Debug> HTTP-Session: aa539167-814c-4018-aaf7-f68a4186ae8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2272 | 2024.09.16 14:42:32.323789 [ 3 ] {} <Debug> HTTP-Session: aa539167-814c-4018-aaf7-f68a4186ae8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2273 | 2024.09.16 14:42:32.323837 [ 3 ] {} <Trace> HTTP-Session: aa539167-814c-4018-aaf7-f68a4186ae8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2274 | 2024.09.16 14:42:32.324067 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2275 | 2024.09.16 14:42:32.324432 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2276 | 2024.09.16 14:42:32.324475 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2277 | 2024.09.16 14:42:32.324758 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2278 | 2024.09.16 14:42:32.324839 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2279 | 2024.09.16 14:42:32.325015 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
2280 | 2024.09.16 14:42:32.325185 [ 255 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2281 | 2024.09.16 14:42:32.325219 [ 250 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2282 | 2024.09.16 14:42:32.325185 [ 254 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2283 | 2024.09.16 14:42:32.325382 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2284 | 2024.09.16 14:42:32.325414 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2285 | 2024.09.16 14:42:32.325507 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2286 | 2024.09.16 14:42:32.325529 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2287 | 2024.09.16 14:42:32.325572 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2288 | 2024.09.16 14:42:32.325617 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2289 | 2024.09.16 14:42:32.327284 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.003314 sec., 4828.0024140012065 rows/sec., 172.68 KiB/sec. | ||
2290 | 2024.09.16 14:42:32.327650 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> DynamicQueryHandler: Done processing query | ||
2291 | 2024.09.16 14:42:32.327679 [ 3 ] {6e6f0d4a-6b6a-426b-942e-4c29ffce2288} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2292 | 2024.09.16 14:42:32.327696 [ 3 ] {} <Debug> HTTP-Session: aa539167-814c-4018-aaf7-f68a4186ae8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2293 | 2024.09.16 14:42:32.327939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2294 | 2024.09.16 14:42:32.327994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2295 | 2024.09.16 14:42:32.328016 [ 3 ] {} <Debug> HTTP-Session: 7084164f-981f-40b0-b5ae-4fe5261f9c40 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2296 | 2024.09.16 14:42:32.328035 [ 3 ] {} <Debug> HTTP-Session: 7084164f-981f-40b0-b5ae-4fe5261f9c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.09.16 14:42:32.328050 [ 3 ] {} <Debug> HTTP-Session: 7084164f-981f-40b0-b5ae-4fe5261f9c40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.09.16 14:42:32.328087 [ 3 ] {} <Trace> HTTP-Session: 7084164f-981f-40b0-b5ae-4fe5261f9c40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2299 | 2024.09.16 14:42:32.328246 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2300 | 2024.09.16 14:42:32.328521 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2301 | 2024.09.16 14:42:32.328562 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2302 | 2024.09.16 14:42:32.328812 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2303 | 2024.09.16 14:42:32.328877 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2304 | 2024.09.16 14:42:32.329020 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
2305 | 2024.09.16 14:42:32.329105 [ 260 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2306 | 2024.09.16 14:42:32.329195 [ 258 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2307 | 2024.09.16 14:42:32.329207 [ 259 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2308 | 2024.09.16 14:42:32.329341 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2309 | 2024.09.16 14:42:32.329366 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2310 | 2024.09.16 14:42:32.329447 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2311 | 2024.09.16 14:42:32.329468 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2312 | 2024.09.16 14:42:32.329507 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2313 | 2024.09.16 14:42:32.329547 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2314 | 2024.09.16 14:42:32.330942 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002768 sec., 5780.346820809248 rows/sec., 206.74 KiB/sec. | ||
2315 | 2024.09.16 14:42:32.331252 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.09.16 14:42:32.331277 [ 3 ] {2ebfa91a-b318-4d80-be03-0e2c39a04b8f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2317 | 2024.09.16 14:42:32.331294 [ 3 ] {} <Debug> HTTP-Session: 7084164f-981f-40b0-b5ae-4fe5261f9c40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.09.16 14:42:32.331507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 715, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2319 | 2024.09.16 14:42:32.331559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2320 | 2024.09.16 14:42:32.331579 [ 3 ] {} <Debug> HTTP-Session: 2e5bac6e-176b-4ea2-ba4f-da0156bf183a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2321 | 2024.09.16 14:42:32.331597 [ 3 ] {} <Debug> HTTP-Session: 2e5bac6e-176b-4ea2-ba4f-da0156bf183a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2322 | 2024.09.16 14:42:32.331611 [ 3 ] {} <Debug> HTTP-Session: 2e5bac6e-176b-4ea2-ba4f-da0156bf183a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.09.16 14:42:32.331644 [ 3 ] {} <Trace> HTTP-Session: 2e5bac6e-176b-4ea2-ba4f-da0156bf183a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2324 | 2024.09.16 14:42:32.331787 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2325 | 2024.09.16 14:42:32.332050 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2326 | 2024.09.16 14:42:32.332089 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2327 | 2024.09.16 14:42:32.332343 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2328 | 2024.09.16 14:42:32.332408 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2329 | 2024.09.16 14:42:32.332547 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2330 | 2024.09.16 14:42:32.332699 [ 255 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2331 | 2024.09.16 14:42:32.332710 [ 258 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2332 | 2024.09.16 14:42:32.332715 [ 250 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2333 | 2024.09.16 14:42:32.332839 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2334 | 2024.09.16 14:42:32.332868 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2335 | 2024.09.16 14:42:32.332947 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2336 | 2024.09.16 14:42:32.332967 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2337 | 2024.09.16 14:42:32.333006 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2338 | 2024.09.16 14:42:32.333045 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2339 | 2024.09.16 14:42:32.334457 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002735 sec., 5850.091407678245 rows/sec., 209.24 KiB/sec. | ||
2340 | 2024.09.16 14:42:32.334759 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> DynamicQueryHandler: Done processing query | ||
2341 | 2024.09.16 14:42:32.334783 [ 3 ] {7c6ad4f3-f6aa-4288-a4ee-9b23698d2396} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2342 | 2024.09.16 14:42:32.334799 [ 3 ] {} <Debug> HTTP-Session: 2e5bac6e-176b-4ea2-ba4f-da0156bf183a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2343 | 2024.09.16 14:42:32.335018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2344 | 2024.09.16 14:42:32.335070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2345 | 2024.09.16 14:42:32.335090 [ 3 ] {} <Debug> HTTP-Session: 867f3ee8-fff5-4c3a-bd07-96defb3b22ed Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2346 | 2024.09.16 14:42:32.335107 [ 3 ] {} <Debug> HTTP-Session: 867f3ee8-fff5-4c3a-bd07-96defb3b22ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.09.16 14:42:32.335121 [ 3 ] {} <Debug> HTTP-Session: 867f3ee8-fff5-4c3a-bd07-96defb3b22ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2348 | 2024.09.16 14:42:32.335151 [ 3 ] {} <Trace> HTTP-Session: 867f3ee8-fff5-4c3a-bd07-96defb3b22ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2349 | 2024.09.16 14:42:32.335289 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2350 | 2024.09.16 14:42:32.335547 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2351 | 2024.09.16 14:42:32.335586 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2352 | 2024.09.16 14:42:32.335838 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2353 | 2024.09.16 14:42:32.335902 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2354 | 2024.09.16 14:42:32.336039 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2355 | 2024.09.16 14:42:32.336190 [ 254 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2356 | 2024.09.16 14:42:32.336192 [ 255 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2357 | 2024.09.16 14:42:32.336211 [ 258 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2358 | 2024.09.16 14:42:32.336343 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2359 | 2024.09.16 14:42:32.336371 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2360 | 2024.09.16 14:42:32.336452 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2361 | 2024.09.16 14:42:32.336471 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2362 | 2024.09.16 14:42:32.336509 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2363 | 2024.09.16 14:42:32.336548 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2364 | 2024.09.16 14:42:32.337656 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002431 sec., 6581.65364047717 rows/sec., 235.40 KiB/sec. | ||
2365 | 2024.09.16 14:42:32.337953 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> DynamicQueryHandler: Done processing query | ||
2366 | 2024.09.16 14:42:32.337976 [ 3 ] {578b5431-6009-42e4-9bed-8bfa63d27238} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2367 | 2024.09.16 14:42:32.337992 [ 3 ] {} <Debug> HTTP-Session: 867f3ee8-fff5-4c3a-bd07-96defb3b22ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2368 | 2024.09.16 14:42:32.338216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2369 | 2024.09.16 14:42:32.338264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2370 | 2024.09.16 14:42:32.338283 [ 3 ] {} <Debug> HTTP-Session: 63c44f7c-6b6c-48f8-851d-a7486633b31a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2371 | 2024.09.16 14:42:32.338300 [ 3 ] {} <Debug> HTTP-Session: 63c44f7c-6b6c-48f8-851d-a7486633b31a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2372 | 2024.09.16 14:42:32.338313 [ 3 ] {} <Debug> HTTP-Session: 63c44f7c-6b6c-48f8-851d-a7486633b31a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2373 | 2024.09.16 14:42:32.338344 [ 3 ] {} <Trace> HTTP-Session: 63c44f7c-6b6c-48f8-851d-a7486633b31a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2374 | 2024.09.16 14:42:32.338481 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2375 | 2024.09.16 14:42:32.338741 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2376 | 2024.09.16 14:42:32.338781 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2377 | 2024.09.16 14:42:32.339036 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2378 | 2024.09.16 14:42:32.339100 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2379 | 2024.09.16 14:42:32.339237 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2380 | 2024.09.16 14:42:32.339341 [ 255 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2381 | 2024.09.16 14:42:32.339375 [ 254 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2382 | 2024.09.16 14:42:32.339394 [ 250 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2383 | 2024.09.16 14:42:32.339504 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2384 | 2024.09.16 14:42:32.339532 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2385 | 2024.09.16 14:42:32.339612 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2386 | 2024.09.16 14:42:32.339631 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2387 | 2024.09.16 14:42:32.339669 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2388 | 2024.09.16 14:42:32.339709 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2389 | 2024.09.16 14:42:32.341055 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002637 sec., 6067.5009480470235 rows/sec., 217.01 KiB/sec. | ||
2390 | 2024.09.16 14:42:32.341390 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> DynamicQueryHandler: Done processing query | ||
2391 | 2024.09.16 14:42:32.341417 [ 3 ] {f382acf0-c7c2-4eac-a4ba-d4cb5d388b62} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2392 | 2024.09.16 14:42:32.341435 [ 3 ] {} <Debug> HTTP-Session: 63c44f7c-6b6c-48f8-851d-a7486633b31a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2393 | 2024.09.16 14:42:32.341647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2394 | 2024.09.16 14:42:32.341698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2395 | 2024.09.16 14:42:32.341718 [ 3 ] {} <Debug> HTTP-Session: f51bd42a-4aec-4876-8c4c-a930994fb098 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2396 | 2024.09.16 14:42:32.341735 [ 3 ] {} <Debug> HTTP-Session: f51bd42a-4aec-4876-8c4c-a930994fb098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2397 | 2024.09.16 14:42:32.341749 [ 3 ] {} <Debug> HTTP-Session: f51bd42a-4aec-4876-8c4c-a930994fb098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2398 | 2024.09.16 14:42:32.341781 [ 3 ] {} <Trace> HTTP-Session: f51bd42a-4aec-4876-8c4c-a930994fb098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2399 | 2024.09.16 14:42:32.341941 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2400 | 2024.09.16 14:42:32.342223 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2401 | 2024.09.16 14:42:32.342266 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2402 | 2024.09.16 14:42:32.342537 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2403 | 2024.09.16 14:42:32.342603 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2404 | 2024.09.16 14:42:32.342747 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2405 | 2024.09.16 14:42:32.342894 [ 259 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2406 | 2024.09.16 14:42:32.342896 [ 260 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2407 | 2024.09.16 14:42:32.342916 [ 254 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2408 | 2024.09.16 14:42:32.343039 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2409 | 2024.09.16 14:42:32.343069 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2410 | 2024.09.16 14:42:32.343153 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2411 | 2024.09.16 14:42:32.343174 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2412 | 2024.09.16 14:42:32.343216 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2413 | 2024.09.16 14:42:32.343257 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2414 | 2024.09.16 14:42:32.344555 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002683 sec., 5963.473723443906 rows/sec., 213.29 KiB/sec. | ||
2415 | 2024.09.16 14:42:32.344846 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> DynamicQueryHandler: Done processing query | ||
2416 | 2024.09.16 14:42:32.344872 [ 3 ] {2a45993e-d298-4647-973a-5db8a153f594} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2417 | 2024.09.16 14:42:32.344890 [ 3 ] {} <Debug> HTTP-Session: f51bd42a-4aec-4876-8c4c-a930994fb098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.09.16 14:42:32.345094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 861, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2419 | 2024.09.16 14:42:32.345145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2420 | 2024.09.16 14:42:32.345164 [ 3 ] {} <Debug> HTTP-Session: 73a394ec-1a21-4701-9e0f-f228459bfac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2421 | 2024.09.16 14:42:32.345182 [ 3 ] {} <Debug> HTTP-Session: 73a394ec-1a21-4701-9e0f-f228459bfac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.09.16 14:42:32.345196 [ 3 ] {} <Debug> HTTP-Session: 73a394ec-1a21-4701-9e0f-f228459bfac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2423 | 2024.09.16 14:42:32.345228 [ 3 ] {} <Trace> HTTP-Session: 73a394ec-1a21-4701-9e0f-f228459bfac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2424 | 2024.09.16 14:42:32.345375 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2425 | 2024.09.16 14:42:32.345647 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2426 | 2024.09.16 14:42:32.345690 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2427 | 2024.09.16 14:42:32.345957 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2428 | 2024.09.16 14:42:32.346022 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2429 | 2024.09.16 14:42:32.346162 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2430 | 2024.09.16 14:42:32.346288 [ 255 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2431 | 2024.09.16 14:42:32.346289 [ 254 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2432 | 2024.09.16 14:42:32.346292 [ 260 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2433 | 2024.09.16 14:42:32.346417 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2434 | 2024.09.16 14:42:32.346446 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2435 | 2024.09.16 14:42:32.346529 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2436 | 2024.09.16 14:42:32.346551 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2437 | 2024.09.16 14:42:32.346590 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2438 | 2024.09.16 14:42:32.346632 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2439 | 2024.09.16 14:42:32.347745 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002436 sec., 6568.144499178982 rows/sec., 234.92 KiB/sec. | ||
2440 | 2024.09.16 14:42:32.348046 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> DynamicQueryHandler: Done processing query | ||
2441 | 2024.09.16 14:42:32.348071 [ 3 ] {efb202b5-f737-43e5-b427-be9350c9a547} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2442 | 2024.09.16 14:42:32.348089 [ 3 ] {} <Debug> HTTP-Session: 73a394ec-1a21-4701-9e0f-f228459bfac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2443 | 2024.09.16 14:42:32.348301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2444 | 2024.09.16 14:42:32.348350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2445 | 2024.09.16 14:42:32.348370 [ 3 ] {} <Debug> HTTP-Session: d29c7ca3-8647-42ea-a595-132c9c1e3d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2446 | 2024.09.16 14:42:32.348386 [ 3 ] {} <Debug> HTTP-Session: d29c7ca3-8647-42ea-a595-132c9c1e3d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2447 | 2024.09.16 14:42:32.348400 [ 3 ] {} <Debug> HTTP-Session: d29c7ca3-8647-42ea-a595-132c9c1e3d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.09.16 14:42:32.348431 [ 3 ] {} <Trace> HTTP-Session: d29c7ca3-8647-42ea-a595-132c9c1e3d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2449 | 2024.09.16 14:42:32.348577 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2450 | 2024.09.16 14:42:32.348850 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2451 | 2024.09.16 14:42:32.348893 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2452 | 2024.09.16 14:42:32.349163 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2453 | 2024.09.16 14:42:32.349229 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2454 | 2024.09.16 14:42:32.349371 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2455 | 2024.09.16 14:42:32.349514 [ 254 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2456 | 2024.09.16 14:42:32.349541 [ 259 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2457 | 2024.09.16 14:42:32.349538 [ 250 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2458 | 2024.09.16 14:42:32.349681 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2459 | 2024.09.16 14:42:32.349709 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2460 | 2024.09.16 14:42:32.349791 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2461 | 2024.09.16 14:42:32.349812 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2462 | 2024.09.16 14:42:32.349852 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2463 | 2024.09.16 14:42:32.349893 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2464 | 2024.09.16 14:42:32.351204 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002696 sec., 5934.718100890208 rows/sec., 212.26 KiB/sec. | ||
2465 | 2024.09.16 14:42:32.351509 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> DynamicQueryHandler: Done processing query | ||
2466 | 2024.09.16 14:42:32.351535 [ 3 ] {e4e74f49-a993-4834-923d-dc70c37d627e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2467 | 2024.09.16 14:42:32.351552 [ 3 ] {} <Debug> HTTP-Session: d29c7ca3-8647-42ea-a595-132c9c1e3d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2468 | 2024.09.16 14:42:32.351771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2469 | 2024.09.16 14:42:32.351819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2470 | 2024.09.16 14:42:32.351839 [ 3 ] {} <Debug> HTTP-Session: a2553b45-3ede-4d32-9478-ca67234415ef Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2471 | 2024.09.16 14:42:32.351856 [ 3 ] {} <Debug> HTTP-Session: a2553b45-3ede-4d32-9478-ca67234415ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2472 | 2024.09.16 14:42:32.351869 [ 3 ] {} <Debug> HTTP-Session: a2553b45-3ede-4d32-9478-ca67234415ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2473 | 2024.09.16 14:42:32.351900 [ 3 ] {} <Trace> HTTP-Session: a2553b45-3ede-4d32-9478-ca67234415ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2474 | 2024.09.16 14:42:32.352046 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2475 | 2024.09.16 14:42:32.352322 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2476 | 2024.09.16 14:42:32.352365 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2477 | 2024.09.16 14:42:32.352637 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2478 | 2024.09.16 14:42:32.352701 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2479 | 2024.09.16 14:42:32.352843 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2480 | 2024.09.16 14:42:32.352919 [ 254 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2481 | 2024.09.16 14:42:32.352996 [ 260 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2482 | 2024.09.16 14:42:32.353003 [ 250 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2483 | 2024.09.16 14:42:32.353130 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2484 | 2024.09.16 14:42:32.353160 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2485 | 2024.09.16 14:42:32.353241 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2486 | 2024.09.16 14:42:32.353261 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2487 | 2024.09.16 14:42:32.353300 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2488 | 2024.09.16 14:42:32.353342 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2489 | 2024.09.16 14:42:32.354648 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.00267 sec., 5992.50936329588 rows/sec., 214.33 KiB/sec. | ||
2490 | 2024.09.16 14:42:32.354946 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> DynamicQueryHandler: Done processing query | ||
2491 | 2024.09.16 14:42:32.354971 [ 3 ] {76ab7669-b61d-4476-bf1d-944769d539ac} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2492 | 2024.09.16 14:42:32.354988 [ 3 ] {} <Debug> HTTP-Session: a2553b45-3ede-4d32-9478-ca67234415ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2493 | 2024.09.16 14:42:32.355214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2494 | 2024.09.16 14:42:32.355264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2495 | 2024.09.16 14:42:32.355283 [ 3 ] {} <Debug> HTTP-Session: 8d330c10-02fb-4524-b6fb-30b3746203f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2496 | 2024.09.16 14:42:32.355299 [ 3 ] {} <Debug> HTTP-Session: 8d330c10-02fb-4524-b6fb-30b3746203f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2497 | 2024.09.16 14:42:32.355313 [ 3 ] {} <Debug> HTTP-Session: 8d330c10-02fb-4524-b6fb-30b3746203f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2498 | 2024.09.16 14:42:32.355344 [ 3 ] {} <Trace> HTTP-Session: 8d330c10-02fb-4524-b6fb-30b3746203f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2499 | 2024.09.16 14:42:32.355491 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2500 | 2024.09.16 14:42:32.355768 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2501 | 2024.09.16 14:42:32.355811 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2502 | 2024.09.16 14:42:32.356088 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2503 | 2024.09.16 14:42:32.356154 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2504 | 2024.09.16 14:42:32.356297 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2505 | 2024.09.16 14:42:32.356396 [ 254 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2506 | 2024.09.16 14:42:32.356432 [ 258 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2507 | 2024.09.16 14:42:32.356462 [ 259 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2508 | 2024.09.16 14:42:32.356557 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2509 | 2024.09.16 14:42:32.356583 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2510 | 2024.09.16 14:42:32.356662 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2511 | 2024.09.16 14:42:32.356683 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2512 | 2024.09.16 14:42:32.356723 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2513 | 2024.09.16 14:42:32.356764 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2514 | 2024.09.16 14:42:32.358059 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002639 sec., 6062.902614626753 rows/sec., 216.85 KiB/sec. | ||
2515 | 2024.09.16 14:42:32.358367 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> DynamicQueryHandler: Done processing query | ||
2516 | 2024.09.16 14:42:32.358392 [ 3 ] {b6c1871a-0adc-466c-94b3-056f779e6b4a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2517 | 2024.09.16 14:42:32.358409 [ 3 ] {} <Debug> HTTP-Session: 8d330c10-02fb-4524-b6fb-30b3746203f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.09.16 14:42:32.358646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2519 | 2024.09.16 14:42:32.358696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2520 | 2024.09.16 14:42:32.358714 [ 3 ] {} <Debug> HTTP-Session: 5ebd0a64-cebb-4ac1-b00b-2af508f5c45e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2521 | 2024.09.16 14:42:32.358731 [ 3 ] {} <Debug> HTTP-Session: 5ebd0a64-cebb-4ac1-b00b-2af508f5c45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.09.16 14:42:32.358744 [ 3 ] {} <Debug> HTTP-Session: 5ebd0a64-cebb-4ac1-b00b-2af508f5c45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.09.16 14:42:32.358775 [ 3 ] {} <Trace> HTTP-Session: 5ebd0a64-cebb-4ac1-b00b-2af508f5c45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2524 | 2024.09.16 14:42:32.358922 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2525 | 2024.09.16 14:42:32.359203 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2526 | 2024.09.16 14:42:32.359245 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2527 | 2024.09.16 14:42:32.359527 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2528 | 2024.09.16 14:42:32.359592 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2529 | 2024.09.16 14:42:32.359734 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2530 | 2024.09.16 14:42:32.359807 [ 254 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2531 | 2024.09.16 14:42:32.359880 [ 250 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2532 | 2024.09.16 14:42:32.359899 [ 259 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2533 | 2024.09.16 14:42:32.360001 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2534 | 2024.09.16 14:42:32.360024 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2535 | 2024.09.16 14:42:32.360106 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2536 | 2024.09.16 14:42:32.360127 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2537 | 2024.09.16 14:42:32.360167 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2538 | 2024.09.16 14:42:32.360208 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2539 | 2024.09.16 14:42:32.361642 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.00279 sec., 5734.767025089606 rows/sec., 205.11 KiB/sec. | ||
2540 | 2024.09.16 14:42:32.361945 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> DynamicQueryHandler: Done processing query | ||
2541 | 2024.09.16 14:42:32.361971 [ 3 ] {463783af-a11d-4b12-aa3b-1a6f7a1d92ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2542 | 2024.09.16 14:42:32.361989 [ 3 ] {} <Debug> HTTP-Session: 5ebd0a64-cebb-4ac1-b00b-2af508f5c45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2543 | 2024.09.16 14:42:32.362205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2544 | 2024.09.16 14:42:32.362253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2545 | 2024.09.16 14:42:32.362272 [ 3 ] {} <Debug> HTTP-Session: c25a9c95-ddaf-46aa-affc-083623e34bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2546 | 2024.09.16 14:42:32.362289 [ 3 ] {} <Debug> HTTP-Session: c25a9c95-ddaf-46aa-affc-083623e34bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.09.16 14:42:32.362302 [ 3 ] {} <Debug> HTTP-Session: c25a9c95-ddaf-46aa-affc-083623e34bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2548 | 2024.09.16 14:42:32.362333 [ 3 ] {} <Trace> HTTP-Session: c25a9c95-ddaf-46aa-affc-083623e34bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2549 | 2024.09.16 14:42:32.362477 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2550 | 2024.09.16 14:42:32.362750 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2551 | 2024.09.16 14:42:32.362794 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2552 | 2024.09.16 14:42:32.363072 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2553 | 2024.09.16 14:42:32.363135 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2554 | 2024.09.16 14:42:32.363273 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2555 | 2024.09.16 14:42:32.363430 [ 254 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2556 | 2024.09.16 14:42:32.363439 [ 258 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2557 | 2024.09.16 14:42:32.363429 [ 255 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2558 | 2024.09.16 14:42:32.363585 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2559 | 2024.09.16 14:42:32.363614 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2560 | 2024.09.16 14:42:32.363694 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2561 | 2024.09.16 14:42:32.363714 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2562 | 2024.09.16 14:42:32.363754 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2563 | 2024.09.16 14:42:32.363797 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2564 | 2024.09.16 14:42:32.365111 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002703 sec., 5919.348871624121 rows/sec., 211.71 KiB/sec. | ||
2565 | 2024.09.16 14:42:32.365394 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> DynamicQueryHandler: Done processing query | ||
2566 | 2024.09.16 14:42:32.365419 [ 3 ] {3f7f68d8-5c38-4d42-86ea-6039e699038c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2567 | 2024.09.16 14:42:32.365436 [ 3 ] {} <Debug> HTTP-Session: c25a9c95-ddaf-46aa-affc-083623e34bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2568 | 2024.09.16 14:42:32.365645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2569 | 2024.09.16 14:42:32.365695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2570 | 2024.09.16 14:42:32.365714 [ 3 ] {} <Debug> HTTP-Session: 82feac46-1855-42fb-8c25-0e55cc742c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2571 | 2024.09.16 14:42:32.365730 [ 3 ] {} <Debug> HTTP-Session: 82feac46-1855-42fb-8c25-0e55cc742c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.09.16 14:42:32.365744 [ 3 ] {} <Debug> HTTP-Session: 82feac46-1855-42fb-8c25-0e55cc742c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.09.16 14:42:32.365775 [ 3 ] {} <Trace> HTTP-Session: 82feac46-1855-42fb-8c25-0e55cc742c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.09.16 14:42:32.365921 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2575 | 2024.09.16 14:42:32.366197 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2576 | 2024.09.16 14:42:32.366240 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2577 | 2024.09.16 14:42:32.366523 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2578 | 2024.09.16 14:42:32.366586 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2579 | 2024.09.16 14:42:32.366725 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2580 | 2024.09.16 14:42:32.366873 [ 254 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2581 | 2024.09.16 14:42:32.366906 [ 259 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2582 | 2024.09.16 14:42:32.366897 [ 258 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2583 | 2024.09.16 14:42:32.367089 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2584 | 2024.09.16 14:42:32.367116 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2585 | 2024.09.16 14:42:32.367195 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2586 | 2024.09.16 14:42:32.367216 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2587 | 2024.09.16 14:42:32.367256 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2588 | 2024.09.16 14:42:32.367330 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2589 | 2024.09.16 14:42:32.368724 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002873 sec., 5569.091541942221 rows/sec., 199.19 KiB/sec. | ||
2590 | 2024.09.16 14:42:32.369036 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> DynamicQueryHandler: Done processing query | ||
2591 | 2024.09.16 14:42:32.369061 [ 3 ] {50fc0465-cb5c-4647-80db-327348a72fe2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2592 | 2024.09.16 14:42:32.369078 [ 3 ] {} <Debug> HTTP-Session: 82feac46-1855-42fb-8c25-0e55cc742c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2593 | 2024.09.16 14:42:32.369336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2594 | 2024.09.16 14:42:32.369385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2595 | 2024.09.16 14:42:32.369404 [ 3 ] {} <Debug> HTTP-Session: 3b3b3922-6264-4577-90dd-ae7f843a1d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2596 | 2024.09.16 14:42:32.369421 [ 3 ] {} <Debug> HTTP-Session: 3b3b3922-6264-4577-90dd-ae7f843a1d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.09.16 14:42:32.369435 [ 3 ] {} <Debug> HTTP-Session: 3b3b3922-6264-4577-90dd-ae7f843a1d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2598 | 2024.09.16 14:42:32.369466 [ 3 ] {} <Trace> HTTP-Session: 3b3b3922-6264-4577-90dd-ae7f843a1d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2024.09.16 14:42:32.369613 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2600 | 2024.09.16 14:42:32.369892 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2601 | 2024.09.16 14:42:32.369936 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2602 | 2024.09.16 14:42:32.370221 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2603 | 2024.09.16 14:42:32.370286 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2604 | 2024.09.16 14:42:32.370427 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2605 | 2024.09.16 14:42:32.370566 [ 254 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2606 | 2024.09.16 14:42:32.370567 [ 255 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2607 | 2024.09.16 14:42:32.370590 [ 258 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2608 | 2024.09.16 14:42:32.370728 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2609 | 2024.09.16 14:42:32.370760 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2610 | 2024.09.16 14:42:32.370842 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2611 | 2024.09.16 14:42:32.370862 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2612 | 2024.09.16 14:42:32.370903 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2613 | 2024.09.16 14:42:32.370946 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2614 | 2024.09.16 14:42:32.372288 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002745 sec., 5828.779599271403 rows/sec., 208.48 KiB/sec. | ||
2615 | 2024.09.16 14:42:32.372580 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> DynamicQueryHandler: Done processing query | ||
2616 | 2024.09.16 14:42:32.372605 [ 3 ] {5922a938-b32d-4f9e-9e2d-39d16aff42fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2617 | 2024.09.16 14:42:32.372622 [ 3 ] {} <Debug> HTTP-Session: 3b3b3922-6264-4577-90dd-ae7f843a1d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2618 | 2024.09.16 14:42:32.372926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2619 | 2024.09.16 14:42:32.372974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2620 | 2024.09.16 14:42:32.372993 [ 3 ] {} <Debug> HTTP-Session: c82984ed-7b39-4f62-9acb-f09dc729fb2d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2621 | 2024.09.16 14:42:32.373010 [ 3 ] {} <Debug> HTTP-Session: c82984ed-7b39-4f62-9acb-f09dc729fb2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2622 | 2024.09.16 14:42:32.373024 [ 3 ] {} <Debug> HTTP-Session: c82984ed-7b39-4f62-9acb-f09dc729fb2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.09.16 14:42:32.373054 [ 3 ] {} <Trace> HTTP-Session: c82984ed-7b39-4f62-9acb-f09dc729fb2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2624 | 2024.09.16 14:42:32.373202 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2625 | 2024.09.16 14:42:32.373482 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2626 | 2024.09.16 14:42:32.373528 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2627 | 2024.09.16 14:42:32.373821 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2628 | 2024.09.16 14:42:32.373885 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2629 | 2024.09.16 14:42:32.374025 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2630 | 2024.09.16 14:42:32.374162 [ 254 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2631 | 2024.09.16 14:42:32.374182 [ 255 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2632 | 2024.09.16 14:42:32.374182 [ 259 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2633 | 2024.09.16 14:42:32.374302 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2634 | 2024.09.16 14:42:32.374326 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2635 | 2024.09.16 14:42:32.374406 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2636 | 2024.09.16 14:42:32.374427 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 16 rows with 2 streams | ||
2637 | 2024.09.16 14:42:32.374466 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2638 | 2024.09.16 14:42:32.374507 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2639 | 2024.09.16 14:42:32.375914 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.002784 sec., 5747.126436781609 rows/sec., 205.56 KiB/sec. | ||
2640 | 2024.09.16 14:42:32.376211 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> DynamicQueryHandler: Done processing query | ||
2641 | 2024.09.16 14:42:32.376236 [ 3 ] {1ec6facd-1442-4718-ba64-71c86960c880} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2642 | 2024.09.16 14:42:32.376253 [ 3 ] {} <Debug> HTTP-Session: c82984ed-7b39-4f62-9acb-f09dc729fb2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.09.16 14:42:32.377283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2644 | 2024.09.16 14:42:32.377330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2645 | 2024.09.16 14:42:32.377350 [ 3 ] {} <Debug> HTTP-Session: 358aac24-3918-44f3-96e1-6f96a276b3ce Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2646 | 2024.09.16 14:42:32.377366 [ 3 ] {} <Debug> HTTP-Session: 358aac24-3918-44f3-96e1-6f96a276b3ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2647 | 2024.09.16 14:42:32.377380 [ 3 ] {} <Debug> HTTP-Session: 358aac24-3918-44f3-96e1-6f96a276b3ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.09.16 14:42:32.377410 [ 3 ] {} <Trace> HTTP-Session: 358aac24-3918-44f3-96e1-6f96a276b3ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2649 | 2024.09.16 14:42:32.377531 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2650 | 2024.09.16 14:42:32.377577 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2651 | 2024.09.16 14:42:32.377742 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2652 | 2024.09.16 14:42:32.378060 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2653 | 2024.09.16 14:42:32.378100 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2654 | 2024.09.16 14:42:32.378586 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2655 | 2024.09.16 14:42:32.378898 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2656 | 2024.09.16 14:42:32.379045 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Debug> executeQuery: Read 15 rows, 2.11 KiB in 0.001562 sec., 9603.072983354674 rows/sec., 1.32 MiB/sec. | ||
2657 | 2024.09.16 14:42:32.379363 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Debug> DynamicQueryHandler: Done processing query | ||
2658 | 2024.09.16 14:42:32.379398 [ 3 ] {42ddffd5-d1c2-4e12-bd5c-25665af03efc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2659 | 2024.09.16 14:42:32.379413 [ 3 ] {} <Debug> HTTP-Session: 358aac24-3918-44f3-96e1-6f96a276b3ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2660 | 2024.09.16 14:42:32.379570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 6937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2661 | 2024.09.16 14:42:32.379619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2662 | 2024.09.16 14:42:32.379638 [ 3 ] {} <Debug> HTTP-Session: f62bf997-e1ba-4c51-b24a-841dd467571f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2663 | 2024.09.16 14:42:32.379654 [ 3 ] {} <Debug> HTTP-Session: f62bf997-e1ba-4c51-b24a-841dd467571f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2664 | 2024.09.16 14:42:32.379668 [ 3 ] {} <Debug> HTTP-Session: f62bf997-e1ba-4c51-b24a-841dd467571f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.09.16 14:42:32.379698 [ 3 ] {} <Trace> HTTP-Session: f62bf997-e1ba-4c51-b24a-841dd467571f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2666 | 2024.09.16 14:42:32.379808 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2667 | 2024.09.16 14:42:32.379852 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2668 | 2024.09.16 14:42:32.380108 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2669 | 2024.09.16 14:42:32.380460 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2670 | 2024.09.16 14:42:32.380497 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2671 | 2024.09.16 14:42:32.380853 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2672 | 2024.09.16 14:42:32.381226 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2673 | 2024.09.16 14:42:32.381386 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Debug> executeQuery: Read 47 rows, 4.03 KiB in 0.001601 sec., 29356.652092442222 rows/sec., 2.46 MiB/sec. | ||
2674 | 2024.09.16 14:42:32.381557 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Debug> DynamicQueryHandler: Done processing query | ||
2675 | 2024.09.16 14:42:32.381581 [ 3 ] {57fc3c5b-22c8-4e5e-8d92-4855d2b96711} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2676 | 2024.09.16 14:42:32.381597 [ 3 ] {} <Debug> HTTP-Session: f62bf997-e1ba-4c51-b24a-841dd467571f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2677 | 2024.09.16 14:42:32.381751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2678 | 2024.09.16 14:42:32.381799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2679 | 2024.09.16 14:42:32.381819 [ 3 ] {} <Debug> HTTP-Session: e2614729-a170-45c5-9346-f397b8224d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2680 | 2024.09.16 14:42:32.381836 [ 3 ] {} <Debug> HTTP-Session: e2614729-a170-45c5-9346-f397b8224d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2681 | 2024.09.16 14:42:32.381849 [ 3 ] {} <Debug> HTTP-Session: e2614729-a170-45c5-9346-f397b8224d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2682 | 2024.09.16 14:42:32.381879 [ 3 ] {} <Trace> HTTP-Session: e2614729-a170-45c5-9346-f397b8224d3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2683 | 2024.09.16 14:42:32.381975 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2684 | 2024.09.16 14:42:32.382019 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2685 | 2024.09.16 14:42:32.382238 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2686 | 2024.09.16 14:42:32.382553 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2687 | 2024.09.16 14:42:32.382589 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2688 | 2024.09.16 14:42:32.382929 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2689 | 2024.09.16 14:42:32.383285 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2690 | 2024.09.16 14:42:32.383442 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001492 sec., 6702.412868632708 rows/sec., 503.99 KiB/sec. | ||
2691 | 2024.09.16 14:42:32.383622 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Debug> DynamicQueryHandler: Done processing query | ||
2692 | 2024.09.16 14:42:32.383646 [ 3 ] {e3c49716-6b44-4164-bab9-fdff608957e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2693 | 2024.09.16 14:42:32.383662 [ 3 ] {} <Debug> HTTP-Session: e2614729-a170-45c5-9346-f397b8224d3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2694 | 2024.09.16 14:42:32.383763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2695 | 2024.09.16 14:42:32.383812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2696 | 2024.09.16 14:42:32.383831 [ 3 ] {} <Debug> HTTP-Session: c72f46de-edae-4f9e-89ed-fa6856cbb1af Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2697 | 2024.09.16 14:42:32.383847 [ 3 ] {} <Debug> HTTP-Session: c72f46de-edae-4f9e-89ed-fa6856cbb1af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2698 | 2024.09.16 14:42:32.383861 [ 3 ] {} <Debug> HTTP-Session: c72f46de-edae-4f9e-89ed-fa6856cbb1af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.09.16 14:42:32.383891 [ 3 ] {} <Trace> HTTP-Session: c72f46de-edae-4f9e-89ed-fa6856cbb1af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2700 | 2024.09.16 14:42:32.383982 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2701 | 2024.09.16 14:42:32.384024 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2702 | 2024.09.16 14:42:32.384247 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2703 | 2024.09.16 14:42:32.384568 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2704 | 2024.09.16 14:42:32.384604 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2705 | 2024.09.16 14:42:32.384937 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2706 | 2024.09.16 14:42:32.385281 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2707 | 2024.09.16 14:42:32.385435 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.27 KiB/sec. | ||
2708 | 2024.09.16 14:42:32.385722 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Debug> DynamicQueryHandler: Done processing query | ||
2709 | 2024.09.16 14:42:32.385747 [ 3 ] {c5e692db-c67d-4718-bdbe-ad99b4e84a93} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2710 | 2024.09.16 14:42:32.385763 [ 3 ] {} <Debug> HTTP-Session: c72f46de-edae-4f9e-89ed-fa6856cbb1af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.09.16 14:42:32.385871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2712 | 2024.09.16 14:42:32.385920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2713 | 2024.09.16 14:42:32.385939 [ 3 ] {} <Debug> HTTP-Session: b76523bd-92cd-4986-bf4f-0b8dda61a8c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2714 | 2024.09.16 14:42:32.385955 [ 3 ] {} <Debug> HTTP-Session: b76523bd-92cd-4986-bf4f-0b8dda61a8c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2715 | 2024.09.16 14:42:32.385969 [ 3 ] {} <Debug> HTTP-Session: b76523bd-92cd-4986-bf4f-0b8dda61a8c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.09.16 14:42:32.385999 [ 3 ] {} <Trace> HTTP-Session: b76523bd-92cd-4986-bf4f-0b8dda61a8c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2717 | 2024.09.16 14:42:32.386107 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2718 | 2024.09.16 14:42:32.386149 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2719 | 2024.09.16 14:42:32.386389 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2720 | 2024.09.16 14:42:32.386721 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2721 | 2024.09.16 14:42:32.386758 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2722 | 2024.09.16 14:42:32.387104 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2723 | 2024.09.16 14:42:32.387463 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2724 | 2024.09.16 14:42:32.387632 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Debug> executeQuery: Read 43 rows, 3.46 KiB in 0.001548 sec., 27777.77777777778 rows/sec., 2.18 MiB/sec. | ||
2725 | 2024.09.16 14:42:32.387943 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Debug> DynamicQueryHandler: Done processing query | ||
2726 | 2024.09.16 14:42:32.387968 [ 3 ] {78987a3b-ee57-4155-a505-14f3119b3dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2727 | 2024.09.16 14:42:32.387983 [ 3 ] {} <Debug> HTTP-Session: b76523bd-92cd-4986-bf4f-0b8dda61a8c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.09.16 14:42:32.388094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2729 | 2024.09.16 14:42:32.388142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2730 | 2024.09.16 14:42:32.388162 [ 3 ] {} <Debug> HTTP-Session: 848d987e-6d00-4f64-9bdb-c8cc8da1b08e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2731 | 2024.09.16 14:42:32.388178 [ 3 ] {} <Debug> HTTP-Session: 848d987e-6d00-4f64-9bdb-c8cc8da1b08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2732 | 2024.09.16 14:42:32.388191 [ 3 ] {} <Debug> HTTP-Session: 848d987e-6d00-4f64-9bdb-c8cc8da1b08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.09.16 14:42:32.388221 [ 3 ] {} <Trace> HTTP-Session: 848d987e-6d00-4f64-9bdb-c8cc8da1b08e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2024.09.16 14:42:32.388321 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2735 | 2024.09.16 14:42:32.388367 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2736 | 2024.09.16 14:42:32.388534 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2737 | 2024.09.16 14:42:32.388821 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2738 | 2024.09.16 14:42:32.388857 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2739 | 2024.09.16 14:42:32.389219 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2740 | 2024.09.16 14:42:32.389552 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2741 | 2024.09.16 14:42:32.389708 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2742 | 2024.09.16 14:42:32.389716 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001413 sec., 7077.140835102618 rows/sec., 502.45 KiB/sec. | ||
2743 | 2024.09.16 14:42:32.389766 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2024.09.16 14:42:32.389836 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2745 | 2024.09.16 14:42:32.390056 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Debug> DynamicQueryHandler: Done processing query | ||
2746 | 2024.09.16 14:42:32.390057 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
2747 | 2024.09.16 14:42:32.390090 [ 3 ] {0191e4e1-2a7b-43f3-83cf-9a5dc4411717} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2748 | 2024.09.16 14:42:32.390137 [ 3 ] {} <Debug> HTTP-Session: 848d987e-6d00-4f64-9bdb-c8cc8da1b08e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2749 | 2024.09.16 14:42:32.390291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2750 | 2024.09.16 14:42:32.390400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2751 | 2024.09.16 14:42:32.390430 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2752 | 2024.09.16 14:42:32.390442 [ 3 ] {} <Debug> HTTP-Session: 093f86f5-eabb-4e90-ae7c-7b0454f9288d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2753 | 2024.09.16 14:42:32.390491 [ 3 ] {} <Debug> HTTP-Session: 093f86f5-eabb-4e90-ae7c-7b0454f9288d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.09.16 14:42:32.390510 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
2755 | 2024.09.16 14:42:32.390521 [ 3 ] {} <Debug> HTTP-Session: 093f86f5-eabb-4e90-ae7c-7b0454f9288d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.09.16 14:42:32.390599 [ 3 ] {} <Trace> HTTP-Session: 093f86f5-eabb-4e90-ae7c-7b0454f9288d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2757 | 2024.09.16 14:42:32.390774 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
2758 | 2024.09.16 14:42:32.391062 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
2759 | 2024.09.16 14:42:32.391158 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2760 | 2024.09.16 14:42:32.391351 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
2761 | 2024.09.16 14:42:32.391462 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2762 | 2024.09.16 14:42:32.391641 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part | ||
2763 | 2024.09.16 14:42:32.391987 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
2764 | 2024.09.16 14:42:32.392653 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2765 | 2024.09.16 14:42:32.393324 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2766 | 2024.09.16 14:42:32.393387 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2767 | 2024.09.16 14:42:32.394387 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2768 | 2024.09.16 14:42:32.395082 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 5 columns (5 merged, 0 gathered) in 0.005130388 sec., 77187.1445200636 rows/sec., 4.77 MiB/sec. | ||
2769 | 2024.09.16 14:42:32.395172 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2770 | 2024.09.16 14:42:32.395343 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2771 | 2024.09.16 14:42:32.395466 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004568 sec., 218.91418563922943 rows/sec., 13.90 KiB/sec. | ||
2772 | 2024.09.16 14:42:32.395801 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Debug> DynamicQueryHandler: Done processing query | ||
2773 | 2024.09.16 14:42:32.395864 [ 3 ] {3660b559-8bf2-47df-af56-b33cc07f82a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2774 | 2024.09.16 14:42:32.395894 [ 3 ] {} <Debug> HTTP-Session: 093f86f5-eabb-4e90-ae7c-7b0454f9288d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.09.16 14:42:32.396091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2776 | 2024.09.16 14:42:32.396117 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2777 | 2024.09.16 14:42:32.396183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2778 | 2024.09.16 14:42:32.396227 [ 3 ] {} <Debug> HTTP-Session: 42fc73fd-67bb-4d4f-b82b-39e4ceb87f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2779 | 2024.09.16 14:42:32.396247 [ 3 ] {} <Debug> HTTP-Session: 42fc73fd-67bb-4d4f-b82b-39e4ceb87f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.09.16 14:42:32.396263 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2781 | 2024.09.16 14:42:32.396272 [ 3 ] {} <Debug> HTTP-Session: 42fc73fd-67bb-4d4f-b82b-39e4ceb87f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.09.16 14:42:32.396366 [ 3 ] {} <Trace> HTTP-Session: 42fc73fd-67bb-4d4f-b82b-39e4ceb87f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2783 | 2024.09.16 14:42:32.396420 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2784 | 2024.09.16 14:42:32.396622 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2785 | 2024.09.16 14:42:32.396698 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <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_histogramu64 | ||
2786 | 2024.09.16 14:42:32.397152 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2787 | 2024.09.16 14:42:32.397703 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2788 | 2024.09.16 14:42:32.397740 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2789 | 2024.09.16 14:42:32.398362 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2790 | 2024.09.16 14:42:32.398785 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2791 | 2024.09.16 14:42:32.398940 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002439 sec., 4100.041000410004 rows/sec., 7.35 MiB/sec. | ||
2792 | 2024.09.16 14:42:32.399510 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Debug> DynamicQueryHandler: Done processing query | ||
2793 | 2024.09.16 14:42:32.399536 [ 3 ] {cf4aaac5-8298-4f60-81d5-c991c0e6b546} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2794 | 2024.09.16 14:42:32.399552 [ 3 ] {} <Debug> HTTP-Session: 42fc73fd-67bb-4d4f-b82b-39e4ceb87f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2795 | 2024.09.16 14:42:32.399711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2796 | 2024.09.16 14:42:32.399760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2797 | 2024.09.16 14:42:32.399779 [ 3 ] {} <Debug> HTTP-Session: 928d4560-680a-4c09-9402-1545fc2d5c0e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2798 | 2024.09.16 14:42:32.399796 [ 3 ] {} <Debug> HTTP-Session: 928d4560-680a-4c09-9402-1545fc2d5c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2799 | 2024.09.16 14:42:32.399809 [ 3 ] {} <Debug> HTTP-Session: 928d4560-680a-4c09-9402-1545fc2d5c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.09.16 14:42:32.399840 [ 3 ] {} <Trace> HTTP-Session: 928d4560-680a-4c09-9402-1545fc2d5c0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2801 | 2024.09.16 14:42:32.399938 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2802 | 2024.09.16 14:42:32.399983 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2803 | 2024.09.16 14:42:32.400134 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2804 | 2024.09.16 14:42:32.400410 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Trace> oximeter.measurements_i64 (5d0698f8-7d16-47c0-a951-29be4dbc7ae6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2805 | 2024.09.16 14:42:32.400447 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2806 | 2024.09.16 14:42:32.400801 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2807 | 2024.09.16 14:42:32.401124 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Trace> oximeter.measurements_i64 (5d0698f8-7d16-47c0-a951-29be4dbc7ae6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2808 | 2024.09.16 14:42:32.401275 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 334.18 KiB/sec. | ||
2809 | 2024.09.16 14:42:32.401547 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Debug> DynamicQueryHandler: Done processing query | ||
2810 | 2024.09.16 14:42:32.401573 [ 3 ] {5039c12e-509a-4498-86d0-11298c8d075c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2811 | 2024.09.16 14:42:32.401589 [ 3 ] {} <Debug> HTTP-Session: 928d4560-680a-4c09-9402-1545fc2d5c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2812 | 2024.09.16 14:42:32.401691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2813 | 2024.09.16 14:42:32.401738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2814 | 2024.09.16 14:42:32.401756 [ 3 ] {} <Debug> HTTP-Session: 8e2c8b0e-592b-4283-96a1-8eae77831e3a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2815 | 2024.09.16 14:42:32.401772 [ 3 ] {} <Debug> HTTP-Session: 8e2c8b0e-592b-4283-96a1-8eae77831e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2816 | 2024.09.16 14:42:32.401786 [ 3 ] {} <Debug> HTTP-Session: 8e2c8b0e-592b-4283-96a1-8eae77831e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.09.16 14:42:32.401818 [ 3 ] {} <Trace> HTTP-Session: 8e2c8b0e-592b-4283-96a1-8eae77831e3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2818 | 2024.09.16 14:42:32.401928 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2819 | 2024.09.16 14:42:32.401975 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2820 | 2024.09.16 14:42:32.402125 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2821 | 2024.09.16 14:42:32.402389 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2822 | 2024.09.16 14:42:32.402424 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2823 | 2024.09.16 14:42:32.402772 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2824 | 2024.09.16 14:42:32.403091 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2825 | 2024.09.16 14:42:32.403242 [ 51 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2826 | 2024.09.16 14:42:32.403254 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.00134 sec., 2985.0746268656717 rows/sec., 209.89 KiB/sec. | ||
2827 | 2024.09.16 14:42:32.403313 [ 51 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2828 | 2024.09.16 14:42:32.403378 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2829 | 2024.09.16 14:42:32.403588 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Debug> DynamicQueryHandler: Done processing query | ||
2830 | 2024.09.16 14:42:32.403667 [ 3 ] {7ad5fb31-340b-425a-b08b-d3a9bf9666af} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2831 | 2024.09.16 14:42:32.403737 [ 3 ] {} <Debug> HTTP-Session: 8e2c8b0e-592b-4283-96a1-8eae77831e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2832 | 2024.09.16 14:42:32.403774 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
2833 | 2024.09.16 14:42:32.403963 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2834 | 2024.09.16 14:42:32.403999 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
2835 | 2024.09.16 14:42:32.404101 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
2836 | 2024.09.16 14:42:32.404280 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
2837 | 2024.09.16 14:42:32.404395 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
2838 | 2024.09.16 14:42:32.404577 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
2839 | 2024.09.16 14:42:32.404661 [ 189 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
2840 | 2024.09.16 14:42:32.405759 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002270804 sec., 50202.48334950969 rows/sec., 2.68 MiB/sec. | ||
2841 | 2024.09.16 14:42:32.405914 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2842 | 2024.09.16 14:42:32.406309 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2843 | 2024.09.16 14:42:32.406388 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_6_1} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2844 | 2024.09.16 14:42:32.406467 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2845 | 2024.09.16 14:42:33.000181 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.75 MiB, peak 192.54 MiB, free memory in arenas 0.00 B, will set to 178.25 MiB (RSS), difference: -1.50 MiB | ||
2846 | 2024.09.16 14:42:37.330682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2847 | 2024.09.16 14:42:37.330822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2848 | 2024.09.16 14:42:37.330853 [ 3 ] {} <Debug> HTTP-Session: 6bbab18c-3b21-4080-a389-a93380226a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2849 | 2024.09.16 14:42:37.330882 [ 3 ] {} <Debug> HTTP-Session: 6bbab18c-3b21-4080-a389-a93380226a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2850 | 2024.09.16 14:42:37.330901 [ 3 ] {} <Debug> HTTP-Session: 6bbab18c-3b21-4080-a389-a93380226a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2851 | 2024.09.16 14:42:37.330957 [ 3 ] {} <Trace> HTTP-Session: 6bbab18c-3b21-4080-a389-a93380226a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2852 | 2024.09.16 14:42:37.331228 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2853 | 2024.09.16 14:42:37.331630 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2854 | 2024.09.16 14:42:37.331680 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2855 | 2024.09.16 14:42:37.332032 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2856 | 2024.09.16 14:42:37.332121 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2857 | 2024.09.16 14:42:37.332296 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2858 | 2024.09.16 14:42:37.332386 [ 259 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2859 | 2024.09.16 14:42:37.332515 [ 260 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2860 | 2024.09.16 14:42:37.332537 [ 254 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2861 | 2024.09.16 14:42:37.332523 [ 258 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2862 | 2024.09.16 14:42:37.332718 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2863 | 2024.09.16 14:42:37.332751 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2864 | 2024.09.16 14:42:37.332868 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2865 | 2024.09.16 14:42:37.332893 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
2866 | 2024.09.16 14:42:37.332935 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2867 | 2024.09.16 14:42:37.332983 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2868 | 2024.09.16 14:42:37.333023 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2869 | 2024.09.16 14:42:37.334950 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.003837 sec., 8079.228563982278 rows/sec., 308.21 KiB/sec. | ||
2870 | 2024.09.16 14:42:37.335319 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> DynamicQueryHandler: Done processing query | ||
2871 | 2024.09.16 14:42:37.335346 [ 3 ] {ee3df3b3-4c88-4849-8760-71cd37de4952} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2872 | 2024.09.16 14:42:37.335364 [ 3 ] {} <Debug> HTTP-Session: 6bbab18c-3b21-4080-a389-a93380226a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2873 | 2024.09.16 14:42:37.335597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2874 | 2024.09.16 14:42:37.335648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2875 | 2024.09.16 14:42:37.335668 [ 3 ] {} <Debug> HTTP-Session: 6b2ec8b4-a34c-46ef-ab60-f08f748a0d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2876 | 2024.09.16 14:42:37.335685 [ 3 ] {} <Debug> HTTP-Session: 6b2ec8b4-a34c-46ef-ab60-f08f748a0d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.09.16 14:42:37.335700 [ 3 ] {} <Debug> HTTP-Session: 6b2ec8b4-a34c-46ef-ab60-f08f748a0d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.09.16 14:42:37.335733 [ 3 ] {} <Trace> HTTP-Session: 6b2ec8b4-a34c-46ef-ab60-f08f748a0d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2879 | 2024.09.16 14:42:37.335888 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2880 | 2024.09.16 14:42:37.336185 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2881 | 2024.09.16 14:42:37.336233 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2882 | 2024.09.16 14:42:37.336551 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2883 | 2024.09.16 14:42:37.336619 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2884 | 2024.09.16 14:42:37.336761 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2885 | 2024.09.16 14:42:37.336919 [ 255 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2886 | 2024.09.16 14:42:37.336960 [ 260 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2887 | 2024.09.16 14:42:37.336985 [ 254 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2888 | 2024.09.16 14:42:37.336996 [ 262 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2889 | 2024.09.16 14:42:37.337155 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2890 | 2024.09.16 14:42:37.337185 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2891 | 2024.09.16 14:42:37.337292 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2892 | 2024.09.16 14:42:37.337314 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
2893 | 2024.09.16 14:42:37.337355 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2894 | 2024.09.16 14:42:37.337399 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2895 | 2024.09.16 14:42:37.337440 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2896 | 2024.09.16 14:42:37.339142 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.00333 sec., 9309.309309309308 rows/sec., 355.14 KiB/sec. | ||
2897 | 2024.09.16 14:42:37.339489 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> DynamicQueryHandler: Done processing query | ||
2898 | 2024.09.16 14:42:37.339513 [ 3 ] {050adccd-02ce-44cc-84b6-a49f0e0a0dec} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2899 | 2024.09.16 14:42:37.339530 [ 3 ] {} <Debug> HTTP-Session: 6b2ec8b4-a34c-46ef-ab60-f08f748a0d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2900 | 2024.09.16 14:42:37.339745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2901 | 2024.09.16 14:42:37.339795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2902 | 2024.09.16 14:42:37.339815 [ 3 ] {} <Debug> HTTP-Session: d9a57079-b6f9-483a-89a3-961ad68f5bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2903 | 2024.09.16 14:42:37.339831 [ 3 ] {} <Debug> HTTP-Session: d9a57079-b6f9-483a-89a3-961ad68f5bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.09.16 14:42:37.339845 [ 3 ] {} <Debug> HTTP-Session: d9a57079-b6f9-483a-89a3-961ad68f5bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2905 | 2024.09.16 14:42:37.339876 [ 3 ] {} <Trace> HTTP-Session: d9a57079-b6f9-483a-89a3-961ad68f5bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2906 | 2024.09.16 14:42:37.340031 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2907 | 2024.09.16 14:42:37.340332 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2908 | 2024.09.16 14:42:37.340380 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2909 | 2024.09.16 14:42:37.340696 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2910 | 2024.09.16 14:42:37.340763 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2911 | 2024.09.16 14:42:37.340905 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2912 | 2024.09.16 14:42:37.341062 [ 255 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2913 | 2024.09.16 14:42:37.341080 [ 260 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2914 | 2024.09.16 14:42:37.341124 [ 261 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2915 | 2024.09.16 14:42:37.341164 [ 259 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2916 | 2024.09.16 14:42:37.341297 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2917 | 2024.09.16 14:42:37.341325 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2918 | 2024.09.16 14:42:37.341428 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2919 | 2024.09.16 14:42:37.341448 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
2920 | 2024.09.16 14:42:37.341488 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2921 | 2024.09.16 14:42:37.341533 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2922 | 2024.09.16 14:42:37.341573 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2923 | 2024.09.16 14:42:37.343217 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.003261 sec., 9506.286415210057 rows/sec., 362.65 KiB/sec. | ||
2924 | 2024.09.16 14:42:37.343591 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> DynamicQueryHandler: Done processing query | ||
2925 | 2024.09.16 14:42:37.343617 [ 3 ] {03b8d07d-b8d3-41ca-b14a-701b2c313ce3} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2926 | 2024.09.16 14:42:37.343635 [ 3 ] {} <Debug> HTTP-Session: d9a57079-b6f9-483a-89a3-961ad68f5bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.09.16 14:42:37.343871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2928 | 2024.09.16 14:42:37.343925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2929 | 2024.09.16 14:42:37.343944 [ 3 ] {} <Debug> HTTP-Session: c2276114-222f-449d-aa8a-197710ba8950 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2930 | 2024.09.16 14:42:37.343961 [ 3 ] {} <Debug> HTTP-Session: c2276114-222f-449d-aa8a-197710ba8950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2931 | 2024.09.16 14:42:37.343975 [ 3 ] {} <Debug> HTTP-Session: c2276114-222f-449d-aa8a-197710ba8950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2932 | 2024.09.16 14:42:37.344008 [ 3 ] {} <Trace> HTTP-Session: c2276114-222f-449d-aa8a-197710ba8950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2933 | 2024.09.16 14:42:37.344181 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2934 | 2024.09.16 14:42:37.344485 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2935 | 2024.09.16 14:42:37.344534 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2936 | 2024.09.16 14:42:37.344855 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2937 | 2024.09.16 14:42:37.344922 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2938 | 2024.09.16 14:42:37.345067 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2939 | 2024.09.16 14:42:37.345300 [ 254 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2940 | 2024.09.16 14:42:37.345311 [ 260 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2941 | 2024.09.16 14:42:37.345302 [ 255 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2942 | 2024.09.16 14:42:37.345303 [ 262 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2943 | 2024.09.16 14:42:37.345508 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2944 | 2024.09.16 14:42:37.345538 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2945 | 2024.09.16 14:42:37.345648 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2946 | 2024.09.16 14:42:37.345669 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
2947 | 2024.09.16 14:42:37.345711 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2948 | 2024.09.16 14:42:37.345753 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2949 | 2024.09.16 14:42:37.345795 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2950 | 2024.09.16 14:42:37.347478 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.003384 sec., 9160.756501182033 rows/sec., 349.47 KiB/sec. | ||
2951 | 2024.09.16 14:42:37.347878 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> DynamicQueryHandler: Done processing query | ||
2952 | 2024.09.16 14:42:37.347909 [ 3 ] {00b02743-2b83-4d6b-b1b0-32c0ba40be6c} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2953 | 2024.09.16 14:42:37.347931 [ 3 ] {} <Debug> HTTP-Session: c2276114-222f-449d-aa8a-197710ba8950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2954 | 2024.09.16 14:42:37.350374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2955 | 2024.09.16 14:42:37.350432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2956 | 2024.09.16 14:42:37.350458 [ 3 ] {} <Debug> HTTP-Session: 3491d357-be45-4bd9-b904-03cca7c3a4b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2957 | 2024.09.16 14:42:37.350479 [ 3 ] {} <Debug> HTTP-Session: 3491d357-be45-4bd9-b904-03cca7c3a4b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2958 | 2024.09.16 14:42:37.350495 [ 3 ] {} <Debug> HTTP-Session: 3491d357-be45-4bd9-b904-03cca7c3a4b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2959 | 2024.09.16 14:42:37.350534 [ 3 ] {} <Trace> HTTP-Session: 3491d357-be45-4bd9-b904-03cca7c3a4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2960 | 2024.09.16 14:42:37.350681 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2961 | 2024.09.16 14:42:37.350735 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2962 | 2024.09.16 14:42:37.350945 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2963 | 2024.09.16 14:42:37.351298 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2964 | 2024.09.16 14:42:37.351338 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2965 | 2024.09.16 14:42:37.351827 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2966 | 2024.09.16 14:42:37.352145 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2967 | 2024.09.16 14:42:37.352286 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001653 sec., 2419.8427102238356 rows/sec., 307.80 KiB/sec. | ||
2968 | 2024.09.16 14:42:37.352602 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Debug> DynamicQueryHandler: Done processing query | ||
2969 | 2024.09.16 14:42:37.352628 [ 3 ] {eb508d7a-7ad7-435f-a6ed-4ccb084a1a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2970 | 2024.09.16 14:42:37.352644 [ 3 ] {} <Debug> HTTP-Session: 3491d357-be45-4bd9-b904-03cca7c3a4b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.09.16 14:42:37.352749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2972 | 2024.09.16 14:42:37.352798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2973 | 2024.09.16 14:42:37.352817 [ 3 ] {} <Debug> HTTP-Session: baed0d29-65a8-4314-a692-0917c7f21cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2974 | 2024.09.16 14:42:37.352834 [ 3 ] {} <Debug> HTTP-Session: baed0d29-65a8-4314-a692-0917c7f21cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2975 | 2024.09.16 14:42:37.352848 [ 3 ] {} <Debug> HTTP-Session: baed0d29-65a8-4314-a692-0917c7f21cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2976 | 2024.09.16 14:42:37.352879 [ 3 ] {} <Trace> HTTP-Session: baed0d29-65a8-4314-a692-0917c7f21cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2977 | 2024.09.16 14:42:37.352977 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2978 | 2024.09.16 14:42:37.353021 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2979 | 2024.09.16 14:42:37.353278 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2980 | 2024.09.16 14:42:37.353587 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2981 | 2024.09.16 14:42:37.353624 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2982 | 2024.09.16 14:42:37.353972 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2983 | 2024.09.16 14:42:37.354331 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2984 | 2024.09.16 14:42:37.354457 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001508 sec., 2652.5198938992044 rows/sec., 216.29 KiB/sec. | ||
2985 | 2024.09.16 14:42:37.354655 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Debug> DynamicQueryHandler: Done processing query | ||
2986 | 2024.09.16 14:42:37.354680 [ 3 ] {d3eadbc6-57f3-47e4-bdf1-e6c86967ba96} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2987 | 2024.09.16 14:42:37.354696 [ 3 ] {} <Debug> HTTP-Session: baed0d29-65a8-4314-a692-0917c7f21cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2988 | 2024.09.16 14:42:37.354867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 34142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2989 | 2024.09.16 14:42:37.354915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2990 | 2024.09.16 14:42:37.354934 [ 3 ] {} <Debug> HTTP-Session: d6b87db6-0006-466a-a7ac-a133a8359155 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
2991 | 2024.09.16 14:42:37.354950 [ 3 ] {} <Debug> HTTP-Session: d6b87db6-0006-466a-a7ac-a133a8359155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2992 | 2024.09.16 14:42:37.354964 [ 3 ] {} <Debug> HTTP-Session: d6b87db6-0006-466a-a7ac-a133a8359155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2993 | 2024.09.16 14:42:37.354995 [ 3 ] {} <Trace> HTTP-Session: d6b87db6-0006-466a-a7ac-a133a8359155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2994 | 2024.09.16 14:42:37.355151 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2995 | 2024.09.16 14:42:37.355194 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2996 | 2024.09.16 14:42:37.355414 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2997 | 2024.09.16 14:42:37.355872 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2998 | 2024.09.16 14:42:37.355908 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
2999 | 2024.09.16 14:42:37.356266 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3000 | 2024.09.16 14:42:37.356631 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3001 | 2024.09.16 14:42:37.356776 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Debug> executeQuery: Read 223 rows, 20.54 KiB in 0.001687 sec., 132187.31475992888 rows/sec., 11.89 MiB/sec. | ||
3002 | 2024.09.16 14:42:37.357071 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Debug> DynamicQueryHandler: Done processing query | ||
3003 | 2024.09.16 14:42:37.357096 [ 3 ] {12c56675-f975-43af-833d-d9adae5d0b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3004 | 2024.09.16 14:42:37.357111 [ 3 ] {} <Debug> HTTP-Session: d6b87db6-0006-466a-a7ac-a133a8359155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.09.16 14:42:37.357233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3006 | 2024.09.16 14:42:37.357282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3007 | 2024.09.16 14:42:37.357300 [ 3 ] {} <Debug> HTTP-Session: 34a15347-9809-4442-91c6-9aa29bae34a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3008 | 2024.09.16 14:42:37.357317 [ 3 ] {} <Debug> HTTP-Session: 34a15347-9809-4442-91c6-9aa29bae34a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3009 | 2024.09.16 14:42:37.357331 [ 3 ] {} <Debug> HTTP-Session: 34a15347-9809-4442-91c6-9aa29bae34a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3010 | 2024.09.16 14:42:37.357362 [ 3 ] {} <Trace> HTTP-Session: 34a15347-9809-4442-91c6-9aa29bae34a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3011 | 2024.09.16 14:42:37.357471 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3012 | 2024.09.16 14:42:37.357513 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3013 | 2024.09.16 14:42:37.357757 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3014 | 2024.09.16 14:42:37.358072 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3015 | 2024.09.16 14:42:37.358109 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3016 | 2024.09.16 14:42:37.358453 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3017 | 2024.09.16 14:42:37.358807 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3018 | 2024.09.16 14:42:37.358936 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Debug> executeQuery: Read 33 rows, 2.46 KiB in 0.001502 sec., 21970.705725699067 rows/sec., 1.60 MiB/sec. | ||
3019 | 2024.09.16 14:42:37.359109 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Debug> DynamicQueryHandler: Done processing query | ||
3020 | 2024.09.16 14:42:37.359133 [ 3 ] {41560142-5831-4755-876f-4b704da1fd21} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3021 | 2024.09.16 14:42:37.359148 [ 3 ] {} <Debug> HTTP-Session: 34a15347-9809-4442-91c6-9aa29bae34a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.09.16 14:42:37.359260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3023 | 2024.09.16 14:42:37.359308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3024 | 2024.09.16 14:42:37.359326 [ 3 ] {} <Debug> HTTP-Session: 0948a2d8-03da-4fda-a069-474721e427a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3025 | 2024.09.16 14:42:37.359343 [ 3 ] {} <Debug> HTTP-Session: 0948a2d8-03da-4fda-a069-474721e427a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3026 | 2024.09.16 14:42:37.359357 [ 3 ] {} <Debug> HTTP-Session: 0948a2d8-03da-4fda-a069-474721e427a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.09.16 14:42:37.359387 [ 3 ] {} <Trace> HTTP-Session: 0948a2d8-03da-4fda-a069-474721e427a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3028 | 2024.09.16 14:42:37.359482 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3029 | 2024.09.16 14:42:37.359524 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3030 | 2024.09.16 14:42:37.359743 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3031 | 2024.09.16 14:42:37.360034 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3032 | 2024.09.16 14:42:37.360072 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3033 | 2024.09.16 14:42:37.360411 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3034 | 2024.09.16 14:42:37.360763 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3035 | 2024.09.16 14:42:37.360888 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001432 sec., 9776.536312849163 rows/sec., 684.68 KiB/sec. | ||
3036 | 2024.09.16 14:42:37.361081 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Debug> DynamicQueryHandler: Done processing query | ||
3037 | 2024.09.16 14:42:37.361105 [ 3 ] {1775ae94-d9ba-4ba1-8695-bea2492c4689} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3038 | 2024.09.16 14:42:37.361121 [ 3 ] {} <Debug> HTTP-Session: 0948a2d8-03da-4fda-a069-474721e427a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.09.16 14:42:37.361384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3040 | 2024.09.16 14:42:37.361431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3041 | 2024.09.16 14:42:37.361450 [ 3 ] {} <Debug> HTTP-Session: 938c70f4-dd81-48a8-b153-132750ff497b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3042 | 2024.09.16 14:42:37.361467 [ 3 ] {} <Debug> HTTP-Session: 938c70f4-dd81-48a8-b153-132750ff497b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.09.16 14:42:37.361481 [ 3 ] {} <Debug> HTTP-Session: 938c70f4-dd81-48a8-b153-132750ff497b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3044 | 2024.09.16 14:42:37.361511 [ 3 ] {} <Trace> HTTP-Session: 938c70f4-dd81-48a8-b153-132750ff497b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3045 | 2024.09.16 14:42:37.361603 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3046 | 2024.09.16 14:42:37.361646 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3047 | 2024.09.16 14:42:37.361866 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3048 | 2024.09.16 14:42:37.362150 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2024.09.16 14:42:37.362186 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3050 | 2024.09.16 14:42:37.362520 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3051 | 2024.09.16 14:42:37.362876 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3052 | 2024.09.16 14:42:37.363001 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 249.82 KiB/sec. | ||
3053 | 2024.09.16 14:42:37.363227 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Debug> DynamicQueryHandler: Done processing query | ||
3054 | 2024.09.16 14:42:37.363250 [ 3 ] {afe8cf97-8d70-4162-bf11-f06e66d9ce47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3055 | 2024.09.16 14:42:37.363266 [ 3 ] {} <Debug> HTTP-Session: 938c70f4-dd81-48a8-b153-132750ff497b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.09.16 14:42:37.363582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 62673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3057 | 2024.09.16 14:42:37.363637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3058 | 2024.09.16 14:42:37.363657 [ 3 ] {} <Debug> HTTP-Session: 2226929e-5492-42aa-a82a-12c692d9afb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3059 | 2024.09.16 14:42:37.363673 [ 3 ] {} <Debug> HTTP-Session: 2226929e-5492-42aa-a82a-12c692d9afb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.09.16 14:42:37.363687 [ 3 ] {} <Debug> HTTP-Session: 2226929e-5492-42aa-a82a-12c692d9afb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.09.16 14:42:37.363717 [ 3 ] {} <Trace> HTTP-Session: 2226929e-5492-42aa-a82a-12c692d9afb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3062 | 2024.09.16 14:42:37.363933 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3063 | 2024.09.16 14:42:37.363975 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3064 | 2024.09.16 14:42:37.364196 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3065 | 2024.09.16 14:42:37.364745 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3066 | 2024.09.16 14:42:37.364781 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3067 | 2024.09.16 14:42:37.365145 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3068 | 2024.09.16 14:42:37.365504 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3069 | 2024.09.16 14:42:37.365628 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Debug> executeQuery: Read 387 rows, 28.09 KiB in 0.001818 sec., 212871.28712871287 rows/sec., 15.09 MiB/sec. | ||
3070 | 2024.09.16 14:42:37.365797 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Debug> DynamicQueryHandler: Done processing query | ||
3071 | 2024.09.16 14:42:37.365822 [ 3 ] {14ab8577-d814-4e52-a341-d997ea483156} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3072 | 2024.09.16 14:42:37.365838 [ 3 ] {} <Debug> HTTP-Session: 2226929e-5492-42aa-a82a-12c692d9afb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.09.16 14:42:37.365958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3074 | 2024.09.16 14:42:37.366007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3075 | 2024.09.16 14:42:37.366025 [ 3 ] {} <Debug> HTTP-Session: 24b822c4-3e68-4ccb-ac85-9d13fcab5797 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3076 | 2024.09.16 14:42:37.366041 [ 3 ] {} <Debug> HTTP-Session: 24b822c4-3e68-4ccb-ac85-9d13fcab5797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.09.16 14:42:37.366058 [ 3 ] {} <Debug> HTTP-Session: 24b822c4-3e68-4ccb-ac85-9d13fcab5797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.09.16 14:42:37.366089 [ 3 ] {} <Trace> HTTP-Session: 24b822c4-3e68-4ccb-ac85-9d13fcab5797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3079 | 2024.09.16 14:42:37.366183 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3080 | 2024.09.16 14:42:37.366227 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3081 | 2024.09.16 14:42:37.366354 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3082 | 2024.09.16 14:42:37.366606 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3083 | 2024.09.16 14:42:37.366642 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3084 | 2024.09.16 14:42:37.366989 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3085 | 2024.09.16 14:42:37.367308 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3086 | 2024.09.16 14:42:37.367422 [ 45 ] {} <Debug> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3087 | 2024.09.16 14:42:37.367431 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001271 sec., 4720.692368214005 rows/sec., 246.64 KiB/sec. | ||
3088 | 2024.09.16 14:42:37.367464 [ 45 ] {} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3089 | 2024.09.16 14:42:37.367497 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3090 | 2024.09.16 14:42:37.367653 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Debug> DynamicQueryHandler: Done processing query | ||
3091 | 2024.09.16 14:42:37.367680 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::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 | ||
3092 | 2024.09.16 14:42:37.367691 [ 3 ] {b8556ada-b810-4027-b308-14abed395f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3093 | 2024.09.16 14:42:37.367773 [ 3 ] {} <Debug> HTTP-Session: 24b822c4-3e68-4ccb-ac85-9d13fcab5797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.09.16 14:42:37.367934 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3095 | 2024.09.16 14:42:37.367960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 24806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3096 | 2024.09.16 14:42:37.368007 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3097 | 2024.09.16 14:42:37.368061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3098 | 2024.09.16 14:42:37.368121 [ 3 ] {} <Debug> HTTP-Session: b8e79ffc-9f00-49e9-89eb-d3a8f03bff20 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3099 | 2024.09.16 14:42:37.368207 [ 3 ] {} <Debug> HTTP-Session: b8e79ffc-9f00-49e9-89eb-d3a8f03bff20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.09.16 14:42:37.368273 [ 3 ] {} <Debug> HTTP-Session: b8e79ffc-9f00-49e9-89eb-d3a8f03bff20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3101 | 2024.09.16 14:42:37.368292 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3102 | 2024.09.16 14:42:37.368374 [ 3 ] {} <Trace> HTTP-Session: b8e79ffc-9f00-49e9-89eb-d3a8f03bff20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3103 | 2024.09.16 14:42:37.368514 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3104 | 2024.09.16 14:42:37.368762 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3105 | 2024.09.16 14:42:37.368844 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3106 | 2024.09.16 14:42:37.369072 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3107 | 2024.09.16 14:42:37.369106 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3108 | 2024.09.16 14:42:37.369346 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3109 | 2024.09.16 14:42:37.370130 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3110 | 2024.09.16 14:42:37.370918 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3111 | 2024.09.16 14:42:37.370981 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3112 | 2024.09.16 14:42:37.372092 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3113 | 2024.09.16 14:42:37.372131 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004547877 sec., 7915.781363480148 rows/sec., 413.57 KiB/sec. | ||
3114 | 2024.09.16 14:42:37.372458 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3115 | 2024.09.16 14:42:37.372768 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3116 | 2024.09.16 14:42:37.373143 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Debug> executeQuery: Read 133 rows, 8.85 KiB in 0.004551 sec., 29224.346297517026 rows/sec., 1.90 MiB/sec. | ||
3117 | 2024.09.16 14:42:37.373507 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3118 | 2024.09.16 14:42:37.373524 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Debug> DynamicQueryHandler: Done processing query | ||
3119 | 2024.09.16 14:42:37.373585 [ 3 ] {dc8eee89-ecf1-4191-9130-624d14a553c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3120 | 2024.09.16 14:42:37.373628 [ 3 ] {} <Debug> HTTP-Session: b8e79ffc-9f00-49e9-89eb-d3a8f03bff20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3121 | 2024.09.16 14:42:37.373693 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_6_1} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3122 | 2024.09.16 14:42:37.373791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3123 | 2024.09.16 14:42:37.373841 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3124 | 2024.09.16 14:42:37.373880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3125 | 2024.09.16 14:42:37.373912 [ 3 ] {} <Debug> HTTP-Session: 88657939-44b2-419b-a2fe-6f531af71b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3126 | 2024.09.16 14:42:37.373928 [ 3 ] {} <Debug> HTTP-Session: 88657939-44b2-419b-a2fe-6f531af71b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3127 | 2024.09.16 14:42:37.373941 [ 3 ] {} <Debug> HTTP-Session: 88657939-44b2-419b-a2fe-6f531af71b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.09.16 14:42:37.373973 [ 3 ] {} <Trace> HTTP-Session: 88657939-44b2-419b-a2fe-6f531af71b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3129 | 2024.09.16 14:42:37.374072 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3130 | 2024.09.16 14:42:37.374119 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3131 | 2024.09.16 14:42:37.374273 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3132 | 2024.09.16 14:42:37.374525 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2024.09.16 14:42:37.374559 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3134 | 2024.09.16 14:42:37.374908 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3135 | 2024.09.16 14:42:37.375240 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2024.09.16 14:42:37.375377 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
3137 | 2024.09.16 14:42:37.375679 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Debug> DynamicQueryHandler: Done processing query | ||
3138 | 2024.09.16 14:42:37.375705 [ 3 ] {941180cf-3a08-4dc2-9e4a-0652f8f424b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3139 | 2024.09.16 14:42:37.375722 [ 3 ] {} <Debug> HTTP-Session: 88657939-44b2-419b-a2fe-6f531af71b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.09.16 14:42:37.375867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.09.16 14:42:37.375916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3142 | 2024.09.16 14:42:37.375936 [ 3 ] {} <Debug> HTTP-Session: 4f5cdb34-b228-4e06-bd7a-b2126d08999c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3143 | 2024.09.16 14:42:37.375953 [ 3 ] {} <Debug> HTTP-Session: 4f5cdb34-b228-4e06-bd7a-b2126d08999c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.09.16 14:42:37.375966 [ 3 ] {} <Debug> HTTP-Session: 4f5cdb34-b228-4e06-bd7a-b2126d08999c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.09.16 14:42:37.375996 [ 3 ] {} <Trace> HTTP-Session: 4f5cdb34-b228-4e06-bd7a-b2126d08999c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2024.09.16 14:42:37.376514 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3147 | 2024.09.16 14:42:37.376586 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <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_histogramu64 | ||
3148 | 2024.09.16 14:42:37.377031 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3149 | 2024.09.16 14:42:37.377718 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3150 | 2024.09.16 14:42:37.377755 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3151 | 2024.09.16 14:42:37.378388 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3152 | 2024.09.16 14:42:37.378805 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3153 | 2024.09.16 14:42:37.379015 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002921 sec., 9928.106812735365 rows/sec., 17.79 MiB/sec. | ||
3154 | 2024.09.16 14:42:37.379516 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Debug> DynamicQueryHandler: Done processing query | ||
3155 | 2024.09.16 14:42:37.379542 [ 3 ] {9199ab05-3575-4c46-96fd-d9619947780a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3156 | 2024.09.16 14:42:37.379558 [ 3 ] {} <Debug> HTTP-Session: 4f5cdb34-b228-4e06-bd7a-b2126d08999c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3157 | 2024.09.16 14:42:37.379670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 6710, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3158 | 2024.09.16 14:42:37.379719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3159 | 2024.09.16 14:42:37.379739 [ 3 ] {} <Debug> HTTP-Session: b4d67dd7-a595-4f1a-901c-ab17bd074ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3160 | 2024.09.16 14:42:37.379755 [ 3 ] {} <Debug> HTTP-Session: b4d67dd7-a595-4f1a-901c-ab17bd074ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3161 | 2024.09.16 14:42:37.379769 [ 3 ] {} <Debug> HTTP-Session: b4d67dd7-a595-4f1a-901c-ab17bd074ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.09.16 14:42:37.379800 [ 3 ] {} <Trace> HTTP-Session: b4d67dd7-a595-4f1a-901c-ab17bd074ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3163 | 2024.09.16 14:42:37.379911 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3164 | 2024.09.16 14:42:37.379954 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3165 | 2024.09.16 14:42:37.380094 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3166 | 2024.09.16 14:42:37.380377 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3167 | 2024.09.16 14:42:37.380413 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3168 | 2024.09.16 14:42:37.380777 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3169 | 2024.09.16 14:42:37.381117 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3170 | 2024.09.16 14:42:37.381273 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Debug> executeQuery: Read 46 rows, 2.85 KiB in 0.001397 sec., 32927.7022190408 rows/sec., 1.99 MiB/sec. | ||
3171 | 2024.09.16 14:42:37.381557 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Debug> DynamicQueryHandler: Done processing query | ||
3172 | 2024.09.16 14:42:37.381582 [ 3 ] {d2f8e117-ec28-4315-81e2-239d829e84f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3173 | 2024.09.16 14:42:37.381598 [ 3 ] {} <Debug> HTTP-Session: b4d67dd7-a595-4f1a-901c-ab17bd074ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3174 | 2024.09.16 14:42:40.508640 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3175 | 2024.09.16 14:42:40.508717 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3176 | 2024.09.16 14:42:42.327381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3177 | 2024.09.16 14:42:42.327508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3178 | 2024.09.16 14:42:42.327537 [ 3 ] {} <Debug> HTTP-Session: 579d84cc-f6d8-4846-b0d5-da650c6b3fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3179 | 2024.09.16 14:42:42.327565 [ 3 ] {} <Debug> HTTP-Session: 579d84cc-f6d8-4846-b0d5-da650c6b3fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.09.16 14:42:42.327582 [ 3 ] {} <Debug> HTTP-Session: 579d84cc-f6d8-4846-b0d5-da650c6b3fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.09.16 14:42:42.327639 [ 3 ] {} <Trace> HTTP-Session: 579d84cc-f6d8-4846-b0d5-da650c6b3fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3182 | 2024.09.16 14:42:42.327864 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3183 | 2024.09.16 14:42:42.327940 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3184 | 2024.09.16 14:42:42.328298 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3185 | 2024.09.16 14:42:42.328759 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3186 | 2024.09.16 14:42:42.328806 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3187 | 2024.09.16 14:42:42.329240 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3188 | 2024.09.16 14:42:42.329628 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3189 | 2024.09.16 14:42:42.329791 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Debug> executeQuery: Read 50 rows, 4.28 KiB in 0.001999 sec., 25012.506253126565 rows/sec., 2.09 MiB/sec. | ||
3190 | 2024.09.16 14:42:42.330025 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Debug> DynamicQueryHandler: Done processing query | ||
3191 | 2024.09.16 14:42:42.330053 [ 3 ] {c4d9e53e-5557-4017-87a3-05de98e01c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3192 | 2024.09.16 14:42:42.330069 [ 3 ] {} <Debug> HTTP-Session: 579d84cc-f6d8-4846-b0d5-da650c6b3fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.09.16 14:42:42.330207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3194 | 2024.09.16 14:42:42.330265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3195 | 2024.09.16 14:42:42.330284 [ 3 ] {} <Debug> HTTP-Session: 28785b3d-1174-4fab-b91e-75a22b3e5a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3196 | 2024.09.16 14:42:42.330302 [ 3 ] {} <Debug> HTTP-Session: 28785b3d-1174-4fab-b91e-75a22b3e5a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.09.16 14:42:42.330316 [ 3 ] {} <Debug> HTTP-Session: 28785b3d-1174-4fab-b91e-75a22b3e5a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3198 | 2024.09.16 14:42:42.330352 [ 3 ] {} <Trace> HTTP-Session: 28785b3d-1174-4fab-b91e-75a22b3e5a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3199 | 2024.09.16 14:42:42.330460 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3200 | 2024.09.16 14:42:42.330506 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3201 | 2024.09.16 14:42:42.330739 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3202 | 2024.09.16 14:42:42.331054 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3203 | 2024.09.16 14:42:42.331091 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3204 | 2024.09.16 14:42:42.331442 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3205 | 2024.09.16 14:42:42.331800 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3206 | 2024.09.16 14:42:42.331952 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001514 sec., 6605.019815059445 rows/sec., 496.67 KiB/sec. | ||
3207 | 2024.09.16 14:42:42.332178 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Debug> DynamicQueryHandler: Done processing query | ||
3208 | 2024.09.16 14:42:42.332203 [ 3 ] {3edddb00-273e-4c40-b65f-20cc005f0297} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3209 | 2024.09.16 14:42:42.332219 [ 3 ] {} <Debug> HTTP-Session: 28785b3d-1174-4fab-b91e-75a22b3e5a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.09.16 14:42:42.332343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3211 | 2024.09.16 14:42:42.332393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3212 | 2024.09.16 14:42:42.332413 [ 3 ] {} <Debug> HTTP-Session: 09568a02-69f1-4a03-8b80-926297912fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3213 | 2024.09.16 14:42:42.332430 [ 3 ] {} <Debug> HTTP-Session: 09568a02-69f1-4a03-8b80-926297912fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.09.16 14:42:42.332445 [ 3 ] {} <Debug> HTTP-Session: 09568a02-69f1-4a03-8b80-926297912fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3215 | 2024.09.16 14:42:42.332477 [ 3 ] {} <Trace> HTTP-Session: 09568a02-69f1-4a03-8b80-926297912fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3216 | 2024.09.16 14:42:42.332596 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3217 | 2024.09.16 14:42:42.332640 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3218 | 2024.09.16 14:42:42.332867 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3219 | 2024.09.16 14:42:42.333193 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3220 | 2024.09.16 14:42:42.333230 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3221 | 2024.09.16 14:42:42.333578 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3222 | 2024.09.16 14:42:42.333930 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3223 | 2024.09.16 14:42:42.334091 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001529 sec., 30085.022890778288 rows/sec., 2.35 MiB/sec. | ||
3224 | 2024.09.16 14:42:42.334269 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Debug> DynamicQueryHandler: Done processing query | ||
3225 | 2024.09.16 14:42:42.334293 [ 3 ] {dfde333a-6287-455b-bb2f-ab81025a217f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3226 | 2024.09.16 14:42:42.334309 [ 3 ] {} <Debug> HTTP-Session: 09568a02-69f1-4a03-8b80-926297912fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3227 | 2024.09.16 14:42:42.334460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3228 | 2024.09.16 14:42:42.334509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3229 | 2024.09.16 14:42:42.334528 [ 3 ] {} <Debug> HTTP-Session: 93de3942-25e9-4bca-8d3e-0207e3dcb9eb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3230 | 2024.09.16 14:42:42.334544 [ 3 ] {} <Debug> HTTP-Session: 93de3942-25e9-4bca-8d3e-0207e3dcb9eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.09.16 14:42:42.334558 [ 3 ] {} <Debug> HTTP-Session: 93de3942-25e9-4bca-8d3e-0207e3dcb9eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.09.16 14:42:42.334588 [ 3 ] {} <Trace> HTTP-Session: 93de3942-25e9-4bca-8d3e-0207e3dcb9eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3233 | 2024.09.16 14:42:42.334708 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3234 | 2024.09.16 14:42:42.334755 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3235 | 2024.09.16 14:42:42.334902 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3236 | 2024.09.16 14:42:42.335219 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2024.09.16 14:42:42.335255 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3238 | 2024.09.16 14:42:42.335626 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3239 | 2024.09.16 14:42:42.335958 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2024.09.16 14:42:42.336110 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.93 MiB/sec. | ||
3241 | 2024.09.16 14:42:42.336279 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Debug> DynamicQueryHandler: Done processing query | ||
3242 | 2024.09.16 14:42:42.336303 [ 3 ] {5209a9a9-94ea-4571-8d12-f473943e3c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3243 | 2024.09.16 14:42:42.336319 [ 3 ] {} <Debug> HTTP-Session: 93de3942-25e9-4bca-8d3e-0207e3dcb9eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.09.16 14:42:42.336446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3245 | 2024.09.16 14:42:42.336495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3246 | 2024.09.16 14:42:42.336513 [ 3 ] {} <Debug> HTTP-Session: ec0b912b-4b0c-4bff-b579-9995db931751 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3247 | 2024.09.16 14:42:42.336530 [ 3 ] {} <Debug> HTTP-Session: ec0b912b-4b0c-4bff-b579-9995db931751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.09.16 14:42:42.336543 [ 3 ] {} <Debug> HTTP-Session: ec0b912b-4b0c-4bff-b579-9995db931751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3249 | 2024.09.16 14:42:42.336573 [ 3 ] {} <Trace> HTTP-Session: ec0b912b-4b0c-4bff-b579-9995db931751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3250 | 2024.09.16 14:42:42.336743 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3251 | 2024.09.16 14:42:42.336806 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <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_histogramu64 | ||
3252 | 2024.09.16 14:42:42.337214 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3253 | 2024.09.16 14:42:42.337719 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3254 | 2024.09.16 14:42:42.337754 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3255 | 2024.09.16 14:42:42.338347 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3256 | 2024.09.16 14:42:42.338771 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3257 | 2024.09.16 14:42:42.338956 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00231 sec., 4329.004329004329 rows/sec., 7.76 MiB/sec. | ||
3258 | 2024.09.16 14:42:42.339177 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Debug> DynamicQueryHandler: Done processing query | ||
3259 | 2024.09.16 14:42:42.339201 [ 3 ] {f98a5cc1-434e-4217-8a6c-6b9732cd4512} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3260 | 2024.09.16 14:42:42.339217 [ 3 ] {} <Debug> HTTP-Session: ec0b912b-4b0c-4bff-b579-9995db931751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.09.16 14:42:42.339330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3262 | 2024.09.16 14:42:42.339378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3263 | 2024.09.16 14:42:42.339398 [ 3 ] {} <Debug> HTTP-Session: 04d53255-b348-4696-ade4-a5e7fd09c381 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3264 | 2024.09.16 14:42:42.339414 [ 3 ] {} <Debug> HTTP-Session: 04d53255-b348-4696-ade4-a5e7fd09c381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.09.16 14:42:42.339427 [ 3 ] {} <Debug> HTTP-Session: 04d53255-b348-4696-ade4-a5e7fd09c381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3266 | 2024.09.16 14:42:42.339457 [ 3 ] {} <Trace> HTTP-Session: 04d53255-b348-4696-ade4-a5e7fd09c381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3267 | 2024.09.16 14:42:42.339562 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3268 | 2024.09.16 14:42:42.339606 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3269 | 2024.09.16 14:42:42.339736 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3270 | 2024.09.16 14:42:42.340007 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3271 | 2024.09.16 14:42:42.340043 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
3272 | 2024.09.16 14:42:42.340399 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3273 | 2024.09.16 14:42:42.340726 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3274 | 2024.09.16 14:42:42.340876 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001335 sec., 22471.91011235955 rows/sec., 1.49 MiB/sec. | ||
3275 | 2024.09.16 14:42:42.341039 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Debug> DynamicQueryHandler: Done processing query | ||
3276 | 2024.09.16 14:42:42.341065 [ 3 ] {a4a99b7b-7ac4-4505-a1d0-c9064973c169} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3277 | 2024.09.16 14:42:42.341080 [ 3 ] {} <Debug> HTTP-Session: 04d53255-b348-4696-ade4-a5e7fd09c381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.09.16 14:42:47.333047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 33877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3279 | 2024.09.16 14:42:47.333192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3280 | 2024.09.16 14:42:47.333222 [ 3 ] {} <Debug> HTTP-Session: 728e75de-2d30-4642-ac00-96d917c8e4f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3281 | 2024.09.16 14:42:47.333251 [ 3 ] {} <Debug> HTTP-Session: 728e75de-2d30-4642-ac00-96d917c8e4f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.09.16 14:42:47.333268 [ 3 ] {} <Debug> HTTP-Session: 728e75de-2d30-4642-ac00-96d917c8e4f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3283 | 2024.09.16 14:42:47.333324 [ 3 ] {} <Trace> HTTP-Session: 728e75de-2d30-4642-ac00-96d917c8e4f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3284 | 2024.09.16 14:42:47.333571 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3285 | 2024.09.16 14:42:47.333641 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3286 | 2024.09.16 14:42:47.333977 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3287 | 2024.09.16 14:42:47.334569 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3288 | 2024.09.16 14:42:47.334615 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3289 | 2024.09.16 14:42:47.335047 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3290 | 2024.09.16 14:42:47.335433 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3291 | 2024.09.16 14:42:47.335621 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Debug> executeQuery: Read 221 rows, 20.40 KiB in 0.002146 sec., 102982.29263746506 rows/sec., 9.28 MiB/sec. | ||
3292 | 2024.09.16 14:42:47.335847 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Debug> DynamicQueryHandler: Done processing query | ||
3293 | 2024.09.16 14:42:47.335876 [ 3 ] {e433a6ba-8d5f-49b7-9c0c-09b09a19d2d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3294 | 2024.09.16 14:42:47.335892 [ 3 ] {} <Debug> HTTP-Session: 728e75de-2d30-4642-ac00-96d917c8e4f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3295 | 2024.09.16 14:42:47.336029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3296 | 2024.09.16 14:42:47.336091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3297 | 2024.09.16 14:42:47.336112 [ 3 ] {} <Debug> HTTP-Session: 7f2133d9-c224-45af-90ad-c0157919a4f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3298 | 2024.09.16 14:42:47.336130 [ 3 ] {} <Debug> HTTP-Session: 7f2133d9-c224-45af-90ad-c0157919a4f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.09.16 14:42:47.336144 [ 3 ] {} <Debug> HTTP-Session: 7f2133d9-c224-45af-90ad-c0157919a4f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3300 | 2024.09.16 14:42:47.336180 [ 3 ] {} <Trace> HTTP-Session: 7f2133d9-c224-45af-90ad-c0157919a4f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3301 | 2024.09.16 14:42:47.336291 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3302 | 2024.09.16 14:42:47.336338 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3303 | 2024.09.16 14:42:47.336575 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3304 | 2024.09.16 14:42:47.336905 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3305 | 2024.09.16 14:42:47.336942 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3306 | 2024.09.16 14:42:47.337308 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3307 | 2024.09.16 14:42:47.337674 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3308 | 2024.09.16 14:42:47.337807 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001548 sec., 18733.850129198967 rows/sec., 1.38 MiB/sec. | ||
3309 | 2024.09.16 14:42:47.338016 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Debug> DynamicQueryHandler: Done processing query | ||
3310 | 2024.09.16 14:42:47.338042 [ 3 ] {30f5a07a-cfd4-4946-a523-b71a8872983d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3311 | 2024.09.16 14:42:47.338059 [ 3 ] {} <Debug> HTTP-Session: 7f2133d9-c224-45af-90ad-c0157919a4f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3312 | 2024.09.16 14:42:47.338177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3313 | 2024.09.16 14:42:47.338228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3314 | 2024.09.16 14:42:47.338247 [ 3 ] {} <Debug> HTTP-Session: a3acf8f6-9bf3-4754-b6ec-47ecbadb66e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3315 | 2024.09.16 14:42:47.338264 [ 3 ] {} <Debug> HTTP-Session: a3acf8f6-9bf3-4754-b6ec-47ecbadb66e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3316 | 2024.09.16 14:42:47.338278 [ 3 ] {} <Debug> HTTP-Session: a3acf8f6-9bf3-4754-b6ec-47ecbadb66e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3317 | 2024.09.16 14:42:47.338309 [ 3 ] {} <Trace> HTTP-Session: a3acf8f6-9bf3-4754-b6ec-47ecbadb66e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3318 | 2024.09.16 14:42:47.338411 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3319 | 2024.09.16 14:42:47.338454 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3320 | 2024.09.16 14:42:47.338688 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3321 | 2024.09.16 14:42:47.339046 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3322 | 2024.09.16 14:42:47.339083 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3323 | 2024.09.16 14:42:47.339427 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3324 | 2024.09.16 14:42:47.339779 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3325 | 2024.09.16 14:42:47.339938 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
3326 | 2024.09.16 14:42:47.340146 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Debug> DynamicQueryHandler: Done processing query | ||
3327 | 2024.09.16 14:42:47.340171 [ 3 ] {4928e112-3303-4574-bbba-d3cd04732d29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3328 | 2024.09.16 14:42:47.340187 [ 3 ] {} <Debug> HTTP-Session: a3acf8f6-9bf3-4754-b6ec-47ecbadb66e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3329 | 2024.09.16 14:42:47.340291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3330 | 2024.09.16 14:42:47.340340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3331 | 2024.09.16 14:42:47.340359 [ 3 ] {} <Debug> HTTP-Session: 0b065968-9e27-4438-9ea8-611b4ee76201 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3332 | 2024.09.16 14:42:47.340376 [ 3 ] {} <Debug> HTTP-Session: 0b065968-9e27-4438-9ea8-611b4ee76201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3333 | 2024.09.16 14:42:47.340390 [ 3 ] {} <Debug> HTTP-Session: 0b065968-9e27-4438-9ea8-611b4ee76201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3334 | 2024.09.16 14:42:47.340421 [ 3 ] {} <Trace> HTTP-Session: 0b065968-9e27-4438-9ea8-611b4ee76201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3335 | 2024.09.16 14:42:47.340517 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3336 | 2024.09.16 14:42:47.340559 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3337 | 2024.09.16 14:42:47.340782 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3338 | 2024.09.16 14:42:47.341091 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3339 | 2024.09.16 14:42:47.341127 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3340 | 2024.09.16 14:42:47.341462 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3341 | 2024.09.16 14:42:47.341811 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3342 | 2024.09.16 14:42:47.341964 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 240.99 KiB/sec. | ||
3343 | 2024.09.16 14:42:47.342138 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Debug> DynamicQueryHandler: Done processing query | ||
3344 | 2024.09.16 14:42:47.342163 [ 3 ] {f5860e3c-cda9-4021-b4f4-69edb0a96a1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3345 | 2024.09.16 14:42:47.342178 [ 3 ] {} <Debug> HTTP-Session: 0b065968-9e27-4438-9ea8-611b4ee76201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3346 | 2024.09.16 14:42:47.342327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 61993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3347 | 2024.09.16 14:42:47.342381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3348 | 2024.09.16 14:42:47.342400 [ 3 ] {} <Debug> HTTP-Session: 030d705d-2a8a-497f-87a6-042e949081ee Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3349 | 2024.09.16 14:42:47.342417 [ 3 ] {} <Debug> HTTP-Session: 030d705d-2a8a-497f-87a6-042e949081ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3350 | 2024.09.16 14:42:47.342431 [ 3 ] {} <Debug> HTTP-Session: 030d705d-2a8a-497f-87a6-042e949081ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3351 | 2024.09.16 14:42:47.342462 [ 3 ] {} <Trace> HTTP-Session: 030d705d-2a8a-497f-87a6-042e949081ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3352 | 2024.09.16 14:42:47.342670 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3353 | 2024.09.16 14:42:47.342713 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3354 | 2024.09.16 14:42:47.342938 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3355 | 2024.09.16 14:42:47.343489 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3356 | 2024.09.16 14:42:47.343525 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3357 | 2024.09.16 14:42:47.343912 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3358 | 2024.09.16 14:42:47.344268 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3359 | 2024.09.16 14:42:47.344414 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Debug> executeQuery: Read 383 rows, 27.77 KiB in 0.001839 sec., 208265.36160957042 rows/sec., 14.75 MiB/sec. | ||
3360 | 2024.09.16 14:42:47.344590 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Debug> DynamicQueryHandler: Done processing query | ||
3361 | 2024.09.16 14:42:47.344615 [ 3 ] {73f11a27-477d-47fa-9fb2-388a4689257b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3362 | 2024.09.16 14:42:47.344631 [ 3 ] {} <Debug> HTTP-Session: 030d705d-2a8a-497f-87a6-042e949081ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3363 | 2024.09.16 14:42:47.344745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3364 | 2024.09.16 14:42:47.344794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3365 | 2024.09.16 14:42:47.344812 [ 3 ] {} <Debug> HTTP-Session: 8defcc02-9ae9-4134-adfa-f645e8607976 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3366 | 2024.09.16 14:42:47.344829 [ 3 ] {} <Debug> HTTP-Session: 8defcc02-9ae9-4134-adfa-f645e8607976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3367 | 2024.09.16 14:42:47.344843 [ 3 ] {} <Debug> HTTP-Session: 8defcc02-9ae9-4134-adfa-f645e8607976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3368 | 2024.09.16 14:42:47.344873 [ 3 ] {} <Trace> HTTP-Session: 8defcc02-9ae9-4134-adfa-f645e8607976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3369 | 2024.09.16 14:42:47.344967 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3370 | 2024.09.16 14:42:47.345011 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3371 | 2024.09.16 14:42:47.345144 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3372 | 2024.09.16 14:42:47.345400 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3373 | 2024.09.16 14:42:47.345436 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3374 | 2024.09.16 14:42:47.345785 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3375 | 2024.09.16 14:42:47.346108 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3376 | 2024.09.16 14:42:47.346260 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 238.93 KiB/sec. | ||
3377 | 2024.09.16 14:42:47.346551 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Debug> DynamicQueryHandler: Done processing query | ||
3378 | 2024.09.16 14:42:47.346576 [ 3 ] {b1558982-d48b-47ec-981c-788c9952b68d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3379 | 2024.09.16 14:42:47.346592 [ 3 ] {} <Debug> HTTP-Session: 8defcc02-9ae9-4134-adfa-f645e8607976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3380 | 2024.09.16 14:42:47.346722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 25605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3381 | 2024.09.16 14:42:47.346771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3382 | 2024.09.16 14:42:47.346789 [ 3 ] {} <Debug> HTTP-Session: e8e9377a-f7dd-4dd3-a03d-d009bafc903b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3383 | 2024.09.16 14:42:47.346805 [ 3 ] {} <Debug> HTTP-Session: e8e9377a-f7dd-4dd3-a03d-d009bafc903b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3384 | 2024.09.16 14:42:47.346819 [ 3 ] {} <Debug> HTTP-Session: e8e9377a-f7dd-4dd3-a03d-d009bafc903b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3385 | 2024.09.16 14:42:47.346849 [ 3 ] {} <Trace> HTTP-Session: e8e9377a-f7dd-4dd3-a03d-d009bafc903b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3386 | 2024.09.16 14:42:47.347021 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3387 | 2024.09.16 14:42:47.347068 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3388 | 2024.09.16 14:42:47.347228 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3389 | 2024.09.16 14:42:47.347616 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3390 | 2024.09.16 14:42:47.347651 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3391 | 2024.09.16 14:42:47.348014 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3392 | 2024.09.16 14:42:47.348359 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3393 | 2024.09.16 14:42:47.348515 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001581 sec., 86654.0164452878 rows/sec., 5.66 MiB/sec. | ||
3394 | 2024.09.16 14:42:47.348726 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Debug> DynamicQueryHandler: Done processing query | ||
3395 | 2024.09.16 14:42:47.348750 [ 3 ] {4332fcf0-d452-4b95-aa9b-341520ec0ed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3396 | 2024.09.16 14:42:47.348766 [ 3 ] {} <Debug> HTTP-Session: e8e9377a-f7dd-4dd3-a03d-d009bafc903b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3397 | 2024.09.16 14:42:47.348883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3398 | 2024.09.16 14:42:47.348931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3399 | 2024.09.16 14:42:47.348949 [ 3 ] {} <Debug> HTTP-Session: ef386ad1-9e5a-4d81-8abd-9adf60811a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3400 | 2024.09.16 14:42:47.348965 [ 3 ] {} <Debug> HTTP-Session: ef386ad1-9e5a-4d81-8abd-9adf60811a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.09.16 14:42:47.348979 [ 3 ] {} <Debug> HTTP-Session: ef386ad1-9e5a-4d81-8abd-9adf60811a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3402 | 2024.09.16 14:42:47.349008 [ 3 ] {} <Trace> HTTP-Session: ef386ad1-9e5a-4d81-8abd-9adf60811a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3403 | 2024.09.16 14:42:47.349102 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3404 | 2024.09.16 14:42:47.349147 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3405 | 2024.09.16 14:42:47.349275 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3406 | 2024.09.16 14:42:47.349530 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3407 | 2024.09.16 14:42:47.349564 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3408 | 2024.09.16 14:42:47.349909 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3409 | 2024.09.16 14:42:47.350220 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3410 | 2024.09.16 14:42:47.350392 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001307 sec., 765.1109410864575 rows/sec., 51.56 KiB/sec. | ||
3411 | 2024.09.16 14:42:47.350678 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Debug> DynamicQueryHandler: Done processing query | ||
3412 | 2024.09.16 14:42:47.350702 [ 3 ] {f402ec22-f845-4670-9684-4be872b8d6c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3413 | 2024.09.16 14:42:47.350718 [ 3 ] {} <Debug> HTTP-Session: ef386ad1-9e5a-4d81-8abd-9adf60811a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.09.16 14:42:47.350881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48525, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3415 | 2024.09.16 14:42:47.350930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3416 | 2024.09.16 14:42:47.350948 [ 3 ] {} <Debug> HTTP-Session: a12db640-872a-40ed-9af9-25958ed6f8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3417 | 2024.09.16 14:42:47.350964 [ 3 ] {} <Debug> HTTP-Session: a12db640-872a-40ed-9af9-25958ed6f8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.09.16 14:42:47.350978 [ 3 ] {} <Debug> HTTP-Session: a12db640-872a-40ed-9af9-25958ed6f8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3419 | 2024.09.16 14:42:47.351009 [ 3 ] {} <Trace> HTTP-Session: a12db640-872a-40ed-9af9-25958ed6f8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3420 | 2024.09.16 14:42:47.351474 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3421 | 2024.09.16 14:42:47.351544 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <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_histogramu64 | ||
3422 | 2024.09.16 14:42:47.351969 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3423 | 2024.09.16 14:42:47.352622 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3424 | 2024.09.16 14:42:47.352659 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3425 | 2024.09.16 14:42:47.353275 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3426 | 2024.09.16 14:42:47.353671 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3427 | 2024.09.16 14:42:47.353872 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002773 sec., 10457.987738910928 rows/sec., 18.74 MiB/sec. | ||
3428 | 2024.09.16 14:42:47.354223 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Debug> DynamicQueryHandler: Done processing query | ||
3429 | 2024.09.16 14:42:47.354247 [ 3 ] {97c63401-7e21-457c-a0e2-f07905b9df30} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3430 | 2024.09.16 14:42:47.354263 [ 3 ] {} <Debug> HTTP-Session: a12db640-872a-40ed-9af9-25958ed6f8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3431 | 2024.09.16 14:42:47.354394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3432 | 2024.09.16 14:42:47.354442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3433 | 2024.09.16 14:42:47.354461 [ 3 ] {} <Debug> HTTP-Session: cafa53ef-e2c6-45cb-a054-c6fc85f73efe Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3434 | 2024.09.16 14:42:47.354477 [ 3 ] {} <Debug> HTTP-Session: cafa53ef-e2c6-45cb-a054-c6fc85f73efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.09.16 14:42:47.354492 [ 3 ] {} <Debug> HTTP-Session: cafa53ef-e2c6-45cb-a054-c6fc85f73efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3436 | 2024.09.16 14:42:47.354522 [ 3 ] {} <Trace> HTTP-Session: cafa53ef-e2c6-45cb-a054-c6fc85f73efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3437 | 2024.09.16 14:42:47.354629 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3438 | 2024.09.16 14:42:47.354672 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3439 | 2024.09.16 14:42:47.354800 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3440 | 2024.09.16 14:42:47.355095 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3441 | 2024.09.16 14:42:47.355130 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3442 | 2024.09.16 14:42:47.355492 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3443 | 2024.09.16 14:42:47.355809 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3444 | 2024.09.16 14:42:47.355967 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001373 sec., 37873.27021121631 rows/sec., 2.30 MiB/sec. | ||
3445 | 2024.09.16 14:42:47.356132 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Debug> DynamicQueryHandler: Done processing query | ||
3446 | 2024.09.16 14:42:47.356157 [ 3 ] {6bd9615b-1cc8-4e7d-9f8e-880d08ea9e64} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3447 | 2024.09.16 14:42:47.356173 [ 3 ] {} <Debug> HTTP-Session: cafa53ef-e2c6-45cb-a054-c6fc85f73efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3448 | 2024.09.16 14:42:48.114868 [ 32 ] {} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3449 | 2024.09.16 14:42:48.114952 [ 32 ] {} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2024.09.16 14:42:48.114986 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3451 | 2024.09.16 14:42:48.115213 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::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 | ||
3452 | 2024.09.16 14:42:48.115583 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3453 | 2024.09.16 14:42:48.115626 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::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 | ||
3454 | 2024.09.16 14:42:48.115722 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
3455 | 2024.09.16 14:42:48.115857 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3456 | 2024.09.16 14:42:48.115982 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
3457 | 2024.09.16 14:42:48.116141 [ 190 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
3458 | 2024.09.16 14:42:48.118382 [ 189 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003291453 sec., 10937.418823844666 rows/sec., 1.58 MiB/sec. | ||
3459 | 2024.09.16 14:42:48.118607 [ 189 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3460 | 2024.09.16 14:42:48.119284 [ 189 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3461 | 2024.09.16 14:42:48.119381 [ 189 ] {7817e93b-2b33-443d-b944-1bd1c11e61e1::all_1_5_1} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3462 | 2024.09.16 14:42:48.119483 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3463 | 2024.09.16 14:42:52.328151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3464 | 2024.09.16 14:42:52.328297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3465 | 2024.09.16 14:42:52.328327 [ 3 ] {} <Debug> HTTP-Session: 6c5976ea-2f33-42bc-9237-077a99928449 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3466 | 2024.09.16 14:42:52.328357 [ 3 ] {} <Debug> HTTP-Session: 6c5976ea-2f33-42bc-9237-077a99928449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3467 | 2024.09.16 14:42:52.328376 [ 3 ] {} <Debug> HTTP-Session: 6c5976ea-2f33-42bc-9237-077a99928449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3468 | 2024.09.16 14:42:52.328433 [ 3 ] {} <Trace> HTTP-Session: 6c5976ea-2f33-42bc-9237-077a99928449 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3469 | 2024.09.16 14:42:52.328629 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3470 | 2024.09.16 14:42:52.328696 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3471 | 2024.09.16 14:42:52.329023 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3472 | 2024.09.16 14:42:52.329493 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3473 | 2024.09.16 14:42:52.329534 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3474 | 2024.09.16 14:42:52.329946 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3475 | 2024.09.16 14:42:52.330326 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3476 | 2024.09.16 14:42:52.330510 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Debug> executeQuery: Read 50 rows, 4.28 KiB in 0.001937 sec., 25813.11306143521 rows/sec., 2.16 MiB/sec. | ||
3477 | 2024.09.16 14:42:52.330512 [ 27 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3478 | 2024.09.16 14:42:52.330639 [ 27 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3479 | 2024.09.16 14:42:52.330693 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3480 | 2024.09.16 14:42:52.330832 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Debug> DynamicQueryHandler: Done processing query | ||
3481 | 2024.09.16 14:42:52.330885 [ 3 ] {c003c608-34ef-468b-91df-7a066a179adc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3482 | 2024.09.16 14:42:52.330916 [ 3 ] {} <Debug> HTTP-Session: 6c5976ea-2f33-42bc-9237-077a99928449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.09.16 14:42:52.330916 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
3484 | 2024.09.16 14:42:52.331064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3485 | 2024.09.16 14:42:52.331180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3486 | 2024.09.16 14:42:52.331236 [ 3 ] {} <Debug> HTTP-Session: 08d01fa7-3866-4cfa-bef2-282b0b488a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3487 | 2024.09.16 14:42:52.331249 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3488 | 2024.09.16 14:42:52.331269 [ 3 ] {} <Debug> HTTP-Session: 08d01fa7-3866-4cfa-bef2-282b0b488a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3489 | 2024.09.16 14:42:52.331296 [ 3 ] {} <Debug> HTTP-Session: 08d01fa7-3866-4cfa-bef2-282b0b488a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.09.16 14:42:52.331326 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 192 rows starting from the beginning of the part | ||
3491 | 2024.09.16 14:42:52.331357 [ 3 ] {} <Trace> HTTP-Session: 08d01fa7-3866-4cfa-bef2-282b0b488a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3492 | 2024.09.16 14:42:52.331615 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 47 rows starting from the beginning of the part | ||
3493 | 2024.09.16 14:42:52.331634 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3494 | 2024.09.16 14:42:52.331801 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3495 | 2024.09.16 14:42:52.331948 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 223 rows starting from the beginning of the part | ||
3496 | 2024.09.16 14:42:52.332309 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
3497 | 2024.09.16 14:42:52.332588 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 221 rows starting from the beginning of the part | ||
3498 | 2024.09.16 14:42:52.332915 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part | ||
3499 | 2024.09.16 14:42:52.333630 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3500 | 2024.09.16 14:42:52.334362 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3501 | 2024.09.16 14:42:52.334428 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3502 | 2024.09.16 14:42:52.335388 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3503 | 2024.09.16 14:42:52.336268 [ 196 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 783 rows, containing 5 columns (5 merged, 0 gathered) in 0.005453344 sec., 143581.62624620783 rows/sec., 13.37 MiB/sec. | ||
3504 | 2024.09.16 14:42:52.336326 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3505 | 2024.09.16 14:42:52.336549 [ 27 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3506 | 2024.09.16 14:42:52.336565 [ 196 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3507 | 2024.09.16 14:42:52.336589 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.005068 sec., 1973.164956590371 rows/sec., 148.37 KiB/sec. | ||
3508 | 2024.09.16 14:42:52.336618 [ 27 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3509 | 2024.09.16 14:42:52.336708 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3510 | 2024.09.16 14:42:52.337206 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
3511 | 2024.09.16 14:42:52.337380 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Debug> DynamicQueryHandler: Done processing query | ||
3512 | 2024.09.16 14:42:52.337485 [ 3 ] {09d2ab3a-164d-4606-bc59-6b0a024c732a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3513 | 2024.09.16 14:42:52.337562 [ 3 ] {} <Debug> HTTP-Session: 08d01fa7-3866-4cfa-bef2-282b0b488a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.09.16 14:42:52.337839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3515 | 2024.09.16 14:42:52.337862 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3516 | 2024.09.16 14:42:52.337941 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
3517 | 2024.09.16 14:42:52.337945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3518 | 2024.09.16 14:42:52.338006 [ 3 ] {} <Debug> HTTP-Session: 2cd964f9-5e04-45f5-8421-ee14a78734a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3519 | 2024.09.16 14:42:52.338117 [ 3 ] {} <Debug> HTTP-Session: 2cd964f9-5e04-45f5-8421-ee14a78734a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3520 | 2024.09.16 14:42:52.338229 [ 3 ] {} <Debug> HTTP-Session: 2cd964f9-5e04-45f5-8421-ee14a78734a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.09.16 14:42:52.338298 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
3522 | 2024.09.16 14:42:52.338422 [ 3 ] {} <Trace> HTTP-Session: 2cd964f9-5e04-45f5-8421-ee14a78734a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3523 | 2024.09.16 14:42:52.338452 [ 191 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3524 | 2024.09.16 14:42:52.338832 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part | ||
3525 | 2024.09.16 14:42:52.338975 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3526 | 2024.09.16 14:42:52.339116 [ 191 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_11_2} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3527 | 2024.09.16 14:42:52.339211 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3528 | 2024.09.16 14:42:52.339269 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
3529 | 2024.09.16 14:42:52.339587 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
3530 | 2024.09.16 14:42:52.339811 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part | ||
3531 | 2024.09.16 14:42:52.340053 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
3532 | 2024.09.16 14:42:52.340532 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3533 | 2024.09.16 14:42:52.341123 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3534 | 2024.09.16 14:42:52.341165 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3535 | 2024.09.16 14:42:52.341789 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3536 | 2024.09.16 14:42:52.341793 [ 191 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 5 columns (5 merged, 0 gathered) in 0.004940035 sec., 24898.6090179523 rows/sec., 1.92 MiB/sec. | ||
3537 | 2024.09.16 14:42:52.342081 [ 191 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3538 | 2024.09.16 14:42:52.342431 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3539 | 2024.09.16 14:42:52.342822 [ 27 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3540 | 2024.09.16 14:42:52.342970 [ 27 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3541 | 2024.09.16 14:42:52.342994 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.004217 sec., 10908.22859852976 rows/sec., 872.58 KiB/sec. | ||
3542 | 2024.09.16 14:42:52.343030 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3543 | 2024.09.16 14:42:52.343480 [ 191 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3544 | 2024.09.16 14:42:52.343587 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
3545 | 2024.09.16 14:42:52.343787 [ 191 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_11_2} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3546 | 2024.09.16 14:42:52.344068 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3547 | 2024.09.16 14:42:52.344233 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3548 | 2024.09.16 14:42:52.344276 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 364 rows starting from the beginning of the part | ||
3549 | 2024.09.16 14:42:52.344303 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Debug> DynamicQueryHandler: Done processing query | ||
3550 | 2024.09.16 14:42:52.344347 [ 3 ] {ce55f8f3-729a-41ec-9973-dfe343a52e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3551 | 2024.09.16 14:42:52.344410 [ 3 ] {} <Debug> HTTP-Session: 2cd964f9-5e04-45f5-8421-ee14a78734a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.09.16 14:42:52.344553 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 43 rows starting from the beginning of the part | ||
3553 | 2024.09.16 14:42:52.344678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3554 | 2024.09.16 14:42:52.344835 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 387 rows starting from the beginning of the part | ||
3555 | 2024.09.16 14:42:52.344861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3556 | 2024.09.16 14:42:52.344930 [ 3 ] {} <Debug> HTTP-Session: 8abfa306-15df-4df3-bbe7-7ca41d80f85f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3557 | 2024.09.16 14:42:52.345000 [ 3 ] {} <Debug> HTTP-Session: 8abfa306-15df-4df3-bbe7-7ca41d80f85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3558 | 2024.09.16 14:42:52.345085 [ 3 ] {} <Debug> HTTP-Session: 8abfa306-15df-4df3-bbe7-7ca41d80f85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3559 | 2024.09.16 14:42:52.345095 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
3560 | 2024.09.16 14:42:52.345208 [ 3 ] {} <Trace> HTTP-Session: 8abfa306-15df-4df3-bbe7-7ca41d80f85f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3561 | 2024.09.16 14:42:52.345351 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 383 rows starting from the beginning of the part | ||
3562 | 2024.09.16 14:42:52.345664 [ 196 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
3563 | 2024.09.16 14:42:52.345708 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3564 | 2024.09.16 14:42:52.345905 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3565 | 2024.09.16 14:42:52.346567 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3566 | 2024.09.16 14:42:52.347410 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3567 | 2024.09.16 14:42:52.347481 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3568 | 2024.09.16 14:42:52.348468 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3569 | 2024.09.16 14:42:52.348687 [ 187 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1269 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477324 sec., 231682.4785241844 rows/sec., 17.45 MiB/sec. | ||
3570 | 2024.09.16 14:42:52.348996 [ 191 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3571 | 2024.09.16 14:42:52.349172 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3572 | 2024.09.16 14:42:52.349578 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.004044 sec., 14836.79525222552 rows/sec., 1.04 MiB/sec. | ||
3573 | 2024.09.16 14:42:52.350059 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Debug> DynamicQueryHandler: Done processing query | ||
3574 | 2024.09.16 14:42:52.350104 [ 3 ] {88843a10-2de8-4f96-89e1-bdd73c73dc33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3575 | 2024.09.16 14:42:52.350153 [ 3 ] {} <Debug> HTTP-Session: 8abfa306-15df-4df3-bbe7-7ca41d80f85f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3576 | 2024.09.16 14:42:52.350160 [ 187 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3577 | 2024.09.16 14:42:52.350289 [ 187 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_11_2} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3578 | 2024.09.16 14:42:52.350327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3579 | 2024.09.16 14:42:52.350439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3580 | 2024.09.16 14:42:52.350450 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3581 | 2024.09.16 14:42:52.350470 [ 3 ] {} <Debug> HTTP-Session: 62e93fbc-3fa2-4c2d-bea1-c8fafab09af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3582 | 2024.09.16 14:42:52.350511 [ 3 ] {} <Debug> HTTP-Session: 62e93fbc-3fa2-4c2d-bea1-c8fafab09af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3583 | 2024.09.16 14:42:52.350526 [ 3 ] {} <Debug> HTTP-Session: 62e93fbc-3fa2-4c2d-bea1-c8fafab09af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.09.16 14:42:52.350560 [ 3 ] {} <Trace> HTTP-Session: 62e93fbc-3fa2-4c2d-bea1-c8fafab09af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3585 | 2024.09.16 14:42:52.350859 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3586 | 2024.09.16 14:42:52.350935 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <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_histogramu64 | ||
3587 | 2024.09.16 14:42:52.351393 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3588 | 2024.09.16 14:42:52.351931 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3589 | 2024.09.16 14:42:52.351967 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3590 | 2024.09.16 14:42:52.352572 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3591 | 2024.09.16 14:42:52.352997 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3592 | 2024.09.16 14:42:52.353177 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3593 | 2024.09.16 14:42:52.353204 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002561 sec., 3904.724716907458 rows/sec., 7.00 MiB/sec. | ||
3594 | 2024.09.16 14:42:52.353241 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3595 | 2024.09.16 14:42:52.353321 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3596 | 2024.09.16 14:42:52.353840 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
3597 | 2024.09.16 14:42:52.354100 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Debug> DynamicQueryHandler: Done processing query | ||
3598 | 2024.09.16 14:42:52.354155 [ 3 ] {f5986b2c-d1a8-4f31-a33e-bc8a03d50070} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3599 | 2024.09.16 14:42:52.354204 [ 3 ] {} <Debug> HTTP-Session: 62e93fbc-3fa2-4c2d-bea1-c8fafab09af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3600 | 2024.09.16 14:42:52.354423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3601 | 2024.09.16 14:42:52.354531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3602 | 2024.09.16 14:42:52.354598 [ 3 ] {} <Debug> HTTP-Session: 7b62bf1c-318a-4d9d-b4fe-8688054576de Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3603 | 2024.09.16 14:42:52.354651 [ 3 ] {} <Debug> HTTP-Session: 7b62bf1c-318a-4d9d-b4fe-8688054576de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.09.16 14:42:52.354675 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3605 | 2024.09.16 14:42:52.354684 [ 3 ] {} <Debug> HTTP-Session: 7b62bf1c-318a-4d9d-b4fe-8688054576de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.09.16 14:42:52.354797 [ 3 ] {} <Trace> HTTP-Session: 7b62bf1c-318a-4d9d-b4fe-8688054576de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3607 | 2024.09.16 14:42:52.354833 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 166 rows starting from the beginning of the part | ||
3608 | 2024.09.16 14:42:52.355029 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3609 | 2024.09.16 14:42:52.355208 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3610 | 2024.09.16 14:42:52.355673 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
3611 | 2024.09.16 14:42:52.355944 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3612 | 2024.09.16 14:42:52.356427 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part | ||
3613 | 2024.09.16 14:42:52.357207 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3614 | 2024.09.16 14:42:52.357227 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
3615 | 2024.09.16 14:42:52.357277 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3616 | 2024.09.16 14:42:52.357847 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part | ||
3617 | 2024.09.16 14:42:52.358582 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
3618 | 2024.09.16 14:42:52.358649 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3619 | 2024.09.16 14:42:52.359703 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3620 | 2024.09.16 14:42:52.359974 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.00504 sec., 5952.380952380952 rows/sec., 403.99 KiB/sec. | ||
3621 | 2024.09.16 14:42:52.360553 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Debug> DynamicQueryHandler: Done processing query | ||
3622 | 2024.09.16 14:42:52.360609 [ 3 ] {a6d46cae-9718-4e6d-9a38-5cc66b28c8c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3623 | 2024.09.16 14:42:52.360666 [ 3 ] {} <Debug> HTTP-Session: 7b62bf1c-318a-4d9d-b4fe-8688054576de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3624 | 2024.09.16 14:42:52.363133 [ 188 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 19 columns (19 merged, 0 gathered) in 0.009665954 sec., 26277.79937707132 rows/sec., 47.09 MiB/sec. | ||
3625 | 2024.09.16 14:42:52.363563 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3626 | 2024.09.16 14:42:52.364088 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3627 | 2024.09.16 14:42:52.364163 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3628 | 2024.09.16 14:42:52.364260 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
3629 | 2024.09.16 14:42:55.508963 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3630 | 2024.09.16 14:42:55.509029 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3631 | 2024.09.16 14:42:57.332658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 33877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3632 | 2024.09.16 14:42:57.332820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3633 | 2024.09.16 14:42:57.332865 [ 3 ] {} <Debug> HTTP-Session: 7a519fd3-b4e1-4d39-a95c-b911907f5a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3634 | 2024.09.16 14:42:57.332906 [ 3 ] {} <Debug> HTTP-Session: 7a519fd3-b4e1-4d39-a95c-b911907f5a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3635 | 2024.09.16 14:42:57.332935 [ 3 ] {} <Debug> HTTP-Session: 7a519fd3-b4e1-4d39-a95c-b911907f5a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3636 | 2024.09.16 14:42:57.333015 [ 3 ] {} <Trace> HTTP-Session: 7a519fd3-b4e1-4d39-a95c-b911907f5a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3637 | 2024.09.16 14:42:57.333397 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3638 | 2024.09.16 14:42:57.333504 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3639 | 2024.09.16 14:42:57.333901 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3640 | 2024.09.16 14:42:57.334610 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3641 | 2024.09.16 14:42:57.334656 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3642 | 2024.09.16 14:42:57.335092 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3643 | 2024.09.16 14:42:57.335485 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3644 | 2024.09.16 14:42:57.335668 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Debug> executeQuery: Read 221 rows, 20.40 KiB in 0.002448 sec., 90277.77777777778 rows/sec., 8.14 MiB/sec. | ||
3645 | 2024.09.16 14:42:57.335892 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Debug> DynamicQueryHandler: Done processing query | ||
3646 | 2024.09.16 14:42:57.335919 [ 3 ] {695819d3-7d65-4ec6-adca-6b0ba7074d46} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3647 | 2024.09.16 14:42:57.335936 [ 3 ] {} <Debug> HTTP-Session: 7a519fd3-b4e1-4d39-a95c-b911907f5a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.09.16 14:42:57.336067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3649 | 2024.09.16 14:42:57.336124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3650 | 2024.09.16 14:42:57.336143 [ 3 ] {} <Debug> HTTP-Session: 5954032a-5a91-4bde-bb2a-3447b8477381 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3651 | 2024.09.16 14:42:57.336161 [ 3 ] {} <Debug> HTTP-Session: 5954032a-5a91-4bde-bb2a-3447b8477381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3652 | 2024.09.16 14:42:57.336175 [ 3 ] {} <Debug> HTTP-Session: 5954032a-5a91-4bde-bb2a-3447b8477381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3653 | 2024.09.16 14:42:57.336210 [ 3 ] {} <Trace> HTTP-Session: 5954032a-5a91-4bde-bb2a-3447b8477381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3654 | 2024.09.16 14:42:57.336320 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3655 | 2024.09.16 14:42:57.336367 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3656 | 2024.09.16 14:42:57.336601 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3657 | 2024.09.16 14:42:57.336946 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3658 | 2024.09.16 14:42:57.336983 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3659 | 2024.09.16 14:42:57.337343 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3660 | 2024.09.16 14:42:57.337702 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3661 | 2024.09.16 14:42:57.337847 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001557 sec., 18625.561978163136 rows/sec., 1.37 MiB/sec. | ||
3662 | 2024.09.16 14:42:57.338052 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Debug> DynamicQueryHandler: Done processing query | ||
3663 | 2024.09.16 14:42:57.338078 [ 3 ] {697b20a7-d72b-4de4-a78a-69353bfd26c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3664 | 2024.09.16 14:42:57.338094 [ 3 ] {} <Debug> HTTP-Session: 5954032a-5a91-4bde-bb2a-3447b8477381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3665 | 2024.09.16 14:42:57.338248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3666 | 2024.09.16 14:42:57.338297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3667 | 2024.09.16 14:42:57.338316 [ 3 ] {} <Debug> HTTP-Session: acf3ab7c-dee8-4b3d-826b-b243018c4880 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3668 | 2024.09.16 14:42:57.338333 [ 3 ] {} <Debug> HTTP-Session: acf3ab7c-dee8-4b3d-826b-b243018c4880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3669 | 2024.09.16 14:42:57.338347 [ 3 ] {} <Debug> HTTP-Session: acf3ab7c-dee8-4b3d-826b-b243018c4880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3670 | 2024.09.16 14:42:57.338379 [ 3 ] {} <Trace> HTTP-Session: acf3ab7c-dee8-4b3d-826b-b243018c4880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3671 | 2024.09.16 14:42:57.338481 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3672 | 2024.09.16 14:42:57.338525 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3673 | 2024.09.16 14:42:57.338747 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3674 | 2024.09.16 14:42:57.339088 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3675 | 2024.09.16 14:42:57.339125 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3676 | 2024.09.16 14:42:57.339471 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3677 | 2024.09.16 14:42:57.339821 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3678 | 2024.09.16 14:42:57.339946 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001494 sec., 9370.816599732261 rows/sec., 656.27 KiB/sec. | ||
3679 | 2024.09.16 14:42:57.340248 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Debug> DynamicQueryHandler: Done processing query | ||
3680 | 2024.09.16 14:42:57.340287 [ 3 ] {c185b54b-5800-490d-a12a-55b5ad644f8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3681 | 2024.09.16 14:42:57.340304 [ 3 ] {} <Debug> HTTP-Session: acf3ab7c-dee8-4b3d-826b-b243018c4880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3682 | 2024.09.16 14:42:57.340423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3683 | 2024.09.16 14:42:57.340473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3684 | 2024.09.16 14:42:57.340491 [ 3 ] {} <Debug> HTTP-Session: b234d4c6-bc69-4752-85fd-8c366ba069a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3685 | 2024.09.16 14:42:57.340507 [ 3 ] {} <Debug> HTTP-Session: b234d4c6-bc69-4752-85fd-8c366ba069a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3686 | 2024.09.16 14:42:57.340521 [ 3 ] {} <Debug> HTTP-Session: b234d4c6-bc69-4752-85fd-8c366ba069a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3687 | 2024.09.16 14:42:57.340551 [ 3 ] {} <Trace> HTTP-Session: b234d4c6-bc69-4752-85fd-8c366ba069a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3688 | 2024.09.16 14:42:57.340649 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3689 | 2024.09.16 14:42:57.340692 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3690 | 2024.09.16 14:42:57.340937 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3691 | 2024.09.16 14:42:57.341228 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3692 | 2024.09.16 14:42:57.341264 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3693 | 2024.09.16 14:42:57.341602 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3694 | 2024.09.16 14:42:57.341954 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3695 | 2024.09.16 14:42:57.342117 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 239.20 KiB/sec. | ||
3696 | 2024.09.16 14:42:57.342328 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Debug> DynamicQueryHandler: Done processing query | ||
3697 | 2024.09.16 14:42:57.342352 [ 3 ] {989e9799-c11f-41bd-9897-17c643e64e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3698 | 2024.09.16 14:42:57.342367 [ 3 ] {} <Debug> HTTP-Session: b234d4c6-bc69-4752-85fd-8c366ba069a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3699 | 2024.09.16 14:42:57.342505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 61993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3700 | 2024.09.16 14:42:57.342556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3701 | 2024.09.16 14:42:57.342575 [ 3 ] {} <Debug> HTTP-Session: 84e92c35-758f-4b3e-8f15-7bd525afb563 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3702 | 2024.09.16 14:42:57.342591 [ 3 ] {} <Debug> HTTP-Session: 84e92c35-758f-4b3e-8f15-7bd525afb563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3703 | 2024.09.16 14:42:57.342604 [ 3 ] {} <Debug> HTTP-Session: 84e92c35-758f-4b3e-8f15-7bd525afb563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3704 | 2024.09.16 14:42:57.342635 [ 3 ] {} <Trace> HTTP-Session: 84e92c35-758f-4b3e-8f15-7bd525afb563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3705 | 2024.09.16 14:42:57.342849 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3706 | 2024.09.16 14:42:57.342892 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3707 | 2024.09.16 14:42:57.343116 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3708 | 2024.09.16 14:42:57.343778 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3709 | 2024.09.16 14:42:57.343814 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3710 | 2024.09.16 14:42:57.344177 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3711 | 2024.09.16 14:42:57.344527 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3712 | 2024.09.16 14:42:57.344686 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Debug> executeQuery: Read 383 rows, 27.77 KiB in 0.001956 sec., 195807.7709611452 rows/sec., 13.86 MiB/sec. | ||
3713 | 2024.09.16 14:42:57.344858 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Debug> DynamicQueryHandler: Done processing query | ||
3714 | 2024.09.16 14:42:57.344882 [ 3 ] {d78f2cd7-ddca-407d-88e2-eef9f64e23b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3715 | 2024.09.16 14:42:57.344898 [ 3 ] {} <Debug> HTTP-Session: 84e92c35-758f-4b3e-8f15-7bd525afb563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.09.16 14:42:57.345015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3717 | 2024.09.16 14:42:57.345064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3718 | 2024.09.16 14:42:57.345084 [ 3 ] {} <Debug> HTTP-Session: e626c74e-ceb0-4c1b-8c14-b1ac99fea587 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3719 | 2024.09.16 14:42:57.345100 [ 3 ] {} <Debug> HTTP-Session: e626c74e-ceb0-4c1b-8c14-b1ac99fea587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3720 | 2024.09.16 14:42:57.345113 [ 3 ] {} <Debug> HTTP-Session: e626c74e-ceb0-4c1b-8c14-b1ac99fea587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3721 | 2024.09.16 14:42:57.345143 [ 3 ] {} <Trace> HTTP-Session: e626c74e-ceb0-4c1b-8c14-b1ac99fea587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3722 | 2024.09.16 14:42:57.345239 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3723 | 2024.09.16 14:42:57.345282 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3724 | 2024.09.16 14:42:57.345413 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3725 | 2024.09.16 14:42:57.345682 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3726 | 2024.09.16 14:42:57.345718 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3727 | 2024.09.16 14:42:57.346071 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3728 | 2024.09.16 14:42:57.346382 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2024.09.16 14:42:57.346534 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 238.02 KiB/sec. | ||
3730 | 2024.09.16 14:42:57.346699 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Debug> DynamicQueryHandler: Done processing query | ||
3731 | 2024.09.16 14:42:57.346723 [ 3 ] {6e555aab-d7de-409f-bd1c-3452cbc38bf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3732 | 2024.09.16 14:42:57.346739 [ 3 ] {} <Debug> HTTP-Session: e626c74e-ceb0-4c1b-8c14-b1ac99fea587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3733 | 2024.09.16 14:42:57.346920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 25605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3734 | 2024.09.16 14:42:57.346969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3735 | 2024.09.16 14:42:57.346989 [ 3 ] {} <Debug> HTTP-Session: cfe71959-bb85-44d2-aefb-c8ebc2571a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3736 | 2024.09.16 14:42:57.347005 [ 3 ] {} <Debug> HTTP-Session: cfe71959-bb85-44d2-aefb-c8ebc2571a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3737 | 2024.09.16 14:42:57.347019 [ 3 ] {} <Debug> HTTP-Session: cfe71959-bb85-44d2-aefb-c8ebc2571a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3738 | 2024.09.16 14:42:57.347050 [ 3 ] {} <Trace> HTTP-Session: cfe71959-bb85-44d2-aefb-c8ebc2571a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3739 | 2024.09.16 14:42:57.347225 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3740 | 2024.09.16 14:42:57.347271 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3741 | 2024.09.16 14:42:57.347416 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3742 | 2024.09.16 14:42:57.347787 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3743 | 2024.09.16 14:42:57.347823 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3744 | 2024.09.16 14:42:57.348199 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3745 | 2024.09.16 14:42:57.348536 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3746 | 2024.09.16 14:42:57.348693 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3747 | 2024.09.16 14:42:57.348698 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001561 sec., 87764.25368353618 rows/sec., 5.73 MiB/sec. | ||
3748 | 2024.09.16 14:42:57.348782 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3749 | 2024.09.16 14:42:57.348843 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3750 | 2024.09.16 14:42:57.349037 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Debug> DynamicQueryHandler: Done processing query | ||
3751 | 2024.09.16 14:42:57.349054 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
3752 | 2024.09.16 14:42:57.349071 [ 3 ] {2e6a4933-9fea-467a-b65a-cdeb7e0d1c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3753 | 2024.09.16 14:42:57.349130 [ 3 ] {} <Debug> HTTP-Session: cfe71959-bb85-44d2-aefb-c8ebc2571a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3754 | 2024.09.16 14:42:57.349299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3755 | 2024.09.16 14:42:57.349413 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3756 | 2024.09.16 14:42:57.349415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3757 | 2024.09.16 14:42:57.349488 [ 3 ] {} <Debug> HTTP-Session: 57b42e3b-2f6d-4eab-9e90-be3b3ae78d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3758 | 2024.09.16 14:42:57.349498 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 396 rows starting from the beginning of the part | ||
3759 | 2024.09.16 14:42:57.349518 [ 3 ] {} <Debug> HTTP-Session: 57b42e3b-2f6d-4eab-9e90-be3b3ae78d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3760 | 2024.09.16 14:42:57.349568 [ 3 ] {} <Debug> HTTP-Session: 57b42e3b-2f6d-4eab-9e90-be3b3ae78d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3761 | 2024.09.16 14:42:57.349665 [ 3 ] {} <Trace> HTTP-Session: 57b42e3b-2f6d-4eab-9e90-be3b3ae78d01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3762 | 2024.09.16 14:42:57.349805 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 133 rows starting from the beginning of the part | ||
3763 | 2024.09.16 14:42:57.349934 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3764 | 2024.09.16 14:42:57.350117 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
3765 | 2024.09.16 14:42:57.350119 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3766 | 2024.09.16 14:42:57.350451 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 137 rows starting from the beginning of the part | ||
3767 | 2024.09.16 14:42:57.350821 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
3768 | 2024.09.16 14:42:57.351156 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 137 rows starting from the beginning of the part | ||
3769 | 2024.09.16 14:42:57.351430 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3770 | 2024.09.16 14:42:57.352155 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3771 | 2024.09.16 14:42:57.352219 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3772 | 2024.09.16 14:42:57.353182 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3773 | 2024.09.16 14:42:57.353995 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3774 | 2024.09.16 14:42:57.354394 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 923 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426024 sec., 170106.14033406414 rows/sec., 10.95 MiB/sec. | ||
3775 | 2024.09.16 14:42:57.354456 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004587 sec., 218.00741225201656 rows/sec., 14.69 KiB/sec. | ||
3776 | 2024.09.16 14:42:57.354831 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3777 | 2024.09.16 14:42:57.355002 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Debug> DynamicQueryHandler: Done processing query | ||
3778 | 2024.09.16 14:42:57.355033 [ 3 ] {4e5651b2-5dd8-4271-b0e1-788a630be94c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3779 | 2024.09.16 14:42:57.355057 [ 3 ] {} <Debug> HTTP-Session: 57b42e3b-2f6d-4eab-9e90-be3b3ae78d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3780 | 2024.09.16 14:42:57.355278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48536, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3781 | 2024.09.16 14:42:57.355364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3782 | 2024.09.16 14:42:57.355391 [ 3 ] {} <Debug> HTTP-Session: 993e325e-e183-4391-9b95-bedc0a635037 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3783 | 2024.09.16 14:42:57.355418 [ 3 ] {} <Debug> HTTP-Session: 993e325e-e183-4391-9b95-bedc0a635037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3784 | 2024.09.16 14:42:57.355447 [ 3 ] {} <Debug> HTTP-Session: 993e325e-e183-4391-9b95-bedc0a635037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3785 | 2024.09.16 14:42:57.355505 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3786 | 2024.09.16 14:42:57.355520 [ 3 ] {} <Trace> HTTP-Session: 993e325e-e183-4391-9b95-bedc0a635037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3787 | 2024.09.16 14:42:57.355674 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3788 | 2024.09.16 14:42:57.355806 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3789 | 2024.09.16 14:42:57.355952 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3790 | 2024.09.16 14:42:57.356032 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <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_histogramu64 | ||
3791 | 2024.09.16 14:42:57.356492 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3792 | 2024.09.16 14:42:57.357147 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3793 | 2024.09.16 14:42:57.357184 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3794 | 2024.09.16 14:42:57.357827 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3795 | 2024.09.16 14:42:57.358231 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3796 | 2024.09.16 14:42:57.358412 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002737 sec., 10595.542564852029 rows/sec., 18.99 MiB/sec. | ||
3797 | 2024.09.16 14:42:57.358645 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Debug> DynamicQueryHandler: Done processing query | ||
3798 | 2024.09.16 14:42:57.358670 [ 3 ] {e0fb7c51-b99d-4c49-84d2-60fcc393f01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3799 | 2024.09.16 14:42:57.358685 [ 3 ] {} <Debug> HTTP-Session: 993e325e-e183-4391-9b95-bedc0a635037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.09.16 14:42:57.358807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3801 | 2024.09.16 14:42:57.358855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3802 | 2024.09.16 14:42:57.358875 [ 3 ] {} <Debug> HTTP-Session: c09da6cf-4b13-4296-8512-8304f487dcb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3803 | 2024.09.16 14:42:57.358891 [ 3 ] {} <Debug> HTTP-Session: c09da6cf-4b13-4296-8512-8304f487dcb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3804 | 2024.09.16 14:42:57.358904 [ 3 ] {} <Debug> HTTP-Session: c09da6cf-4b13-4296-8512-8304f487dcb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.09.16 14:42:57.358935 [ 3 ] {} <Trace> HTTP-Session: c09da6cf-4b13-4296-8512-8304f487dcb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3806 | 2024.09.16 14:42:57.359050 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3807 | 2024.09.16 14:42:57.359094 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3808 | 2024.09.16 14:42:57.359222 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3809 | 2024.09.16 14:42:57.359523 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3810 | 2024.09.16 14:42:57.359558 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3811 | 2024.09.16 14:42:57.359917 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3812 | 2024.09.16 14:42:57.360238 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.09.16 14:42:57.360390 [ 98 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3814 | 2024.09.16 14:42:57.360399 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001381 sec., 37653.874004344674 rows/sec., 2.28 MiB/sec. | ||
3815 | 2024.09.16 14:42:57.360443 [ 98 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3816 | 2024.09.16 14:42:57.360513 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3817 | 2024.09.16 14:42:57.360778 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Debug> DynamicQueryHandler: Done processing query | ||
3818 | 2024.09.16 14:42:57.360871 [ 3 ] {bb33f0d7-8e56-4a8c-9dc4-e331679b4c97} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3819 | 2024.09.16 14:42:57.360951 [ 3 ] {} <Debug> HTTP-Session: c09da6cf-4b13-4296-8512-8304f487dcb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3820 | 2024.09.16 14:42:57.361002 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
3821 | 2024.09.16 14:42:57.361242 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3822 | 2024.09.16 14:42:57.361290 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part | ||
3823 | 2024.09.16 14:42:57.361384 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
3824 | 2024.09.16 14:42:57.361659 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
3825 | 2024.09.16 14:42:57.361928 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
3826 | 2024.09.16 14:42:57.362088 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
3827 | 2024.09.16 14:42:57.362285 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
3828 | 2024.09.16 14:42:57.363456 [ 196 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.002824773 sec., 114699.48204687597 rows/sec., 6.78 MiB/sec. | ||
3829 | 2024.09.16 14:42:57.363633 [ 196 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3830 | 2024.09.16 14:42:57.363993 [ 196 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3831 | 2024.09.16 14:42:57.364072 [ 196 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_11_2} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3832 | 2024.09.16 14:42:57.364141 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3833 | 2024.09.16 14:43:02.328336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3834 | 2024.09.16 14:43:02.328473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3835 | 2024.09.16 14:43:02.328503 [ 3 ] {} <Debug> HTTP-Session: 9515b8fe-584d-4cbd-97f8-fa6bed2cf866 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3836 | 2024.09.16 14:43:02.328532 [ 3 ] {} <Debug> HTTP-Session: 9515b8fe-584d-4cbd-97f8-fa6bed2cf866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3837 | 2024.09.16 14:43:02.328549 [ 3 ] {} <Debug> HTTP-Session: 9515b8fe-584d-4cbd-97f8-fa6bed2cf866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3838 | 2024.09.16 14:43:02.328605 [ 3 ] {} <Trace> HTTP-Session: 9515b8fe-584d-4cbd-97f8-fa6bed2cf866 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3839 | 2024.09.16 14:43:02.328814 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3840 | 2024.09.16 14:43:02.328880 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3841 | 2024.09.16 14:43:02.329206 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3842 | 2024.09.16 14:43:02.329681 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3843 | 2024.09.16 14:43:02.329726 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3844 | 2024.09.16 14:43:02.330164 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3845 | 2024.09.16 14:43:02.330550 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3846 | 2024.09.16 14:43:02.330741 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Debug> executeQuery: Read 50 rows, 4.28 KiB in 0.00199 sec., 25125.628140703517 rows/sec., 2.10 MiB/sec. | ||
3847 | 2024.09.16 14:43:02.331013 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Debug> DynamicQueryHandler: Done processing query | ||
3848 | 2024.09.16 14:43:02.331041 [ 3 ] {fafbfc65-afd3-4549-aad4-d3a0d5bbe116} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3849 | 2024.09.16 14:43:02.331060 [ 3 ] {} <Debug> HTTP-Session: 9515b8fe-584d-4cbd-97f8-fa6bed2cf866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3850 | 2024.09.16 14:43:02.331190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3851 | 2024.09.16 14:43:02.331249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3852 | 2024.09.16 14:43:02.331270 [ 3 ] {} <Debug> HTTP-Session: 3da6c2b1-d3c2-43ad-bf33-5cc2225917f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3853 | 2024.09.16 14:43:02.331289 [ 3 ] {} <Debug> HTTP-Session: 3da6c2b1-d3c2-43ad-bf33-5cc2225917f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3854 | 2024.09.16 14:43:02.331303 [ 3 ] {} <Debug> HTTP-Session: 3da6c2b1-d3c2-43ad-bf33-5cc2225917f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3855 | 2024.09.16 14:43:02.331338 [ 3 ] {} <Trace> HTTP-Session: 3da6c2b1-d3c2-43ad-bf33-5cc2225917f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3856 | 2024.09.16 14:43:02.331451 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3857 | 2024.09.16 14:43:02.331498 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3858 | 2024.09.16 14:43:02.331740 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3859 | 2024.09.16 14:43:02.332052 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3860 | 2024.09.16 14:43:02.332089 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3861 | 2024.09.16 14:43:02.332443 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3862 | 2024.09.16 14:43:02.332799 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3863 | 2024.09.16 14:43:02.332961 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001537 sec., 6506.180871828237 rows/sec., 489.23 KiB/sec. | ||
3864 | 2024.09.16 14:43:02.333274 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Debug> DynamicQueryHandler: Done processing query | ||
3865 | 2024.09.16 14:43:02.333300 [ 3 ] {9aac0f00-9fe8-4ed2-848b-5c7e70874889} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3866 | 2024.09.16 14:43:02.333316 [ 3 ] {} <Debug> HTTP-Session: 3da6c2b1-d3c2-43ad-bf33-5cc2225917f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3867 | 2024.09.16 14:43:02.333456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3868 | 2024.09.16 14:43:02.333507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3869 | 2024.09.16 14:43:02.333527 [ 3 ] {} <Debug> HTTP-Session: fc0a1b64-ed9a-416b-9c23-727d6c686eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3870 | 2024.09.16 14:43:02.333544 [ 3 ] {} <Debug> HTTP-Session: fc0a1b64-ed9a-416b-9c23-727d6c686eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3871 | 2024.09.16 14:43:02.333558 [ 3 ] {} <Debug> HTTP-Session: fc0a1b64-ed9a-416b-9c23-727d6c686eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.09.16 14:43:02.333588 [ 3 ] {} <Trace> HTTP-Session: fc0a1b64-ed9a-416b-9c23-727d6c686eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3873 | 2024.09.16 14:43:02.333712 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3874 | 2024.09.16 14:43:02.333759 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3875 | 2024.09.16 14:43:02.334008 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3876 | 2024.09.16 14:43:02.334340 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3877 | 2024.09.16 14:43:02.334377 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3878 | 2024.09.16 14:43:02.334722 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3879 | 2024.09.16 14:43:02.335074 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3880 | 2024.09.16 14:43:02.335231 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001547 sec., 29734.9709114415 rows/sec., 2.32 MiB/sec. | ||
3881 | 2024.09.16 14:43:02.335461 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Debug> DynamicQueryHandler: Done processing query | ||
3882 | 2024.09.16 14:43:02.335486 [ 3 ] {0af8d061-5ba3-49e4-8a3e-b352301936b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3883 | 2024.09.16 14:43:02.335501 [ 3 ] {} <Debug> HTTP-Session: fc0a1b64-ed9a-416b-9c23-727d6c686eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3884 | 2024.09.16 14:43:02.335625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3885 | 2024.09.16 14:43:02.335675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3886 | 2024.09.16 14:43:02.335695 [ 3 ] {} <Debug> HTTP-Session: 0197f6db-0f6e-41f3-b388-b426f8d6ce22 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3887 | 2024.09.16 14:43:02.335711 [ 3 ] {} <Debug> HTTP-Session: 0197f6db-0f6e-41f3-b388-b426f8d6ce22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3888 | 2024.09.16 14:43:02.335725 [ 3 ] {} <Debug> HTTP-Session: 0197f6db-0f6e-41f3-b388-b426f8d6ce22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.09.16 14:43:02.335755 [ 3 ] {} <Trace> HTTP-Session: 0197f6db-0f6e-41f3-b388-b426f8d6ce22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3890 | 2024.09.16 14:43:02.335875 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3891 | 2024.09.16 14:43:02.335921 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3892 | 2024.09.16 14:43:02.336069 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3893 | 2024.09.16 14:43:02.336385 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3894 | 2024.09.16 14:43:02.336421 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3895 | 2024.09.16 14:43:02.336788 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3896 | 2024.09.16 14:43:02.337133 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3897 | 2024.09.16 14:43:02.337290 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.89 MiB/sec. | ||
3898 | 2024.09.16 14:43:02.337593 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Debug> DynamicQueryHandler: Done processing query | ||
3899 | 2024.09.16 14:43:02.337619 [ 3 ] {a752a33e-7e1e-45f1-934b-d2364fa8779f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3900 | 2024.09.16 14:43:02.337635 [ 3 ] {} <Debug> HTTP-Session: 0197f6db-0f6e-41f3-b388-b426f8d6ce22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3901 | 2024.09.16 14:43:02.337762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3902 | 2024.09.16 14:43:02.337812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3903 | 2024.09.16 14:43:02.337830 [ 3 ] {} <Debug> HTTP-Session: 223679d4-403b-423f-95bd-f2cb190ce52f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3904 | 2024.09.16 14:43:02.337846 [ 3 ] {} <Debug> HTTP-Session: 223679d4-403b-423f-95bd-f2cb190ce52f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3905 | 2024.09.16 14:43:02.337860 [ 3 ] {} <Debug> HTTP-Session: 223679d4-403b-423f-95bd-f2cb190ce52f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.09.16 14:43:02.337890 [ 3 ] {} <Trace> HTTP-Session: 223679d4-403b-423f-95bd-f2cb190ce52f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3907 | 2024.09.16 14:43:02.338063 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3908 | 2024.09.16 14:43:02.338133 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <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_histogramu64 | ||
3909 | 2024.09.16 14:43:02.338569 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3910 | 2024.09.16 14:43:02.339102 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3911 | 2024.09.16 14:43:02.339138 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3912 | 2024.09.16 14:43:02.339733 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3913 | 2024.09.16 14:43:02.340155 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3914 | 2024.09.16 14:43:02.340333 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002369 sec., 4221.190375685944 rows/sec., 7.56 MiB/sec. | ||
3915 | 2024.09.16 14:43:02.340560 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Debug> DynamicQueryHandler: Done processing query | ||
3916 | 2024.09.16 14:43:02.340584 [ 3 ] {952a08fa-ce5e-4b73-9d32-e4e78795a204} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3917 | 2024.09.16 14:43:02.340600 [ 3 ] {} <Debug> HTTP-Session: 223679d4-403b-423f-95bd-f2cb190ce52f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3918 | 2024.09.16 14:43:02.340712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3919 | 2024.09.16 14:43:02.340761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3920 | 2024.09.16 14:43:02.340780 [ 3 ] {} <Debug> HTTP-Session: 6bc50476-186a-4ae8-bdde-6f138c2c3dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3921 | 2024.09.16 14:43:02.340795 [ 3 ] {} <Debug> HTTP-Session: 6bc50476-186a-4ae8-bdde-6f138c2c3dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3922 | 2024.09.16 14:43:02.340809 [ 3 ] {} <Debug> HTTP-Session: 6bc50476-186a-4ae8-bdde-6f138c2c3dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3923 | 2024.09.16 14:43:02.340840 [ 3 ] {} <Trace> HTTP-Session: 6bc50476-186a-4ae8-bdde-6f138c2c3dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3924 | 2024.09.16 14:43:02.340950 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3925 | 2024.09.16 14:43:02.340994 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3926 | 2024.09.16 14:43:02.341122 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3927 | 2024.09.16 14:43:02.341409 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3928 | 2024.09.16 14:43:02.341445 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3929 | 2024.09.16 14:43:02.341803 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3930 | 2024.09.16 14:43:02.342122 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3931 | 2024.09.16 14:43:02.342272 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001359 sec., 22075.05518763797 rows/sec., 1.46 MiB/sec. | ||
3932 | 2024.09.16 14:43:02.342439 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Debug> DynamicQueryHandler: Done processing query | ||
3933 | 2024.09.16 14:43:02.342464 [ 3 ] {0866fe8f-105e-4e99-b698-a8232c2738c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3934 | 2024.09.16 14:43:02.342480 [ 3 ] {} <Debug> HTTP-Session: 6bc50476-186a-4ae8-bdde-6f138c2c3dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3935 | 2024.09.16 14:43:07.333136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 33877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3936 | 2024.09.16 14:43:07.333330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3937 | 2024.09.16 14:43:07.333376 [ 3 ] {} <Debug> HTTP-Session: 727bcf67-e4a4-4b6a-a8ff-8ef8f7c79bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3938 | 2024.09.16 14:43:07.333419 [ 3 ] {} <Debug> HTTP-Session: 727bcf67-e4a4-4b6a-a8ff-8ef8f7c79bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3939 | 2024.09.16 14:43:07.333448 [ 3 ] {} <Debug> HTTP-Session: 727bcf67-e4a4-4b6a-a8ff-8ef8f7c79bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3940 | 2024.09.16 14:43:07.333526 [ 3 ] {} <Trace> HTTP-Session: 727bcf67-e4a4-4b6a-a8ff-8ef8f7c79bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3941 | 2024.09.16 14:43:07.333911 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3942 | 2024.09.16 14:43:07.333995 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3943 | 2024.09.16 14:43:07.334327 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3944 | 2024.09.16 14:43:07.334908 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3945 | 2024.09.16 14:43:07.334950 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3946 | 2024.09.16 14:43:07.335373 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3947 | 2024.09.16 14:43:07.335747 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3948 | 2024.09.16 14:43:07.335917 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Debug> executeQuery: Read 221 rows, 20.40 KiB in 0.002179 sec., 101422.67094997705 rows/sec., 9.14 MiB/sec. | ||
3949 | 2024.09.16 14:43:07.336161 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Debug> DynamicQueryHandler: Done processing query | ||
3950 | 2024.09.16 14:43:07.336188 [ 3 ] {168b7466-851a-4552-93e7-33464f1f3662} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3951 | 2024.09.16 14:43:07.336205 [ 3 ] {} <Debug> HTTP-Session: 727bcf67-e4a4-4b6a-a8ff-8ef8f7c79bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3952 | 2024.09.16 14:43:07.336336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3953 | 2024.09.16 14:43:07.336385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3954 | 2024.09.16 14:43:07.336404 [ 3 ] {} <Debug> HTTP-Session: 43101d01-df28-4b57-b5da-57c4c21d0cae Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3955 | 2024.09.16 14:43:07.336422 [ 3 ] {} <Debug> HTTP-Session: 43101d01-df28-4b57-b5da-57c4c21d0cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3956 | 2024.09.16 14:43:07.336436 [ 3 ] {} <Debug> HTTP-Session: 43101d01-df28-4b57-b5da-57c4c21d0cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3957 | 2024.09.16 14:43:07.336467 [ 3 ] {} <Trace> HTTP-Session: 43101d01-df28-4b57-b5da-57c4c21d0cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3958 | 2024.09.16 14:43:07.336569 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3959 | 2024.09.16 14:43:07.336613 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3960 | 2024.09.16 14:43:07.336839 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3961 | 2024.09.16 14:43:07.337169 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3962 | 2024.09.16 14:43:07.337205 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3963 | 2024.09.16 14:43:07.337557 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3964 | 2024.09.16 14:43:07.337908 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3965 | 2024.09.16 14:43:07.338068 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001518 sec., 19104.084321475624 rows/sec., 1.40 MiB/sec. | ||
3966 | 2024.09.16 14:43:07.338241 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Debug> DynamicQueryHandler: Done processing query | ||
3967 | 2024.09.16 14:43:07.338266 [ 3 ] {53eaea53-e282-441a-9539-0b919cded337} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3968 | 2024.09.16 14:43:07.338281 [ 3 ] {} <Debug> HTTP-Session: 43101d01-df28-4b57-b5da-57c4c21d0cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3969 | 2024.09.16 14:43:07.338398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3970 | 2024.09.16 14:43:07.338447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3971 | 2024.09.16 14:43:07.338466 [ 3 ] {} <Debug> HTTP-Session: 51f990aa-b030-4ec7-b539-569bc83eed52 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3972 | 2024.09.16 14:43:07.338482 [ 3 ] {} <Debug> HTTP-Session: 51f990aa-b030-4ec7-b539-569bc83eed52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.09.16 14:43:07.338496 [ 3 ] {} <Debug> HTTP-Session: 51f990aa-b030-4ec7-b539-569bc83eed52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.09.16 14:43:07.338527 [ 3 ] {} <Trace> HTTP-Session: 51f990aa-b030-4ec7-b539-569bc83eed52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3975 | 2024.09.16 14:43:07.338624 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3976 | 2024.09.16 14:43:07.338667 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3977 | 2024.09.16 14:43:07.338888 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3978 | 2024.09.16 14:43:07.339267 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3979 | 2024.09.16 14:43:07.339304 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3980 | 2024.09.16 14:43:07.339644 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3981 | 2024.09.16 14:43:07.339995 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3982 | 2024.09.16 14:43:07.340159 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001554 sec., 9009.009009009009 rows/sec., 630.93 KiB/sec. | ||
3983 | 2024.09.16 14:43:07.340159 [ 150 ] {} <Debug> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3984 | 2024.09.16 14:43:07.340276 [ 150 ] {} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3985 | 2024.09.16 14:43:07.340326 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
3986 | 2024.09.16 14:43:07.340412 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Debug> DynamicQueryHandler: Done processing query | ||
3987 | 2024.09.16 14:43:07.340469 [ 3 ] {6af5fba8-1303-4eb5-8ac2-5c35669c9483} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3988 | 2024.09.16 14:43:07.340523 [ 3 ] {} <Debug> HTTP-Session: 51f990aa-b030-4ec7-b539-569bc83eed52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3989 | 2024.09.16 14:43:07.340573 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
3990 | 2024.09.16 14:43:07.340680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3991 | 2024.09.16 14:43:07.340788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3992 | 2024.09.16 14:43:07.340840 [ 3 ] {} <Debug> HTTP-Session: b2a3f3e5-8aca-459c-a08b-72d4e6153560 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
3993 | 2024.09.16 14:43:07.340887 [ 3 ] {} <Debug> HTTP-Session: b2a3f3e5-8aca-459c-a08b-72d4e6153560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3994 | 2024.09.16 14:43:07.340925 [ 3 ] {} <Debug> HTTP-Session: b2a3f3e5-8aca-459c-a08b-72d4e6153560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.09.16 14:43:07.340959 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3996 | 2024.09.16 14:43:07.340985 [ 3 ] {} <Trace> HTTP-Session: b2a3f3e5-8aca-459c-a08b-72d4e6153560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3997 | 2024.09.16 14:43:07.341022 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
3998 | 2024.09.16 14:43:07.341284 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3999 | 2024.09.16 14:43:07.341312 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4000 | 2024.09.16 14:43:07.341552 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4001 | 2024.09.16 14:43:07.341611 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
4002 | 2024.09.16 14:43:07.342096 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
4003 | 2024.09.16 14:43:07.342380 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
4004 | 2024.09.16 14:43:07.342702 [ 188 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
4005 | 2024.09.16 14:43:07.343320 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4006 | 2024.09.16 14:43:07.344054 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4007 | 2024.09.16 14:43:07.344115 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4008 | 2024.09.16 14:43:07.345117 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4009 | 2024.09.16 14:43:07.345811 [ 196 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 5 columns (5 merged, 0 gathered) in 0.005384772 sec., 13185.330780950428 rows/sec., 934.35 KiB/sec. | ||
4010 | 2024.09.16 14:43:07.346022 [ 196 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4011 | 2024.09.16 14:43:07.346185 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4012 | 2024.09.16 14:43:07.346423 [ 150 ] {} <Debug> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4013 | 2024.09.16 14:43:07.346555 [ 150 ] {} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4014 | 2024.09.16 14:43:07.346611 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005416 sec., 1107.8286558345642 rows/sec., 65.45 KiB/sec. | ||
4015 | 2024.09.16 14:43:07.346696 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4016 | 2024.09.16 14:43:07.347166 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
4017 | 2024.09.16 14:43:07.347492 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Debug> DynamicQueryHandler: Done processing query | ||
4018 | 2024.09.16 14:43:07.347505 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4019 | 2024.09.16 14:43:07.347551 [ 3 ] {99669cf5-a7b5-4b09-94a1-5b93cce32ab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4020 | 2024.09.16 14:43:07.347594 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
4021 | 2024.09.16 14:43:07.347622 [ 3 ] {} <Debug> HTTP-Session: b2a3f3e5-8aca-459c-a08b-72d4e6153560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4022 | 2024.09.16 14:43:07.347696 [ 201 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4023 | 2024.09.16 14:43:07.347973 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4024 | 2024.09.16 14:43:07.348014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 61993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4025 | 2024.09.16 14:43:07.348123 [ 201 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_10_2} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4026 | 2024.09.16 14:43:07.348287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4027 | 2024.09.16 14:43:07.348419 [ 3 ] {} <Debug> HTTP-Session: 817f0185-fb76-4613-a6ae-b6353dd50b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4028 | 2024.09.16 14:43:07.348481 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4029 | 2024.09.16 14:43:07.348488 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
4030 | 2024.09.16 14:43:07.348500 [ 3 ] {} <Debug> HTTP-Session: 817f0185-fb76-4613-a6ae-b6353dd50b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.09.16 14:43:07.348566 [ 3 ] {} <Debug> HTTP-Session: 817f0185-fb76-4613-a6ae-b6353dd50b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.09.16 14:43:07.348762 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
4033 | 2024.09.16 14:43:07.348783 [ 3 ] {} <Trace> HTTP-Session: 817f0185-fb76-4613-a6ae-b6353dd50b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4034 | 2024.09.16 14:43:07.349068 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
4035 | 2024.09.16 14:43:07.349418 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4036 | 2024.09.16 14:43:07.349513 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4037 | 2024.09.16 14:43:07.350324 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4038 | 2024.09.16 14:43:07.351371 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004493405 sec., 6676.451377073734 rows/sec., 423.80 KiB/sec. | ||
4039 | 2024.09.16 14:43:07.351531 [ 188 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4040 | 2024.09.16 14:43:07.351538 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4041 | 2024.09.16 14:43:07.351627 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4042 | 2024.09.16 14:43:07.352564 [ 201 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4043 | 2024.09.16 14:43:07.352583 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4044 | 2024.09.16 14:43:07.352668 [ 201 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_9_2} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4045 | 2024.09.16 14:43:07.352784 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4046 | 2024.09.16 14:43:07.353052 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4047 | 2024.09.16 14:43:07.353225 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Debug> executeQuery: Read 383 rows, 27.77 KiB in 0.004122 sec., 92916.06016496847 rows/sec., 6.58 MiB/sec. | ||
4048 | 2024.09.16 14:43:07.353606 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Debug> DynamicQueryHandler: Done processing query | ||
4049 | 2024.09.16 14:43:07.353633 [ 3 ] {ebe16db1-1fa0-4f96-986e-4baa2ba77721} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4050 | 2024.09.16 14:43:07.353649 [ 3 ] {} <Debug> HTTP-Session: 817f0185-fb76-4613-a6ae-b6353dd50b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4051 | 2024.09.16 14:43:07.353772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4052 | 2024.09.16 14:43:07.353822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4053 | 2024.09.16 14:43:07.353841 [ 3 ] {} <Debug> HTTP-Session: 7125b2a9-44c0-48b9-ae13-8d6125208923 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4054 | 2024.09.16 14:43:07.353858 [ 3 ] {} <Debug> HTTP-Session: 7125b2a9-44c0-48b9-ae13-8d6125208923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4055 | 2024.09.16 14:43:07.353872 [ 3 ] {} <Debug> HTTP-Session: 7125b2a9-44c0-48b9-ae13-8d6125208923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4056 | 2024.09.16 14:43:07.353903 [ 3 ] {} <Trace> HTTP-Session: 7125b2a9-44c0-48b9-ae13-8d6125208923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4057 | 2024.09.16 14:43:07.354000 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4058 | 2024.09.16 14:43:07.354046 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4059 | 2024.09.16 14:43:07.354202 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4060 | 2024.09.16 14:43:07.354478 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4061 | 2024.09.16 14:43:07.354513 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4062 | 2024.09.16 14:43:07.354863 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4063 | 2024.09.16 14:43:07.355187 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4064 | 2024.09.16 14:43:07.355352 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
4065 | 2024.09.16 14:43:07.355561 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Debug> DynamicQueryHandler: Done processing query | ||
4066 | 2024.09.16 14:43:07.355586 [ 3 ] {53c4e794-478c-4c97-a99d-ea8a2aebf4ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4067 | 2024.09.16 14:43:07.355602 [ 3 ] {} <Debug> HTTP-Session: 7125b2a9-44c0-48b9-ae13-8d6125208923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4068 | 2024.09.16 14:43:07.355733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 25605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4069 | 2024.09.16 14:43:07.355781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4070 | 2024.09.16 14:43:07.355800 [ 3 ] {} <Debug> HTTP-Session: c785c6c5-4b50-467d-85ea-d3e903f5522d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4071 | 2024.09.16 14:43:07.355816 [ 3 ] {} <Debug> HTTP-Session: c785c6c5-4b50-467d-85ea-d3e903f5522d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.09.16 14:43:07.355831 [ 3 ] {} <Debug> HTTP-Session: c785c6c5-4b50-467d-85ea-d3e903f5522d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4073 | 2024.09.16 14:43:07.355861 [ 3 ] {} <Trace> HTTP-Session: c785c6c5-4b50-467d-85ea-d3e903f5522d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4074 | 2024.09.16 14:43:07.356028 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4075 | 2024.09.16 14:43:07.356074 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4076 | 2024.09.16 14:43:07.356222 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4077 | 2024.09.16 14:43:07.356605 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4078 | 2024.09.16 14:43:07.356641 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4079 | 2024.09.16 14:43:07.357012 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4080 | 2024.09.16 14:43:07.357349 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4081 | 2024.09.16 14:43:07.357509 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001566 sec., 87484.03575989783 rows/sec., 5.72 MiB/sec. | ||
4082 | 2024.09.16 14:43:07.357675 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Debug> DynamicQueryHandler: Done processing query | ||
4083 | 2024.09.16 14:43:07.357700 [ 3 ] {741aa8bb-687e-4f4e-8be5-26e84b8396bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4084 | 2024.09.16 14:43:07.357716 [ 3 ] {} <Debug> HTTP-Session: c785c6c5-4b50-467d-85ea-d3e903f5522d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4085 | 2024.09.16 14:43:07.357824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4086 | 2024.09.16 14:43:07.357871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4087 | 2024.09.16 14:43:07.357890 [ 3 ] {} <Debug> HTTP-Session: d50c5e89-80f9-4deb-adb3-0f56fe626db8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4088 | 2024.09.16 14:43:07.357907 [ 3 ] {} <Debug> HTTP-Session: d50c5e89-80f9-4deb-adb3-0f56fe626db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.09.16 14:43:07.357921 [ 3 ] {} <Debug> HTTP-Session: d50c5e89-80f9-4deb-adb3-0f56fe626db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4090 | 2024.09.16 14:43:07.357951 [ 3 ] {} <Trace> HTTP-Session: d50c5e89-80f9-4deb-adb3-0f56fe626db8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4091 | 2024.09.16 14:43:07.358042 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4092 | 2024.09.16 14:43:07.358088 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4093 | 2024.09.16 14:43:07.358217 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4094 | 2024.09.16 14:43:07.358474 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4095 | 2024.09.16 14:43:07.358509 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4096 | 2024.09.16 14:43:07.358848 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4097 | 2024.09.16 14:43:07.359160 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4098 | 2024.09.16 14:43:07.359285 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001265 sec., 790.5138339920949 rows/sec., 53.27 KiB/sec. | ||
4099 | 2024.09.16 14:43:07.359297 [ 149 ] {} <Debug> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4100 | 2024.09.16 14:43:07.359351 [ 149 ] {} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4101 | 2024.09.16 14:43:07.359386 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4102 | 2024.09.16 14:43:07.359514 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Debug> DynamicQueryHandler: Done processing query | ||
4103 | 2024.09.16 14:43:07.359612 [ 3 ] {cc0e0a2d-58e8-493b-9a04-5b48f90f5bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4104 | 2024.09.16 14:43:07.359755 [ 3 ] {} <Debug> HTTP-Session: d50c5e89-80f9-4deb-adb3-0f56fe626db8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.09.16 14:43:07.359802 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
4106 | 2024.09.16 14:43:07.360049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4107 | 2024.09.16 14:43:07.360069 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4108 | 2024.09.16 14:43:07.360139 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
4109 | 2024.09.16 14:43:07.360151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4110 | 2024.09.16 14:43:07.360203 [ 3 ] {} <Debug> HTTP-Session: c1053362-d68e-4f31-ade1-2695c11056bc Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4111 | 2024.09.16 14:43:07.360318 [ 3 ] {} <Debug> HTTP-Session: c1053362-d68e-4f31-ade1-2695c11056bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4112 | 2024.09.16 14:43:07.360329 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
4113 | 2024.09.16 14:43:07.360410 [ 3 ] {} <Debug> HTTP-Session: c1053362-d68e-4f31-ade1-2695c11056bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4114 | 2024.09.16 14:43:07.360582 [ 3 ] {} <Trace> HTTP-Session: c1053362-d68e-4f31-ade1-2695c11056bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4115 | 2024.09.16 14:43:07.360668 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
4116 | 2024.09.16 14:43:07.360930 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
4117 | 2024.09.16 14:43:07.361053 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
4118 | 2024.09.16 14:43:07.361164 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4119 | 2024.09.16 14:43:07.361352 [ 188 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
4120 | 2024.09.16 14:43:07.361577 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <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_histogramu64 | ||
4121 | 2024.09.16 14:43:07.363617 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4122 | 2024.09.16 14:43:07.364421 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004948924 sec., 2020.6412545434116 rows/sec., 135.37 KiB/sec. | ||
4123 | 2024.09.16 14:43:07.364729 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4124 | 2024.09.16 14:43:07.365037 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4125 | 2024.09.16 14:43:07.365100 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4126 | 2024.09.16 14:43:07.365967 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4127 | 2024.09.16 14:43:07.366190 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_10_2} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4128 | 2024.09.16 14:43:07.366383 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4129 | 2024.09.16 14:43:07.366695 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4130 | 2024.09.16 14:43:07.367120 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4131 | 2024.09.16 14:43:07.367270 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.006477 sec., 4477.381503782615 rows/sec., 8.02 MiB/sec. | ||
4132 | 2024.09.16 14:43:07.367514 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Debug> DynamicQueryHandler: Done processing query | ||
4133 | 2024.09.16 14:43:07.367539 [ 3 ] {36dcfe0d-f79f-4f5e-a886-381bf6f3f6dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4134 | 2024.09.16 14:43:07.367556 [ 3 ] {} <Debug> HTTP-Session: c1053362-d68e-4f31-ade1-2695c11056bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.09.16 14:43:07.367669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4136 | 2024.09.16 14:43:07.367719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4137 | 2024.09.16 14:43:07.367739 [ 3 ] {} <Debug> HTTP-Session: 73143249-3166-4517-bb86-314a3545560f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4138 | 2024.09.16 14:43:07.367755 [ 3 ] {} <Debug> HTTP-Session: 73143249-3166-4517-bb86-314a3545560f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4139 | 2024.09.16 14:43:07.367769 [ 3 ] {} <Debug> HTTP-Session: 73143249-3166-4517-bb86-314a3545560f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4140 | 2024.09.16 14:43:07.367800 [ 3 ] {} <Trace> HTTP-Session: 73143249-3166-4517-bb86-314a3545560f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4141 | 2024.09.16 14:43:07.367923 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4142 | 2024.09.16 14:43:07.367967 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4143 | 2024.09.16 14:43:07.368097 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4144 | 2024.09.16 14:43:07.368463 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4145 | 2024.09.16 14:43:07.368498 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4146 | 2024.09.16 14:43:07.368854 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4147 | 2024.09.16 14:43:07.369175 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4148 | 2024.09.16 14:43:07.369306 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001434 sec., 36262.20362622036 rows/sec., 2.20 MiB/sec. | ||
4149 | 2024.09.16 14:43:07.369467 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Debug> DynamicQueryHandler: Done processing query | ||
4150 | 2024.09.16 14:43:07.369491 [ 3 ] {109e2d8c-6cc5-4e64-b8a4-c6b3afc2d34d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4151 | 2024.09.16 14:43:07.369507 [ 3 ] {} <Debug> HTTP-Session: 73143249-3166-4517-bb86-314a3545560f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4152 | 2024.09.16 14:43:10.509072 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4153 | 2024.09.16 14:43:10.509148 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4154 | 2024.09.16 14:43:11.001629 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001107651 sec. | ||
4155 | 2024.09.16 14:43:12.327644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4156 | 2024.09.16 14:43:12.327771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4157 | 2024.09.16 14:43:12.327800 [ 3 ] {} <Debug> HTTP-Session: 493942a3-6e69-463e-97bd-503e7c42a453 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4158 | 2024.09.16 14:43:12.327828 [ 3 ] {} <Debug> HTTP-Session: 493942a3-6e69-463e-97bd-503e7c42a453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4159 | 2024.09.16 14:43:12.327846 [ 3 ] {} <Debug> HTTP-Session: 493942a3-6e69-463e-97bd-503e7c42a453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.09.16 14:43:12.327902 [ 3 ] {} <Trace> HTTP-Session: 493942a3-6e69-463e-97bd-503e7c42a453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4161 | 2024.09.16 14:43:12.328114 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4162 | 2024.09.16 14:43:12.328182 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4163 | 2024.09.16 14:43:12.328506 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4164 | 2024.09.16 14:43:12.328939 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4165 | 2024.09.16 14:43:12.328982 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4166 | 2024.09.16 14:43:12.329398 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4167 | 2024.09.16 14:43:12.329774 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4168 | 2024.09.16 14:43:12.329938 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Debug> executeQuery: Read 50 rows, 4.28 KiB in 0.001886 sec., 26511.134676564157 rows/sec., 2.22 MiB/sec. | ||
4169 | 2024.09.16 14:43:12.330146 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Debug> DynamicQueryHandler: Done processing query | ||
4170 | 2024.09.16 14:43:12.330173 [ 3 ] {a1d6c3c4-d42c-4dd8-bcfe-0f42c649603c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4171 | 2024.09.16 14:43:12.330189 [ 3 ] {} <Debug> HTTP-Session: 493942a3-6e69-463e-97bd-503e7c42a453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.09.16 14:43:12.330321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4173 | 2024.09.16 14:43:12.330370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4174 | 2024.09.16 14:43:12.330389 [ 3 ] {} <Debug> HTTP-Session: b9ad5d62-faae-4158-8163-7230d726aee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4175 | 2024.09.16 14:43:12.330407 [ 3 ] {} <Debug> HTTP-Session: b9ad5d62-faae-4158-8163-7230d726aee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4176 | 2024.09.16 14:43:12.330420 [ 3 ] {} <Debug> HTTP-Session: b9ad5d62-faae-4158-8163-7230d726aee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4177 | 2024.09.16 14:43:12.330451 [ 3 ] {} <Trace> HTTP-Session: b9ad5d62-faae-4158-8163-7230d726aee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4178 | 2024.09.16 14:43:12.330550 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4179 | 2024.09.16 14:43:12.330594 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4180 | 2024.09.16 14:43:12.330817 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4181 | 2024.09.16 14:43:12.331142 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4182 | 2024.09.16 14:43:12.331179 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4183 | 2024.09.16 14:43:12.331521 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4184 | 2024.09.16 14:43:12.331874 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4185 | 2024.09.16 14:43:12.332031 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001496 sec., 6684.491978609626 rows/sec., 502.64 KiB/sec. | ||
4186 | 2024.09.16 14:43:12.332328 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Debug> DynamicQueryHandler: Done processing query | ||
4187 | 2024.09.16 14:43:12.332354 [ 3 ] {9159c33b-0947-4f3e-9c25-2a0088c0ace5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4188 | 2024.09.16 14:43:12.332370 [ 3 ] {} <Debug> HTTP-Session: b9ad5d62-faae-4158-8163-7230d726aee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.09.16 14:43:12.332494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4190 | 2024.09.16 14:43:12.332544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4191 | 2024.09.16 14:43:12.332563 [ 3 ] {} <Debug> HTTP-Session: 4217a86a-be96-43a4-8b5b-b4f1ba303440 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4192 | 2024.09.16 14:43:12.332579 [ 3 ] {} <Debug> HTTP-Session: 4217a86a-be96-43a4-8b5b-b4f1ba303440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4193 | 2024.09.16 14:43:12.332593 [ 3 ] {} <Debug> HTTP-Session: 4217a86a-be96-43a4-8b5b-b4f1ba303440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4194 | 2024.09.16 14:43:12.332624 [ 3 ] {} <Trace> HTTP-Session: 4217a86a-be96-43a4-8b5b-b4f1ba303440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4195 | 2024.09.16 14:43:12.332741 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4196 | 2024.09.16 14:43:12.332785 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4197 | 2024.09.16 14:43:12.333033 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4198 | 2024.09.16 14:43:12.333368 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4199 | 2024.09.16 14:43:12.333405 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4200 | 2024.09.16 14:43:12.333749 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4201 | 2024.09.16 14:43:12.334096 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4202 | 2024.09.16 14:43:12.334220 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001514 sec., 30383.09114927345 rows/sec., 2.37 MiB/sec. | ||
4203 | 2024.09.16 14:43:12.334375 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Debug> DynamicQueryHandler: Done processing query | ||
4204 | 2024.09.16 14:43:12.334399 [ 3 ] {0d2a16b0-8f85-429d-9640-e489c9e7bc81} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4205 | 2024.09.16 14:43:12.334414 [ 3 ] {} <Debug> HTTP-Session: 4217a86a-be96-43a4-8b5b-b4f1ba303440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.09.16 14:43:12.334538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4207 | 2024.09.16 14:43:12.334585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4208 | 2024.09.16 14:43:12.334604 [ 3 ] {} <Debug> HTTP-Session: f2f899d9-d210-41c8-950d-3e9c4dc38a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4209 | 2024.09.16 14:43:12.334620 [ 3 ] {} <Debug> HTTP-Session: f2f899d9-d210-41c8-950d-3e9c4dc38a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4210 | 2024.09.16 14:43:12.334633 [ 3 ] {} <Debug> HTTP-Session: f2f899d9-d210-41c8-950d-3e9c4dc38a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4211 | 2024.09.16 14:43:12.334664 [ 3 ] {} <Trace> HTTP-Session: f2f899d9-d210-41c8-950d-3e9c4dc38a16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4212 | 2024.09.16 14:43:12.334777 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4213 | 2024.09.16 14:43:12.334823 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4214 | 2024.09.16 14:43:12.334964 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4215 | 2024.09.16 14:43:12.335294 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4216 | 2024.09.16 14:43:12.335328 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4217 | 2024.09.16 14:43:12.335694 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4218 | 2024.09.16 14:43:12.336024 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4219 | 2024.09.16 14:43:12.336153 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.98 MiB/sec. | ||
4220 | 2024.09.16 14:43:12.336477 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Debug> DynamicQueryHandler: Done processing query | ||
4221 | 2024.09.16 14:43:12.336502 [ 3 ] {8cc7d7fc-ddb0-4aae-bd57-32ae12131d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4222 | 2024.09.16 14:43:12.336518 [ 3 ] {} <Debug> HTTP-Session: f2f899d9-d210-41c8-950d-3e9c4dc38a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.09.16 14:43:12.336649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4224 | 2024.09.16 14:43:12.336699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4225 | 2024.09.16 14:43:12.336718 [ 3 ] {} <Debug> HTTP-Session: e48b6ec0-47d7-4ca2-96d6-8f3681c10639 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4226 | 2024.09.16 14:43:12.336735 [ 3 ] {} <Debug> HTTP-Session: e48b6ec0-47d7-4ca2-96d6-8f3681c10639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4227 | 2024.09.16 14:43:12.336748 [ 3 ] {} <Debug> HTTP-Session: e48b6ec0-47d7-4ca2-96d6-8f3681c10639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4228 | 2024.09.16 14:43:12.336778 [ 3 ] {} <Trace> HTTP-Session: e48b6ec0-47d7-4ca2-96d6-8f3681c10639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4229 | 2024.09.16 14:43:12.336954 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4230 | 2024.09.16 14:43:12.337024 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <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_histogramu64 | ||
4231 | 2024.09.16 14:43:12.337453 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4232 | 2024.09.16 14:43:12.337964 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4233 | 2024.09.16 14:43:12.337999 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4234 | 2024.09.16 14:43:12.338575 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4235 | 2024.09.16 14:43:12.338986 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4236 | 2024.09.16 14:43:12.339135 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002283 sec., 4380.2014892685065 rows/sec., 7.85 MiB/sec. | ||
4237 | 2024.09.16 14:43:12.339627 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Debug> DynamicQueryHandler: Done processing query | ||
4238 | 2024.09.16 14:43:12.339651 [ 3 ] {59ca923e-c38f-4218-9588-0faa4d9f6ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4239 | 2024.09.16 14:43:12.339668 [ 3 ] {} <Debug> HTTP-Session: e48b6ec0-47d7-4ca2-96d6-8f3681c10639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.09.16 14:43:12.339778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4241 | 2024.09.16 14:43:12.339826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4242 | 2024.09.16 14:43:12.339845 [ 3 ] {} <Debug> HTTP-Session: a3f54db3-8560-4782-8cf2-c571c3c58a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4243 | 2024.09.16 14:43:12.339861 [ 3 ] {} <Debug> HTTP-Session: a3f54db3-8560-4782-8cf2-c571c3c58a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4244 | 2024.09.16 14:43:12.339874 [ 3 ] {} <Debug> HTTP-Session: a3f54db3-8560-4782-8cf2-c571c3c58a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4245 | 2024.09.16 14:43:12.339905 [ 3 ] {} <Trace> HTTP-Session: a3f54db3-8560-4782-8cf2-c571c3c58a1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4246 | 2024.09.16 14:43:12.340010 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4247 | 2024.09.16 14:43:12.340055 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4248 | 2024.09.16 14:43:12.340210 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4249 | 2024.09.16 14:43:12.340520 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4250 | 2024.09.16 14:43:12.340554 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4251 | 2024.09.16 14:43:12.340913 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4252 | 2024.09.16 14:43:12.341237 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4253 | 2024.09.16 14:43:12.341366 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001389 sec., 21598.272138228942 rows/sec., 1.43 MiB/sec. | ||
4254 | 2024.09.16 14:43:12.341663 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Debug> DynamicQueryHandler: Done processing query | ||
4255 | 2024.09.16 14:43:12.341688 [ 3 ] {01692e88-e884-462b-bed8-ea04d3766d22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4256 | 2024.09.16 14:43:12.341704 [ 3 ] {} <Debug> HTTP-Session: a3f54db3-8560-4782-8cf2-c571c3c58a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.09.16 14:43:17.334143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 33877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4258 | 2024.09.16 14:43:17.334273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4259 | 2024.09.16 14:43:17.334298 [ 3 ] {} <Debug> HTTP-Session: 3f937a15-d1cc-4cea-9d2a-0b1a196c382f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4260 | 2024.09.16 14:43:17.334322 [ 3 ] {} <Debug> HTTP-Session: 3f937a15-d1cc-4cea-9d2a-0b1a196c382f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4261 | 2024.09.16 14:43:17.334336 [ 3 ] {} <Debug> HTTP-Session: 3f937a15-d1cc-4cea-9d2a-0b1a196c382f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4262 | 2024.09.16 14:43:17.334386 [ 3 ] {} <Trace> HTTP-Session: 3f937a15-d1cc-4cea-9d2a-0b1a196c382f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4263 | 2024.09.16 14:43:17.334630 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4264 | 2024.09.16 14:43:17.334700 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4265 | 2024.09.16 14:43:17.335036 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4266 | 2024.09.16 14:43:17.335611 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4267 | 2024.09.16 14:43:17.335658 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4268 | 2024.09.16 14:43:17.336104 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4269 | 2024.09.16 14:43:17.336492 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4270 | 2024.09.16 14:43:17.336681 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Debug> executeQuery: Read 221 rows, 20.40 KiB in 0.002142 sec., 103174.60317460318 rows/sec., 9.30 MiB/sec. | ||
4271 | 2024.09.16 14:43:17.336685 [ 142 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4272 | 2024.09.16 14:43:17.336785 [ 142 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4273 | 2024.09.16 14:43:17.336842 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4274 | 2024.09.16 14:43:17.336992 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
4275 | 2024.09.16 14:43:17.336992 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Debug> DynamicQueryHandler: Done processing query | ||
4276 | 2024.09.16 14:43:17.337048 [ 3 ] {0bda0d08-df53-4a04-b12b-0ee7c90f14d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4277 | 2024.09.16 14:43:17.337075 [ 3 ] {} <Debug> HTTP-Session: 3f937a15-d1cc-4cea-9d2a-0b1a196c382f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4278 | 2024.09.16 14:43:17.337153 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4279 | 2024.09.16 14:43:17.337190 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 245 rows starting from the beginning of the part | ||
4280 | 2024.09.16 14:43:17.337235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4281 | 2024.09.16 14:43:17.337335 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 221 rows starting from the beginning of the part | ||
4282 | 2024.09.16 14:43:17.337336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4283 | 2024.09.16 14:43:17.337403 [ 3 ] {} <Debug> HTTP-Session: 308d13e7-48c5-4d92-9bee-7071b7d1821a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4284 | 2024.09.16 14:43:17.337460 [ 3 ] {} <Debug> HTTP-Session: 308d13e7-48c5-4d92-9bee-7071b7d1821a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4285 | 2024.09.16 14:43:17.337516 [ 3 ] {} <Debug> HTTP-Session: 308d13e7-48c5-4d92-9bee-7071b7d1821a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.09.16 14:43:17.337542 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
4287 | 2024.09.16 14:43:17.337597 [ 3 ] {} <Trace> HTTP-Session: 308d13e7-48c5-4d92-9bee-7071b7d1821a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4288 | 2024.09.16 14:43:17.337700 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 221 rows starting from the beginning of the part | ||
4289 | 2024.09.16 14:43:17.337852 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4290 | 2024.09.16 14:43:17.337884 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part | ||
4291 | 2024.09.16 14:43:17.337941 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4292 | 2024.09.16 14:43:17.338111 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 221 rows starting from the beginning of the part | ||
4293 | 2024.09.16 14:43:17.338611 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4294 | 2024.09.16 14:43:17.339196 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4295 | 2024.09.16 14:43:17.339243 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4296 | 2024.09.16 14:43:17.339730 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4297 | 2024.09.16 14:43:17.339946 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1008 rows, containing 5 columns (5 merged, 0 gathered) in 0.003012248 sec., 334633.8017321283 rows/sec., 31.21 MiB/sec. | ||
4298 | 2024.09.16 14:43:17.340231 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4299 | 2024.09.16 14:43:17.340399 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4300 | 2024.09.16 14:43:17.340606 [ 141 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4301 | 2024.09.16 14:43:17.340656 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.002904 sec., 9986.225895316804 rows/sec., 750.92 KiB/sec. | ||
4302 | 2024.09.16 14:43:17.340699 [ 141 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4303 | 2024.09.16 14:43:17.340815 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4304 | 2024.09.16 14:43:17.341876 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Debug> DynamicQueryHandler: Done processing query | ||
4305 | 2024.09.16 14:43:17.341959 [ 3 ] {9b52b147-26a7-4e1b-af73-4518252e878b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4306 | 2024.09.16 14:43:17.342033 [ 3 ] {} <Debug> HTTP-Session: 308d13e7-48c5-4d92-9bee-7071b7d1821a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.09.16 14:43:17.342057 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
4308 | 2024.09.16 14:43:17.342157 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4309 | 2024.09.16 14:43:17.342287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4310 | 2024.09.16 14:43:17.342473 [ 195 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_16_3} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4311 | 2024.09.16 14:43:17.342536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4312 | 2024.09.16 14:43:17.342676 [ 3 ] {} <Debug> HTTP-Session: 73b5519d-b13a-45c1-911d-0c9cd1231884 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4313 | 2024.09.16 14:43:17.342693 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4314 | 2024.09.16 14:43:17.342720 [ 3 ] {} <Debug> HTTP-Session: 73b5519d-b13a-45c1-911d-0c9cd1231884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4315 | 2024.09.16 14:43:17.342751 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4316 | 2024.09.16 14:43:17.342782 [ 3 ] {} <Debug> HTTP-Session: 73b5519d-b13a-45c1-911d-0c9cd1231884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4317 | 2024.09.16 14:43:17.342822 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 45 rows starting from the beginning of the part | ||
4318 | 2024.09.16 14:43:17.342883 [ 3 ] {} <Trace> HTTP-Session: 73b5519d-b13a-45c1-911d-0c9cd1231884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4319 | 2024.09.16 14:43:17.343062 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part | ||
4320 | 2024.09.16 14:43:17.343353 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4321 | 2024.09.16 14:43:17.343404 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
4322 | 2024.09.16 14:43:17.343520 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4323 | 2024.09.16 14:43:17.343723 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part | ||
4324 | 2024.09.16 14:43:17.344046 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
4325 | 2024.09.16 14:43:17.344355 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
4326 | 2024.09.16 14:43:17.345086 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4327 | 2024.09.16 14:43:17.345957 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4328 | 2024.09.16 14:43:17.346036 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4329 | 2024.09.16 14:43:17.347108 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4330 | 2024.09.16 14:43:17.347192 [ 188 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 5 columns (5 merged, 0 gathered) in 0.006048025 sec., 25132.171245985257 rows/sec., 1.94 MiB/sec. | ||
4331 | 2024.09.16 14:43:17.347496 [ 200 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4332 | 2024.09.16 14:43:17.347792 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4333 | 2024.09.16 14:43:17.348322 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005158 sec., 2714.2303218301668 rows/sec., 190.09 KiB/sec. | ||
4334 | 2024.09.16 14:43:17.348893 [ 200 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4335 | 2024.09.16 14:43:17.349013 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Debug> DynamicQueryHandler: Done processing query | ||
4336 | 2024.09.16 14:43:17.349023 [ 200 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_16_3} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4337 | 2024.09.16 14:43:17.349058 [ 3 ] {6a93e1bd-552e-4c0e-883e-6da3b64d2007} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4338 | 2024.09.16 14:43:17.349085 [ 3 ] {} <Debug> HTTP-Session: 73b5519d-b13a-45c1-911d-0c9cd1231884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4339 | 2024.09.16 14:43:17.349210 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4340 | 2024.09.16 14:43:17.349269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4341 | 2024.09.16 14:43:17.349325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4342 | 2024.09.16 14:43:17.349344 [ 3 ] {} <Debug> HTTP-Session: e7d907f1-f496-49f4-af02-481e7072c12b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4343 | 2024.09.16 14:43:17.349360 [ 3 ] {} <Debug> HTTP-Session: e7d907f1-f496-49f4-af02-481e7072c12b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4344 | 2024.09.16 14:43:17.349374 [ 3 ] {} <Debug> HTTP-Session: e7d907f1-f496-49f4-af02-481e7072c12b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4345 | 2024.09.16 14:43:17.349406 [ 3 ] {} <Trace> HTTP-Session: e7d907f1-f496-49f4-af02-481e7072c12b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4346 | 2024.09.16 14:43:17.349509 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4347 | 2024.09.16 14:43:17.349553 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4348 | 2024.09.16 14:43:17.349804 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4349 | 2024.09.16 14:43:17.350132 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4350 | 2024.09.16 14:43:17.350168 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4351 | 2024.09.16 14:43:17.350525 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4352 | 2024.09.16 14:43:17.350893 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4353 | 2024.09.16 14:43:17.351021 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 230.34 KiB/sec. | ||
4354 | 2024.09.16 14:43:17.351192 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Debug> DynamicQueryHandler: Done processing query | ||
4355 | 2024.09.16 14:43:17.351215 [ 3 ] {bc5f809c-0488-4bb2-a048-f252efa6393d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4356 | 2024.09.16 14:43:17.351231 [ 3 ] {} <Debug> HTTP-Session: e7d907f1-f496-49f4-af02-481e7072c12b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4357 | 2024.09.16 14:43:17.351413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 61993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4358 | 2024.09.16 14:43:17.351463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4359 | 2024.09.16 14:43:17.351482 [ 3 ] {} <Debug> HTTP-Session: b6684e77-74e5-4d9f-918d-71196aeca312 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4360 | 2024.09.16 14:43:17.351498 [ 3 ] {} <Debug> HTTP-Session: b6684e77-74e5-4d9f-918d-71196aeca312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4361 | 2024.09.16 14:43:17.351512 [ 3 ] {} <Debug> HTTP-Session: b6684e77-74e5-4d9f-918d-71196aeca312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4362 | 2024.09.16 14:43:17.351542 [ 3 ] {} <Trace> HTTP-Session: b6684e77-74e5-4d9f-918d-71196aeca312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4363 | 2024.09.16 14:43:17.351769 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4364 | 2024.09.16 14:43:17.351813 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4365 | 2024.09.16 14:43:17.352035 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4366 | 2024.09.16 14:43:17.352577 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4367 | 2024.09.16 14:43:17.352612 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4368 | 2024.09.16 14:43:17.352981 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4369 | 2024.09.16 14:43:17.353339 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4370 | 2024.09.16 14:43:17.353458 [ 141 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4371 | 2024.09.16 14:43:17.353467 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Debug> executeQuery: Read 383 rows, 27.77 KiB in 0.001825 sec., 209863.01369863012 rows/sec., 14.86 MiB/sec. | ||
4372 | 2024.09.16 14:43:17.353493 [ 141 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4373 | 2024.09.16 14:43:17.353535 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4374 | 2024.09.16 14:43:17.353715 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Debug> DynamicQueryHandler: Done processing query | ||
4375 | 2024.09.16 14:43:17.353771 [ 3 ] {9176131d-5b08-49e1-9847-96ad373e06dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4376 | 2024.09.16 14:43:17.353804 [ 3 ] {} <Debug> HTTP-Session: b6684e77-74e5-4d9f-918d-71196aeca312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4377 | 2024.09.16 14:43:17.353821 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
4378 | 2024.09.16 14:43:17.353962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4379 | 2024.09.16 14:43:17.354076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4380 | 2024.09.16 14:43:17.354131 [ 3 ] {} <Debug> HTTP-Session: 74f00479-6330-4397-89dd-c4144177cab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4381 | 2024.09.16 14:43:17.354185 [ 3 ] {} <Debug> HTTP-Session: 74f00479-6330-4397-89dd-c4144177cab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.09.16 14:43:17.354226 [ 3 ] {} <Debug> HTTP-Session: 74f00479-6330-4397-89dd-c4144177cab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4383 | 2024.09.16 14:43:17.354283 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4384 | 2024.09.16 14:43:17.354299 [ 3 ] {} <Trace> HTTP-Session: 74f00479-6330-4397-89dd-c4144177cab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4385 | 2024.09.16 14:43:17.354354 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 417 rows starting from the beginning of the part | ||
4386 | 2024.09.16 14:43:17.354552 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4387 | 2024.09.16 14:43:17.354670 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 383 rows starting from the beginning of the part | ||
4388 | 2024.09.16 14:43:17.354716 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4389 | 2024.09.16 14:43:17.355065 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
4390 | 2024.09.16 14:43:17.355428 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 383 rows starting from the beginning of the part | ||
4391 | 2024.09.16 14:43:17.355818 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
4392 | 2024.09.16 14:43:17.355885 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4393 | 2024.09.16 14:43:17.356116 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 383 rows starting from the beginning of the part | ||
4394 | 2024.09.16 14:43:17.356900 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4395 | 2024.09.16 14:43:17.356958 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4396 | 2024.09.16 14:43:17.357842 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4397 | 2024.09.16 14:43:17.358723 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4398 | 2024.09.16 14:43:17.358887 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004456 sec., 1346.499102333932 rows/sec., 70.35 KiB/sec. | ||
4399 | 2024.09.16 14:43:17.359325 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Debug> DynamicQueryHandler: Done processing query | ||
4400 | 2024.09.16 14:43:17.359397 [ 3 ] {0c72762e-8118-4650-bbf6-3b6940b7fb00} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4401 | 2024.09.16 14:43:17.359432 [ 3 ] {} <Debug> HTTP-Session: 74f00479-6330-4397-89dd-c4144177cab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4402 | 2024.09.16 14:43:17.359449 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1658 rows, containing 5 columns (5 merged, 0 gathered) in 0.00579925 sec., 285899.0386687934 rows/sec., 21.49 MiB/sec. | ||
4403 | 2024.09.16 14:43:17.359604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 25605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4404 | 2024.09.16 14:43:17.359621 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4405 | 2024.09.16 14:43:17.359707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4406 | 2024.09.16 14:43:17.359764 [ 3 ] {} <Debug> HTTP-Session: e1c2cc5f-681a-4a2a-888a-f76920c0d7b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4407 | 2024.09.16 14:43:17.359784 [ 3 ] {} <Debug> HTTP-Session: e1c2cc5f-681a-4a2a-888a-f76920c0d7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4408 | 2024.09.16 14:43:17.359799 [ 3 ] {} <Debug> HTTP-Session: e1c2cc5f-681a-4a2a-888a-f76920c0d7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.09.16 14:43:17.359849 [ 3 ] {} <Trace> HTTP-Session: e1c2cc5f-681a-4a2a-888a-f76920c0d7b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4410 | 2024.09.16 14:43:17.360238 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4411 | 2024.09.16 14:43:17.360317 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4412 | 2024.09.16 14:43:17.360572 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4413 | 2024.09.16 14:43:17.360808 [ 195 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_16_3} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4414 | 2024.09.16 14:43:17.360837 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4415 | 2024.09.16 14:43:17.360983 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
4416 | 2024.09.16 14:43:17.361419 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4417 | 2024.09.16 14:43:17.361461 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4418 | 2024.09.16 14:43:17.361848 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4419 | 2024.09.16 14:43:17.362200 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4420 | 2024.09.16 14:43:17.362329 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.002307 sec., 59384.48201127005 rows/sec., 3.88 MiB/sec. | ||
4421 | 2024.09.16 14:43:17.362504 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Debug> DynamicQueryHandler: Done processing query | ||
4422 | 2024.09.16 14:43:17.362528 [ 3 ] {ca68485d-377e-4ca9-a5fb-e709b5ca074a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4423 | 2024.09.16 14:43:17.362543 [ 3 ] {} <Debug> HTTP-Session: e1c2cc5f-681a-4a2a-888a-f76920c0d7b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4424 | 2024.09.16 14:43:17.362650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4425 | 2024.09.16 14:43:17.362699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4426 | 2024.09.16 14:43:17.362718 [ 3 ] {} <Debug> HTTP-Session: c1304178-4e22-4e3a-9900-e388c13e5e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4427 | 2024.09.16 14:43:17.362734 [ 3 ] {} <Debug> HTTP-Session: c1304178-4e22-4e3a-9900-e388c13e5e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4428 | 2024.09.16 14:43:17.362748 [ 3 ] {} <Debug> HTTP-Session: c1304178-4e22-4e3a-9900-e388c13e5e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4429 | 2024.09.16 14:43:17.362778 [ 3 ] {} <Trace> HTTP-Session: c1304178-4e22-4e3a-9900-e388c13e5e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4430 | 2024.09.16 14:43:17.362870 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4431 | 2024.09.16 14:43:17.362914 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4432 | 2024.09.16 14:43:17.363045 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4433 | 2024.09.16 14:43:17.363303 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4434 | 2024.09.16 14:43:17.363338 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4435 | 2024.09.16 14:43:17.363679 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4436 | 2024.09.16 14:43:17.363999 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4437 | 2024.09.16 14:43:17.364135 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001289 sec., 775.7951900698216 rows/sec., 52.28 KiB/sec. | ||
4438 | 2024.09.16 14:43:17.364297 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Debug> DynamicQueryHandler: Done processing query | ||
4439 | 2024.09.16 14:43:17.364321 [ 3 ] {2461dbe8-80be-4608-a3e9-6adfbca9f56b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4440 | 2024.09.16 14:43:17.364337 [ 3 ] {} <Debug> HTTP-Session: c1304178-4e22-4e3a-9900-e388c13e5e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4441 | 2024.09.16 14:43:17.364501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4442 | 2024.09.16 14:43:17.364549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4443 | 2024.09.16 14:43:17.364569 [ 3 ] {} <Debug> HTTP-Session: f9e2582f-5c6b-470a-8399-4af1a273734f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4444 | 2024.09.16 14:43:17.364585 [ 3 ] {} <Debug> HTTP-Session: f9e2582f-5c6b-470a-8399-4af1a273734f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4445 | 2024.09.16 14:43:17.364598 [ 3 ] {} <Debug> HTTP-Session: f9e2582f-5c6b-470a-8399-4af1a273734f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4446 | 2024.09.16 14:43:17.364628 [ 3 ] {} <Trace> HTTP-Session: f9e2582f-5c6b-470a-8399-4af1a273734f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4447 | 2024.09.16 14:43:17.365213 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4448 | 2024.09.16 14:43:17.365278 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <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_histogramu64 | ||
4449 | 2024.09.16 14:43:17.365705 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4450 | 2024.09.16 14:43:17.366336 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4451 | 2024.09.16 14:43:17.366371 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4452 | 2024.09.16 14:43:17.367015 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4453 | 2024.09.16 14:43:17.367432 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4454 | 2024.09.16 14:43:17.367561 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4455 | 2024.09.16 14:43:17.367583 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002855 sec., 10157.618213660246 rows/sec., 18.20 MiB/sec. | ||
4456 | 2024.09.16 14:43:17.367603 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4457 | 2024.09.16 14:43:17.367643 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4458 | 2024.09.16 14:43:17.368046 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
4459 | 2024.09.16 14:43:17.368090 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Debug> DynamicQueryHandler: Done processing query | ||
4460 | 2024.09.16 14:43:17.368141 [ 3 ] {c0bbbd36-272f-4b99-a9c4-988772255900} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4461 | 2024.09.16 14:43:17.368175 [ 3 ] {} <Debug> HTTP-Session: f9e2582f-5c6b-470a-8399-4af1a273734f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4462 | 2024.09.16 14:43:17.368410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4463 | 2024.09.16 14:43:17.368541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4464 | 2024.09.16 14:43:17.368607 [ 3 ] {} <Debug> HTTP-Session: 3e5a7436-a74a-4020-9ed0-af3560a5fd54 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4465 | 2024.09.16 14:43:17.368658 [ 3 ] {} <Debug> HTTP-Session: 3e5a7436-a74a-4020-9ed0-af3560a5fd54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4466 | 2024.09.16 14:43:17.368697 [ 3 ] {} <Debug> HTTP-Session: 3e5a7436-a74a-4020-9ed0-af3560a5fd54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4467 | 2024.09.16 14:43:17.368785 [ 3 ] {} <Trace> HTTP-Session: 3e5a7436-a74a-4020-9ed0-af3560a5fd54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4468 | 2024.09.16 14:43:17.368874 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4469 | 2024.09.16 14:43:17.369056 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4470 | 2024.09.16 14:43:17.369063 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 254 rows starting from the beginning of the part | ||
4471 | 2024.09.16 14:43:17.369149 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4472 | 2024.09.16 14:43:17.370000 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part | ||
4473 | 2024.09.16 14:43:17.370043 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4474 | 2024.09.16 14:43:17.370663 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
4475 | 2024.09.16 14:43:17.371197 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4476 | 2024.09.16 14:43:17.371298 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4477 | 2024.09.16 14:43:17.371423 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part | ||
4478 | 2024.09.16 14:43:17.372116 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
4479 | 2024.09.16 14:43:17.372532 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4480 | 2024.09.16 14:43:17.372709 [ 195 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
4481 | 2024.09.16 14:43:17.373796 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4482 | 2024.09.16 14:43:17.374153 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.005215 sec., 9971.236816874401 rows/sec., 619.08 KiB/sec. | ||
4483 | 2024.09.16 14:43:17.374506 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Debug> DynamicQueryHandler: Done processing query | ||
4484 | 2024.09.16 14:43:17.374558 [ 3 ] {b5076500-e4e6-413a-bdbf-5ff0841d7603} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4485 | 2024.09.16 14:43:17.374605 [ 3 ] {} <Debug> HTTP-Session: 3e5a7436-a74a-4020-9ed0-af3560a5fd54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.09.16 14:43:17.378190 [ 200 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 19 columns (19 merged, 0 gathered) in 0.010412618 sec., 34669.47505420827 rows/sec., 62.13 MiB/sec. | ||
4487 | 2024.09.16 14:43:17.379239 [ 200 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4488 | 2024.09.16 14:43:17.379837 [ 200 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4489 | 2024.09.16 14:43:17.379917 [ 200 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4490 | 2024.09.16 14:43:17.380058 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
4491 | 2024.09.16 14:43:18.000207 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.75 MiB, peak 192.54 MiB, free memory in arenas 0.00 B, will set to 182.24 MiB (RSS), difference: 1.49 MiB | ||
4492 | 2024.09.16 14:43:22.327864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4493 | 2024.09.16 14:43:22.327993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4494 | 2024.09.16 14:43:22.328018 [ 3 ] {} <Debug> HTTP-Session: 4f6e5b06-1a73-4c2b-a9ad-0270dc7ef5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4495 | 2024.09.16 14:43:22.328043 [ 3 ] {} <Debug> HTTP-Session: 4f6e5b06-1a73-4c2b-a9ad-0270dc7ef5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4496 | 2024.09.16 14:43:22.328059 [ 3 ] {} <Debug> HTTP-Session: 4f6e5b06-1a73-4c2b-a9ad-0270dc7ef5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.09.16 14:43:22.328108 [ 3 ] {} <Trace> HTTP-Session: 4f6e5b06-1a73-4c2b-a9ad-0270dc7ef5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4498 | 2024.09.16 14:43:22.328295 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4499 | 2024.09.16 14:43:22.328365 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4500 | 2024.09.16 14:43:22.328710 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4501 | 2024.09.16 14:43:22.329176 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2024.09.16 14:43:22.329225 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4503 | 2024.09.16 14:43:22.329632 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4504 | 2024.09.16 14:43:22.330025 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4505 | 2024.09.16 14:43:22.330197 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001951 sec., 2050.2306509482314 rows/sec., 167.18 KiB/sec. | ||
4506 | 2024.09.16 14:43:22.330680 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Debug> DynamicQueryHandler: Done processing query | ||
4507 | 2024.09.16 14:43:22.330710 [ 3 ] {e8769e73-f9f2-4437-963b-3b59a9776d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4508 | 2024.09.16 14:43:22.330727 [ 3 ] {} <Debug> HTTP-Session: 4f6e5b06-1a73-4c2b-a9ad-0270dc7ef5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4509 | 2024.09.16 14:43:22.330867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4510 | 2024.09.16 14:43:22.330927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4511 | 2024.09.16 14:43:22.330947 [ 3 ] {} <Debug> HTTP-Session: 1d3fe45b-f338-45c3-8a97-e8bffa77074e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4512 | 2024.09.16 14:43:22.330966 [ 3 ] {} <Debug> HTTP-Session: 1d3fe45b-f338-45c3-8a97-e8bffa77074e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4513 | 2024.09.16 14:43:22.330981 [ 3 ] {} <Debug> HTTP-Session: 1d3fe45b-f338-45c3-8a97-e8bffa77074e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4514 | 2024.09.16 14:43:22.331017 [ 3 ] {} <Trace> HTTP-Session: 1d3fe45b-f338-45c3-8a97-e8bffa77074e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4515 | 2024.09.16 14:43:22.331140 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4516 | 2024.09.16 14:43:22.331187 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4517 | 2024.09.16 14:43:22.331439 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4518 | 2024.09.16 14:43:22.331815 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4519 | 2024.09.16 14:43:22.331853 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4520 | 2024.09.16 14:43:22.332210 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4521 | 2024.09.16 14:43:22.332569 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4522 | 2024.09.16 14:43:22.332728 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Debug> executeQuery: Read 52 rows, 4.42 KiB in 0.001624 sec., 32019.704433497536 rows/sec., 2.66 MiB/sec. | ||
4523 | 2024.09.16 14:43:22.333059 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Debug> DynamicQueryHandler: Done processing query | ||
4524 | 2024.09.16 14:43:22.333086 [ 3 ] {ecdfd8d7-36e9-4fd2-8ade-0dc1fd7ed076} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4525 | 2024.09.16 14:43:22.333103 [ 3 ] {} <Debug> HTTP-Session: 1d3fe45b-f338-45c3-8a97-e8bffa77074e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4526 | 2024.09.16 14:43:22.333224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 2045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4527 | 2024.09.16 14:43:22.333276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4528 | 2024.09.16 14:43:22.333297 [ 3 ] {} <Debug> HTTP-Session: baf9fc98-2d6d-46cf-bacd-a4985ed31eec Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4529 | 2024.09.16 14:43:22.333315 [ 3 ] {} <Debug> HTTP-Session: baf9fc98-2d6d-46cf-bacd-a4985ed31eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4530 | 2024.09.16 14:43:22.333329 [ 3 ] {} <Debug> HTTP-Session: baf9fc98-2d6d-46cf-bacd-a4985ed31eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4531 | 2024.09.16 14:43:22.333387 [ 3 ] {} <Trace> HTTP-Session: baf9fc98-2d6d-46cf-bacd-a4985ed31eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4532 | 2024.09.16 14:43:22.333502 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4533 | 2024.09.16 14:43:22.333547 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4534 | 2024.09.16 14:43:22.333797 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4535 | 2024.09.16 14:43:22.334120 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4536 | 2024.09.16 14:43:22.334156 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4537 | 2024.09.16 14:43:22.334503 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4538 | 2024.09.16 14:43:22.334856 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4539 | 2024.09.16 14:43:22.335016 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Debug> executeQuery: Read 14 rows, 1.03 KiB in 0.001544 sec., 9067.357512953367 rows/sec., 667.91 KiB/sec. | ||
4540 | 2024.09.16 14:43:22.335222 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Debug> DynamicQueryHandler: Done processing query | ||
4541 | 2024.09.16 14:43:22.335247 [ 3 ] {72c2c400-3b73-40e4-bc45-241788e45427} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4542 | 2024.09.16 14:43:22.335263 [ 3 ] {} <Debug> HTTP-Session: baf9fc98-2d6d-46cf-bacd-a4985ed31eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4543 | 2024.09.16 14:43:22.335387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 8532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4544 | 2024.09.16 14:43:22.335436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4545 | 2024.09.16 14:43:22.335455 [ 3 ] {} <Debug> HTTP-Session: 8d28e029-3c04-42fd-b4fd-4b2f711a251b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4546 | 2024.09.16 14:43:22.335471 [ 3 ] {} <Debug> HTTP-Session: 8d28e029-3c04-42fd-b4fd-4b2f711a251b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4547 | 2024.09.16 14:43:22.335485 [ 3 ] {} <Debug> HTTP-Session: 8d28e029-3c04-42fd-b4fd-4b2f711a251b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4548 | 2024.09.16 14:43:22.335517 [ 3 ] {} <Trace> HTTP-Session: 8d28e029-3c04-42fd-b4fd-4b2f711a251b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4549 | 2024.09.16 14:43:22.335628 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4550 | 2024.09.16 14:43:22.335672 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4551 | 2024.09.16 14:43:22.335897 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4552 | 2024.09.16 14:43:22.336238 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4553 | 2024.09.16 14:43:22.336274 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4554 | 2024.09.16 14:43:22.336624 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4555 | 2024.09.16 14:43:22.336978 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4556 | 2024.09.16 14:43:22.337128 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Debug> executeQuery: Read 50 rows, 4.01 KiB in 0.001534 sec., 32594.524119947848 rows/sec., 2.55 MiB/sec. | ||
4557 | 2024.09.16 14:43:22.337300 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Debug> DynamicQueryHandler: Done processing query | ||
4558 | 2024.09.16 14:43:22.337327 [ 3 ] {3f8e09b3-233d-4d6c-b3cc-f30678bd0546} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4559 | 2024.09.16 14:43:22.337344 [ 3 ] {} <Debug> HTTP-Session: 8d28e029-3c04-42fd-b4fd-4b2f711a251b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4560 | 2024.09.16 14:43:22.337467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4561 | 2024.09.16 14:43:22.337517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4562 | 2024.09.16 14:43:22.337536 [ 3 ] {} <Debug> HTTP-Session: 5aa0788f-30b9-4de9-b0a2-e383a22b5fff Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4563 | 2024.09.16 14:43:22.337552 [ 3 ] {} <Debug> HTTP-Session: 5aa0788f-30b9-4de9-b0a2-e383a22b5fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4564 | 2024.09.16 14:43:22.337566 [ 3 ] {} <Debug> HTTP-Session: 5aa0788f-30b9-4de9-b0a2-e383a22b5fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4565 | 2024.09.16 14:43:22.337597 [ 3 ] {} <Trace> HTTP-Session: 5aa0788f-30b9-4de9-b0a2-e383a22b5fff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4566 | 2024.09.16 14:43:22.337719 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4567 | 2024.09.16 14:43:22.337767 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4568 | 2024.09.16 14:43:22.337911 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4569 | 2024.09.16 14:43:22.338240 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4570 | 2024.09.16 14:43:22.338276 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4571 | 2024.09.16 14:43:22.338659 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4572 | 2024.09.16 14:43:22.339007 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4573 | 2024.09.16 14:43:22.339171 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4574 | 2024.09.16 14:43:22.339175 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Debug> executeQuery: Read 62 rows, 4.45 KiB in 0.001496 sec., 41443.85026737968 rows/sec., 2.91 MiB/sec. | ||
4575 | 2024.09.16 14:43:22.339257 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4576 | 2024.09.16 14:43:22.339331 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4577 | 2024.09.16 14:43:22.339486 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
4578 | 2024.09.16 14:43:22.339510 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Debug> DynamicQueryHandler: Done processing query | ||
4579 | 2024.09.16 14:43:22.339540 [ 3 ] {56f9d9e6-51e3-4e4f-8e29-e3bdeaf92774} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4580 | 2024.09.16 14:43:22.339561 [ 3 ] {} <Debug> HTTP-Session: 5aa0788f-30b9-4de9-b0a2-e383a22b5fff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4581 | 2024.09.16 14:43:22.339638 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4582 | 2024.09.16 14:43:22.339674 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 923 rows starting from the beginning of the part | ||
4583 | 2024.09.16 14:43:22.339696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4584 | 2024.09.16 14:43:22.339767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4585 | 2024.09.16 14:43:22.339843 [ 3 ] {} <Debug> HTTP-Session: 3173a657-763d-48c0-97cb-f01e3ccafe3b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4586 | 2024.09.16 14:43:22.339864 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
4587 | 2024.09.16 14:43:22.339904 [ 3 ] {} <Debug> HTTP-Session: 3173a657-763d-48c0-97cb-f01e3ccafe3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4588 | 2024.09.16 14:43:22.339976 [ 3 ] {} <Debug> HTTP-Session: 3173a657-763d-48c0-97cb-f01e3ccafe3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4589 | 2024.09.16 14:43:22.340189 [ 3 ] {} <Trace> HTTP-Session: 3173a657-763d-48c0-97cb-f01e3ccafe3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4590 | 2024.09.16 14:43:22.340234 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 137 rows starting from the beginning of the part | ||
4591 | 2024.09.16 14:43:22.340555 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
4592 | 2024.09.16 14:43:22.340652 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4593 | 2024.09.16 14:43:22.340764 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 137 rows starting from the beginning of the part | ||
4594 | 2024.09.16 14:43:22.341101 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <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_histogramu64 | ||
4595 | 2024.09.16 14:43:22.341142 [ 197 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 62 rows starting from the beginning of the part | ||
4596 | 2024.09.16 14:43:22.342423 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4597 | 2024.09.16 14:43:22.343633 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4598 | 2024.09.16 14:43:22.343680 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4599 | 2024.09.16 14:43:22.343955 [ 198 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1379 rows, containing 5 columns (5 merged, 0 gathered) in 0.004509956 sec., 305767.94984252617 rows/sec., 19.98 MiB/sec. | ||
4600 | 2024.09.16 14:43:22.344313 [ 198 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4601 | 2024.09.16 14:43:22.345172 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4602 | 2024.09.16 14:43:22.345401 [ 199 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4603 | 2024.09.16 14:43:22.345761 [ 199 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4604 | 2024.09.16 14:43:22.345975 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4605 | 2024.09.16 14:43:22.346092 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4606 | 2024.09.16 14:43:22.346287 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.005841 sec., 1712.035610340695 rows/sec., 3.07 MiB/sec. | ||
4607 | 2024.09.16 14:43:22.346534 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Debug> DynamicQueryHandler: Done processing query | ||
4608 | 2024.09.16 14:43:22.346560 [ 3 ] {c5740628-124a-4769-ae2c-d78e877579fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4609 | 2024.09.16 14:43:22.346576 [ 3 ] {} <Debug> HTTP-Session: 3173a657-763d-48c0-97cb-f01e3ccafe3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.09.16 14:43:22.346694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4611 | 2024.09.16 14:43:22.346743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4612 | 2024.09.16 14:43:22.346763 [ 3 ] {} <Debug> HTTP-Session: 1bbc0bc8-0f0c-4eeb-859d-527d67bf18af Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4613 | 2024.09.16 14:43:22.346779 [ 3 ] {} <Debug> HTTP-Session: 1bbc0bc8-0f0c-4eeb-859d-527d67bf18af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.09.16 14:43:22.346794 [ 3 ] {} <Debug> HTTP-Session: 1bbc0bc8-0f0c-4eeb-859d-527d67bf18af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.09.16 14:43:22.346825 [ 3 ] {} <Trace> HTTP-Session: 1bbc0bc8-0f0c-4eeb-859d-527d67bf18af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4616 | 2024.09.16 14:43:22.346932 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4617 | 2024.09.16 14:43:22.346978 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4618 | 2024.09.16 14:43:22.347112 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4619 | 2024.09.16 14:43:22.347412 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2024.09.16 14:43:22.347447 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4621 | 2024.09.16 14:43:22.347802 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4622 | 2024.09.16 14:43:22.348141 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2024.09.16 14:43:22.348292 [ 136 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4624 | 2024.09.16 14:43:22.348300 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001394 sec., 21520.80344332855 rows/sec., 1.43 MiB/sec. | ||
4625 | 2024.09.16 14:43:22.348346 [ 136 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4626 | 2024.09.16 14:43:22.348408 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4627 | 2024.09.16 14:43:22.348595 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
4628 | 2024.09.16 14:43:22.348629 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Debug> DynamicQueryHandler: Done processing query | ||
4629 | 2024.09.16 14:43:22.348669 [ 3 ] {6886e988-5a6a-4e80-9bae-aad0e8650f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4630 | 2024.09.16 14:43:22.348712 [ 3 ] {} <Debug> HTTP-Session: 1bbc0bc8-0f0c-4eeb-859d-527d67bf18af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4631 | 2024.09.16 14:43:22.348824 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4632 | 2024.09.16 14:43:22.348864 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 324 rows starting from the beginning of the part | ||
4633 | 2024.09.16 14:43:22.348993 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
4634 | 2024.09.16 14:43:22.349204 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part | ||
4635 | 2024.09.16 14:43:22.349298 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
4636 | 2024.09.16 14:43:22.349499 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 52 rows starting from the beginning of the part | ||
4637 | 2024.09.16 14:43:22.349799 [ 198 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
4638 | 2024.09.16 14:43:22.350925 [ 199 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 4 columns (4 merged, 0 gathered) in 0.002417616 sec., 214260.6600882853 rows/sec., 13.00 MiB/sec. | ||
4639 | 2024.09.16 14:43:22.351110 [ 197 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4640 | 2024.09.16 14:43:22.351531 [ 197 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2024.09.16 14:43:22.351606 [ 197 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_16_3} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4642 | 2024.09.16 14:43:22.351689 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4643 | 2024.09.16 14:43:25.509200 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4644 | 2024.09.16 14:43:25.509270 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4645 | 2024.09.16 14:43:27.332910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4646 | 2024.09.16 14:43:27.333021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4647 | 2024.09.16 14:43:27.333048 [ 3 ] {} <Debug> HTTP-Session: d150d9e7-76b6-4684-bcf4-adffade5d532 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4648 | 2024.09.16 14:43:27.333072 [ 3 ] {} <Debug> HTTP-Session: d150d9e7-76b6-4684-bcf4-adffade5d532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4649 | 2024.09.16 14:43:27.333087 [ 3 ] {} <Debug> HTTP-Session: d150d9e7-76b6-4684-bcf4-adffade5d532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.09.16 14:43:27.333136 [ 3 ] {} <Trace> HTTP-Session: d150d9e7-76b6-4684-bcf4-adffade5d532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4651 | 2024.09.16 14:43:27.333316 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4652 | 2024.09.16 14:43:27.333381 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4653 | 2024.09.16 14:43:27.333711 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4654 | 2024.09.16 14:43:27.334148 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4655 | 2024.09.16 14:43:27.334191 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4656 | 2024.09.16 14:43:27.334612 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4657 | 2024.09.16 14:43:27.334997 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4658 | 2024.09.16 14:43:27.335166 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001897 sec., 1054.2962572482868 rows/sec., 85.97 KiB/sec. | ||
4659 | 2024.09.16 14:43:27.335387 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Debug> DynamicQueryHandler: Done processing query | ||
4660 | 2024.09.16 14:43:27.335415 [ 3 ] {af83f5d7-c7a9-47a0-b24e-f86ba308d723} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4661 | 2024.09.16 14:43:27.335431 [ 3 ] {} <Debug> HTTP-Session: d150d9e7-76b6-4684-bcf4-adffade5d532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.09.16 14:43:27.335603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 34010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4663 | 2024.09.16 14:43:27.335661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4664 | 2024.09.16 14:43:27.335681 [ 3 ] {} <Debug> HTTP-Session: f12b8e87-206d-4661-b031-a93982f076ad Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4665 | 2024.09.16 14:43:27.335700 [ 3 ] {} <Debug> HTTP-Session: f12b8e87-206d-4661-b031-a93982f076ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.09.16 14:43:27.335714 [ 3 ] {} <Debug> HTTP-Session: f12b8e87-206d-4661-b031-a93982f076ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4667 | 2024.09.16 14:43:27.335750 [ 3 ] {} <Trace> HTTP-Session: f12b8e87-206d-4661-b031-a93982f076ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4668 | 2024.09.16 14:43:27.335911 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4669 | 2024.09.16 14:43:27.335954 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4670 | 2024.09.16 14:43:27.336188 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4671 | 2024.09.16 14:43:27.336676 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4672 | 2024.09.16 14:43:27.336712 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4673 | 2024.09.16 14:43:27.337078 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4674 | 2024.09.16 14:43:27.337433 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4675 | 2024.09.16 14:43:27.337593 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Debug> executeQuery: Read 222 rows, 20.47 KiB in 0.001747 sec., 127074.98568975386 rows/sec., 11.44 MiB/sec. | ||
4676 | 2024.09.16 14:43:27.337952 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Debug> DynamicQueryHandler: Done processing query | ||
4677 | 2024.09.16 14:43:27.337978 [ 3 ] {167cbaa2-2526-4750-84e1-9f3bce71bbe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4678 | 2024.09.16 14:43:27.337995 [ 3 ] {} <Debug> HTTP-Session: f12b8e87-206d-4661-b031-a93982f076ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4679 | 2024.09.16 14:43:27.338115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4680 | 2024.09.16 14:43:27.338165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4681 | 2024.09.16 14:43:27.338184 [ 3 ] {} <Debug> HTTP-Session: 46184274-b65d-4ecf-b889-4e93e3889d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4682 | 2024.09.16 14:43:27.338200 [ 3 ] {} <Debug> HTTP-Session: 46184274-b65d-4ecf-b889-4e93e3889d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.09.16 14:43:27.338214 [ 3 ] {} <Debug> HTTP-Session: 46184274-b65d-4ecf-b889-4e93e3889d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.09.16 14:43:27.338244 [ 3 ] {} <Trace> HTTP-Session: 46184274-b65d-4ecf-b889-4e93e3889d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4685 | 2024.09.16 14:43:27.338349 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4686 | 2024.09.16 14:43:27.338392 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4687 | 2024.09.16 14:43:27.338637 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4688 | 2024.09.16 14:43:27.338969 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4689 | 2024.09.16 14:43:27.339004 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4690 | 2024.09.16 14:43:27.339353 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4691 | 2024.09.16 14:43:27.339706 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4692 | 2024.09.16 14:43:27.339864 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.00154 sec., 20129.87012987013 rows/sec., 1.47 MiB/sec. | ||
4693 | 2024.09.16 14:43:27.340036 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Debug> DynamicQueryHandler: Done processing query | ||
4694 | 2024.09.16 14:43:27.340060 [ 3 ] {26c0f6f0-7ff0-4dbb-bcea-c22d912ddcb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4695 | 2024.09.16 14:43:27.340076 [ 3 ] {} <Debug> HTTP-Session: 46184274-b65d-4ecf-b889-4e93e3889d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4696 | 2024.09.16 14:43:27.340203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4697 | 2024.09.16 14:43:27.340252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4698 | 2024.09.16 14:43:27.340272 [ 3 ] {} <Debug> HTTP-Session: dc26869f-ea59-41ab-b50d-bdab757ea021 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4699 | 2024.09.16 14:43:27.340288 [ 3 ] {} <Debug> HTTP-Session: dc26869f-ea59-41ab-b50d-bdab757ea021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4700 | 2024.09.16 14:43:27.340301 [ 3 ] {} <Debug> HTTP-Session: dc26869f-ea59-41ab-b50d-bdab757ea021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.09.16 14:43:27.340331 [ 3 ] {} <Trace> HTTP-Session: dc26869f-ea59-41ab-b50d-bdab757ea021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4702 | 2024.09.16 14:43:27.340437 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4703 | 2024.09.16 14:43:27.340480 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4704 | 2024.09.16 14:43:27.340702 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4705 | 2024.09.16 14:43:27.340997 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4706 | 2024.09.16 14:43:27.341033 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4707 | 2024.09.16 14:43:27.341371 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4708 | 2024.09.16 14:43:27.341713 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4709 | 2024.09.16 14:43:27.341883 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001467 sec., 9543.285616905248 rows/sec., 668.35 KiB/sec. | ||
4710 | 2024.09.16 14:43:27.342217 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Debug> DynamicQueryHandler: Done processing query | ||
4711 | 2024.09.16 14:43:27.342242 [ 3 ] {110940c0-4d81-4f78-bca9-775d7591ed53} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4712 | 2024.09.16 14:43:27.342258 [ 3 ] {} <Debug> HTTP-Session: dc26869f-ea59-41ab-b50d-bdab757ea021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.09.16 14:43:27.342379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4714 | 2024.09.16 14:43:27.342428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4715 | 2024.09.16 14:43:27.342446 [ 3 ] {} <Debug> HTTP-Session: 8fc8c6ae-81d7-47d6-b818-2abf82e0cdd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4716 | 2024.09.16 14:43:27.342462 [ 3 ] {} <Debug> HTTP-Session: 8fc8c6ae-81d7-47d6-b818-2abf82e0cdd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4717 | 2024.09.16 14:43:27.342477 [ 3 ] {} <Debug> HTTP-Session: 8fc8c6ae-81d7-47d6-b818-2abf82e0cdd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.09.16 14:43:27.342507 [ 3 ] {} <Trace> HTTP-Session: 8fc8c6ae-81d7-47d6-b818-2abf82e0cdd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4719 | 2024.09.16 14:43:27.342605 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4720 | 2024.09.16 14:43:27.342646 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4721 | 2024.09.16 14:43:27.342888 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4722 | 2024.09.16 14:43:27.343192 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2024.09.16 14:43:27.343227 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4724 | 2024.09.16 14:43:27.343566 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4725 | 2024.09.16 14:43:27.343914 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2024.09.16 14:43:27.344071 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 237.75 KiB/sec. | ||
4727 | 2024.09.16 14:43:27.344352 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Debug> DynamicQueryHandler: Done processing query | ||
4728 | 2024.09.16 14:43:27.344377 [ 3 ] {48ce51b5-981e-424a-8bae-580e673f8b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4729 | 2024.09.16 14:43:27.344393 [ 3 ] {} <Debug> HTTP-Session: 8fc8c6ae-81d7-47d6-b818-2abf82e0cdd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4730 | 2024.09.16 14:43:27.344566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 62334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4731 | 2024.09.16 14:43:27.344618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4732 | 2024.09.16 14:43:27.344638 [ 3 ] {} <Debug> HTTP-Session: 8cae5318-80eb-463e-a3fd-3bf302f36902 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4733 | 2024.09.16 14:43:27.344654 [ 3 ] {} <Debug> HTTP-Session: 8cae5318-80eb-463e-a3fd-3bf302f36902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.09.16 14:43:27.344668 [ 3 ] {} <Debug> HTTP-Session: 8cae5318-80eb-463e-a3fd-3bf302f36902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.09.16 14:43:27.344698 [ 3 ] {} <Trace> HTTP-Session: 8cae5318-80eb-463e-a3fd-3bf302f36902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4736 | 2024.09.16 14:43:27.344905 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4737 | 2024.09.16 14:43:27.344949 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4738 | 2024.09.16 14:43:27.345191 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4739 | 2024.09.16 14:43:27.345788 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2024.09.16 14:43:27.345824 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4741 | 2024.09.16 14:43:27.346212 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4742 | 2024.09.16 14:43:27.346584 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2024.09.16 14:43:27.346747 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.001956 sec., 196830.26584867077 rows/sec., 13.94 MiB/sec. | ||
4744 | 2024.09.16 14:43:27.347074 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Debug> DynamicQueryHandler: Done processing query | ||
4745 | 2024.09.16 14:43:27.347098 [ 3 ] {2e2a7b28-f3b7-4ea1-a328-6f4fc24e7fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4746 | 2024.09.16 14:43:27.347114 [ 3 ] {} <Debug> HTTP-Session: 8cae5318-80eb-463e-a3fd-3bf302f36902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4747 | 2024.09.16 14:43:27.347242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4748 | 2024.09.16 14:43:27.347290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4749 | 2024.09.16 14:43:27.347309 [ 3 ] {} <Debug> HTTP-Session: acde948b-0392-4685-985f-96c52e883c6b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4750 | 2024.09.16 14:43:27.347326 [ 3 ] {} <Debug> HTTP-Session: acde948b-0392-4685-985f-96c52e883c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4751 | 2024.09.16 14:43:27.347339 [ 3 ] {} <Debug> HTTP-Session: acde948b-0392-4685-985f-96c52e883c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.09.16 14:43:27.347370 [ 3 ] {} <Trace> HTTP-Session: acde948b-0392-4685-985f-96c52e883c6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4753 | 2024.09.16 14:43:27.347467 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4754 | 2024.09.16 14:43:27.347511 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4755 | 2024.09.16 14:43:27.347662 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4756 | 2024.09.16 14:43:27.347931 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4757 | 2024.09.16 14:43:27.347966 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4758 | 2024.09.16 14:43:27.348317 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4759 | 2024.09.16 14:43:27.348635 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4760 | 2024.09.16 14:43:27.348784 [ 132 ] {} <Debug> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4761 | 2024.09.16 14:43:27.348788 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
4762 | 2024.09.16 14:43:27.348876 [ 132 ] {} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4763 | 2024.09.16 14:43:27.348941 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4764 | 2024.09.16 14:43:27.349114 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Debug> DynamicQueryHandler: Done processing query | ||
4765 | 2024.09.16 14:43:27.349156 [ 3 ] {88dedd86-6871-4f5d-bd77-1b47ecc58066} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4766 | 2024.09.16 14:43:27.349166 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::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 | ||
4767 | 2024.09.16 14:43:27.349182 [ 3 ] {} <Debug> HTTP-Session: acde948b-0392-4685-985f-96c52e883c6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.09.16 14:43:27.349390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 25795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4769 | 2024.09.16 14:43:27.349416 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4770 | 2024.09.16 14:43:27.349487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4771 | 2024.09.16 14:43:27.349493 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
4772 | 2024.09.16 14:43:27.349525 [ 3 ] {} <Debug> HTTP-Session: 22f0685a-fb9d-4cbd-9825-6959bd3c6abc Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4773 | 2024.09.16 14:43:27.349567 [ 3 ] {} <Debug> HTTP-Session: 22f0685a-fb9d-4cbd-9825-6959bd3c6abc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4774 | 2024.09.16 14:43:27.349600 [ 3 ] {} <Debug> HTTP-Session: 22f0685a-fb9d-4cbd-9825-6959bd3c6abc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.09.16 14:43:27.349735 [ 3 ] {} <Trace> HTTP-Session: 22f0685a-fb9d-4cbd-9825-6959bd3c6abc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4776 | 2024.09.16 14:43:27.349757 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
4777 | 2024.09.16 14:43:27.350001 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
4778 | 2024.09.16 14:43:27.350285 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4779 | 2024.09.16 14:43:27.350314 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
4780 | 2024.09.16 14:43:27.350468 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4781 | 2024.09.16 14:43:27.350612 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
4782 | 2024.09.16 14:43:27.350890 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
4783 | 2024.09.16 14:43:27.351652 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4784 | 2024.09.16 14:43:27.352536 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2024.09.16 14:43:27.352590 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4786 | 2024.09.16 14:43:27.353778 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4787 | 2024.09.16 14:43:27.353780 [ 197 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00473075 sec., 13951.276224700101 rows/sec., 728.90 KiB/sec. | ||
4788 | 2024.09.16 14:43:27.354053 [ 190 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4789 | 2024.09.16 14:43:27.354426 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4790 | 2024.09.16 14:43:27.354872 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Debug> executeQuery: Read 138 rows, 9.24 KiB in 0.004865 sec., 28365.878725590952 rows/sec., 1.85 MiB/sec. | ||
4791 | 2024.09.16 14:43:27.355261 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4792 | 2024.09.16 14:43:27.355403 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Debug> DynamicQueryHandler: Done processing query | ||
4793 | 2024.09.16 14:43:27.355438 [ 3 ] {fd03f88d-2413-438d-971d-e24e809ba0f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4794 | 2024.09.16 14:43:27.355472 [ 3 ] {} <Debug> HTTP-Session: 22f0685a-fb9d-4cbd-9825-6959bd3c6abc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4795 | 2024.09.16 14:43:27.355476 [ 198 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_11_2} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4796 | 2024.09.16 14:43:27.355604 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4797 | 2024.09.16 14:43:27.355622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4798 | 2024.09.16 14:43:27.355689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4799 | 2024.09.16 14:43:27.355708 [ 3 ] {} <Debug> HTTP-Session: e5319ac1-e163-4003-b291-dac099899405 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4800 | 2024.09.16 14:43:27.355724 [ 3 ] {} <Debug> HTTP-Session: e5319ac1-e163-4003-b291-dac099899405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4801 | 2024.09.16 14:43:27.355739 [ 3 ] {} <Debug> HTTP-Session: e5319ac1-e163-4003-b291-dac099899405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.09.16 14:43:27.355769 [ 3 ] {} <Trace> HTTP-Session: e5319ac1-e163-4003-b291-dac099899405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4803 | 2024.09.16 14:43:27.355867 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4804 | 2024.09.16 14:43:27.355914 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4805 | 2024.09.16 14:43:27.356061 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4806 | 2024.09.16 14:43:27.356332 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4807 | 2024.09.16 14:43:27.356367 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4808 | 2024.09.16 14:43:27.356735 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4809 | 2024.09.16 14:43:27.357069 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4810 | 2024.09.16 14:43:27.357215 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec. | ||
4811 | 2024.09.16 14:43:27.357412 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Debug> DynamicQueryHandler: Done processing query | ||
4812 | 2024.09.16 14:43:27.357436 [ 3 ] {f268cc67-8dfa-4c9c-b806-d73ce96be435} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4813 | 2024.09.16 14:43:27.357452 [ 3 ] {} <Debug> HTTP-Session: e5319ac1-e163-4003-b291-dac099899405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.09.16 14:43:27.357611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4815 | 2024.09.16 14:43:27.357660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4816 | 2024.09.16 14:43:27.357678 [ 3 ] {} <Debug> HTTP-Session: 9a693e60-76f4-4865-b6fe-9bd68845ba07 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4817 | 2024.09.16 14:43:27.357694 [ 3 ] {} <Debug> HTTP-Session: 9a693e60-76f4-4865-b6fe-9bd68845ba07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.09.16 14:43:27.357707 [ 3 ] {} <Debug> HTTP-Session: 9a693e60-76f4-4865-b6fe-9bd68845ba07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4819 | 2024.09.16 14:43:27.357737 [ 3 ] {} <Trace> HTTP-Session: 9a693e60-76f4-4865-b6fe-9bd68845ba07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4820 | 2024.09.16 14:43:27.358467 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4821 | 2024.09.16 14:43:27.358532 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <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_histogramu64 | ||
4822 | 2024.09.16 14:43:27.358949 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4823 | 2024.09.16 14:43:27.359582 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4824 | 2024.09.16 14:43:27.359616 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4825 | 2024.09.16 14:43:27.360251 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4826 | 2024.09.16 14:43:27.360659 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4827 | 2024.09.16 14:43:27.360849 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.003025 sec., 9586.776859504133 rows/sec., 17.18 MiB/sec. | ||
4828 | 2024.09.16 14:43:27.361050 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Debug> DynamicQueryHandler: Done processing query | ||
4829 | 2024.09.16 14:43:27.361074 [ 3 ] {ec9efbee-970f-48a2-82bd-ec0d63f31982} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4830 | 2024.09.16 14:43:27.361091 [ 3 ] {} <Debug> HTTP-Session: 9a693e60-76f4-4865-b6fe-9bd68845ba07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.09.16 14:43:27.361207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4832 | 2024.09.16 14:43:27.361254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4833 | 2024.09.16 14:43:27.361273 [ 3 ] {} <Debug> HTTP-Session: 33f06412-6d75-4d63-94ea-f3cf422c9115 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4834 | 2024.09.16 14:43:27.361290 [ 3 ] {} <Debug> HTTP-Session: 33f06412-6d75-4d63-94ea-f3cf422c9115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4835 | 2024.09.16 14:43:27.361304 [ 3 ] {} <Debug> HTTP-Session: 33f06412-6d75-4d63-94ea-f3cf422c9115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4836 | 2024.09.16 14:43:27.361334 [ 3 ] {} <Trace> HTTP-Session: 33f06412-6d75-4d63-94ea-f3cf422c9115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4837 | 2024.09.16 14:43:27.361444 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4838 | 2024.09.16 14:43:27.361488 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4839 | 2024.09.16 14:43:27.361614 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4840 | 2024.09.16 14:43:27.361898 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4841 | 2024.09.16 14:43:27.361934 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
4842 | 2024.09.16 14:43:27.362282 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4843 | 2024.09.16 14:43:27.362602 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4844 | 2024.09.16 14:43:27.362753 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001343 sec., 38719.285182427404 rows/sec., 2.35 MiB/sec. | ||
4845 | 2024.09.16 14:43:27.362916 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Debug> DynamicQueryHandler: Done processing query | ||
4846 | 2024.09.16 14:43:27.362940 [ 3 ] {67c7d4a6-3c08-4cee-bf21-52ff6306b4a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4847 | 2024.09.16 14:43:27.362956 [ 3 ] {} <Debug> HTTP-Session: 33f06412-6d75-4d63-94ea-f3cf422c9115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4848 | 2024.09.16 14:43:32.328507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4849 | 2024.09.16 14:43:32.328692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4850 | 2024.09.16 14:43:32.328737 [ 3 ] {} <Debug> HTTP-Session: 58d80f96-a785-432b-9966-2055044eaed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4851 | 2024.09.16 14:43:32.328777 [ 3 ] {} <Debug> HTTP-Session: 58d80f96-a785-432b-9966-2055044eaed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4852 | 2024.09.16 14:43:32.328806 [ 3 ] {} <Debug> HTTP-Session: 58d80f96-a785-432b-9966-2055044eaed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.09.16 14:43:32.328885 [ 3 ] {} <Trace> HTTP-Session: 58d80f96-a785-432b-9966-2055044eaed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4854 | 2024.09.16 14:43:32.329175 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4855 | 2024.09.16 14:43:32.329281 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4856 | 2024.09.16 14:43:32.329746 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4857 | 2024.09.16 14:43:32.330156 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4858 | 2024.09.16 14:43:32.330197 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4859 | 2024.09.16 14:43:32.330598 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4860 | 2024.09.16 14:43:32.330973 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4861 | 2024.09.16 14:43:32.331136 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002047 sec., 977.0395701025891 rows/sec., 79.67 KiB/sec. | ||
4862 | 2024.09.16 14:43:32.331335 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Debug> DynamicQueryHandler: Done processing query | ||
4863 | 2024.09.16 14:43:32.331361 [ 3 ] {93de5ced-7dca-4080-a8bf-7771d911b7cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4864 | 2024.09.16 14:43:32.331378 [ 3 ] {} <Debug> HTTP-Session: 58d80f96-a785-432b-9966-2055044eaed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4865 | 2024.09.16 14:43:32.331505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4866 | 2024.09.16 14:43:32.331554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4867 | 2024.09.16 14:43:32.331573 [ 3 ] {} <Debug> HTTP-Session: f87c26cf-1947-442b-b0ad-3d8c50a7e4d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4868 | 2024.09.16 14:43:32.331589 [ 3 ] {} <Debug> HTTP-Session: f87c26cf-1947-442b-b0ad-3d8c50a7e4d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4869 | 2024.09.16 14:43:32.331603 [ 3 ] {} <Debug> HTTP-Session: f87c26cf-1947-442b-b0ad-3d8c50a7e4d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.09.16 14:43:32.331634 [ 3 ] {} <Trace> HTTP-Session: f87c26cf-1947-442b-b0ad-3d8c50a7e4d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4871 | 2024.09.16 14:43:32.331740 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4872 | 2024.09.16 14:43:32.331782 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4873 | 2024.09.16 14:43:32.332003 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4874 | 2024.09.16 14:43:32.332405 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4875 | 2024.09.16 14:43:32.332442 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4876 | 2024.09.16 14:43:32.332781 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4877 | 2024.09.16 14:43:32.333130 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4878 | 2024.09.16 14:43:32.333295 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Debug> executeQuery: Read 51 rows, 4.35 KiB in 0.001587 sec., 32136.10586011342 rows/sec., 2.68 MiB/sec. | ||
4879 | 2024.09.16 14:43:32.333465 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Debug> DynamicQueryHandler: Done processing query | ||
4880 | 2024.09.16 14:43:32.333490 [ 3 ] {93dcc593-7c0c-4162-aaa5-bd5372995fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4881 | 2024.09.16 14:43:32.333506 [ 3 ] {} <Debug> HTTP-Session: f87c26cf-1947-442b-b0ad-3d8c50a7e4d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4882 | 2024.09.16 14:43:32.333625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4883 | 2024.09.16 14:43:32.333673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4884 | 2024.09.16 14:43:32.333691 [ 3 ] {} <Debug> HTTP-Session: 46a6f255-32d2-41da-8aff-7f522c0e1648 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4885 | 2024.09.16 14:43:32.333707 [ 3 ] {} <Debug> HTTP-Session: 46a6f255-32d2-41da-8aff-7f522c0e1648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4886 | 2024.09.16 14:43:32.333721 [ 3 ] {} <Debug> HTTP-Session: 46a6f255-32d2-41da-8aff-7f522c0e1648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.09.16 14:43:32.333751 [ 3 ] {} <Trace> HTTP-Session: 46a6f255-32d2-41da-8aff-7f522c0e1648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4888 | 2024.09.16 14:43:32.333848 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4889 | 2024.09.16 14:43:32.333891 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4890 | 2024.09.16 14:43:32.334115 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4891 | 2024.09.16 14:43:32.334433 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4892 | 2024.09.16 14:43:32.334468 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4893 | 2024.09.16 14:43:32.334806 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4894 | 2024.09.16 14:43:32.335162 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4895 | 2024.09.16 14:43:32.335324 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001492 sec., 8042.895442359249 rows/sec., 597.59 KiB/sec. | ||
4896 | 2024.09.16 14:43:32.335483 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Debug> DynamicQueryHandler: Done processing query | ||
4897 | 2024.09.16 14:43:32.335508 [ 3 ] {33630d37-913e-4488-8e10-bdbb21a9be57} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4898 | 2024.09.16 14:43:32.335524 [ 3 ] {} <Debug> HTTP-Session: 46a6f255-32d2-41da-8aff-7f522c0e1648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4899 | 2024.09.16 14:43:32.335637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 8189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4900 | 2024.09.16 14:43:32.335685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4901 | 2024.09.16 14:43:32.335703 [ 3 ] {} <Debug> HTTP-Session: 4de11560-181a-442f-a645-dde922224ef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4902 | 2024.09.16 14:43:32.335719 [ 3 ] {} <Debug> HTTP-Session: 4de11560-181a-442f-a645-dde922224ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4903 | 2024.09.16 14:43:32.335732 [ 3 ] {} <Debug> HTTP-Session: 4de11560-181a-442f-a645-dde922224ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4904 | 2024.09.16 14:43:32.335763 [ 3 ] {} <Trace> HTTP-Session: 4de11560-181a-442f-a645-dde922224ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4905 | 2024.09.16 14:43:32.335869 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4906 | 2024.09.16 14:43:32.335912 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4907 | 2024.09.16 14:43:32.336138 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4908 | 2024.09.16 14:43:32.336462 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4909 | 2024.09.16 14:43:32.336498 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4910 | 2024.09.16 14:43:32.336838 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4911 | 2024.09.16 14:43:32.337184 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4912 | 2024.09.16 14:43:32.337350 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Debug> executeQuery: Read 48 rows, 3.84 KiB in 0.001506 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
4913 | 2024.09.16 14:43:32.337522 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Debug> DynamicQueryHandler: Done processing query | ||
4914 | 2024.09.16 14:43:32.337546 [ 3 ] {e68911bf-d07e-4116-a962-0f2ac67e4ca5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4915 | 2024.09.16 14:43:32.337562 [ 3 ] {} <Debug> HTTP-Session: 4de11560-181a-442f-a645-dde922224ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4916 | 2024.09.16 14:43:32.337691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4917 | 2024.09.16 14:43:32.337739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4918 | 2024.09.16 14:43:32.337758 [ 3 ] {} <Debug> HTTP-Session: b2f952e2-0277-43b4-afc7-2e0f4b1e0b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4919 | 2024.09.16 14:43:32.337773 [ 3 ] {} <Debug> HTTP-Session: b2f952e2-0277-43b4-afc7-2e0f4b1e0b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.09.16 14:43:32.337787 [ 3 ] {} <Debug> HTTP-Session: b2f952e2-0277-43b4-afc7-2e0f4b1e0b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4921 | 2024.09.16 14:43:32.337817 [ 3 ] {} <Trace> HTTP-Session: b2f952e2-0277-43b4-afc7-2e0f4b1e0b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4922 | 2024.09.16 14:43:32.337934 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4923 | 2024.09.16 14:43:32.337981 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4924 | 2024.09.16 14:43:32.338125 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4925 | 2024.09.16 14:43:32.338423 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4926 | 2024.09.16 14:43:32.338459 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4927 | 2024.09.16 14:43:32.338853 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4928 | 2024.09.16 14:43:32.339185 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4929 | 2024.09.16 14:43:32.339345 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Debug> executeQuery: Read 61 rows, 4.38 KiB in 0.00145 sec., 42068.965517241384 rows/sec., 2.95 MiB/sec. | ||
4930 | 2024.09.16 14:43:32.339591 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Debug> DynamicQueryHandler: Done processing query | ||
4931 | 2024.09.16 14:43:32.339625 [ 3 ] {0537b514-ce64-41ba-bd46-189af4d57ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4932 | 2024.09.16 14:43:32.339645 [ 3 ] {} <Debug> HTTP-Session: b2f952e2-0277-43b4-afc7-2e0f4b1e0b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.09.16 14:43:32.339781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4934 | 2024.09.16 14:43:32.339841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4935 | 2024.09.16 14:43:32.339865 [ 3 ] {} <Debug> HTTP-Session: a896fe34-7509-4569-9f02-94c2b27dd2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4936 | 2024.09.16 14:43:32.339885 [ 3 ] {} <Debug> HTTP-Session: a896fe34-7509-4569-9f02-94c2b27dd2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4937 | 2024.09.16 14:43:32.339903 [ 3 ] {} <Debug> HTTP-Session: a896fe34-7509-4569-9f02-94c2b27dd2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.09.16 14:43:32.339942 [ 3 ] {} <Trace> HTTP-Session: a896fe34-7509-4569-9f02-94c2b27dd2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4939 | 2024.09.16 14:43:32.340154 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4940 | 2024.09.16 14:43:32.340231 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <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_histogramu64 | ||
4941 | 2024.09.16 14:43:32.340710 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4942 | 2024.09.16 14:43:32.341250 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4943 | 2024.09.16 14:43:32.341287 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4944 | 2024.09.16 14:43:32.341885 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4945 | 2024.09.16 14:43:32.342305 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4946 | 2024.09.16 14:43:32.342515 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002473 sec., 4043.6716538617065 rows/sec., 7.25 MiB/sec. | ||
4947 | 2024.09.16 14:43:32.342746 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Debug> DynamicQueryHandler: Done processing query | ||
4948 | 2024.09.16 14:43:32.342772 [ 3 ] {3b799f4c-2341-41e9-9ade-8b43aafca247} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4949 | 2024.09.16 14:43:32.342788 [ 3 ] {} <Debug> HTTP-Session: a896fe34-7509-4569-9f02-94c2b27dd2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4950 | 2024.09.16 14:43:32.342939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4951 | 2024.09.16 14:43:32.342989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4952 | 2024.09.16 14:43:32.343007 [ 3 ] {} <Debug> HTTP-Session: 15c71f73-d046-40c2-b9d2-906c16812e10 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4953 | 2024.09.16 14:43:32.343025 [ 3 ] {} <Debug> HTTP-Session: 15c71f73-d046-40c2-b9d2-906c16812e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4954 | 2024.09.16 14:43:32.343039 [ 3 ] {} <Debug> HTTP-Session: 15c71f73-d046-40c2-b9d2-906c16812e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.09.16 14:43:32.343070 [ 3 ] {} <Trace> HTTP-Session: 15c71f73-d046-40c2-b9d2-906c16812e10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4956 | 2024.09.16 14:43:32.343175 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4957 | 2024.09.16 14:43:32.343219 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4958 | 2024.09.16 14:43:32.343348 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4959 | 2024.09.16 14:43:32.343719 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4960 | 2024.09.16 14:43:32.343755 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4961 | 2024.09.16 14:43:32.344117 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4962 | 2024.09.16 14:43:32.344450 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4963 | 2024.09.16 14:43:32.344623 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001478 sec., 20297.699594046007 rows/sec., 1.35 MiB/sec. | ||
4964 | 2024.09.16 14:43:32.344792 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Debug> DynamicQueryHandler: Done processing query | ||
4965 | 2024.09.16 14:43:32.344817 [ 3 ] {533f3012-3e25-4432-b460-922914986767} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4966 | 2024.09.16 14:43:32.344833 [ 3 ] {} <Debug> HTTP-Session: 15c71f73-d046-40c2-b9d2-906c16812e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4967 | 2024.09.16 14:43:37.333573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4968 | 2024.09.16 14:43:37.333755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4969 | 2024.09.16 14:43:37.333793 [ 3 ] {} <Debug> HTTP-Session: 50a3b205-b36e-4010-a444-111b82d14348 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4970 | 2024.09.16 14:43:37.333817 [ 3 ] {} <Debug> HTTP-Session: 50a3b205-b36e-4010-a444-111b82d14348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4971 | 2024.09.16 14:43:37.333832 [ 3 ] {} <Debug> HTTP-Session: 50a3b205-b36e-4010-a444-111b82d14348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.09.16 14:43:37.333879 [ 3 ] {} <Trace> HTTP-Session: 50a3b205-b36e-4010-a444-111b82d14348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4973 | 2024.09.16 14:43:37.334057 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4974 | 2024.09.16 14:43:37.334119 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4975 | 2024.09.16 14:43:37.334441 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4976 | 2024.09.16 14:43:37.334866 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4977 | 2024.09.16 14:43:37.334904 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4978 | 2024.09.16 14:43:37.335299 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4979 | 2024.09.16 14:43:37.335684 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4980 | 2024.09.16 14:43:37.335824 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001822 sec., 3293.084522502744 rows/sec., 268.53 KiB/sec. | ||
4981 | 2024.09.16 14:43:37.335829 [ 121 ] {} <Debug> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4982 | 2024.09.16 14:43:37.335894 [ 121 ] {} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4983 | 2024.09.16 14:43:37.335934 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
4984 | 2024.09.16 14:43:37.336089 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Debug> DynamicQueryHandler: Done processing query | ||
4985 | 2024.09.16 14:43:37.336139 [ 3 ] {addb2c3e-0a7c-40a8-abb0-b6576020f630} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4986 | 2024.09.16 14:43:37.336158 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
4987 | 2024.09.16 14:43:37.336171 [ 3 ] {} <Debug> HTTP-Session: 50a3b205-b36e-4010-a444-111b82d14348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4988 | 2024.09.16 14:43:37.336388 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4989 | 2024.09.16 14:43:37.336403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 34276, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4990 | 2024.09.16 14:43:37.336453 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
4991 | 2024.09.16 14:43:37.336494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4992 | 2024.09.16 14:43:37.336549 [ 3 ] {} <Debug> HTTP-Session: 9e34da41-5686-46ad-96be-f00f8be7b642 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
4993 | 2024.09.16 14:43:37.336641 [ 3 ] {} <Debug> HTTP-Session: 9e34da41-5686-46ad-96be-f00f8be7b642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4994 | 2024.09.16 14:43:37.336672 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
4995 | 2024.09.16 14:43:37.336707 [ 3 ] {} <Debug> HTTP-Session: 9e34da41-5686-46ad-96be-f00f8be7b642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4996 | 2024.09.16 14:43:37.336909 [ 3 ] {} <Trace> HTTP-Session: 9e34da41-5686-46ad-96be-f00f8be7b642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4997 | 2024.09.16 14:43:37.337034 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
4998 | 2024.09.16 14:43:37.337306 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
4999 | 2024.09.16 14:43:37.337309 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5000 | 2024.09.16 14:43:37.337491 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5001 | 2024.09.16 14:43:37.337654 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5002 | 2024.09.16 14:43:37.338013 [ 198 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5003 | 2024.09.16 14:43:37.338781 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5004 | 2024.09.16 14:43:37.339888 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5005 | 2024.09.16 14:43:37.339957 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5006 | 2024.09.16 14:43:37.340977 [ 197 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.004955675 sec., 4035.777164563859 rows/sec., 344.85 KiB/sec. | ||
5007 | 2024.09.16 14:43:37.341029 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5008 | 2024.09.16 14:43:37.341130 [ 197 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5009 | 2024.09.16 14:43:37.341608 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5010 | 2024.09.16 14:43:37.341786 [ 197 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5011 | 2024.09.16 14:43:37.341792 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Debug> executeQuery: Read 224 rows, 20.62 KiB in 0.004696 sec., 47700.17035775128 rows/sec., 4.29 MiB/sec. | ||
5012 | 2024.09.16 14:43:37.341915 [ 197 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_6_1} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5013 | 2024.09.16 14:43:37.342017 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5014 | 2024.09.16 14:43:37.342040 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Debug> DynamicQueryHandler: Done processing query | ||
5015 | 2024.09.16 14:43:37.342068 [ 3 ] {6ad63182-4416-4b71-9b6c-7e6a4ef51864} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5016 | 2024.09.16 14:43:37.342084 [ 3 ] {} <Debug> HTTP-Session: 9e34da41-5686-46ad-96be-f00f8be7b642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.09.16 14:43:37.342203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 5048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5018 | 2024.09.16 14:43:37.342250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5019 | 2024.09.16 14:43:37.342269 [ 3 ] {} <Debug> HTTP-Session: 6b6f7960-33eb-439c-ba87-a7bf4343f33a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5020 | 2024.09.16 14:43:37.342286 [ 3 ] {} <Debug> HTTP-Session: 6b6f7960-33eb-439c-ba87-a7bf4343f33a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5021 | 2024.09.16 14:43:37.342300 [ 3 ] {} <Debug> HTTP-Session: 6b6f7960-33eb-439c-ba87-a7bf4343f33a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5022 | 2024.09.16 14:43:37.342331 [ 3 ] {} <Trace> HTTP-Session: 6b6f7960-33eb-439c-ba87-a7bf4343f33a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5023 | 2024.09.16 14:43:37.342440 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5024 | 2024.09.16 14:43:37.342483 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5025 | 2024.09.16 14:43:37.342707 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5026 | 2024.09.16 14:43:37.343046 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5027 | 2024.09.16 14:43:37.343083 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5028 | 2024.09.16 14:43:37.343449 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5029 | 2024.09.16 14:43:37.343801 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5030 | 2024.09.16 14:43:37.343934 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001529 sec., 22890.77828646174 rows/sec., 1.66 MiB/sec. | ||
5031 | 2024.09.16 14:43:37.344161 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Debug> DynamicQueryHandler: Done processing query | ||
5032 | 2024.09.16 14:43:37.344185 [ 3 ] {1595ee7c-e0a8-40c9-b502-fcd170ea6254} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5033 | 2024.09.16 14:43:37.344201 [ 3 ] {} <Debug> HTTP-Session: 6b6f7960-33eb-439c-ba87-a7bf4343f33a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5034 | 2024.09.16 14:43:37.344316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5035 | 2024.09.16 14:43:37.344364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5036 | 2024.09.16 14:43:37.344384 [ 3 ] {} <Debug> HTTP-Session: 2c28afab-f272-4c6b-b7c4-74195469d80b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5037 | 2024.09.16 14:43:37.344400 [ 3 ] {} <Debug> HTTP-Session: 2c28afab-f272-4c6b-b7c4-74195469d80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5038 | 2024.09.16 14:43:37.344414 [ 3 ] {} <Debug> HTTP-Session: 2c28afab-f272-4c6b-b7c4-74195469d80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.09.16 14:43:37.344444 [ 3 ] {} <Trace> HTTP-Session: 2c28afab-f272-4c6b-b7c4-74195469d80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5040 | 2024.09.16 14:43:37.344541 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5041 | 2024.09.16 14:43:37.344584 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5042 | 2024.09.16 14:43:37.344819 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5043 | 2024.09.16 14:43:37.345114 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5044 | 2024.09.16 14:43:37.345151 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5045 | 2024.09.16 14:43:37.345504 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5046 | 2024.09.16 14:43:37.345859 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5047 | 2024.09.16 14:43:37.346013 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec. | ||
5048 | 2024.09.16 14:43:37.346183 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Debug> DynamicQueryHandler: Done processing query | ||
5049 | 2024.09.16 14:43:37.346207 [ 3 ] {5c98b2ca-9d56-4d6b-8098-9c4c6eb8f38c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5050 | 2024.09.16 14:43:37.346223 [ 3 ] {} <Debug> HTTP-Session: 2c28afab-f272-4c6b-b7c4-74195469d80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5051 | 2024.09.16 14:43:37.346330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5052 | 2024.09.16 14:43:37.346378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5053 | 2024.09.16 14:43:37.346397 [ 3 ] {} <Debug> HTTP-Session: 94d610a8-74bb-43fa-9b03-ed3529215570 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5054 | 2024.09.16 14:43:37.346414 [ 3 ] {} <Debug> HTTP-Session: 94d610a8-74bb-43fa-9b03-ed3529215570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5055 | 2024.09.16 14:43:37.346428 [ 3 ] {} <Debug> HTTP-Session: 94d610a8-74bb-43fa-9b03-ed3529215570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.09.16 14:43:37.346458 [ 3 ] {} <Trace> HTTP-Session: 94d610a8-74bb-43fa-9b03-ed3529215570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5057 | 2024.09.16 14:43:37.346553 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5058 | 2024.09.16 14:43:37.346595 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5059 | 2024.09.16 14:43:37.346813 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5060 | 2024.09.16 14:43:37.347108 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5061 | 2024.09.16 14:43:37.347144 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5062 | 2024.09.16 14:43:37.347475 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5063 | 2024.09.16 14:43:37.347840 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5064 | 2024.09.16 14:43:37.348005 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 242.64 KiB/sec. | ||
5065 | 2024.09.16 14:43:37.348313 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Debug> DynamicQueryHandler: Done processing query | ||
5066 | 2024.09.16 14:43:37.348338 [ 3 ] {7c76982a-c6d3-49ad-8242-fbcb5115f243} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5067 | 2024.09.16 14:43:37.348354 [ 3 ] {} <Debug> HTTP-Session: 94d610a8-74bb-43fa-9b03-ed3529215570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5068 | 2024.09.16 14:43:37.348523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 63016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5069 | 2024.09.16 14:43:37.348573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5070 | 2024.09.16 14:43:37.348591 [ 3 ] {} <Debug> HTTP-Session: c2a77eb1-2326-40fc-b8ea-f74ca6a5ef14 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5071 | 2024.09.16 14:43:37.348608 [ 3 ] {} <Debug> HTTP-Session: c2a77eb1-2326-40fc-b8ea-f74ca6a5ef14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5072 | 2024.09.16 14:43:37.348623 [ 3 ] {} <Debug> HTTP-Session: c2a77eb1-2326-40fc-b8ea-f74ca6a5ef14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.09.16 14:43:37.348653 [ 3 ] {} <Trace> HTTP-Session: c2a77eb1-2326-40fc-b8ea-f74ca6a5ef14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5074 | 2024.09.16 14:43:37.348858 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5075 | 2024.09.16 14:43:37.348902 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5076 | 2024.09.16 14:43:37.349144 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5077 | 2024.09.16 14:43:37.349666 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5078 | 2024.09.16 14:43:37.349703 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5079 | 2024.09.16 14:43:37.350066 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5080 | 2024.09.16 14:43:37.350410 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5081 | 2024.09.16 14:43:37.350575 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Debug> executeQuery: Read 389 rows, 28.26 KiB in 0.001823 sec., 213384.5309928689 rows/sec., 15.14 MiB/sec. | ||
5082 | 2024.09.16 14:43:37.350911 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Debug> DynamicQueryHandler: Done processing query | ||
5083 | 2024.09.16 14:43:37.350938 [ 3 ] {985ba59c-7a9b-40f2-acc5-382eeccd2a66} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5084 | 2024.09.16 14:43:37.350954 [ 3 ] {} <Debug> HTTP-Session: c2a77eb1-2326-40fc-b8ea-f74ca6a5ef14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5085 | 2024.09.16 14:43:37.351066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5086 | 2024.09.16 14:43:37.351115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5087 | 2024.09.16 14:43:37.351133 [ 3 ] {} <Debug> HTTP-Session: 6619c377-930e-4529-a169-001aa98eca31 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5088 | 2024.09.16 14:43:37.351149 [ 3 ] {} <Debug> HTTP-Session: 6619c377-930e-4529-a169-001aa98eca31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5089 | 2024.09.16 14:43:37.351163 [ 3 ] {} <Debug> HTTP-Session: 6619c377-930e-4529-a169-001aa98eca31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5090 | 2024.09.16 14:43:37.351193 [ 3 ] {} <Trace> HTTP-Session: 6619c377-930e-4529-a169-001aa98eca31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5091 | 2024.09.16 14:43:37.351291 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5092 | 2024.09.16 14:43:37.351335 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5093 | 2024.09.16 14:43:37.351484 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5094 | 2024.09.16 14:43:37.351748 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5095 | 2024.09.16 14:43:37.351784 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5096 | 2024.09.16 14:43:37.352135 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5097 | 2024.09.16 14:43:37.352452 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5098 | 2024.09.16 14:43:37.352604 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
5099 | 2024.09.16 14:43:37.352769 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Debug> DynamicQueryHandler: Done processing query | ||
5100 | 2024.09.16 14:43:37.352793 [ 3 ] {23a31b66-bb41-4f90-84e9-9177a4ea79fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5101 | 2024.09.16 14:43:37.352809 [ 3 ] {} <Debug> HTTP-Session: 6619c377-930e-4529-a169-001aa98eca31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5102 | 2024.09.16 14:43:37.352933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 26175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5103 | 2024.09.16 14:43:37.352982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5104 | 2024.09.16 14:43:37.353000 [ 3 ] {} <Debug> HTTP-Session: 118691c4-d03e-4e9b-91b7-33cb61569d4a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5105 | 2024.09.16 14:43:37.353016 [ 3 ] {} <Debug> HTTP-Session: 118691c4-d03e-4e9b-91b7-33cb61569d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5106 | 2024.09.16 14:43:37.353031 [ 3 ] {} <Debug> HTTP-Session: 118691c4-d03e-4e9b-91b7-33cb61569d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5107 | 2024.09.16 14:43:37.353061 [ 3 ] {} <Trace> HTTP-Session: 118691c4-d03e-4e9b-91b7-33cb61569d4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5108 | 2024.09.16 14:43:37.353224 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5109 | 2024.09.16 14:43:37.353270 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5110 | 2024.09.16 14:43:37.353416 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5111 | 2024.09.16 14:43:37.353820 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5112 | 2024.09.16 14:43:37.353856 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5113 | 2024.09.16 14:43:37.354225 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5114 | 2024.09.16 14:43:37.354562 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5115 | 2024.09.16 14:43:37.354716 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Debug> executeQuery: Read 140 rows, 9.38 KiB in 0.001573 sec., 89001.90718372537 rows/sec., 5.82 MiB/sec. | ||
5116 | 2024.09.16 14:43:37.354927 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Debug> DynamicQueryHandler: Done processing query | ||
5117 | 2024.09.16 14:43:37.354951 [ 3 ] {0b76901c-ee70-4445-a028-bc466a6b7f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5118 | 2024.09.16 14:43:37.354967 [ 3 ] {} <Debug> HTTP-Session: 118691c4-d03e-4e9b-91b7-33cb61569d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.09.16 14:43:37.355082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5120 | 2024.09.16 14:43:37.355130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5121 | 2024.09.16 14:43:37.355149 [ 3 ] {} <Debug> HTTP-Session: 34835630-76f0-4cf1-bb9d-a6e5b7b5d803 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5122 | 2024.09.16 14:43:37.355165 [ 3 ] {} <Debug> HTTP-Session: 34835630-76f0-4cf1-bb9d-a6e5b7b5d803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5123 | 2024.09.16 14:43:37.355179 [ 3 ] {} <Debug> HTTP-Session: 34835630-76f0-4cf1-bb9d-a6e5b7b5d803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5124 | 2024.09.16 14:43:37.355210 [ 3 ] {} <Trace> HTTP-Session: 34835630-76f0-4cf1-bb9d-a6e5b7b5d803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5125 | 2024.09.16 14:43:37.355299 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5126 | 2024.09.16 14:43:37.355344 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5127 | 2024.09.16 14:43:37.355473 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5128 | 2024.09.16 14:43:37.355726 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5129 | 2024.09.16 14:43:37.355761 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5130 | 2024.09.16 14:43:37.356105 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5131 | 2024.09.16 14:43:37.356422 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5132 | 2024.09.16 14:43:37.356576 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec. | ||
5133 | 2024.09.16 14:43:37.356872 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Debug> DynamicQueryHandler: Done processing query | ||
5134 | 2024.09.16 14:43:37.356897 [ 3 ] {4279f527-194a-4be8-adc8-77a80ac27685} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5135 | 2024.09.16 14:43:37.356913 [ 3 ] {} <Debug> HTTP-Session: 34835630-76f0-4cf1-bb9d-a6e5b7b5d803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.09.16 14:43:37.357069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5137 | 2024.09.16 14:43:37.357117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5138 | 2024.09.16 14:43:37.357136 [ 3 ] {} <Debug> HTTP-Session: 4b315ec8-206d-45d0-928f-441a50b99516 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5139 | 2024.09.16 14:43:37.357153 [ 3 ] {} <Debug> HTTP-Session: 4b315ec8-206d-45d0-928f-441a50b99516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5140 | 2024.09.16 14:43:37.357166 [ 3 ] {} <Debug> HTTP-Session: 4b315ec8-206d-45d0-928f-441a50b99516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5141 | 2024.09.16 14:43:37.357196 [ 3 ] {} <Trace> HTTP-Session: 4b315ec8-206d-45d0-928f-441a50b99516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5142 | 2024.09.16 14:43:37.357586 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5143 | 2024.09.16 14:43:37.357659 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <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_histogramu64 | ||
5144 | 2024.09.16 14:43:37.358083 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5145 | 2024.09.16 14:43:37.358772 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5146 | 2024.09.16 14:43:37.358808 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5147 | 2024.09.16 14:43:37.359414 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5148 | 2024.09.16 14:43:37.359814 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5149 | 2024.09.16 14:43:37.360042 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002748 sec., 10553.129548762736 rows/sec., 18.91 MiB/sec. | ||
5150 | 2024.09.16 14:43:37.360426 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Debug> DynamicQueryHandler: Done processing query | ||
5151 | 2024.09.16 14:43:37.360451 [ 3 ] {c7c32f68-50da-41c5-92f9-18e79a85044f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5152 | 2024.09.16 14:43:37.360467 [ 3 ] {} <Debug> HTTP-Session: 4b315ec8-206d-45d0-928f-441a50b99516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.09.16 14:43:37.360583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5154 | 2024.09.16 14:43:37.360631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5155 | 2024.09.16 14:43:37.360651 [ 3 ] {} <Debug> HTTP-Session: 841f45e1-9881-4d82-96f5-f6538a05a7e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5156 | 2024.09.16 14:43:37.360667 [ 3 ] {} <Debug> HTTP-Session: 841f45e1-9881-4d82-96f5-f6538a05a7e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.09.16 14:43:37.360681 [ 3 ] {} <Debug> HTTP-Session: 841f45e1-9881-4d82-96f5-f6538a05a7e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5158 | 2024.09.16 14:43:37.360711 [ 3 ] {} <Trace> HTTP-Session: 841f45e1-9881-4d82-96f5-f6538a05a7e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5159 | 2024.09.16 14:43:37.360819 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5160 | 2024.09.16 14:43:37.360862 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5161 | 2024.09.16 14:43:37.360990 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5162 | 2024.09.16 14:43:37.361278 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5163 | 2024.09.16 14:43:37.361314 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5164 | 2024.09.16 14:43:37.361663 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5165 | 2024.09.16 14:43:37.361979 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5166 | 2024.09.16 14:43:37.362128 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001339 sec., 38834.95145631068 rows/sec., 2.35 MiB/sec. | ||
5167 | 2024.09.16 14:43:37.362293 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Debug> DynamicQueryHandler: Done processing query | ||
5168 | 2024.09.16 14:43:37.362317 [ 3 ] {1d76459a-0909-4119-b7e3-76581d6f772d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5169 | 2024.09.16 14:43:37.362333 [ 3 ] {} <Debug> HTTP-Session: 841f45e1-9881-4d82-96f5-f6538a05a7e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.09.16 14:43:40.509328 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5171 | 2024.09.16 14:43:40.509438 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5172 | 2024.09.16 14:43:42.330665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 10910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5173 | 2024.09.16 14:43:42.330772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5174 | 2024.09.16 14:43:42.330796 [ 3 ] {} <Debug> HTTP-Session: 8062bf84-c31e-4b6a-919f-78f8cc191480 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5175 | 2024.09.16 14:43:42.330820 [ 3 ] {} <Debug> HTTP-Session: 8062bf84-c31e-4b6a-919f-78f8cc191480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5176 | 2024.09.16 14:43:42.330836 [ 3 ] {} <Debug> HTTP-Session: 8062bf84-c31e-4b6a-919f-78f8cc191480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5177 | 2024.09.16 14:43:42.330886 [ 3 ] {} <Trace> HTTP-Session: 8062bf84-c31e-4b6a-919f-78f8cc191480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5178 | 2024.09.16 14:43:42.331178 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5179 | 2024.09.16 14:43:42.331267 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5180 | 2024.09.16 14:43:42.331684 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5181 | 2024.09.16 14:43:42.332417 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5182 | 2024.09.16 14:43:42.332462 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5183 | 2024.09.16 14:43:42.332933 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5184 | 2024.09.16 14:43:42.333331 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5185 | 2024.09.16 14:43:42.333514 [ 115 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5186 | 2024.09.16 14:43:42.333526 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.002478 sec., 30669.895076674737 rows/sec., 2.47 MiB/sec. | ||
5187 | 2024.09.16 14:43:42.333604 [ 115 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5188 | 2024.09.16 14:43:42.333669 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5189 | 2024.09.16 14:43:42.333906 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
5190 | 2024.09.16 14:43:42.333966 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Debug> DynamicQueryHandler: Done processing query | ||
5191 | 2024.09.16 14:43:42.334011 [ 3 ] {f211231f-3833-4e9d-a166-d370d9aea85f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5192 | 2024.09.16 14:43:42.334035 [ 3 ] {} <Debug> HTTP-Session: 8062bf84-c31e-4b6a-919f-78f8cc191480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5193 | 2024.09.16 14:43:42.334169 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5194 | 2024.09.16 14:43:42.334221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5195 | 2024.09.16 14:43:42.334245 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 245 rows starting from the beginning of the part | ||
5196 | 2024.09.16 14:43:42.334318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5197 | 2024.09.16 14:43:42.334416 [ 3 ] {} <Debug> HTTP-Session: 0a69ea19-e9f1-421a-8582-bc054961cbc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5198 | 2024.09.16 14:43:42.334476 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part | ||
5199 | 2024.09.16 14:43:42.334490 [ 3 ] {} <Debug> HTTP-Session: 0a69ea19-e9f1-421a-8582-bc054961cbc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5200 | 2024.09.16 14:43:42.334559 [ 3 ] {} <Debug> HTTP-Session: 0a69ea19-e9f1-421a-8582-bc054961cbc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5201 | 2024.09.16 14:43:42.334698 [ 3 ] {} <Trace> HTTP-Session: 0a69ea19-e9f1-421a-8582-bc054961cbc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5202 | 2024.09.16 14:43:42.334830 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 222 rows starting from the beginning of the part | ||
5203 | 2024.09.16 14:43:42.335064 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5204 | 2024.09.16 14:43:42.335111 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 51 rows starting from the beginning of the part | ||
5205 | 2024.09.16 14:43:42.335196 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5206 | 2024.09.16 14:43:42.335311 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 224 rows starting from the beginning of the part | ||
5207 | 2024.09.16 14:43:42.335662 [ 192 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part | ||
5208 | 2024.09.16 14:43:42.336531 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5209 | 2024.09.16 14:43:42.337460 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5210 | 2024.09.16 14:43:42.337524 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5211 | 2024.09.16 14:43:42.338434 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5212 | 2024.09.16 14:43:42.338897 [ 198 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.005091837 sec., 170861.7145442794 rows/sec., 15.75 MiB/sec. | ||
5213 | 2024.09.16 14:43:42.339208 [ 198 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5214 | 2024.09.16 14:43:42.339313 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5215 | 2024.09.16 14:43:42.339579 [ 115 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5216 | 2024.09.16 14:43:42.339671 [ 115 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5217 | 2024.09.16 14:43:42.339672 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.004739 sec., 2110.1498206372653 rows/sec., 158.67 KiB/sec. | ||
5218 | 2024.09.16 14:43:42.339773 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5219 | 2024.09.16 14:43:42.340485 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
5220 | 2024.09.16 14:43:42.340569 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Debug> DynamicQueryHandler: Done processing query | ||
5221 | 2024.09.16 14:43:42.340622 [ 3 ] {c1a17e9f-120f-48a3-bb91-243392ec55d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5222 | 2024.09.16 14:43:42.340690 [ 3 ] {} <Debug> HTTP-Session: 0a69ea19-e9f1-421a-8582-bc054961cbc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5223 | 2024.09.16 14:43:42.340862 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5224 | 2024.09.16 14:43:42.340942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5225 | 2024.09.16 14:43:42.340946 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 45 rows starting from the beginning of the part | ||
5226 | 2024.09.16 14:43:42.340958 [ 198 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5227 | 2024.09.16 14:43:42.341025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5228 | 2024.09.16 14:43:42.341170 [ 3 ] {} <Debug> HTTP-Session: 1c6159ae-fc85-4a2f-87b6-796e0d9646c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5229 | 2024.09.16 14:43:42.341308 [ 3 ] {} <Debug> HTTP-Session: 1c6159ae-fc85-4a2f-87b6-796e0d9646c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5230 | 2024.09.16 14:43:42.341379 [ 198 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_21_4} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5231 | 2024.09.16 14:43:42.341430 [ 3 ] {} <Debug> HTTP-Session: 1c6159ae-fc85-4a2f-87b6-796e0d9646c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5232 | 2024.09.16 14:43:42.341440 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
5233 | 2024.09.16 14:43:42.341543 [ 3 ] {} <Trace> HTTP-Session: 1c6159ae-fc85-4a2f-87b6-796e0d9646c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5234 | 2024.09.16 14:43:42.341798 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5235 | 2024.09.16 14:43:42.341838 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
5236 | 2024.09.16 14:43:42.342086 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
5237 | 2024.09.16 14:43:42.342094 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5238 | 2024.09.16 14:43:42.342288 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5239 | 2024.09.16 14:43:42.342458 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 35 rows starting from the beginning of the part | ||
5240 | 2024.09.16 14:43:42.342859 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
5241 | 2024.09.16 14:43:42.343547 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5242 | 2024.09.16 14:43:42.344183 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5243 | 2024.09.16 14:43:42.344226 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5244 | 2024.09.16 14:43:42.344769 [ 189 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.004809042 sec., 30567.418625164843 rows/sec., 2.34 MiB/sec. | ||
5245 | 2024.09.16 14:43:42.344841 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5246 | 2024.09.16 14:43:42.345013 [ 192 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5247 | 2024.09.16 14:43:42.345852 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5248 | 2024.09.16 14:43:42.346144 [ 115 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5249 | 2024.09.16 14:43:42.346188 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.004274 sec., 17313.99157697707 rows/sec., 1.35 MiB/sec. | ||
5250 | 2024.09.16 14:43:42.346228 [ 115 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5251 | 2024.09.16 14:43:42.346319 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5252 | 2024.09.16 14:43:42.346415 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5253 | 2024.09.16 14:43:42.346658 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
5254 | 2024.09.16 14:43:42.346762 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_21_4} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5255 | 2024.09.16 14:43:42.346972 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Debug> DynamicQueryHandler: Done processing query | ||
5256 | 2024.09.16 14:43:42.347088 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5257 | 2024.09.16 14:43:42.347078 [ 3 ] {5dad45f8-c63d-47d1-bb83-89308f74630a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5258 | 2024.09.16 14:43:42.347169 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5259 | 2024.09.16 14:43:42.347181 [ 3 ] {} <Debug> HTTP-Session: 1c6159ae-fc85-4a2f-87b6-796e0d9646c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.09.16 14:43:42.347244 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 417 rows starting from the beginning of the part | ||
5261 | 2024.09.16 14:43:42.347363 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part | ||
5262 | 2024.09.16 14:43:42.347619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 23029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5263 | 2024.09.16 14:43:42.347680 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 385 rows starting from the beginning of the part | ||
5264 | 2024.09.16 14:43:42.347897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5265 | 2024.09.16 14:43:42.347928 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part | ||
5266 | 2024.09.16 14:43:42.347985 [ 3 ] {} <Debug> HTTP-Session: 927ae34e-07ca-47d4-b244-e602e6f0e3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5267 | 2024.09.16 14:43:42.348078 [ 3 ] {} <Debug> HTTP-Session: 927ae34e-07ca-47d4-b244-e602e6f0e3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5268 | 2024.09.16 14:43:42.348197 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 389 rows starting from the beginning of the part | ||
5269 | 2024.09.16 14:43:42.348228 [ 3 ] {} <Debug> HTTP-Session: 927ae34e-07ca-47d4-b244-e602e6f0e3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5270 | 2024.09.16 14:43:42.348432 [ 3 ] {} <Trace> HTTP-Session: 927ae34e-07ca-47d4-b244-e602e6f0e3fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5271 | 2024.09.16 14:43:42.348480 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part | ||
5272 | 2024.09.16 14:43:42.348973 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5273 | 2024.09.16 14:43:42.349060 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5274 | 2024.09.16 14:43:42.349699 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5275 | 2024.09.16 14:43:42.350678 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5276 | 2024.09.16 14:43:42.350753 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5277 | 2024.09.16 14:43:42.351708 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1363 rows, containing 5 columns (5 merged, 0 gathered) in 0.00525568 sec., 259338.46809547002 rows/sec., 19.66 MiB/sec. | ||
5278 | 2024.09.16 14:43:42.351742 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5279 | 2024.09.16 14:43:42.352010 [ 187 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5280 | 2024.09.16 14:43:42.352420 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5281 | 2024.09.16 14:43:42.352891 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.004139 sec., 28992.51026818072 rows/sec., 2.02 MiB/sec. | ||
5282 | 2024.09.16 14:43:42.353202 [ 187 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5283 | 2024.09.16 14:43:42.353276 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Debug> DynamicQueryHandler: Done processing query | ||
5284 | 2024.09.16 14:43:42.353318 [ 3 ] {97abf69a-0789-4b66-9fcb-313005e746db} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5285 | 2024.09.16 14:43:42.353354 [ 3 ] {} <Debug> HTTP-Session: 927ae34e-07ca-47d4-b244-e602e6f0e3fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5286 | 2024.09.16 14:43:42.353351 [ 187 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_21_4} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5287 | 2024.09.16 14:43:42.353520 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
5288 | 2024.09.16 14:43:42.353572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5289 | 2024.09.16 14:43:42.353630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5290 | 2024.09.16 14:43:42.353649 [ 3 ] {} <Debug> HTTP-Session: 49a55302-9656-48df-9460-9298ce386499 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5291 | 2024.09.16 14:43:42.353666 [ 3 ] {} <Debug> HTTP-Session: 49a55302-9656-48df-9460-9298ce386499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.09.16 14:43:42.353680 [ 3 ] {} <Debug> HTTP-Session: 49a55302-9656-48df-9460-9298ce386499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.09.16 14:43:42.353712 [ 3 ] {} <Trace> HTTP-Session: 49a55302-9656-48df-9460-9298ce386499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5294 | 2024.09.16 14:43:42.353938 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5295 | 2024.09.16 14:43:42.354017 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <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_histogramu64 | ||
5296 | 2024.09.16 14:43:42.354489 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5297 | 2024.09.16 14:43:42.355037 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5298 | 2024.09.16 14:43:42.355074 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5299 | 2024.09.16 14:43:42.355682 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5300 | 2024.09.16 14:43:42.356116 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5301 | 2024.09.16 14:43:42.356262 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5302 | 2024.09.16 14:43:42.356263 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002467 sec., 4053.5062829347385 rows/sec., 7.26 MiB/sec. | ||
5303 | 2024.09.16 14:43:42.356305 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5304 | 2024.09.16 14:43:42.356343 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5305 | 2024.09.16 14:43:42.356653 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
5306 | 2024.09.16 14:43:42.356733 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Debug> DynamicQueryHandler: Done processing query | ||
5307 | 2024.09.16 14:43:42.356784 [ 3 ] {806ce3c4-8e43-441c-b349-d511ebed58ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5308 | 2024.09.16 14:43:42.356812 [ 3 ] {} <Debug> HTTP-Session: 49a55302-9656-48df-9460-9298ce386499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.09.16 14:43:42.357044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5310 | 2024.09.16 14:43:42.357164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5311 | 2024.09.16 14:43:42.357224 [ 3 ] {} <Debug> HTTP-Session: 7d71824f-d908-4c01-9665-4712f17d3724 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5312 | 2024.09.16 14:43:42.357270 [ 3 ] {} <Debug> HTTP-Session: 7d71824f-d908-4c01-9665-4712f17d3724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5313 | 2024.09.16 14:43:42.357282 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5314 | 2024.09.16 14:43:42.357296 [ 3 ] {} <Debug> HTTP-Session: 7d71824f-d908-4c01-9665-4712f17d3724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5315 | 2024.09.16 14:43:42.357396 [ 3 ] {} <Trace> HTTP-Session: 7d71824f-d908-4c01-9665-4712f17d3724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5316 | 2024.09.16 14:43:42.357460 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 361 rows starting from the beginning of the part | ||
5317 | 2024.09.16 14:43:42.357672 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5318 | 2024.09.16 14:43:42.357865 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5319 | 2024.09.16 14:43:42.358230 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
5320 | 2024.09.16 14:43:42.358553 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5321 | 2024.09.16 14:43:42.359036 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part | ||
5322 | 2024.09.16 14:43:42.359712 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
5323 | 2024.09.16 14:43:42.359806 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5324 | 2024.09.16 14:43:42.359871 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5325 | 2024.09.16 14:43:42.360353 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part | ||
5326 | 2024.09.16 14:43:42.361096 [ 187 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
5327 | 2024.09.16 14:43:42.361162 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5328 | 2024.09.16 14:43:42.362214 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5329 | 2024.09.16 14:43:42.362442 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.004892 sec., 9811.937857726902 rows/sec., 674.33 KiB/sec. | ||
5330 | 2024.09.16 14:43:42.362866 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Debug> DynamicQueryHandler: Done processing query | ||
5331 | 2024.09.16 14:43:42.362915 [ 3 ] {f362b470-6af7-4b26-8437-cd7b1db0dd78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5332 | 2024.09.16 14:43:42.362952 [ 3 ] {} <Debug> HTTP-Session: 7d71824f-d908-4c01-9665-4712f17d3724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5333 | 2024.09.16 14:43:42.366338 [ 192 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 19 columns (19 merged, 0 gathered) in 0.009872328 sec., 45480.66069117639 rows/sec., 81.50 MiB/sec. | ||
5334 | 2024.09.16 14:43:42.366851 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5335 | 2024.09.16 14:43:42.367422 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5336 | 2024.09.16 14:43:42.367502 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5337 | 2024.09.16 14:43:42.367610 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
5338 | 2024.09.16 14:43:47.337400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5339 | 2024.09.16 14:43:47.337541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5340 | 2024.09.16 14:43:47.337571 [ 3 ] {} <Debug> HTTP-Session: a5baae30-8f08-42c2-bf56-1b2213f48528 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5341 | 2024.09.16 14:43:47.337599 [ 3 ] {} <Debug> HTTP-Session: a5baae30-8f08-42c2-bf56-1b2213f48528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5342 | 2024.09.16 14:43:47.337618 [ 3 ] {} <Debug> HTTP-Session: a5baae30-8f08-42c2-bf56-1b2213f48528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.09.16 14:43:47.337672 [ 3 ] {} <Trace> HTTP-Session: a5baae30-8f08-42c2-bf56-1b2213f48528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5344 | 2024.09.16 14:43:47.337961 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5345 | 2024.09.16 14:43:47.338036 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5346 | 2024.09.16 14:43:47.338367 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5347 | 2024.09.16 14:43:47.338949 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5348 | 2024.09.16 14:43:47.338995 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5349 | 2024.09.16 14:43:47.339445 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5350 | 2024.09.16 14:43:47.339830 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2024.09.16 14:43:47.340020 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Debug> executeQuery: Read 247 rows, 22.38 KiB in 0.002194 sec., 112579.76298997265 rows/sec., 9.96 MiB/sec. | ||
5352 | 2024.09.16 14:43:47.340250 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Debug> DynamicQueryHandler: Done processing query | ||
5353 | 2024.09.16 14:43:47.340278 [ 3 ] {c25ba224-6031-4ab7-b7d7-8ed93692ae3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5354 | 2024.09.16 14:43:47.340295 [ 3 ] {} <Debug> HTTP-Session: a5baae30-8f08-42c2-bf56-1b2213f48528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5355 | 2024.09.16 14:43:47.340436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5356 | 2024.09.16 14:43:47.340492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5357 | 2024.09.16 14:43:47.340511 [ 3 ] {} <Debug> HTTP-Session: 1012f970-e9f6-482c-afd4-c23002a23403 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5358 | 2024.09.16 14:43:47.340529 [ 3 ] {} <Debug> HTTP-Session: 1012f970-e9f6-482c-afd4-c23002a23403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5359 | 2024.09.16 14:43:47.340543 [ 3 ] {} <Debug> HTTP-Session: 1012f970-e9f6-482c-afd4-c23002a23403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.09.16 14:43:47.340579 [ 3 ] {} <Trace> HTTP-Session: 1012f970-e9f6-482c-afd4-c23002a23403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5361 | 2024.09.16 14:43:47.340690 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5362 | 2024.09.16 14:43:47.340737 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5363 | 2024.09.16 14:43:47.340975 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5364 | 2024.09.16 14:43:47.341304 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5365 | 2024.09.16 14:43:47.341341 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5366 | 2024.09.16 14:43:47.341713 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5367 | 2024.09.16 14:43:47.342170 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5368 | 2024.09.16 14:43:47.342391 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.00173 sec., 16763.005780346823 rows/sec., 1.23 MiB/sec. | ||
5369 | 2024.09.16 14:43:47.342738 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Debug> DynamicQueryHandler: Done processing query | ||
5370 | 2024.09.16 14:43:47.342766 [ 3 ] {5618646f-5b71-4959-8807-a3a877efc035} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5371 | 2024.09.16 14:43:47.342783 [ 3 ] {} <Debug> HTTP-Session: 1012f970-e9f6-482c-afd4-c23002a23403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5372 | 2024.09.16 14:43:47.342902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5373 | 2024.09.16 14:43:47.342959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5374 | 2024.09.16 14:43:47.342979 [ 3 ] {} <Debug> HTTP-Session: 0ef661e6-61df-480e-936c-55f10ab47fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5375 | 2024.09.16 14:43:47.342997 [ 3 ] {} <Debug> HTTP-Session: 0ef661e6-61df-480e-936c-55f10ab47fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.09.16 14:43:47.343012 [ 3 ] {} <Debug> HTTP-Session: 0ef661e6-61df-480e-936c-55f10ab47fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5377 | 2024.09.16 14:43:47.343047 [ 3 ] {} <Trace> HTTP-Session: 0ef661e6-61df-480e-936c-55f10ab47fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5378 | 2024.09.16 14:43:47.343157 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5379 | 2024.09.16 14:43:47.343205 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5380 | 2024.09.16 14:43:47.343458 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5381 | 2024.09.16 14:43:47.343773 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5382 | 2024.09.16 14:43:47.343811 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5383 | 2024.09.16 14:43:47.345202 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5384 | 2024.09.16 14:43:47.345720 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5385 | 2024.09.16 14:43:47.345936 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002802 sec., 4996.431120628123 rows/sec., 349.92 KiB/sec. | ||
5386 | 2024.09.16 14:43:47.346210 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Debug> DynamicQueryHandler: Done processing query | ||
5387 | 2024.09.16 14:43:47.346244 [ 3 ] {6dfab3cc-a03a-439a-841f-945f481e5e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5388 | 2024.09.16 14:43:47.346266 [ 3 ] {} <Debug> HTTP-Session: 0ef661e6-61df-480e-936c-55f10ab47fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.09.16 14:43:47.346404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5390 | 2024.09.16 14:43:47.346463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5391 | 2024.09.16 14:43:47.346483 [ 3 ] {} <Debug> HTTP-Session: d8440b1e-a794-4a1e-b94e-17937441c225 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5392 | 2024.09.16 14:43:47.346501 [ 3 ] {} <Debug> HTTP-Session: d8440b1e-a794-4a1e-b94e-17937441c225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.09.16 14:43:47.346516 [ 3 ] {} <Debug> HTTP-Session: d8440b1e-a794-4a1e-b94e-17937441c225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5394 | 2024.09.16 14:43:47.346549 [ 3 ] {} <Trace> HTTP-Session: d8440b1e-a794-4a1e-b94e-17937441c225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5395 | 2024.09.16 14:43:47.346652 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5396 | 2024.09.16 14:43:47.346698 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5397 | 2024.09.16 14:43:47.346930 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5398 | 2024.09.16 14:43:47.347247 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5399 | 2024.09.16 14:43:47.347284 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5400 | 2024.09.16 14:43:47.347655 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5401 | 2024.09.16 14:43:47.348083 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5402 | 2024.09.16 14:43:47.348209 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001583 sec., 3790.271636133923 rows/sec., 223.94 KiB/sec. | ||
5403 | 2024.09.16 14:43:47.348222 [ 109 ] {} <Debug> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
5404 | 2024.09.16 14:43:47.348277 [ 109 ] {} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5405 | 2024.09.16 14:43:47.348319 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5406 | 2024.09.16 14:43:47.348478 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Debug> DynamicQueryHandler: Done processing query | ||
5407 | 2024.09.16 14:43:47.348556 [ 3 ] {eedd682d-d244-4fb3-9bfa-20065ca3ea52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5408 | 2024.09.16 14:43:47.348579 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
5409 | 2024.09.16 14:43:47.348609 [ 3 ] {} <Debug> HTTP-Session: d8440b1e-a794-4a1e-b94e-17937441c225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.09.16 14:43:47.349019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 66733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5411 | 2024.09.16 14:43:47.349044 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5412 | 2024.09.16 14:43:47.349137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5413 | 2024.09.16 14:43:47.349137 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
5414 | 2024.09.16 14:43:47.349187 [ 3 ] {} <Debug> HTTP-Session: 7975a5ec-f193-444a-be60-295c3abd2137 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5415 | 2024.09.16 14:43:47.349229 [ 3 ] {} <Debug> HTTP-Session: 7975a5ec-f193-444a-be60-295c3abd2137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5416 | 2024.09.16 14:43:47.349267 [ 3 ] {} <Debug> HTTP-Session: 7975a5ec-f193-444a-be60-295c3abd2137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.09.16 14:43:47.349437 [ 3 ] {} <Trace> HTTP-Session: 7975a5ec-f193-444a-be60-295c3abd2137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5418 | 2024.09.16 14:43:47.349444 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5419 | 2024.09.16 14:43:47.349701 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5420 | 2024.09.16 14:43:47.349850 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
5421 | 2024.09.16 14:43:47.350079 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5422 | 2024.09.16 14:43:47.350187 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
5423 | 2024.09.16 14:43:47.350266 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5424 | 2024.09.16 14:43:47.351268 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5425 | 2024.09.16 14:43:47.352551 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5426 | 2024.09.16 14:43:47.352640 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5427 | 2024.09.16 14:43:47.352715 [ 191 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004314452 sec., 6953.374379874895 rows/sec., 441.38 KiB/sec. | ||
5428 | 2024.09.16 14:43:47.352922 [ 191 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
5429 | 2024.09.16 14:43:47.353451 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5430 | 2024.09.16 14:43:47.354013 [ 191 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5431 | 2024.09.16 14:43:47.354191 [ 191 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_13_3} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
5432 | 2024.09.16 14:43:47.354389 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5433 | 2024.09.16 14:43:47.354393 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5434 | 2024.09.16 14:43:47.354567 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.004862 sec., 84533.11394487866 rows/sec., 6.03 MiB/sec. | ||
5435 | 2024.09.16 14:43:47.354829 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Debug> DynamicQueryHandler: Done processing query | ||
5436 | 2024.09.16 14:43:47.354854 [ 3 ] {7f360780-43b5-4f8d-9663-45129c8f3101} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
5437 | 2024.09.16 14:43:47.354869 [ 3 ] {} <Debug> HTTP-Session: 7975a5ec-f193-444a-be60-295c3abd2137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.09.16 14:43:47.355002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5439 | 2024.09.16 14:43:47.355051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5440 | 2024.09.16 14:43:47.355069 [ 3 ] {} <Debug> HTTP-Session: fa7529b4-1a67-46bb-8b97-02f2ecfc3e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5441 | 2024.09.16 14:43:47.355086 [ 3 ] {} <Debug> HTTP-Session: fa7529b4-1a67-46bb-8b97-02f2ecfc3e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5442 | 2024.09.16 14:43:47.355099 [ 3 ] {} <Debug> HTTP-Session: fa7529b4-1a67-46bb-8b97-02f2ecfc3e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5443 | 2024.09.16 14:43:47.355130 [ 3 ] {} <Trace> HTTP-Session: fa7529b4-1a67-46bb-8b97-02f2ecfc3e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5444 | 2024.09.16 14:43:47.355227 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5445 | 2024.09.16 14:43:47.355271 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5446 | 2024.09.16 14:43:47.355404 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5447 | 2024.09.16 14:43:47.355676 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5448 | 2024.09.16 14:43:47.355711 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5449 | 2024.09.16 14:43:47.356060 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5450 | 2024.09.16 14:43:47.356379 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5451 | 2024.09.16 14:43:47.356506 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 240.21 KiB/sec. | ||
5452 | 2024.09.16 14:43:47.356670 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Debug> DynamicQueryHandler: Done processing query | ||
5453 | 2024.09.16 14:43:47.356694 [ 3 ] {ba311c24-4552-4c58-8c71-1c8c99ba1332} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5454 | 2024.09.16 14:43:47.356710 [ 3 ] {} <Debug> HTTP-Session: fa7529b4-1a67-46bb-8b97-02f2ecfc3e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5455 | 2024.09.16 14:43:47.356878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5456 | 2024.09.16 14:43:47.356926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5457 | 2024.09.16 14:43:47.356944 [ 3 ] {} <Debug> HTTP-Session: 8c5947e4-5153-4986-8f69-d422be7e631a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5458 | 2024.09.16 14:43:47.356960 [ 3 ] {} <Debug> HTTP-Session: 8c5947e4-5153-4986-8f69-d422be7e631a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5459 | 2024.09.16 14:43:47.356974 [ 3 ] {} <Debug> HTTP-Session: 8c5947e4-5153-4986-8f69-d422be7e631a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5460 | 2024.09.16 14:43:47.357004 [ 3 ] {} <Trace> HTTP-Session: 8c5947e4-5153-4986-8f69-d422be7e631a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5461 | 2024.09.16 14:43:47.357223 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5462 | 2024.09.16 14:43:47.357269 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5463 | 2024.09.16 14:43:47.357410 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5464 | 2024.09.16 14:43:47.357894 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5465 | 2024.09.16 14:43:47.357929 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5466 | 2024.09.16 14:43:47.358303 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5467 | 2024.09.16 14:43:47.358637 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5468 | 2024.09.16 14:43:47.358757 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5469 | 2024.09.16 14:43:47.358764 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001681 sec., 140987.50743605 rows/sec., 9.45 MiB/sec. | ||
5470 | 2024.09.16 14:43:47.358795 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5471 | 2024.09.16 14:43:47.358836 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5472 | 2024.09.16 14:43:47.359003 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Debug> DynamicQueryHandler: Done processing query | ||
5473 | 2024.09.16 14:43:47.359021 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
5474 | 2024.09.16 14:43:47.359034 [ 3 ] {482d1bd0-27eb-4216-b552-b0cf2952b26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5475 | 2024.09.16 14:43:47.359098 [ 3 ] {} <Debug> HTTP-Session: 8c5947e4-5153-4986-8f69-d422be7e631a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5476 | 2024.09.16 14:43:47.359274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5477 | 2024.09.16 14:43:47.359336 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5478 | 2024.09.16 14:43:47.359368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5479 | 2024.09.16 14:43:47.359410 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1379 rows starting from the beginning of the part | ||
5480 | 2024.09.16 14:43:47.359416 [ 3 ] {} <Debug> HTTP-Session: b3cfeda2-0343-453f-8391-b1779beebf99 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5481 | 2024.09.16 14:43:47.359476 [ 3 ] {} <Debug> HTTP-Session: b3cfeda2-0343-453f-8391-b1779beebf99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.09.16 14:43:47.359512 [ 3 ] {} <Debug> HTTP-Session: b3cfeda2-0343-453f-8391-b1779beebf99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.09.16 14:43:47.359701 [ 3 ] {} <Trace> HTTP-Session: b3cfeda2-0343-453f-8391-b1779beebf99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5484 | 2024.09.16 14:43:47.359737 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 138 rows starting from the beginning of the part | ||
5485 | 2024.09.16 14:43:47.359976 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 61 rows starting from the beginning of the part | ||
5486 | 2024.09.16 14:43:47.360139 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5487 | 2024.09.16 14:43:47.360306 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 140 rows starting from the beginning of the part | ||
5488 | 2024.09.16 14:43:47.360312 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5489 | 2024.09.16 14:43:47.360606 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 120 rows starting from the beginning of the part | ||
5490 | 2024.09.16 14:43:47.360923 [ 192 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
5491 | 2024.09.16 14:43:47.361489 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5492 | 2024.09.16 14:43:47.362106 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5493 | 2024.09.16 14:43:47.362162 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5494 | 2024.09.16 14:43:47.362995 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5495 | 2024.09.16 14:43:47.363735 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5496 | 2024.09.16 14:43:47.364189 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004176 sec., 239.46360153256705 rows/sec., 16.14 KiB/sec. | ||
5497 | 2024.09.16 14:43:47.364519 [ 191 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2075 rows, containing 5 columns (5 merged, 0 gathered) in 0.005589437 sec., 371235.95811170246 rows/sec., 24.48 MiB/sec. | ||
5498 | 2024.09.16 14:43:47.364776 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Debug> DynamicQueryHandler: Done processing query | ||
5499 | 2024.09.16 14:43:47.364826 [ 3 ] {6d0a1fa5-5ed8-457e-b74b-47dc82109100} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5500 | 2024.09.16 14:43:47.364858 [ 3 ] {} <Debug> HTTP-Session: b3cfeda2-0343-453f-8391-b1779beebf99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5501 | 2024.09.16 14:43:47.364883 [ 191 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5502 | 2024.09.16 14:43:47.365038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5503 | 2024.09.16 14:43:47.365127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5504 | 2024.09.16 14:43:47.365196 [ 3 ] {} <Debug> HTTP-Session: 306527b8-7451-499a-8a7b-b4ce810b3aca Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5505 | 2024.09.16 14:43:47.365269 [ 3 ] {} <Debug> HTTP-Session: 306527b8-7451-499a-8a7b-b4ce810b3aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5506 | 2024.09.16 14:43:47.365322 [ 3 ] {} <Debug> HTTP-Session: 306527b8-7451-499a-8a7b-b4ce810b3aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5507 | 2024.09.16 14:43:47.365391 [ 3 ] {} <Trace> HTTP-Session: 306527b8-7451-499a-8a7b-b4ce810b3aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5508 | 2024.09.16 14:43:47.365702 [ 191 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5509 | 2024.09.16 14:43:47.365792 [ 191 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5510 | 2024.09.16 14:43:47.365882 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
5511 | 2024.09.16 14:43:47.365945 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5512 | 2024.09.16 14:43:47.366026 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <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_histogramu64 | ||
5513 | 2024.09.16 14:43:47.366491 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5514 | 2024.09.16 14:43:47.367202 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5515 | 2024.09.16 14:43:47.367240 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5516 | 2024.09.16 14:43:47.367879 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5517 | 2024.09.16 14:43:47.368276 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5518 | 2024.09.16 14:43:47.368427 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002864 sec., 10125.698324022347 rows/sec., 18.14 MiB/sec. | ||
5519 | 2024.09.16 14:43:47.368826 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Debug> DynamicQueryHandler: Done processing query | ||
5520 | 2024.09.16 14:43:47.368850 [ 3 ] {c955e4d8-e12d-464d-a5ef-bea058856f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5521 | 2024.09.16 14:43:47.368867 [ 3 ] {} <Debug> HTTP-Session: 306527b8-7451-499a-8a7b-b4ce810b3aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5522 | 2024.09.16 14:43:47.368997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5523 | 2024.09.16 14:43:47.369047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5524 | 2024.09.16 14:43:47.369066 [ 3 ] {} <Debug> HTTP-Session: 8b4f9c1b-9075-4b8c-92e7-10eaebc6e971 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5525 | 2024.09.16 14:43:47.369082 [ 3 ] {} <Debug> HTTP-Session: 8b4f9c1b-9075-4b8c-92e7-10eaebc6e971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.09.16 14:43:47.369096 [ 3 ] {} <Debug> HTTP-Session: 8b4f9c1b-9075-4b8c-92e7-10eaebc6e971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5527 | 2024.09.16 14:43:47.369126 [ 3 ] {} <Trace> HTTP-Session: 8b4f9c1b-9075-4b8c-92e7-10eaebc6e971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5528 | 2024.09.16 14:43:47.369247 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5529 | 2024.09.16 14:43:47.369290 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5530 | 2024.09.16 14:43:47.369418 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5531 | 2024.09.16 14:43:47.369743 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5532 | 2024.09.16 14:43:47.369778 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5533 | 2024.09.16 14:43:47.370133 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5534 | 2024.09.16 14:43:47.370447 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5535 | 2024.09.16 14:43:47.370567 [ 109 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5536 | 2024.09.16 14:43:47.370573 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec. | ||
5537 | 2024.09.16 14:43:47.370607 [ 109 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.09.16 14:43:47.370647 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5539 | 2024.09.16 14:43:47.370864 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Debug> DynamicQueryHandler: Done processing query | ||
5540 | 2024.09.16 14:43:47.370931 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
5541 | 2024.09.16 14:43:47.370947 [ 3 ] {4c59bd05-e699-4e95-8b2e-6fb3d5be69d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5542 | 2024.09.16 14:43:47.371033 [ 3 ] {} <Debug> HTTP-Session: 8b4f9c1b-9075-4b8c-92e7-10eaebc6e971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5543 | 2024.09.16 14:43:47.371189 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5544 | 2024.09.16 14:43:47.371231 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 518 rows starting from the beginning of the part | ||
5545 | 2024.09.16 14:43:47.371352 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part | ||
5546 | 2024.09.16 14:43:47.371538 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
5547 | 2024.09.16 14:43:47.371704 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part | ||
5548 | 2024.09.16 14:43:47.371841 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
5549 | 2024.09.16 14:43:47.372042 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
5550 | 2024.09.16 14:43:47.373308 [ 196 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 4 columns (4 merged, 0 gathered) in 0.002569569 sec., 304331.1932857222 rows/sec., 18.74 MiB/sec. | ||
5551 | 2024.09.16 14:43:47.373484 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5552 | 2024.09.16 14:43:47.373870 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5553 | 2024.09.16 14:43:47.373952 [ 194 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_21_4} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5554 | 2024.09.16 14:43:47.374044 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5555 | 2024.09.16 14:43:52.332170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 10910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5556 | 2024.09.16 14:43:52.332308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5557 | 2024.09.16 14:43:52.332339 [ 3 ] {} <Debug> HTTP-Session: 613c3d2b-e8f7-42d8-9229-163fa3c75f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5558 | 2024.09.16 14:43:52.332367 [ 3 ] {} <Debug> HTTP-Session: 613c3d2b-e8f7-42d8-9229-163fa3c75f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5559 | 2024.09.16 14:43:52.332386 [ 3 ] {} <Debug> HTTP-Session: 613c3d2b-e8f7-42d8-9229-163fa3c75f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5560 | 2024.09.16 14:43:52.332442 [ 3 ] {} <Trace> HTTP-Session: 613c3d2b-e8f7-42d8-9229-163fa3c75f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5561 | 2024.09.16 14:43:52.332666 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5562 | 2024.09.16 14:43:52.332741 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5563 | 2024.09.16 14:43:52.333121 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5564 | 2024.09.16 14:43:52.333631 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5565 | 2024.09.16 14:43:52.333673 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5566 | 2024.09.16 14:43:52.334088 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5567 | 2024.09.16 14:43:52.334468 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2024.09.16 14:43:52.334628 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.002045 sec., 37163.8141809291 rows/sec., 2.99 MiB/sec. | ||
5569 | 2024.09.16 14:43:52.334924 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Debug> DynamicQueryHandler: Done processing query | ||
5570 | 2024.09.16 14:43:52.334961 [ 3 ] {60a16e57-c45f-48ad-98df-4774ce3f8630} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5571 | 2024.09.16 14:43:52.334980 [ 3 ] {} <Debug> HTTP-Session: 613c3d2b-e8f7-42d8-9229-163fa3c75f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.09.16 14:43:52.335114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.09.16 14:43:52.335167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5574 | 2024.09.16 14:43:52.335187 [ 3 ] {} <Debug> HTTP-Session: 69d79e29-2d77-4d8f-85be-0e3d3aac8589 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5575 | 2024.09.16 14:43:52.335203 [ 3 ] {} <Debug> HTTP-Session: 69d79e29-2d77-4d8f-85be-0e3d3aac8589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5576 | 2024.09.16 14:43:52.335217 [ 3 ] {} <Debug> HTTP-Session: 69d79e29-2d77-4d8f-85be-0e3d3aac8589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.09.16 14:43:52.335249 [ 3 ] {} <Trace> HTTP-Session: 69d79e29-2d77-4d8f-85be-0e3d3aac8589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5578 | 2024.09.16 14:43:52.335350 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5579 | 2024.09.16 14:43:52.335397 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5580 | 2024.09.16 14:43:52.335651 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5581 | 2024.09.16 14:43:52.335994 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5582 | 2024.09.16 14:43:52.336030 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5583 | 2024.09.16 14:43:52.336379 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5584 | 2024.09.16 14:43:52.336743 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5585 | 2024.09.16 14:43:52.336906 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001574 sec., 6353.240152477763 rows/sec., 477.73 KiB/sec. | ||
5586 | 2024.09.16 14:43:52.337233 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Debug> DynamicQueryHandler: Done processing query | ||
5587 | 2024.09.16 14:43:52.337259 [ 3 ] {42971752-2c35-483e-94ee-5ec6d0f9578b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5588 | 2024.09.16 14:43:52.337276 [ 3 ] {} <Debug> HTTP-Session: 69d79e29-2d77-4d8f-85be-0e3d3aac8589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5589 | 2024.09.16 14:43:52.337401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5590 | 2024.09.16 14:43:52.337451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5591 | 2024.09.16 14:43:52.337471 [ 3 ] {} <Debug> HTTP-Session: fc1f9269-5e2d-4277-a4ab-a56b06b0e674 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5592 | 2024.09.16 14:43:52.337487 [ 3 ] {} <Debug> HTTP-Session: fc1f9269-5e2d-4277-a4ab-a56b06b0e674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5593 | 2024.09.16 14:43:52.337501 [ 3 ] {} <Debug> HTTP-Session: fc1f9269-5e2d-4277-a4ab-a56b06b0e674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5594 | 2024.09.16 14:43:52.337533 [ 3 ] {} <Trace> HTTP-Session: fc1f9269-5e2d-4277-a4ab-a56b06b0e674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5595 | 2024.09.16 14:43:52.337654 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5596 | 2024.09.16 14:43:52.337699 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5597 | 2024.09.16 14:43:52.337950 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5598 | 2024.09.16 14:43:52.338305 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5599 | 2024.09.16 14:43:52.338343 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5600 | 2024.09.16 14:43:52.338695 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5601 | 2024.09.16 14:43:52.339045 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5602 | 2024.09.16 14:43:52.339202 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001583 sec., 46746.683512318385 rows/sec., 3.65 MiB/sec. | ||
5603 | 2024.09.16 14:43:52.339378 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Debug> DynamicQueryHandler: Done processing query | ||
5604 | 2024.09.16 14:43:52.339403 [ 3 ] {a2d79954-6540-4da4-ad6d-c4ed2346b2ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5605 | 2024.09.16 14:43:52.339418 [ 3 ] {} <Debug> HTTP-Session: fc1f9269-5e2d-4277-a4ab-a56b06b0e674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.09.16 14:43:52.339599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5607 | 2024.09.16 14:43:52.339648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5608 | 2024.09.16 14:43:52.339667 [ 3 ] {} <Debug> HTTP-Session: 3529558b-b395-4572-8273-ef2d8692696b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5609 | 2024.09.16 14:43:52.339683 [ 3 ] {} <Debug> HTTP-Session: 3529558b-b395-4572-8273-ef2d8692696b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5610 | 2024.09.16 14:43:52.339697 [ 3 ] {} <Debug> HTTP-Session: 3529558b-b395-4572-8273-ef2d8692696b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5611 | 2024.09.16 14:43:52.339727 [ 3 ] {} <Trace> HTTP-Session: 3529558b-b395-4572-8273-ef2d8692696b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5612 | 2024.09.16 14:43:52.339875 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5613 | 2024.09.16 14:43:52.339923 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5614 | 2024.09.16 14:43:52.340073 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5615 | 2024.09.16 14:43:52.340481 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5616 | 2024.09.16 14:43:52.340517 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5617 | 2024.09.16 14:43:52.340903 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5618 | 2024.09.16 14:43:52.341241 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5619 | 2024.09.16 14:43:52.341394 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
5620 | 2024.09.16 14:43:52.341568 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Debug> DynamicQueryHandler: Done processing query | ||
5621 | 2024.09.16 14:43:52.341593 [ 3 ] {1edfaaf2-fa1c-4eae-a75c-f766757c7fa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5622 | 2024.09.16 14:43:52.341609 [ 3 ] {} <Debug> HTTP-Session: 3529558b-b395-4572-8273-ef2d8692696b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.09.16 14:43:52.341730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5624 | 2024.09.16 14:43:52.341779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5625 | 2024.09.16 14:43:52.341798 [ 3 ] {} <Debug> HTTP-Session: 347e0439-417b-4af9-bb03-068d86d21f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5626 | 2024.09.16 14:43:52.341814 [ 3 ] {} <Debug> HTTP-Session: 347e0439-417b-4af9-bb03-068d86d21f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5627 | 2024.09.16 14:43:52.341828 [ 3 ] {} <Debug> HTTP-Session: 347e0439-417b-4af9-bb03-068d86d21f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.09.16 14:43:52.341858 [ 3 ] {} <Trace> HTTP-Session: 347e0439-417b-4af9-bb03-068d86d21f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5629 | 2024.09.16 14:43:52.342044 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5630 | 2024.09.16 14:43:52.342108 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <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_histogramu64 | ||
5631 | 2024.09.16 14:43:52.342533 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5632 | 2024.09.16 14:43:52.343022 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5633 | 2024.09.16 14:43:52.343059 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5634 | 2024.09.16 14:43:52.343641 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5635 | 2024.09.16 14:43:52.344055 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5636 | 2024.09.16 14:43:52.344245 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002306 sec., 4336.513443191674 rows/sec., 7.77 MiB/sec. | ||
5637 | 2024.09.16 14:43:52.344451 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Debug> DynamicQueryHandler: Done processing query | ||
5638 | 2024.09.16 14:43:52.344476 [ 3 ] {2b5ff09e-8330-4133-af3c-7625ddbb639a} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5639 | 2024.09.16 14:43:52.344492 [ 3 ] {} <Debug> HTTP-Session: 347e0439-417b-4af9-bb03-068d86d21f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.09.16 14:43:52.344614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5641 | 2024.09.16 14:43:52.344662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5642 | 2024.09.16 14:43:52.344681 [ 3 ] {} <Debug> HTTP-Session: f533281b-bdec-418e-870b-2a4828541f35 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5643 | 2024.09.16 14:43:52.344697 [ 3 ] {} <Debug> HTTP-Session: f533281b-bdec-418e-870b-2a4828541f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5644 | 2024.09.16 14:43:52.344711 [ 3 ] {} <Debug> HTTP-Session: f533281b-bdec-418e-870b-2a4828541f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.09.16 14:43:52.344742 [ 3 ] {} <Trace> HTTP-Session: f533281b-bdec-418e-870b-2a4828541f35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5646 | 2024.09.16 14:43:52.344861 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5647 | 2024.09.16 14:43:52.344906 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5648 | 2024.09.16 14:43:52.345035 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5649 | 2024.09.16 14:43:52.345335 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5650 | 2024.09.16 14:43:52.345370 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5651 | 2024.09.16 14:43:52.345730 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5652 | 2024.09.16 14:43:52.346059 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5653 | 2024.09.16 14:43:52.346208 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
5654 | 2024.09.16 14:43:52.346376 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Debug> DynamicQueryHandler: Done processing query | ||
5655 | 2024.09.16 14:43:52.346401 [ 3 ] {4d4f2059-7d5b-4fd9-826b-58413e6641cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5656 | 2024.09.16 14:43:52.346417 [ 3 ] {} <Debug> HTTP-Session: f533281b-bdec-418e-870b-2a4828541f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.09.16 14:43:55.509702 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5658 | 2024.09.16 14:43:55.509775 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5659 | 2024.09.16 14:43:57.337188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5660 | 2024.09.16 14:43:57.337309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5661 | 2024.09.16 14:43:57.337338 [ 3 ] {} <Debug> HTTP-Session: 089d0578-af6a-4606-9a34-3dc7543e58cf Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5662 | 2024.09.16 14:43:57.337365 [ 3 ] {} <Debug> HTTP-Session: 089d0578-af6a-4606-9a34-3dc7543e58cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5663 | 2024.09.16 14:43:57.337383 [ 3 ] {} <Debug> HTTP-Session: 089d0578-af6a-4606-9a34-3dc7543e58cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5664 | 2024.09.16 14:43:57.337438 [ 3 ] {} <Trace> HTTP-Session: 089d0578-af6a-4606-9a34-3dc7543e58cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5665 | 2024.09.16 14:43:57.337730 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5666 | 2024.09.16 14:43:57.337805 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5667 | 2024.09.16 14:43:57.338184 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5668 | 2024.09.16 14:43:57.338789 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5669 | 2024.09.16 14:43:57.338831 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5670 | 2024.09.16 14:43:57.339281 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5671 | 2024.09.16 14:43:57.339667 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5672 | 2024.09.16 14:43:57.339816 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Debug> executeQuery: Read 247 rows, 22.38 KiB in 0.002223 sec., 111111.11111111111 rows/sec., 9.83 MiB/sec. | ||
5673 | 2024.09.16 14:43:57.340025 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Debug> DynamicQueryHandler: Done processing query | ||
5674 | 2024.09.16 14:43:57.340053 [ 3 ] {a0f3c5e9-12b2-4949-9e71-37f9c6aaf363} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5675 | 2024.09.16 14:43:57.340070 [ 3 ] {} <Debug> HTTP-Session: 089d0578-af6a-4606-9a34-3dc7543e58cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5676 | 2024.09.16 14:43:57.340200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5677 | 2024.09.16 14:43:57.340254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5678 | 2024.09.16 14:43:57.340274 [ 3 ] {} <Debug> HTTP-Session: 47bfa07b-f54e-4df3-9cdc-31412c9fda28 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5679 | 2024.09.16 14:43:57.340291 [ 3 ] {} <Debug> HTTP-Session: 47bfa07b-f54e-4df3-9cdc-31412c9fda28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5680 | 2024.09.16 14:43:57.340305 [ 3 ] {} <Debug> HTTP-Session: 47bfa07b-f54e-4df3-9cdc-31412c9fda28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5681 | 2024.09.16 14:43:57.340340 [ 3 ] {} <Trace> HTTP-Session: 47bfa07b-f54e-4df3-9cdc-31412c9fda28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5682 | 2024.09.16 14:43:57.340453 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5683 | 2024.09.16 14:43:57.340501 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5684 | 2024.09.16 14:43:57.340733 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5685 | 2024.09.16 14:43:57.341075 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5686 | 2024.09.16 14:43:57.341110 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5687 | 2024.09.16 14:43:57.341473 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5688 | 2024.09.16 14:43:57.341837 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5689 | 2024.09.16 14:43:57.341967 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001548 sec., 18733.850129198967 rows/sec., 1.38 MiB/sec. | ||
5690 | 2024.09.16 14:43:57.342205 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Debug> DynamicQueryHandler: Done processing query | ||
5691 | 2024.09.16 14:43:57.342230 [ 3 ] {a5de0ec0-b26d-4f0f-9d45-8b3ee3a757d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5692 | 2024.09.16 14:43:57.342247 [ 3 ] {} <Debug> HTTP-Session: 47bfa07b-f54e-4df3-9cdc-31412c9fda28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5693 | 2024.09.16 14:43:57.342358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5694 | 2024.09.16 14:43:57.342410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5695 | 2024.09.16 14:43:57.342428 [ 3 ] {} <Debug> HTTP-Session: 6124ac17-cfab-48f4-bce5-477b7d090796 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5696 | 2024.09.16 14:43:57.342445 [ 3 ] {} <Debug> HTTP-Session: 6124ac17-cfab-48f4-bce5-477b7d090796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5697 | 2024.09.16 14:43:57.342459 [ 3 ] {} <Debug> HTTP-Session: 6124ac17-cfab-48f4-bce5-477b7d090796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5698 | 2024.09.16 14:43:57.342491 [ 3 ] {} <Trace> HTTP-Session: 6124ac17-cfab-48f4-bce5-477b7d090796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5699 | 2024.09.16 14:43:57.342592 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5700 | 2024.09.16 14:43:57.342635 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5701 | 2024.09.16 14:43:57.342861 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5702 | 2024.09.16 14:43:57.343226 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5703 | 2024.09.16 14:43:57.343262 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5704 | 2024.09.16 14:43:57.343615 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5705 | 2024.09.16 14:43:57.343970 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5706 | 2024.09.16 14:43:57.344099 [ 61 ] {} <Debug> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
5707 | 2024.09.16 14:43:57.344109 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
5708 | 2024.09.16 14:43:57.344150 [ 61 ] {} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5709 | 2024.09.16 14:43:57.344195 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5710 | 2024.09.16 14:43:57.344412 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Debug> DynamicQueryHandler: Done processing query | ||
5711 | 2024.09.16 14:43:57.344475 [ 3 ] {bb8064d4-6116-42fd-b4c9-7aa2eb6b19a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5712 | 2024.09.16 14:43:57.344527 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
5713 | 2024.09.16 14:43:57.344542 [ 3 ] {} <Debug> HTTP-Session: 6124ac17-cfab-48f4-bce5-477b7d090796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5714 | 2024.09.16 14:43:57.344826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5715 | 2024.09.16 14:43:57.344888 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5716 | 2024.09.16 14:43:57.344919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5717 | 2024.09.16 14:43:57.344953 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 15 rows starting from the beginning of the part | ||
5718 | 2024.09.16 14:43:57.344962 [ 3 ] {} <Debug> HTTP-Session: 6b54a689-d7c5-46f3-b704-98909b97e30b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5719 | 2024.09.16 14:43:57.345010 [ 3 ] {} <Debug> HTTP-Session: 6b54a689-d7c5-46f3-b704-98909b97e30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.09.16 14:43:57.345062 [ 3 ] {} <Debug> HTTP-Session: 6b54a689-d7c5-46f3-b704-98909b97e30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.09.16 14:43:57.345192 [ 3 ] {} <Trace> HTTP-Session: 6b54a689-d7c5-46f3-b704-98909b97e30b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5722 | 2024.09.16 14:43:57.345257 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
5723 | 2024.09.16 14:43:57.345517 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5724 | 2024.09.16 14:43:57.345560 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
5725 | 2024.09.16 14:43:57.345630 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5726 | 2024.09.16 14:43:57.345937 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
5727 | 2024.09.16 14:43:57.346261 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
5728 | 2024.09.16 14:43:57.346646 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
5729 | 2024.09.16 14:43:57.347225 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5730 | 2024.09.16 14:43:57.348020 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5731 | 2024.09.16 14:43:57.348076 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5732 | 2024.09.16 14:43:57.349069 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5733 | 2024.09.16 14:43:57.349746 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 85 rows, containing 5 columns (5 merged, 0 gathered) in 0.005451154 sec., 15593.02855872353 rows/sec., 1.08 MiB/sec. | ||
5734 | 2024.09.16 14:43:57.349971 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
5735 | 2024.09.16 14:43:57.350150 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5736 | 2024.09.16 14:43:57.350582 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005173 sec., 1159.8685482312005 rows/sec., 68.53 KiB/sec. | ||
5737 | 2024.09.16 14:43:57.351350 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Debug> DynamicQueryHandler: Done processing query | ||
5738 | 2024.09.16 14:43:57.351379 [ 3 ] {52dfe153-4702-4589-9641-b984f7dfdd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5739 | 2024.09.16 14:43:57.351410 [ 3 ] {} <Debug> HTTP-Session: 6b54a689-d7c5-46f3-b704-98909b97e30b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5740 | 2024.09.16 14:43:57.351469 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5741 | 2024.09.16 14:43:57.351562 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_15_3} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
5742 | 2024.09.16 14:43:57.351678 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5743 | 2024.09.16 14:43:57.351693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 66733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5744 | 2024.09.16 14:43:57.351766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5745 | 2024.09.16 14:43:57.351786 [ 3 ] {} <Debug> HTTP-Session: 987a9efd-7878-489e-aaf6-e340c3b877ee Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5746 | 2024.09.16 14:43:57.351802 [ 3 ] {} <Debug> HTTP-Session: 987a9efd-7878-489e-aaf6-e340c3b877ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5747 | 2024.09.16 14:43:57.351816 [ 3 ] {} <Debug> HTTP-Session: 987a9efd-7878-489e-aaf6-e340c3b877ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5748 | 2024.09.16 14:43:57.351848 [ 3 ] {} <Trace> HTTP-Session: 987a9efd-7878-489e-aaf6-e340c3b877ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5749 | 2024.09.16 14:43:57.352067 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5750 | 2024.09.16 14:43:57.352113 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5751 | 2024.09.16 14:43:57.352362 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5752 | 2024.09.16 14:43:57.352936 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5753 | 2024.09.16 14:43:57.352971 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5754 | 2024.09.16 14:43:57.353358 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5755 | 2024.09.16 14:43:57.353721 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5756 | 2024.09.16 14:43:57.353853 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001906 sec., 215634.8373557188 rows/sec., 15.37 MiB/sec. | ||
5757 | 2024.09.16 14:43:57.354025 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Debug> DynamicQueryHandler: Done processing query | ||
5758 | 2024.09.16 14:43:57.354050 [ 3 ] {cac3b72c-823b-4581-ba32-4cb779053964} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
5759 | 2024.09.16 14:43:57.354065 [ 3 ] {} <Debug> HTTP-Session: 987a9efd-7878-489e-aaf6-e340c3b877ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5760 | 2024.09.16 14:43:57.354180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5761 | 2024.09.16 14:43:57.354230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5762 | 2024.09.16 14:43:57.354248 [ 3 ] {} <Debug> HTTP-Session: 31eadda3-f6ab-4c9a-a047-d201526a41ed Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5763 | 2024.09.16 14:43:57.354264 [ 3 ] {} <Debug> HTTP-Session: 31eadda3-f6ab-4c9a-a047-d201526a41ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5764 | 2024.09.16 14:43:57.354278 [ 3 ] {} <Debug> HTTP-Session: 31eadda3-f6ab-4c9a-a047-d201526a41ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5765 | 2024.09.16 14:43:57.354309 [ 3 ] {} <Trace> HTTP-Session: 31eadda3-f6ab-4c9a-a047-d201526a41ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5766 | 2024.09.16 14:43:57.354406 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5767 | 2024.09.16 14:43:57.354450 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5768 | 2024.09.16 14:43:57.354583 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5769 | 2024.09.16 14:43:57.354847 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5770 | 2024.09.16 14:43:57.354883 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5771 | 2024.09.16 14:43:57.355238 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5772 | 2024.09.16 14:43:57.355564 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5773 | 2024.09.16 14:43:57.355694 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 238.57 KiB/sec. | ||
5774 | 2024.09.16 14:43:57.355847 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Debug> DynamicQueryHandler: Done processing query | ||
5775 | 2024.09.16 14:43:57.355871 [ 3 ] {d6241b92-2605-4496-a2df-bd3134310952} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5776 | 2024.09.16 14:43:57.355886 [ 3 ] {} <Debug> HTTP-Session: 31eadda3-f6ab-4c9a-a047-d201526a41ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5777 | 2024.09.16 14:43:57.356065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5778 | 2024.09.16 14:43:57.356113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5779 | 2024.09.16 14:43:57.356133 [ 3 ] {} <Debug> HTTP-Session: 82519211-3989-47c2-9335-6108945d657f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5780 | 2024.09.16 14:43:57.356149 [ 3 ] {} <Debug> HTTP-Session: 82519211-3989-47c2-9335-6108945d657f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5781 | 2024.09.16 14:43:57.356162 [ 3 ] {} <Debug> HTTP-Session: 82519211-3989-47c2-9335-6108945d657f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5782 | 2024.09.16 14:43:57.356193 [ 3 ] {} <Trace> HTTP-Session: 82519211-3989-47c2-9335-6108945d657f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5783 | 2024.09.16 14:43:57.356364 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5784 | 2024.09.16 14:43:57.356412 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5785 | 2024.09.16 14:43:57.356552 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5786 | 2024.09.16 14:43:57.357023 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5787 | 2024.09.16 14:43:57.357058 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5788 | 2024.09.16 14:43:57.357439 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5789 | 2024.09.16 14:43:57.357786 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5790 | 2024.09.16 14:43:57.357916 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
5791 | 2024.09.16 14:43:57.358086 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Debug> DynamicQueryHandler: Done processing query | ||
5792 | 2024.09.16 14:43:57.358110 [ 3 ] {77b2bdd8-0854-48c8-aa6c-bad35cb220bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5793 | 2024.09.16 14:43:57.358125 [ 3 ] {} <Debug> HTTP-Session: 82519211-3989-47c2-9335-6108945d657f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.09.16 14:43:57.358234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5795 | 2024.09.16 14:43:57.358284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5796 | 2024.09.16 14:43:57.358302 [ 3 ] {} <Debug> HTTP-Session: 3a84412a-177b-4ea9-b09e-bef40d48100f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5797 | 2024.09.16 14:43:57.358318 [ 3 ] {} <Debug> HTTP-Session: 3a84412a-177b-4ea9-b09e-bef40d48100f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5798 | 2024.09.16 14:43:57.358332 [ 3 ] {} <Debug> HTTP-Session: 3a84412a-177b-4ea9-b09e-bef40d48100f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5799 | 2024.09.16 14:43:57.358362 [ 3 ] {} <Trace> HTTP-Session: 3a84412a-177b-4ea9-b09e-bef40d48100f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5800 | 2024.09.16 14:43:57.358455 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5801 | 2024.09.16 14:43:57.358500 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5802 | 2024.09.16 14:43:57.358630 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5803 | 2024.09.16 14:43:57.358877 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5804 | 2024.09.16 14:43:57.358913 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5805 | 2024.09.16 14:43:57.359263 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5806 | 2024.09.16 14:43:57.359587 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5807 | 2024.09.16 14:43:57.359707 [ 61 ] {} <Debug> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
5808 | 2024.09.16 14:43:57.359716 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001283 sec., 779.423226812159 rows/sec., 52.52 KiB/sec. | ||
5809 | 2024.09.16 14:43:57.359746 [ 61 ] {} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5810 | 2024.09.16 14:43:57.359785 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5811 | 2024.09.16 14:43:57.359963 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Debug> DynamicQueryHandler: Done processing query | ||
5812 | 2024.09.16 14:43:57.360031 [ 3 ] {5838b08b-c74a-41b5-bda8-dcc95cfccb14} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5813 | 2024.09.16 14:43:57.360102 [ 3 ] {} <Debug> HTTP-Session: 3a84412a-177b-4ea9-b09e-bef40d48100f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5814 | 2024.09.16 14:43:57.360272 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
5815 | 2024.09.16 14:43:57.360367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5816 | 2024.09.16 14:43:57.360458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5817 | 2024.09.16 14:43:57.360515 [ 3 ] {} <Debug> HTTP-Session: f4fc0560-7eea-42d2-b399-c1852c35b5a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5818 | 2024.09.16 14:43:57.360555 [ 3 ] {} <Debug> HTTP-Session: f4fc0560-7eea-42d2-b399-c1852c35b5a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.09.16 14:43:57.360598 [ 3 ] {} <Debug> HTTP-Session: f4fc0560-7eea-42d2-b399-c1852c35b5a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5820 | 2024.09.16 14:43:57.360614 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5821 | 2024.09.16 14:43:57.360661 [ 3 ] {} <Trace> HTTP-Session: f4fc0560-7eea-42d2-b399-c1852c35b5a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5822 | 2024.09.16 14:43:57.360681 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
5823 | 2024.09.16 14:43:57.360905 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
5824 | 2024.09.16 14:43:57.361030 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
5825 | 2024.09.16 14:43:57.361223 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
5826 | 2024.09.16 14:43:57.361310 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5827 | 2024.09.16 14:43:57.361572 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
5828 | 2024.09.16 14:43:57.361659 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <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_histogramu64 | ||
5829 | 2024.09.16 14:43:57.361855 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
5830 | 2024.09.16 14:43:57.363610 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5831 | 2024.09.16 14:43:57.365450 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5832 | 2024.09.16 14:43:57.365543 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5833 | 2024.09.16 14:43:57.365743 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005871002 sec., 2554.9301465065078 rows/sec., 171.49 KiB/sec. | ||
5834 | 2024.09.16 14:43:57.365989 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
5835 | 2024.09.16 14:43:57.366949 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5836 | 2024.09.16 14:43:57.367122 [ 196 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_15_3} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
5837 | 2024.09.16 14:43:57.367250 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5838 | 2024.09.16 14:43:57.367253 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5839 | 2024.09.16 14:43:57.367721 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5840 | 2024.09.16 14:43:57.367880 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.007087 sec., 4091.9994355862846 rows/sec., 7.33 MiB/sec. | ||
5841 | 2024.09.16 14:43:57.368282 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Debug> DynamicQueryHandler: Done processing query | ||
5842 | 2024.09.16 14:43:57.368307 [ 3 ] {4809c625-7c43-4b27-b235-65d461c121a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5843 | 2024.09.16 14:43:57.368323 [ 3 ] {} <Debug> HTTP-Session: f4fc0560-7eea-42d2-b399-c1852c35b5a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.09.16 14:43:57.368450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5845 | 2024.09.16 14:43:57.368499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5846 | 2024.09.16 14:43:57.368519 [ 3 ] {} <Debug> HTTP-Session: a9b186f5-116f-4192-bb91-67eb30a2463f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5847 | 2024.09.16 14:43:57.368535 [ 3 ] {} <Debug> HTTP-Session: a9b186f5-116f-4192-bb91-67eb30a2463f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5848 | 2024.09.16 14:43:57.368549 [ 3 ] {} <Debug> HTTP-Session: a9b186f5-116f-4192-bb91-67eb30a2463f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5849 | 2024.09.16 14:43:57.368580 [ 3 ] {} <Trace> HTTP-Session: a9b186f5-116f-4192-bb91-67eb30a2463f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5850 | 2024.09.16 14:43:57.368711 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5851 | 2024.09.16 14:43:57.368755 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5852 | 2024.09.16 14:43:57.368889 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5853 | 2024.09.16 14:43:57.369198 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5854 | 2024.09.16 14:43:57.369233 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5855 | 2024.09.16 14:43:57.369607 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5856 | 2024.09.16 14:43:57.369930 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5857 | 2024.09.16 14:43:57.370056 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
5858 | 2024.09.16 14:43:57.370209 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Debug> DynamicQueryHandler: Done processing query | ||
5859 | 2024.09.16 14:43:57.370232 [ 3 ] {cfcc0ae8-3c5b-4414-9a8c-43a439f1f485} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5860 | 2024.09.16 14:43:57.370248 [ 3 ] {} <Debug> HTTP-Session: a9b186f5-116f-4192-bb91-67eb30a2463f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.09.16 14:44:00.639623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5862 | 2024.09.16 14:44:00.639752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5863 | 2024.09.16 14:44:00.639776 [ 3 ] {} <Debug> HTTP-Session: bd5d543c-2d64-4872-a0b3-f07759f3f899 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5864 | 2024.09.16 14:44:00.639801 [ 3 ] {} <Debug> HTTP-Session: bd5d543c-2d64-4872-a0b3-f07759f3f899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5865 | 2024.09.16 14:44:00.639817 [ 3 ] {} <Debug> HTTP-Session: bd5d543c-2d64-4872-a0b3-f07759f3f899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5866 | 2024.09.16 14:44:00.639866 [ 3 ] {} <Trace> HTTP-Session: bd5d543c-2d64-4872-a0b3-f07759f3f899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5867 | 2024.09.16 14:44:00.640120 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
5868 | 2024.09.16 14:44:00.640527 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5869 | 2024.09.16 14:44:00.640579 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5870 | 2024.09.16 14:44:00.640944 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5871 | 2024.09.16 14:44:00.641024 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5872 | 2024.09.16 14:44:00.641199 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
5873 | 2024.09.16 14:44:00.641240 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5874 | 2024.09.16 14:44:00.641265 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
5875 | 2024.09.16 14:44:00.641284 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5876 | 2024.09.16 14:44:00.641335 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5877 | 2024.09.16 14:44:00.641360 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
5878 | 2024.09.16 14:44:00.642519 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002521 sec., 14280.047600158669 rows/sec., 549.68 KiB/sec. | ||
5879 | 2024.09.16 14:44:00.642794 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Debug> DynamicQueryHandler: Done processing query | ||
5880 | 2024.09.16 14:44:00.642821 [ 3 ] {70bf4af0-311b-47ea-b371-80738c6d7733} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
5881 | 2024.09.16 14:44:00.642838 [ 3 ] {} <Debug> HTTP-Session: bd5d543c-2d64-4872-a0b3-f07759f3f899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5882 | 2024.09.16 14:44:00.643074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5883 | 2024.09.16 14:44:00.643125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5884 | 2024.09.16 14:44:00.643144 [ 3 ] {} <Debug> HTTP-Session: 2ed08415-f58a-4b14-b533-bb86fcb5807d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5885 | 2024.09.16 14:44:00.643161 [ 3 ] {} <Debug> HTTP-Session: 2ed08415-f58a-4b14-b533-bb86fcb5807d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5886 | 2024.09.16 14:44:00.643176 [ 3 ] {} <Debug> HTTP-Session: 2ed08415-f58a-4b14-b533-bb86fcb5807d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.09.16 14:44:00.643209 [ 3 ] {} <Trace> HTTP-Session: 2ed08415-f58a-4b14-b533-bb86fcb5807d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5888 | 2024.09.16 14:44:00.643365 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
5889 | 2024.09.16 14:44:00.643665 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5890 | 2024.09.16 14:44:00.643716 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5891 | 2024.09.16 14:44:00.644044 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5892 | 2024.09.16 14:44:00.644111 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5893 | 2024.09.16 14:44:00.644250 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
5894 | 2024.09.16 14:44:00.644284 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5895 | 2024.09.16 14:44:00.644307 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
5896 | 2024.09.16 14:44:00.644324 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5897 | 2024.09.16 14:44:00.644368 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5898 | 2024.09.16 14:44:00.644392 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
5899 | 2024.09.16 14:44:00.645461 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002144 sec., 16791.0447761194 rows/sec., 646.33 KiB/sec. | ||
5900 | 2024.09.16 14:44:00.645747 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Debug> DynamicQueryHandler: Done processing query | ||
5901 | 2024.09.16 14:44:00.645777 [ 3 ] {e9dea61d-e3d3-469b-9ed4-1b770d16b923} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
5902 | 2024.09.16 14:44:00.645797 [ 3 ] {} <Debug> HTTP-Session: 2ed08415-f58a-4b14-b533-bb86fcb5807d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.09.16 14:44:00.646076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1393, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5904 | 2024.09.16 14:44:00.646134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5905 | 2024.09.16 14:44:00.646158 [ 3 ] {} <Debug> HTTP-Session: 598476ed-df4d-484e-87ab-699dd0beeba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5906 | 2024.09.16 14:44:00.646178 [ 3 ] {} <Debug> HTTP-Session: 598476ed-df4d-484e-87ab-699dd0beeba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.09.16 14:44:00.646195 [ 3 ] {} <Debug> HTTP-Session: 598476ed-df4d-484e-87ab-699dd0beeba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.09.16 14:44:00.646233 [ 3 ] {} <Trace> HTTP-Session: 598476ed-df4d-484e-87ab-699dd0beeba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5909 | 2024.09.16 14:44:00.646423 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
5910 | 2024.09.16 14:44:00.646746 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5911 | 2024.09.16 14:44:00.646794 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5912 | 2024.09.16 14:44:00.647142 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5913 | 2024.09.16 14:44:00.647206 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5914 | 2024.09.16 14:44:00.647346 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
5915 | 2024.09.16 14:44:00.647377 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5916 | 2024.09.16 14:44:00.647400 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
5917 | 2024.09.16 14:44:00.647416 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5918 | 2024.09.16 14:44:00.647459 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5919 | 2024.09.16 14:44:00.647482 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
5920 | 2024.09.16 14:44:00.648341 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002016 sec., 17857.14285714286 rows/sec., 687.37 KiB/sec. | ||
5921 | 2024.09.16 14:44:00.648578 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Debug> DynamicQueryHandler: Done processing query | ||
5922 | 2024.09.16 14:44:00.648602 [ 3 ] {36d5da6f-59a6-4f3a-973a-f5516668e546} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
5923 | 2024.09.16 14:44:00.648618 [ 3 ] {} <Debug> HTTP-Session: 598476ed-df4d-484e-87ab-699dd0beeba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.09.16 14:44:00.648832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5925 | 2024.09.16 14:44:00.648881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5926 | 2024.09.16 14:44:00.648899 [ 3 ] {} <Debug> HTTP-Session: 5ea7179c-538b-4c03-8af9-ac20bb894674 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5927 | 2024.09.16 14:44:00.648916 [ 3 ] {} <Debug> HTTP-Session: 5ea7179c-538b-4c03-8af9-ac20bb894674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5928 | 2024.09.16 14:44:00.648929 [ 3 ] {} <Debug> HTTP-Session: 5ea7179c-538b-4c03-8af9-ac20bb894674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.09.16 14:44:00.648960 [ 3 ] {} <Trace> HTTP-Session: 5ea7179c-538b-4c03-8af9-ac20bb894674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2024.09.16 14:44:00.649111 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
5931 | 2024.09.16 14:44:00.649409 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5932 | 2024.09.16 14:44:00.649458 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5933 | 2024.09.16 14:44:00.649786 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5934 | 2024.09.16 14:44:00.649850 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5935 | 2024.09.16 14:44:00.649988 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
5936 | 2024.09.16 14:44:00.650020 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5937 | 2024.09.16 14:44:00.650044 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
5938 | 2024.09.16 14:44:00.650060 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5939 | 2024.09.16 14:44:00.650102 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5940 | 2024.09.16 14:44:00.650124 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
5941 | 2024.09.16 14:44:00.651165 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.002131 sec., 16893.47724073205 rows/sec., 650.28 KiB/sec. | ||
5942 | 2024.09.16 14:44:00.651429 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Debug> DynamicQueryHandler: Done processing query | ||
5943 | 2024.09.16 14:44:00.651458 [ 3 ] {284e38b8-e128-471a-a065-bfd13a0908f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
5944 | 2024.09.16 14:44:00.651477 [ 3 ] {} <Debug> HTTP-Session: 5ea7179c-538b-4c03-8af9-ac20bb894674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5945 | 2024.09.16 14:44:00.651729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5946 | 2024.09.16 14:44:00.651777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5947 | 2024.09.16 14:44:00.651795 [ 3 ] {} <Debug> HTTP-Session: 132d6c49-0345-4994-b6d3-bda939690194 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5948 | 2024.09.16 14:44:00.651811 [ 3 ] {} <Debug> HTTP-Session: 132d6c49-0345-4994-b6d3-bda939690194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.09.16 14:44:00.651825 [ 3 ] {} <Debug> HTTP-Session: 132d6c49-0345-4994-b6d3-bda939690194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5950 | 2024.09.16 14:44:00.651856 [ 3 ] {} <Trace> HTTP-Session: 132d6c49-0345-4994-b6d3-bda939690194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5951 | 2024.09.16 14:44:00.652009 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
5952 | 2024.09.16 14:44:00.652316 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5953 | 2024.09.16 14:44:00.652365 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5954 | 2024.09.16 14:44:00.652693 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5955 | 2024.09.16 14:44:00.652756 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5956 | 2024.09.16 14:44:00.652893 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
5957 | 2024.09.16 14:44:00.652924 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5958 | 2024.09.16 14:44:00.652946 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
5959 | 2024.09.16 14:44:00.652962 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5960 | 2024.09.16 14:44:00.653005 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5961 | 2024.09.16 14:44:00.653027 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
5962 | 2024.09.16 14:44:00.653785 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001856 sec., 19396.55172413793 rows/sec., 746.63 KiB/sec. | ||
5963 | 2024.09.16 14:44:00.654013 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Debug> DynamicQueryHandler: Done processing query | ||
5964 | 2024.09.16 14:44:00.654037 [ 3 ] {40f91611-9aff-440f-8cc8-5b3ff9ada023} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
5965 | 2024.09.16 14:44:00.654054 [ 3 ] {} <Debug> HTTP-Session: 132d6c49-0345-4994-b6d3-bda939690194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.09.16 14:44:00.654263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5967 | 2024.09.16 14:44:00.654310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5968 | 2024.09.16 14:44:00.654329 [ 3 ] {} <Debug> HTTP-Session: 4ca2abab-6f4b-478f-ab61-9c71f6db6e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5969 | 2024.09.16 14:44:00.654345 [ 3 ] {} <Debug> HTTP-Session: 4ca2abab-6f4b-478f-ab61-9c71f6db6e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5970 | 2024.09.16 14:44:00.654358 [ 3 ] {} <Debug> HTTP-Session: 4ca2abab-6f4b-478f-ab61-9c71f6db6e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.09.16 14:44:00.654389 [ 3 ] {} <Trace> HTTP-Session: 4ca2abab-6f4b-478f-ab61-9c71f6db6e28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5972 | 2024.09.16 14:44:00.654542 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
5973 | 2024.09.16 14:44:00.654839 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5974 | 2024.09.16 14:44:00.654888 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
5975 | 2024.09.16 14:44:00.655220 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5976 | 2024.09.16 14:44:00.655283 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5977 | 2024.09.16 14:44:00.655422 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
5978 | 2024.09.16 14:44:00.655453 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
5979 | 2024.09.16 14:44:00.655475 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Debug> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (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 | ||
5980 | 2024.09.16 14:44:00.655491 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5981 | 2024.09.16 14:44:00.655533 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
5982 | 2024.09.16 14:44:00.655555 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
5983 | 2024.09.16 14:44:00.656353 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.001891 sec., 19037.546271813855 rows/sec., 732.81 KiB/sec. | ||
5984 | 2024.09.16 14:44:00.656577 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Debug> DynamicQueryHandler: Done processing query | ||
5985 | 2024.09.16 14:44:00.656602 [ 3 ] {9327866a-5a8a-4d27-8e8f-c9b3645c45e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
5986 | 2024.09.16 14:44:00.656618 [ 3 ] {} <Debug> HTTP-Session: 4ca2abab-6f4b-478f-ab61-9c71f6db6e28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5987 | 2024.09.16 14:44:00.873836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5988 | 2024.09.16 14:44:00.873949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5989 | 2024.09.16 14:44:00.873988 [ 3 ] {} <Debug> HTTP-Session: 49a17615-d4a1-4358-ab37-09b766d38d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
5990 | 2024.09.16 14:44:00.874023 [ 3 ] {} <Debug> HTTP-Session: 49a17615-d4a1-4358-ab37-09b766d38d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5991 | 2024.09.16 14:44:00.874054 [ 3 ] {} <Debug> HTTP-Session: 49a17615-d4a1-4358-ab37-09b766d38d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.09.16 14:44:00.874116 [ 3 ] {} <Trace> HTTP-Session: 49a17615-d4a1-4358-ab37-09b766d38d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5993 | 2024.09.16 14:44:00.874337 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
5994 | 2024.09.16 14:44:00.874428 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5995 | 2024.09.16 14:44:00.874627 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5996 | 2024.09.16 14:44:00.875023 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5997 | 2024.09.16 14:44:00.875064 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
5998 | 2024.09.16 14:44:00.875543 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5999 | 2024.09.16 14:44:00.875957 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Trace> oximeter.timeseries_schema (7817e93b-2b33-443d-b944-1bd1c11e61e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6000 | 2024.09.16 14:44:00.876165 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001903 sec., 3152.9164477141358 rows/sec., 702.02 KiB/sec. | ||
6001 | 2024.09.16 14:44:00.876488 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Debug> DynamicQueryHandler: Done processing query | ||
6002 | 2024.09.16 14:44:00.876514 [ 3 ] {585593ce-7bb3-47c7-9623-a311d035f3c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6003 | 2024.09.16 14:44:00.876531 [ 3 ] {} <Debug> HTTP-Session: 49a17615-d4a1-4358-ab37-09b766d38d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6004 | 2024.09.16 14:44:00.876751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 172846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6005 | 2024.09.16 14:44:00.876816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6006 | 2024.09.16 14:44:00.876851 [ 3 ] {} <Debug> HTTP-Session: a8cf54d6-8620-41e3-821f-7474eecb9319 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6007 | 2024.09.16 14:44:00.876868 [ 3 ] {} <Debug> HTTP-Session: a8cf54d6-8620-41e3-821f-7474eecb9319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.09.16 14:44:00.876881 [ 3 ] {} <Debug> HTTP-Session: a8cf54d6-8620-41e3-821f-7474eecb9319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.09.16 14:44:00.876912 [ 3 ] {} <Trace> HTTP-Session: a8cf54d6-8620-41e3-821f-7474eecb9319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6010 | 2024.09.16 14:44:00.877860 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6011 | 2024.09.16 14:44:00.877908 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6012 | 2024.09.16 14:44:00.878168 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6013 | 2024.09.16 14:44:00.879409 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6014 | 2024.09.16 14:44:00.879448 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6015 | 2024.09.16 14:44:00.879907 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6016 | 2024.09.16 14:44:00.880271 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6017 | 2024.09.16 14:44:00.880435 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.003382 sec., 353636.90124186873 rows/sec., 29.02 MiB/sec. | ||
6018 | 2024.09.16 14:44:00.880620 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Debug> DynamicQueryHandler: Done processing query | ||
6019 | 2024.09.16 14:44:00.880645 [ 3 ] {c9098735-b083-4837-8b43-a51773ee6f2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
6020 | 2024.09.16 14:44:00.880661 [ 3 ] {} <Debug> HTTP-Session: a8cf54d6-8620-41e3-821f-7474eecb9319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.09.16 14:44:00.880869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 30472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6022 | 2024.09.16 14:44:00.880919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6023 | 2024.09.16 14:44:00.880938 [ 3 ] {} <Debug> HTTP-Session: dba449ad-ea8a-4bb9-8c83-5d56a8f6b597 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6024 | 2024.09.16 14:44:00.880954 [ 3 ] {} <Debug> HTTP-Session: dba449ad-ea8a-4bb9-8c83-5d56a8f6b597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6025 | 2024.09.16 14:44:00.880968 [ 3 ] {} <Debug> HTTP-Session: dba449ad-ea8a-4bb9-8c83-5d56a8f6b597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6026 | 2024.09.16 14:44:00.881000 [ 3 ] {} <Trace> HTTP-Session: dba449ad-ea8a-4bb9-8c83-5d56a8f6b597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6027 | 2024.09.16 14:44:00.881210 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6028 | 2024.09.16 14:44:00.881250 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6029 | 2024.09.16 14:44:00.881464 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6030 | 2024.09.16 14:44:00.881875 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6031 | 2024.09.16 14:44:00.881910 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6032 | 2024.09.16 14:44:00.882331 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6033 | 2024.09.16 14:44:00.882680 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6034 | 2024.09.16 14:44:00.882838 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001746 sec., 130584.19243986254 rows/sec., 8.84 MiB/sec. | ||
6035 | 2024.09.16 14:44:00.883014 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Debug> DynamicQueryHandler: Done processing query | ||
6036 | 2024.09.16 14:44:00.883040 [ 3 ] {277463dc-ab98-4d29-b48f-fa90930a003c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6037 | 2024.09.16 14:44:00.883056 [ 3 ] {} <Debug> HTTP-Session: dba449ad-ea8a-4bb9-8c83-5d56a8f6b597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6038 | 2024.09.16 14:44:00.883249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 85872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6039 | 2024.09.16 14:44:00.883300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6040 | 2024.09.16 14:44:00.883320 [ 3 ] {} <Debug> HTTP-Session: 537f562e-356c-440b-a570-8538906d29b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6041 | 2024.09.16 14:44:00.883336 [ 3 ] {} <Debug> HTTP-Session: 537f562e-356c-440b-a570-8538906d29b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6042 | 2024.09.16 14:44:00.883350 [ 3 ] {} <Debug> HTTP-Session: 537f562e-356c-440b-a570-8538906d29b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6043 | 2024.09.16 14:44:00.883381 [ 3 ] {} <Trace> HTTP-Session: 537f562e-356c-440b-a570-8538906d29b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6044 | 2024.09.16 14:44:00.883729 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6045 | 2024.09.16 14:44:00.883774 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6046 | 2024.09.16 14:44:00.883999 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6047 | 2024.09.16 14:44:00.884684 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6048 | 2024.09.16 14:44:00.884721 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6049 | 2024.09.16 14:44:00.885091 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6050 | 2024.09.16 14:44:00.885439 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6051 | 2024.09.16 14:44:00.885596 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002098 sec., 247855.10009532887 rows/sec., 18.34 MiB/sec. | ||
6052 | 2024.09.16 14:44:00.885933 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Debug> DynamicQueryHandler: Done processing query | ||
6053 | 2024.09.16 14:44:00.885958 [ 3 ] {cc1a5c8c-ac78-4520-8427-2f94dafe5f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6054 | 2024.09.16 14:44:00.885975 [ 3 ] {} <Debug> HTTP-Session: 537f562e-356c-440b-a570-8538906d29b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6055 | 2024.09.16 14:44:00.886592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1075460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6056 | 2024.09.16 14:44:00.886647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6057 | 2024.09.16 14:44:00.886667 [ 3 ] {} <Debug> HTTP-Session: 49bc2d26-f43b-4e29-b4c7-82db7e2fe94d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6058 | 2024.09.16 14:44:00.886691 [ 3 ] {} <Debug> HTTP-Session: 49bc2d26-f43b-4e29-b4c7-82db7e2fe94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6059 | 2024.09.16 14:44:00.886713 [ 3 ] {} <Debug> HTTP-Session: 49bc2d26-f43b-4e29-b4c7-82db7e2fe94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6060 | 2024.09.16 14:44:00.886752 [ 3 ] {} <Trace> HTTP-Session: 49bc2d26-f43b-4e29-b4c7-82db7e2fe94d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6061 | 2024.09.16 14:44:00.887713 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6062 | 2024.09.16 14:44:00.887765 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6063 | 2024.09.16 14:44:00.887933 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6064 | 2024.09.16 14:44:00.895024 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6065 | 2024.09.16 14:44:00.895097 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6066 | 2024.09.16 14:44:00.896259 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6067 | 2024.09.16 14:44:00.896597 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6068 | 2024.09.16 14:44:00.896746 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Debug> executeQuery: Read 5682 rows, 388.78 KiB in 0.009759 sec., 582231.786043652 rows/sec., 38.90 MiB/sec. | ||
6069 | 2024.09.16 14:44:00.896930 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Debug> DynamicQueryHandler: Done processing query | ||
6070 | 2024.09.16 14:44:00.896954 [ 3 ] {f37be828-ddef-4a0c-82b5-a80e89b39d10} <Debug> MemoryTracker: Peak memory usage (for query): 6.38 MiB. | ||
6071 | 2024.09.16 14:44:00.896970 [ 3 ] {} <Debug> HTTP-Session: 49bc2d26-f43b-4e29-b4c7-82db7e2fe94d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6072 | 2024.09.16 14:44:00.897613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 7021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6073 | 2024.09.16 14:44:00.897663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6074 | 2024.09.16 14:44:00.897681 [ 3 ] {} <Debug> HTTP-Session: 1ba1e1d1-3f1b-49a1-936a-85025be63cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6075 | 2024.09.16 14:44:00.897697 [ 3 ] {} <Debug> HTTP-Session: 1ba1e1d1-3f1b-49a1-936a-85025be63cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6076 | 2024.09.16 14:44:00.897711 [ 3 ] {} <Debug> HTTP-Session: 1ba1e1d1-3f1b-49a1-936a-85025be63cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6077 | 2024.09.16 14:44:00.897743 [ 3 ] {} <Trace> HTTP-Session: 1ba1e1d1-3f1b-49a1-936a-85025be63cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6078 | 2024.09.16 14:44:00.897847 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6079 | 2024.09.16 14:44:00.897892 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6080 | 2024.09.16 14:44:00.898021 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6081 | 2024.09.16 14:44:00.898325 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6082 | 2024.09.16 14:44:00.898361 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6083 | 2024.09.16 14:44:00.898715 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6084 | 2024.09.16 14:44:00.899036 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6085 | 2024.09.16 14:44:00.899193 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001366 sec., 33674.96339677891 rows/sec., 2.28 MiB/sec. | ||
6086 | 2024.09.16 14:44:00.899539 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Debug> DynamicQueryHandler: Done processing query | ||
6087 | 2024.09.16 14:44:00.899589 [ 3 ] {86421d23-bbd4-4a30-af31-51b5ed6990ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6088 | 2024.09.16 14:44:00.899617 [ 3 ] {} <Debug> HTTP-Session: 1ba1e1d1-3f1b-49a1-936a-85025be63cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6089 | 2024.09.16 14:44:01.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.92 MiB, peak 194.23 MiB, free memory in arenas 0.00 B, will set to 187.01 MiB (RSS), difference: 1.09 MiB | ||
6090 | 2024.09.16 14:44:02.326043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 10910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6091 | 2024.09.16 14:44:02.326154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6092 | 2024.09.16 14:44:02.326179 [ 3 ] {} <Debug> HTTP-Session: 1716c31e-e903-447c-b763-951544d223d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6093 | 2024.09.16 14:44:02.326203 [ 3 ] {} <Debug> HTTP-Session: 1716c31e-e903-447c-b763-951544d223d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6094 | 2024.09.16 14:44:02.326217 [ 3 ] {} <Debug> HTTP-Session: 1716c31e-e903-447c-b763-951544d223d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.09.16 14:44:02.326266 [ 3 ] {} <Trace> HTTP-Session: 1716c31e-e903-447c-b763-951544d223d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6096 | 2024.09.16 14:44:02.326469 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6097 | 2024.09.16 14:44:02.326543 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6098 | 2024.09.16 14:44:02.326873 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6099 | 2024.09.16 14:44:02.327363 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6100 | 2024.09.16 14:44:02.327407 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6101 | 2024.09.16 14:44:02.327822 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6102 | 2024.09.16 14:44:02.328210 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6103 | 2024.09.16 14:44:02.328363 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.001967 sec., 38637.51906456533 rows/sec., 3.11 MiB/sec. | ||
6104 | 2024.09.16 14:44:02.328402 [ 107 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6105 | 2024.09.16 14:44:02.328510 [ 107 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6106 | 2024.09.16 14:44:02.328547 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6107 | 2024.09.16 14:44:02.328668 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Debug> DynamicQueryHandler: Done processing query | ||
6108 | 2024.09.16 14:44:02.328745 [ 3 ] {db7ec867-a105-4ec6-bb12-8cc1cbe4d6bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6109 | 2024.09.16 14:44:02.328780 [ 3 ] {} <Debug> HTTP-Session: 1716c31e-e903-447c-b763-951544d223d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6110 | 2024.09.16 14:44:02.328800 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
6111 | 2024.09.16 14:44:02.329010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6112 | 2024.09.16 14:44:02.329193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6113 | 2024.09.16 14:44:02.329289 [ 3 ] {} <Debug> HTTP-Session: d62e8604-90eb-402d-b5f0-e987d4965bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6114 | 2024.09.16 14:44:02.329378 [ 3 ] {} <Debug> HTTP-Session: d62e8604-90eb-402d-b5f0-e987d4965bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6115 | 2024.09.16 14:44:02.329457 [ 3 ] {} <Debug> HTTP-Session: d62e8604-90eb-402d-b5f0-e987d4965bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6116 | 2024.09.16 14:44:02.329480 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6117 | 2024.09.16 14:44:02.329576 [ 3 ] {} <Trace> HTTP-Session: d62e8604-90eb-402d-b5f0-e987d4965bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2024.09.16 14:44:02.329588 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 275 rows starting from the beginning of the part | ||
6119 | 2024.09.16 14:44:02.329794 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6120 | 2024.09.16 14:44:02.329806 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 247 rows starting from the beginning of the part | ||
6121 | 2024.09.16 14:44:02.329921 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6122 | 2024.09.16 14:44:02.330171 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 76 rows starting from the beginning of the part | ||
6123 | 2024.09.16 14:44:02.330520 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 247 rows starting from the beginning of the part | ||
6124 | 2024.09.16 14:44:02.330727 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1196 rows starting from the beginning of the part | ||
6125 | 2024.09.16 14:44:02.330956 [ 201 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part | ||
6126 | 2024.09.16 14:44:02.331297 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6127 | 2024.09.16 14:44:02.331772 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6128 | 2024.09.16 14:44:02.331816 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6129 | 2024.09.16 14:44:02.332431 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6130 | 2024.09.16 14:44:02.332942 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6131 | 2024.09.16 14:44:02.333204 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.003505 sec., 2853.0670470756063 rows/sec., 214.54 KiB/sec. | ||
6132 | 2024.09.16 14:44:02.333213 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.004589838 sec., 461236.3225020143 rows/sec., 40.62 MiB/sec. | ||
6133 | 2024.09.16 14:44:02.333422 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Debug> DynamicQueryHandler: Done processing query | ||
6134 | 2024.09.16 14:44:02.333450 [ 3 ] {7ab9c8cc-dc6e-487e-ba62-5d30ebe54bd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6135 | 2024.09.16 14:44:02.333465 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6136 | 2024.09.16 14:44:02.333471 [ 3 ] {} <Debug> HTTP-Session: d62e8604-90eb-402d-b5f0-e987d4965bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.09.16 14:44:02.333619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6138 | 2024.09.16 14:44:02.333700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6139 | 2024.09.16 14:44:02.333741 [ 3 ] {} <Debug> HTTP-Session: c12c78ea-6fe0-4ef2-9ca3-cb2826cfb2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6140 | 2024.09.16 14:44:02.333771 [ 3 ] {} <Debug> HTTP-Session: c12c78ea-6fe0-4ef2-9ca3-cb2826cfb2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6141 | 2024.09.16 14:44:02.333798 [ 3 ] {} <Debug> HTTP-Session: c12c78ea-6fe0-4ef2-9ca3-cb2826cfb2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6142 | 2024.09.16 14:44:02.333846 [ 3 ] {} <Trace> HTTP-Session: c12c78ea-6fe0-4ef2-9ca3-cb2826cfb2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6143 | 2024.09.16 14:44:02.333980 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6144 | 2024.09.16 14:44:02.334009 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6145 | 2024.09.16 14:44:02.334033 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6146 | 2024.09.16 14:44:02.334128 [ 193 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_26_5} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6147 | 2024.09.16 14:44:02.334219 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
6148 | 2024.09.16 14:44:02.334348 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6149 | 2024.09.16 14:44:02.334757 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6150 | 2024.09.16 14:44:02.334793 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6151 | 2024.09.16 14:44:02.335133 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6152 | 2024.09.16 14:44:02.335483 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6153 | 2024.09.16 14:44:02.335635 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001692 sec., 43735.224586288416 rows/sec., 3.41 MiB/sec. | ||
6154 | 2024.09.16 14:44:02.335644 [ 107 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6155 | 2024.09.16 14:44:02.335731 [ 107 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6156 | 2024.09.16 14:44:02.335798 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6157 | 2024.09.16 14:44:02.335959 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Debug> DynamicQueryHandler: Done processing query | ||
6158 | 2024.09.16 14:44:02.336031 [ 3 ] {7b259c81-ad48-4ccd-a06a-154374c41c3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6159 | 2024.09.16 14:44:02.336078 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
6160 | 2024.09.16 14:44:02.336108 [ 3 ] {} <Debug> HTTP-Session: c12c78ea-6fe0-4ef2-9ca3-cb2826cfb2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6161 | 2024.09.16 14:44:02.336373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 6577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6162 | 2024.09.16 14:44:02.336476 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6163 | 2024.09.16 14:44:02.336490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6164 | 2024.09.16 14:44:02.336550 [ 3 ] {} <Debug> HTTP-Session: 1eba3593-d0a6-4256-8479-79c337bcd180 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6165 | 2024.09.16 14:44:02.336557 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 453 rows starting from the beginning of the part | ||
6166 | 2024.09.16 14:44:02.336583 [ 3 ] {} <Debug> HTTP-Session: 1eba3593-d0a6-4256-8479-79c337bcd180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6167 | 2024.09.16 14:44:02.336621 [ 3 ] {} <Debug> HTTP-Session: 1eba3593-d0a6-4256-8479-79c337bcd180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6168 | 2024.09.16 14:44:02.336723 [ 3 ] {} <Trace> HTTP-Session: 1eba3593-d0a6-4256-8479-79c337bcd180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6169 | 2024.09.16 14:44:02.336857 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 411 rows starting from the beginning of the part | ||
6170 | 2024.09.16 14:44:02.337097 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6171 | 2024.09.16 14:44:02.337175 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part | ||
6172 | 2024.09.16 14:44:02.337265 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6173 | 2024.09.16 14:44:02.337467 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 411 rows starting from the beginning of the part | ||
6174 | 2024.09.16 14:44:02.337873 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 520 rows starting from the beginning of the part | ||
6175 | 2024.09.16 14:44:02.338241 [ 188 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part | ||
6176 | 2024.09.16 14:44:02.338547 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6177 | 2024.09.16 14:44:02.339507 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6178 | 2024.09.16 14:44:02.339559 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6179 | 2024.09.16 14:44:02.340701 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6180 | 2024.09.16 14:44:02.341316 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6181 | 2024.09.16 14:44:02.341720 [ 193 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.005815501 sec., 334107.0700529499 rows/sec., 25.56 MiB/sec. | ||
6182 | 2024.09.16 14:44:02.341741 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Debug> executeQuery: Read 34 rows, 2.43 KiB in 0.00482 sec., 7053.941908713694 rows/sec., 505.10 KiB/sec. | ||
6183 | 2024.09.16 14:44:02.342021 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Debug> DynamicQueryHandler: Done processing query | ||
6184 | 2024.09.16 14:44:02.342054 [ 3 ] {85b522b9-4e45-4610-830a-6848b3ae118e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6185 | 2024.09.16 14:44:02.342081 [ 3 ] {} <Debug> HTTP-Session: 1eba3593-d0a6-4256-8479-79c337bcd180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6186 | 2024.09.16 14:44:02.342081 [ 186 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6187 | 2024.09.16 14:44:02.342234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6188 | 2024.09.16 14:44:02.342314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6189 | 2024.09.16 14:44:02.342354 [ 3 ] {} <Debug> HTTP-Session: b3d684b1-369c-40c2-b5c5-454394a58853 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6190 | 2024.09.16 14:44:02.342387 [ 3 ] {} <Debug> HTTP-Session: b3d684b1-369c-40c2-b5c5-454394a58853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6191 | 2024.09.16 14:44:02.342430 [ 3 ] {} <Debug> HTTP-Session: b3d684b1-369c-40c2-b5c5-454394a58853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6192 | 2024.09.16 14:44:02.342575 [ 3 ] {} <Trace> HTTP-Session: b3d684b1-369c-40c2-b5c5-454394a58853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6193 | 2024.09.16 14:44:02.343003 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6194 | 2024.09.16 14:44:02.343044 [ 186 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6195 | 2024.09.16 14:44:02.343162 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <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_histogramu64 | ||
6196 | 2024.09.16 14:44:02.343294 [ 186 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_26_5} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6197 | 2024.09.16 14:44:02.343562 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
6198 | 2024.09.16 14:44:02.343952 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6199 | 2024.09.16 14:44:02.344502 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6200 | 2024.09.16 14:44:02.344540 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6201 | 2024.09.16 14:44:02.345177 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6202 | 2024.09.16 14:44:02.345593 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6203 | 2024.09.16 14:44:02.345804 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.003037 sec., 3292.7230819888046 rows/sec., 5.90 MiB/sec. | ||
6204 | 2024.09.16 14:44:02.346164 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Debug> DynamicQueryHandler: Done processing query | ||
6205 | 2024.09.16 14:44:02.346188 [ 3 ] {7914c147-bd71-485d-8db8-70a3992170d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6206 | 2024.09.16 14:44:02.346205 [ 3 ] {} <Debug> HTTP-Session: b3d684b1-369c-40c2-b5c5-454394a58853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6207 | 2024.09.16 14:44:02.346321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 2158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6208 | 2024.09.16 14:44:02.346370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6209 | 2024.09.16 14:44:02.346389 [ 3 ] {} <Debug> HTTP-Session: 72896866-61b2-4093-a862-c854ed1f70a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6210 | 2024.09.16 14:44:02.346406 [ 3 ] {} <Debug> HTTP-Session: 72896866-61b2-4093-a862-c854ed1f70a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6211 | 2024.09.16 14:44:02.346420 [ 3 ] {} <Debug> HTTP-Session: 72896866-61b2-4093-a862-c854ed1f70a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.09.16 14:44:02.346451 [ 3 ] {} <Trace> HTTP-Session: 72896866-61b2-4093-a862-c854ed1f70a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6213 | 2024.09.16 14:44:02.346549 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6214 | 2024.09.16 14:44:02.346594 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6215 | 2024.09.16 14:44:02.346721 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6216 | 2024.09.16 14:44:02.346984 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6217 | 2024.09.16 14:44:02.347019 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
6218 | 2024.09.16 14:44:02.347372 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6219 | 2024.09.16 14:44:02.347696 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6220 | 2024.09.16 14:44:02.347853 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Debug> executeQuery: Read 14 rows, 977.00 B in 0.001319 sec., 10614.101592115238 rows/sec., 723.35 KiB/sec. | ||
6221 | 2024.09.16 14:44:02.348011 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Debug> DynamicQueryHandler: Done processing query | ||
6222 | 2024.09.16 14:44:02.348035 [ 3 ] {b810a06b-ed0c-4910-9241-a1b71d7b1413} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6223 | 2024.09.16 14:44:02.348051 [ 3 ] {} <Debug> HTTP-Session: 72896866-61b2-4093-a862-c854ed1f70a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6224 | 2024.09.16 14:44:07.337527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6225 | 2024.09.16 14:44:07.337724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6226 | 2024.09.16 14:44:07.337772 [ 3 ] {} <Debug> HTTP-Session: 7ad24d94-ab9f-4394-b973-26f1f0076e93 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6227 | 2024.09.16 14:44:07.337815 [ 3 ] {} <Debug> HTTP-Session: 7ad24d94-ab9f-4394-b973-26f1f0076e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.09.16 14:44:07.337845 [ 3 ] {} <Debug> HTTP-Session: 7ad24d94-ab9f-4394-b973-26f1f0076e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.09.16 14:44:07.337926 [ 3 ] {} <Trace> HTTP-Session: 7ad24d94-ab9f-4394-b973-26f1f0076e93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6230 | 2024.09.16 14:44:07.338369 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6231 | 2024.09.16 14:44:07.338481 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6232 | 2024.09.16 14:44:07.338892 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6233 | 2024.09.16 14:44:07.339488 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6234 | 2024.09.16 14:44:07.339537 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6235 | 2024.09.16 14:44:07.340002 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6236 | 2024.09.16 14:44:07.340397 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6237 | 2024.09.16 14:44:07.340565 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Debug> executeQuery: Read 247 rows, 22.38 KiB in 0.002398 sec., 103002.5020850709 rows/sec., 9.11 MiB/sec. | ||
6238 | 2024.09.16 14:44:07.340803 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Debug> DynamicQueryHandler: Done processing query | ||
6239 | 2024.09.16 14:44:07.340830 [ 3 ] {b97cc5c4-d7f3-48da-ba20-f34f58ecbbdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6240 | 2024.09.16 14:44:07.340846 [ 3 ] {} <Debug> HTTP-Session: 7ad24d94-ab9f-4394-b973-26f1f0076e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6241 | 2024.09.16 14:44:07.340994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6242 | 2024.09.16 14:44:07.341056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6243 | 2024.09.16 14:44:07.341078 [ 3 ] {} <Debug> HTTP-Session: 93250432-d7ef-4ebd-974e-bca137977a8d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6244 | 2024.09.16 14:44:07.341097 [ 3 ] {} <Debug> HTTP-Session: 93250432-d7ef-4ebd-974e-bca137977a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6245 | 2024.09.16 14:44:07.341111 [ 3 ] {} <Debug> HTTP-Session: 93250432-d7ef-4ebd-974e-bca137977a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.09.16 14:44:07.341148 [ 3 ] {} <Trace> HTTP-Session: 93250432-d7ef-4ebd-974e-bca137977a8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6247 | 2024.09.16 14:44:07.341265 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6248 | 2024.09.16 14:44:07.341312 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6249 | 2024.09.16 14:44:07.341549 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6250 | 2024.09.16 14:44:07.341874 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6251 | 2024.09.16 14:44:07.341911 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6252 | 2024.09.16 14:44:07.342271 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6253 | 2024.09.16 14:44:07.342635 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6254 | 2024.09.16 14:44:07.342803 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001568 sec., 18494.897959183672 rows/sec., 1.36 MiB/sec. | ||
6255 | 2024.09.16 14:44:07.342810 [ 102 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6256 | 2024.09.16 14:44:07.342941 [ 102 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6257 | 2024.09.16 14:44:07.342982 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6258 | 2024.09.16 14:44:07.343052 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Debug> DynamicQueryHandler: Done processing query | ||
6259 | 2024.09.16 14:44:07.343106 [ 3 ] {10b38977-cf7b-45fd-84e7-a8b7e59ae40b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6260 | 2024.09.16 14:44:07.343163 [ 3 ] {} <Debug> HTTP-Session: 93250432-d7ef-4ebd-974e-bca137977a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6261 | 2024.09.16 14:44:07.343319 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
6262 | 2024.09.16 14:44:07.343343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6263 | 2024.09.16 14:44:07.343469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6264 | 2024.09.16 14:44:07.343516 [ 3 ] {} <Debug> HTTP-Session: 63b1eb67-1f52-4ce8-8d8f-de96d76ac106 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6265 | 2024.09.16 14:44:07.343561 [ 3 ] {} <Debug> HTTP-Session: 63b1eb67-1f52-4ce8-8d8f-de96d76ac106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6266 | 2024.09.16 14:44:07.343607 [ 3 ] {} <Debug> HTTP-Session: 63b1eb67-1f52-4ce8-8d8f-de96d76ac106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6267 | 2024.09.16 14:44:07.343701 [ 3 ] {} <Trace> HTTP-Session: 63b1eb67-1f52-4ce8-8d8f-de96d76ac106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6268 | 2024.09.16 14:44:07.343789 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6269 | 2024.09.16 14:44:07.343871 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 53 rows starting from the beginning of the part | ||
6270 | 2024.09.16 14:44:07.343927 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6271 | 2024.09.16 14:44:07.344091 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6272 | 2024.09.16 14:44:07.344178 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part | ||
6273 | 2024.09.16 14:44:07.344601 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
6274 | 2024.09.16 14:44:07.344916 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part | ||
6275 | 2024.09.16 14:44:07.345292 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
6276 | 2024.09.16 14:44:07.345672 [ 195 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part | ||
6277 | 2024.09.16 14:44:07.345855 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6278 | 2024.09.16 14:44:07.346821 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6279 | 2024.09.16 14:44:07.346894 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6280 | 2024.09.16 14:44:07.347905 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6281 | 2024.09.16 14:44:07.348886 [ 186 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00578111 sec., 27676.34589205187 rows/sec., 2.13 MiB/sec. | ||
6282 | 2024.09.16 14:44:07.349126 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6283 | 2024.09.16 14:44:07.349350 [ 186 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6284 | 2024.09.16 14:44:07.349519 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00566 sec., 2473.4982332155478 rows/sec., 173.23 KiB/sec. | ||
6285 | 2024.09.16 14:44:07.349912 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Debug> DynamicQueryHandler: Done processing query | ||
6286 | 2024.09.16 14:44:07.349983 [ 3 ] {0d5f306e-7baf-40be-875a-ae40ee3d3112} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6287 | 2024.09.16 14:44:07.350029 [ 3 ] {} <Debug> HTTP-Session: 63b1eb67-1f52-4ce8-8d8f-de96d76ac106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6288 | 2024.09.16 14:44:07.350292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6289 | 2024.09.16 14:44:07.350376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6290 | 2024.09.16 14:44:07.350376 [ 193 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6291 | 2024.09.16 14:44:07.350398 [ 3 ] {} <Debug> HTTP-Session: 27a1dba8-1884-4ed3-82d0-0251c23f9e12 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6292 | 2024.09.16 14:44:07.350436 [ 3 ] {} <Debug> HTTP-Session: 27a1dba8-1884-4ed3-82d0-0251c23f9e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6293 | 2024.09.16 14:44:07.350456 [ 3 ] {} <Debug> HTTP-Session: 27a1dba8-1884-4ed3-82d0-0251c23f9e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6294 | 2024.09.16 14:44:07.350498 [ 3 ] {} <Trace> HTTP-Session: 27a1dba8-1884-4ed3-82d0-0251c23f9e12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6295 | 2024.09.16 14:44:07.350518 [ 193 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_26_5} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6296 | 2024.09.16 14:44:07.350634 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6297 | 2024.09.16 14:44:07.350639 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6298 | 2024.09.16 14:44:07.350686 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6299 | 2024.09.16 14:44:07.350926 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6300 | 2024.09.16 14:44:07.351244 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6301 | 2024.09.16 14:44:07.351280 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6302 | 2024.09.16 14:44:07.351639 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6303 | 2024.09.16 14:44:07.352012 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6304 | 2024.09.16 14:44:07.352182 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 222.81 KiB/sec. | ||
6305 | 2024.09.16 14:44:07.352481 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Debug> DynamicQueryHandler: Done processing query | ||
6306 | 2024.09.16 14:44:07.352507 [ 3 ] {76badbcd-6932-40fc-a42a-9d8df28bbd51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6307 | 2024.09.16 14:44:07.352523 [ 3 ] {} <Debug> HTTP-Session: 27a1dba8-1884-4ed3-82d0-0251c23f9e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.09.16 14:44:07.352766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 66733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6309 | 2024.09.16 14:44:07.352819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6310 | 2024.09.16 14:44:07.352839 [ 3 ] {} <Debug> HTTP-Session: fe2b44a7-58af-4068-b90d-91a6c3ddfe2a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6311 | 2024.09.16 14:44:07.352856 [ 3 ] {} <Debug> HTTP-Session: fe2b44a7-58af-4068-b90d-91a6c3ddfe2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6312 | 2024.09.16 14:44:07.352869 [ 3 ] {} <Debug> HTTP-Session: fe2b44a7-58af-4068-b90d-91a6c3ddfe2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6313 | 2024.09.16 14:44:07.352901 [ 3 ] {} <Trace> HTTP-Session: fe2b44a7-58af-4068-b90d-91a6c3ddfe2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6314 | 2024.09.16 14:44:07.353120 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6315 | 2024.09.16 14:44:07.353165 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6316 | 2024.09.16 14:44:07.353408 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6317 | 2024.09.16 14:44:07.354040 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6318 | 2024.09.16 14:44:07.354077 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6319 | 2024.09.16 14:44:07.354457 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6320 | 2024.09.16 14:44:07.354819 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6321 | 2024.09.16 14:44:07.354982 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001968 sec., 208841.46341463414 rows/sec., 14.89 MiB/sec. | ||
6322 | 2024.09.16 14:44:07.355157 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Debug> DynamicQueryHandler: Done processing query | ||
6323 | 2024.09.16 14:44:07.355182 [ 3 ] {cf48739d-5833-4d62-af12-2c22dd24351a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6324 | 2024.09.16 14:44:07.355198 [ 3 ] {} <Debug> HTTP-Session: fe2b44a7-58af-4068-b90d-91a6c3ddfe2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.09.16 14:44:07.355414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6326 | 2024.09.16 14:44:07.355464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6327 | 2024.09.16 14:44:07.355484 [ 3 ] {} <Debug> HTTP-Session: 486db4c8-a0dd-453d-9e80-0f20df83e5dc Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6328 | 2024.09.16 14:44:07.355500 [ 3 ] {} <Debug> HTTP-Session: 486db4c8-a0dd-453d-9e80-0f20df83e5dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6329 | 2024.09.16 14:44:07.355514 [ 3 ] {} <Debug> HTTP-Session: 486db4c8-a0dd-453d-9e80-0f20df83e5dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6330 | 2024.09.16 14:44:07.355546 [ 3 ] {} <Trace> HTTP-Session: 486db4c8-a0dd-453d-9e80-0f20df83e5dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6331 | 2024.09.16 14:44:07.355640 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6332 | 2024.09.16 14:44:07.355686 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6333 | 2024.09.16 14:44:07.355815 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6334 | 2024.09.16 14:44:07.356067 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6335 | 2024.09.16 14:44:07.356102 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6336 | 2024.09.16 14:44:07.356465 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6337 | 2024.09.16 14:44:07.356790 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6338 | 2024.09.16 14:44:07.356950 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
6339 | 2024.09.16 14:44:07.357266 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Debug> DynamicQueryHandler: Done processing query | ||
6340 | 2024.09.16 14:44:07.357291 [ 3 ] {fda5f0a3-085a-49a7-9824-3f2c2566a407} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6341 | 2024.09.16 14:44:07.357307 [ 3 ] {} <Debug> HTTP-Session: 486db4c8-a0dd-453d-9e80-0f20df83e5dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6342 | 2024.09.16 14:44:07.357486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6343 | 2024.09.16 14:44:07.357535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6344 | 2024.09.16 14:44:07.357554 [ 3 ] {} <Debug> HTTP-Session: c9a1dd1a-d3b9-45b2-9d0b-9cc66a783c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6345 | 2024.09.16 14:44:07.357571 [ 3 ] {} <Debug> HTTP-Session: c9a1dd1a-d3b9-45b2-9d0b-9cc66a783c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.09.16 14:44:07.357585 [ 3 ] {} <Debug> HTTP-Session: c9a1dd1a-d3b9-45b2-9d0b-9cc66a783c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6347 | 2024.09.16 14:44:07.357616 [ 3 ] {} <Trace> HTTP-Session: c9a1dd1a-d3b9-45b2-9d0b-9cc66a783c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6348 | 2024.09.16 14:44:07.357811 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6349 | 2024.09.16 14:44:07.357860 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6350 | 2024.09.16 14:44:07.358026 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6351 | 2024.09.16 14:44:07.358434 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6352 | 2024.09.16 14:44:07.358470 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6353 | 2024.09.16 14:44:07.358858 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6354 | 2024.09.16 14:44:07.359192 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6355 | 2024.09.16 14:44:07.359349 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6356 | 2024.09.16 14:44:07.359359 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001651 sec., 143549.36402180497 rows/sec., 9.62 MiB/sec. | ||
6357 | 2024.09.16 14:44:07.359403 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6358 | 2024.09.16 14:44:07.359475 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6359 | 2024.09.16 14:44:07.359692 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Debug> DynamicQueryHandler: Done processing query | ||
6360 | 2024.09.16 14:44:07.359738 [ 3 ] {558e35b3-b68c-4b11-b05c-bf1d9a382c95} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6361 | 2024.09.16 14:44:07.359765 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
6362 | 2024.09.16 14:44:07.359776 [ 3 ] {} <Debug> HTTP-Session: c9a1dd1a-d3b9-45b2-9d0b-9cc66a783c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6363 | 2024.09.16 14:44:07.360108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6364 | 2024.09.16 14:44:07.360162 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6365 | 2024.09.16 14:44:07.360209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6366 | 2024.09.16 14:44:07.360272 [ 3 ] {} <Debug> HTTP-Session: d452333c-45b4-4696-9960-c26ea7698c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6367 | 2024.09.16 14:44:07.360284 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2075 rows starting from the beginning of the part | ||
6368 | 2024.09.16 14:44:07.360301 [ 3 ] {} <Debug> HTTP-Session: d452333c-45b4-4696-9960-c26ea7698c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6369 | 2024.09.16 14:44:07.360336 [ 3 ] {} <Debug> HTTP-Session: d452333c-45b4-4696-9960-c26ea7698c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6370 | 2024.09.16 14:44:07.360397 [ 3 ] {} <Trace> HTTP-Session: d452333c-45b4-4696-9960-c26ea7698c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6371 | 2024.09.16 14:44:07.360708 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6372 | 2024.09.16 14:44:07.360769 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
6373 | 2024.09.16 14:44:07.360923 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6374 | 2024.09.16 14:44:07.361026 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
6375 | 2024.09.16 14:44:07.361313 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5682 rows starting from the beginning of the part | ||
6376 | 2024.09.16 14:44:07.361636 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
6377 | 2024.09.16 14:44:07.362002 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
6378 | 2024.09.16 14:44:07.362362 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6379 | 2024.09.16 14:44:07.363042 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6380 | 2024.09.16 14:44:07.363104 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6381 | 2024.09.16 14:44:07.363923 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6382 | 2024.09.16 14:44:07.364435 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6383 | 2024.09.16 14:44:07.364808 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004239 sec., 235.90469450342064 rows/sec., 15.90 KiB/sec. | ||
6384 | 2024.09.16 14:44:07.365048 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Debug> DynamicQueryHandler: Done processing query | ||
6385 | 2024.09.16 14:44:07.365072 [ 3 ] {a87be918-9a66-4a1a-8b3b-70efe40671b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6386 | 2024.09.16 14:44:07.365088 [ 3 ] {} <Debug> HTTP-Session: d452333c-45b4-4696-9960-c26ea7698c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6387 | 2024.09.16 14:44:07.365264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6388 | 2024.09.16 14:44:07.365316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6389 | 2024.09.16 14:44:07.365335 [ 3 ] {} <Debug> HTTP-Session: e432d9be-dfa7-4a11-b6d9-adac9fc7738c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6390 | 2024.09.16 14:44:07.365352 [ 3 ] {} <Debug> HTTP-Session: e432d9be-dfa7-4a11-b6d9-adac9fc7738c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6391 | 2024.09.16 14:44:07.365367 [ 3 ] {} <Debug> HTTP-Session: e432d9be-dfa7-4a11-b6d9-adac9fc7738c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6392 | 2024.09.16 14:44:07.365398 [ 3 ] {} <Trace> HTTP-Session: e432d9be-dfa7-4a11-b6d9-adac9fc7738c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6393 | 2024.09.16 14:44:07.366208 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6394 | 2024.09.16 14:44:07.366285 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <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_histogramu64 | ||
6395 | 2024.09.16 14:44:07.366998 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8425 rows, containing 5 columns (5 merged, 0 gathered) in 0.007400891 sec., 1138376.4468359284 rows/sec., 75.91 MiB/sec. | ||
6396 | 2024.09.16 14:44:07.367267 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6397 | 2024.09.16 14:44:07.367856 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6398 | 2024.09.16 14:44:07.368458 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6399 | 2024.09.16 14:44:07.368562 [ 200 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6400 | 2024.09.16 14:44:07.368651 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. | ||
6401 | 2024.09.16 14:44:07.368980 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6402 | 2024.09.16 14:44:07.369023 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6403 | 2024.09.16 14:44:07.369693 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6404 | 2024.09.16 14:44:07.370115 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6405 | 2024.09.16 14:44:07.370289 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6406 | 2024.09.16 14:44:07.370315 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00481 sec., 6029.106029106029 rows/sec., 10.80 MiB/sec. | ||
6407 | 2024.09.16 14:44:07.370348 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6408 | 2024.09.16 14:44:07.370412 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6409 | 2024.09.16 14:44:07.370865 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
6410 | 2024.09.16 14:44:07.371375 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Debug> DynamicQueryHandler: Done processing query | ||
6411 | 2024.09.16 14:44:07.371472 [ 3 ] {375839c1-11f9-4d5d-9fa7-0459846befa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6412 | 2024.09.16 14:44:07.371528 [ 3 ] {} <Debug> HTTP-Session: e432d9be-dfa7-4a11-b6d9-adac9fc7738c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6413 | 2024.09.16 14:44:07.371761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6414 | 2024.09.16 14:44:07.371884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6415 | 2024.09.16 14:44:07.371923 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6416 | 2024.09.16 14:44:07.371935 [ 3 ] {} <Debug> HTTP-Session: a58fd0fd-040e-43a8-9671-25eee7f85332 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6417 | 2024.09.16 14:44:07.372004 [ 3 ] {} <Debug> HTTP-Session: a58fd0fd-040e-43a8-9671-25eee7f85332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.09.16 14:44:07.372049 [ 3 ] {} <Debug> HTTP-Session: a58fd0fd-040e-43a8-9671-25eee7f85332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6419 | 2024.09.16 14:44:07.372096 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 449 rows starting from the beginning of the part | ||
6420 | 2024.09.16 14:44:07.372120 [ 3 ] {} <Trace> HTTP-Session: a58fd0fd-040e-43a8-9671-25eee7f85332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6421 | 2024.09.16 14:44:07.372477 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6422 | 2024.09.16 14:44:07.372678 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6423 | 2024.09.16 14:44:07.372827 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part | ||
6424 | 2024.09.16 14:44:07.373438 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6425 | 2024.09.16 14:44:07.373799 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
6426 | 2024.09.16 14:44:07.374471 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part | ||
6427 | 2024.09.16 14:44:07.374629 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6428 | 2024.09.16 14:44:07.374748 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6429 | 2024.09.16 14:44:07.375133 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
6430 | 2024.09.16 14:44:07.375783 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part | ||
6431 | 2024.09.16 14:44:07.376100 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6432 | 2024.09.16 14:44:07.377058 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6433 | 2024.09.16 14:44:07.377360 [ 102 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6434 | 2024.09.16 14:44:07.377470 [ 102 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6435 | 2024.09.16 14:44:07.377491 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005194 sec., 15787.447054293416 rows/sec., 1.00 MiB/sec. | ||
6436 | 2024.09.16 14:44:07.377538 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6437 | 2024.09.16 14:44:07.378123 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
6438 | 2024.09.16 14:44:07.378310 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Debug> DynamicQueryHandler: Done processing query | ||
6439 | 2024.09.16 14:44:07.378404 [ 3 ] {b45fd056-0c29-4045-a8a6-5760089d478a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6440 | 2024.09.16 14:44:07.378513 [ 3 ] {} <Debug> HTTP-Session: a58fd0fd-040e-43a8-9671-25eee7f85332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.09.16 14:44:07.378660 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6442 | 2024.09.16 14:44:07.378693 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 782 rows starting from the beginning of the part | ||
6443 | 2024.09.16 14:44:07.378792 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
6444 | 2024.09.16 14:44:07.379051 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
6445 | 2024.09.16 14:44:07.379292 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part | ||
6446 | 2024.09.16 14:44:07.379653 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
6447 | 2024.09.16 14:44:07.379982 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
6448 | 2024.09.16 14:44:07.383375 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1066 rows, containing 4 columns (4 merged, 0 gathered) in 0.005626057 sec., 189475.50655814543 rows/sec., 11.85 MiB/sec. | ||
6449 | 2024.09.16 14:44:07.384225 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6450 | 2024.09.16 14:44:07.385008 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6451 | 2024.09.16 14:44:07.385434 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_26_5} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6452 | 2024.09.16 14:44:07.385565 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
6453 | 2024.09.16 14:44:07.401589 [ 197 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 19 columns (19 merged, 0 gathered) in 0.031041981 sec., 17911.228023752737 rows/sec., 32.10 MiB/sec. | ||
6454 | 2024.09.16 14:44:07.402162 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6455 | 2024.09.16 14:44:07.402741 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6456 | 2024.09.16 14:44:07.402824 [ 199 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6457 | 2024.09.16 14:44:07.402945 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
6458 | 2024.09.16 14:44:08.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.34 MiB, peak 196.82 MiB, free memory in arenas 0.00 B, will set to 189.86 MiB (RSS), difference: 1.51 MiB | ||
6459 | 2024.09.16 14:44:10.510021 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6460 | 2024.09.16 14:44:10.510095 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6461 | 2024.09.16 14:44:12.332354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 10910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6462 | 2024.09.16 14:44:12.332461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6463 | 2024.09.16 14:44:12.332484 [ 3 ] {} <Debug> HTTP-Session: caac6ea1-b6c9-4c50-aa52-6fa71f03028f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6464 | 2024.09.16 14:44:12.332508 [ 3 ] {} <Debug> HTTP-Session: caac6ea1-b6c9-4c50-aa52-6fa71f03028f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.09.16 14:44:12.332522 [ 3 ] {} <Debug> HTTP-Session: caac6ea1-b6c9-4c50-aa52-6fa71f03028f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6466 | 2024.09.16 14:44:12.332571 [ 3 ] {} <Trace> HTTP-Session: caac6ea1-b6c9-4c50-aa52-6fa71f03028f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6467 | 2024.09.16 14:44:12.332776 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6468 | 2024.09.16 14:44:12.332840 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6469 | 2024.09.16 14:44:12.333159 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6470 | 2024.09.16 14:44:12.333641 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6471 | 2024.09.16 14:44:12.333678 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6472 | 2024.09.16 14:44:12.334082 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6473 | 2024.09.16 14:44:12.334480 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6474 | 2024.09.16 14:44:12.334627 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.001924 sec., 39501.0395010395 rows/sec., 3.18 MiB/sec. | ||
6475 | 2024.09.16 14:44:12.334830 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Debug> DynamicQueryHandler: Done processing query | ||
6476 | 2024.09.16 14:44:12.334856 [ 3 ] {39409cc1-8cfd-47dc-b595-281a68744579} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6477 | 2024.09.16 14:44:12.334873 [ 3 ] {} <Debug> HTTP-Session: caac6ea1-b6c9-4c50-aa52-6fa71f03028f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6478 | 2024.09.16 14:44:12.335045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6479 | 2024.09.16 14:44:12.335093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6480 | 2024.09.16 14:44:12.335112 [ 3 ] {} <Debug> HTTP-Session: 6b66ff1c-1552-412f-9a7e-311586327c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6481 | 2024.09.16 14:44:12.335128 [ 3 ] {} <Debug> HTTP-Session: 6b66ff1c-1552-412f-9a7e-311586327c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6482 | 2024.09.16 14:44:12.335142 [ 3 ] {} <Debug> HTTP-Session: 6b66ff1c-1552-412f-9a7e-311586327c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6483 | 2024.09.16 14:44:12.335174 [ 3 ] {} <Trace> HTTP-Session: 6b66ff1c-1552-412f-9a7e-311586327c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6484 | 2024.09.16 14:44:12.335270 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6485 | 2024.09.16 14:44:12.335313 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6486 | 2024.09.16 14:44:12.335538 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6487 | 2024.09.16 14:44:12.335841 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6488 | 2024.09.16 14:44:12.335877 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6489 | 2024.09.16 14:44:12.336216 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6490 | 2024.09.16 14:44:12.336566 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6491 | 2024.09.16 14:44:12.336706 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001462 sec., 6839.945280437757 rows/sec., 514.33 KiB/sec. | ||
6492 | 2024.09.16 14:44:12.336894 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Debug> DynamicQueryHandler: Done processing query | ||
6493 | 2024.09.16 14:44:12.336919 [ 3 ] {59e3007e-6606-42f3-b4fb-baccae969343} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6494 | 2024.09.16 14:44:12.336936 [ 3 ] {} <Debug> HTTP-Session: 6b66ff1c-1552-412f-9a7e-311586327c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6495 | 2024.09.16 14:44:12.337068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6496 | 2024.09.16 14:44:12.337117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6497 | 2024.09.16 14:44:12.337136 [ 3 ] {} <Debug> HTTP-Session: 01faed26-d81e-439d-ac2f-281ccde75f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6498 | 2024.09.16 14:44:12.337152 [ 3 ] {} <Debug> HTTP-Session: 01faed26-d81e-439d-ac2f-281ccde75f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6499 | 2024.09.16 14:44:12.337166 [ 3 ] {} <Debug> HTTP-Session: 01faed26-d81e-439d-ac2f-281ccde75f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6500 | 2024.09.16 14:44:12.337196 [ 3 ] {} <Trace> HTTP-Session: 01faed26-d81e-439d-ac2f-281ccde75f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6501 | 2024.09.16 14:44:12.337310 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6502 | 2024.09.16 14:44:12.337352 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6503 | 2024.09.16 14:44:12.337584 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6504 | 2024.09.16 14:44:12.337975 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6505 | 2024.09.16 14:44:12.338011 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6506 | 2024.09.16 14:44:12.338360 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6507 | 2024.09.16 14:44:12.338716 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6508 | 2024.09.16 14:44:12.338870 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00159 sec., 46540.88050314465 rows/sec., 3.63 MiB/sec. | ||
6509 | 2024.09.16 14:44:12.339171 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Debug> DynamicQueryHandler: Done processing query | ||
6510 | 2024.09.16 14:44:12.339208 [ 3 ] {9ee644f9-b47f-4053-b775-80db3f02f0ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6511 | 2024.09.16 14:44:12.339225 [ 3 ] {} <Debug> HTTP-Session: 01faed26-d81e-439d-ac2f-281ccde75f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6512 | 2024.09.16 14:44:12.339389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6513 | 2024.09.16 14:44:12.339438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6514 | 2024.09.16 14:44:12.339458 [ 3 ] {} <Debug> HTTP-Session: 729dd7b4-395b-4a38-9458-060d2ad8a544 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6515 | 2024.09.16 14:44:12.339474 [ 3 ] {} <Debug> HTTP-Session: 729dd7b4-395b-4a38-9458-060d2ad8a544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6516 | 2024.09.16 14:44:12.339488 [ 3 ] {} <Debug> HTTP-Session: 729dd7b4-395b-4a38-9458-060d2ad8a544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6517 | 2024.09.16 14:44:12.339519 [ 3 ] {} <Trace> HTTP-Session: 729dd7b4-395b-4a38-9458-060d2ad8a544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6518 | 2024.09.16 14:44:12.339667 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6519 | 2024.09.16 14:44:12.339715 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6520 | 2024.09.16 14:44:12.339881 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6521 | 2024.09.16 14:44:12.340267 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6522 | 2024.09.16 14:44:12.340302 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6523 | 2024.09.16 14:44:12.340686 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6524 | 2024.09.16 14:44:12.341025 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6525 | 2024.09.16 14:44:12.341177 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
6526 | 2024.09.16 14:44:12.341472 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Debug> DynamicQueryHandler: Done processing query | ||
6527 | 2024.09.16 14:44:12.341511 [ 3 ] {69e8fde0-ac64-4ba9-ae0a-07e3645bf69e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6528 | 2024.09.16 14:44:12.341531 [ 3 ] {} <Debug> HTTP-Session: 729dd7b4-395b-4a38-9458-060d2ad8a544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6529 | 2024.09.16 14:44:12.341664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6530 | 2024.09.16 14:44:12.341711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6531 | 2024.09.16 14:44:12.341731 [ 3 ] {} <Debug> HTTP-Session: 0cba7551-e885-4685-9daf-d328245b3159 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6532 | 2024.09.16 14:44:12.341772 [ 3 ] {} <Debug> HTTP-Session: 0cba7551-e885-4685-9daf-d328245b3159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6533 | 2024.09.16 14:44:12.341785 [ 3 ] {} <Debug> HTTP-Session: 0cba7551-e885-4685-9daf-d328245b3159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6534 | 2024.09.16 14:44:12.341816 [ 3 ] {} <Trace> HTTP-Session: 0cba7551-e885-4685-9daf-d328245b3159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6535 | 2024.09.16 14:44:12.341994 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6536 | 2024.09.16 14:44:12.342065 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <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_histogramu64 | ||
6537 | 2024.09.16 14:44:12.342487 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6538 | 2024.09.16 14:44:12.343077 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6539 | 2024.09.16 14:44:12.343113 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6540 | 2024.09.16 14:44:12.343727 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6541 | 2024.09.16 14:44:12.344135 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6542 | 2024.09.16 14:44:12.344339 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002434 sec., 4108.463434675431 rows/sec., 7.36 MiB/sec. | ||
6543 | 2024.09.16 14:44:12.344907 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Debug> DynamicQueryHandler: Done processing query | ||
6544 | 2024.09.16 14:44:12.344932 [ 3 ] {82b6fdae-b4f9-4b3c-8298-a1d2ac79e55c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6545 | 2024.09.16 14:44:12.344948 [ 3 ] {} <Debug> HTTP-Session: 0cba7551-e885-4685-9daf-d328245b3159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6546 | 2024.09.16 14:44:12.345077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6547 | 2024.09.16 14:44:12.345126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6548 | 2024.09.16 14:44:12.345144 [ 3 ] {} <Debug> HTTP-Session: b0e3f7e6-0639-4ed4-a7df-e3b17b3c9443 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6549 | 2024.09.16 14:44:12.345160 [ 3 ] {} <Debug> HTTP-Session: b0e3f7e6-0639-4ed4-a7df-e3b17b3c9443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6550 | 2024.09.16 14:44:12.345173 [ 3 ] {} <Debug> HTTP-Session: b0e3f7e6-0639-4ed4-a7df-e3b17b3c9443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6551 | 2024.09.16 14:44:12.345203 [ 3 ] {} <Trace> HTTP-Session: b0e3f7e6-0639-4ed4-a7df-e3b17b3c9443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6552 | 2024.09.16 14:44:12.345327 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6553 | 2024.09.16 14:44:12.345372 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6554 | 2024.09.16 14:44:12.345525 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6555 | 2024.09.16 14:44:12.345853 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6556 | 2024.09.16 14:44:12.345888 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6557 | 2024.09.16 14:44:12.346244 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6558 | 2024.09.16 14:44:12.346575 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6559 | 2024.09.16 14:44:12.346734 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
6560 | 2024.09.16 14:44:12.347520 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Debug> DynamicQueryHandler: Done processing query | ||
6561 | 2024.09.16 14:44:12.347544 [ 3 ] {c869733d-472f-462c-a4f3-23aa8ac9e2c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6562 | 2024.09.16 14:44:12.347561 [ 3 ] {} <Debug> HTTP-Session: b0e3f7e6-0639-4ed4-a7df-e3b17b3c9443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6563 | 2024.09.16 14:44:17.338501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6564 | 2024.09.16 14:44:17.338630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6565 | 2024.09.16 14:44:17.338655 [ 3 ] {} <Debug> HTTP-Session: 445581d0-1afe-463d-8aaa-1718f3c88911 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6566 | 2024.09.16 14:44:17.338679 [ 3 ] {} <Debug> HTTP-Session: 445581d0-1afe-463d-8aaa-1718f3c88911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6567 | 2024.09.16 14:44:17.338693 [ 3 ] {} <Debug> HTTP-Session: 445581d0-1afe-463d-8aaa-1718f3c88911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6568 | 2024.09.16 14:44:17.338743 [ 3 ] {} <Trace> HTTP-Session: 445581d0-1afe-463d-8aaa-1718f3c88911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6569 | 2024.09.16 14:44:17.339009 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6570 | 2024.09.16 14:44:17.339078 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6571 | 2024.09.16 14:44:17.339407 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6572 | 2024.09.16 14:44:17.340023 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6573 | 2024.09.16 14:44:17.340064 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6574 | 2024.09.16 14:44:17.340495 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6575 | 2024.09.16 14:44:17.340877 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6576 | 2024.09.16 14:44:17.341021 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Debug> executeQuery: Read 247 rows, 22.38 KiB in 0.00213 sec., 115962.44131455399 rows/sec., 10.26 MiB/sec. | ||
6577 | 2024.09.16 14:44:17.341237 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Debug> DynamicQueryHandler: Done processing query | ||
6578 | 2024.09.16 14:44:17.341263 [ 3 ] {bfc7b475-fa3d-4888-86b3-8173d63e29e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6579 | 2024.09.16 14:44:17.341280 [ 3 ] {} <Debug> HTTP-Session: 445581d0-1afe-463d-8aaa-1718f3c88911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6580 | 2024.09.16 14:44:17.341419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6581 | 2024.09.16 14:44:17.341471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6582 | 2024.09.16 14:44:17.341490 [ 3 ] {} <Debug> HTTP-Session: ac991e69-0089-46db-b6df-48f5d4317e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6583 | 2024.09.16 14:44:17.341509 [ 3 ] {} <Debug> HTTP-Session: ac991e69-0089-46db-b6df-48f5d4317e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6584 | 2024.09.16 14:44:17.341523 [ 3 ] {} <Debug> HTTP-Session: ac991e69-0089-46db-b6df-48f5d4317e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6585 | 2024.09.16 14:44:17.341556 [ 3 ] {} <Trace> HTTP-Session: ac991e69-0089-46db-b6df-48f5d4317e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6586 | 2024.09.16 14:44:17.341660 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6587 | 2024.09.16 14:44:17.341704 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6588 | 2024.09.16 14:44:17.341930 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6589 | 2024.09.16 14:44:17.342295 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6590 | 2024.09.16 14:44:17.342332 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6591 | 2024.09.16 14:44:17.342679 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6592 | 2024.09.16 14:44:17.343040 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6593 | 2024.09.16 14:44:17.343170 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001542 sec., 18806.74448767834 rows/sec., 1.38 MiB/sec. | ||
6594 | 2024.09.16 14:44:17.343343 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Debug> DynamicQueryHandler: Done processing query | ||
6595 | 2024.09.16 14:44:17.343367 [ 3 ] {9c5df3fc-22cb-4114-87d0-c9cc582b7310} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6596 | 2024.09.16 14:44:17.343383 [ 3 ] {} <Debug> HTTP-Session: ac991e69-0089-46db-b6df-48f5d4317e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6597 | 2024.09.16 14:44:17.343507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6598 | 2024.09.16 14:44:17.343556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6599 | 2024.09.16 14:44:17.343574 [ 3 ] {} <Debug> HTTP-Session: a6749d13-eea9-4589-a4b4-852bb608216a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6600 | 2024.09.16 14:44:17.343591 [ 3 ] {} <Debug> HTTP-Session: a6749d13-eea9-4589-a4b4-852bb608216a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6601 | 2024.09.16 14:44:17.343604 [ 3 ] {} <Debug> HTTP-Session: a6749d13-eea9-4589-a4b4-852bb608216a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6602 | 2024.09.16 14:44:17.343636 [ 3 ] {} <Trace> HTTP-Session: a6749d13-eea9-4589-a4b4-852bb608216a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6603 | 2024.09.16 14:44:17.343735 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6604 | 2024.09.16 14:44:17.343778 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6605 | 2024.09.16 14:44:17.344002 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6606 | 2024.09.16 14:44:17.344325 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6607 | 2024.09.16 14:44:17.344362 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6608 | 2024.09.16 14:44:17.344712 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6609 | 2024.09.16 14:44:17.345071 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6610 | 2024.09.16 14:44:17.345204 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001494 sec., 9370.816599732261 rows/sec., 656.27 KiB/sec. | ||
6611 | 2024.09.16 14:44:17.345364 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Debug> DynamicQueryHandler: Done processing query | ||
6612 | 2024.09.16 14:44:17.345388 [ 3 ] {d96abfa0-e705-4e73-a111-def451f6e243} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6613 | 2024.09.16 14:44:17.345404 [ 3 ] {} <Debug> HTTP-Session: a6749d13-eea9-4589-a4b4-852bb608216a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6614 | 2024.09.16 14:44:17.345517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6615 | 2024.09.16 14:44:17.345566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6616 | 2024.09.16 14:44:17.345584 [ 3 ] {} <Debug> HTTP-Session: c67a0eba-03b9-4174-8f91-3b2fe593cd9c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6617 | 2024.09.16 14:44:17.345602 [ 3 ] {} <Debug> HTTP-Session: c67a0eba-03b9-4174-8f91-3b2fe593cd9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.09.16 14:44:17.345615 [ 3 ] {} <Debug> HTTP-Session: c67a0eba-03b9-4174-8f91-3b2fe593cd9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6619 | 2024.09.16 14:44:17.345645 [ 3 ] {} <Trace> HTTP-Session: c67a0eba-03b9-4174-8f91-3b2fe593cd9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6620 | 2024.09.16 14:44:17.345741 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6621 | 2024.09.16 14:44:17.345782 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6622 | 2024.09.16 14:44:17.346003 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6623 | 2024.09.16 14:44:17.346315 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6624 | 2024.09.16 14:44:17.346351 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6625 | 2024.09.16 14:44:17.346693 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6626 | 2024.09.16 14:44:17.347050 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6627 | 2024.09.16 14:44:17.347174 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 243.30 KiB/sec. | ||
6628 | 2024.09.16 14:44:17.347467 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Debug> DynamicQueryHandler: Done processing query | ||
6629 | 2024.09.16 14:44:17.347493 [ 3 ] {b8a1974d-2f96-4f4a-a32a-23d86224971e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6630 | 2024.09.16 14:44:17.347510 [ 3 ] {} <Debug> HTTP-Session: c67a0eba-03b9-4174-8f91-3b2fe593cd9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6631 | 2024.09.16 14:44:17.347672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 66733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6632 | 2024.09.16 14:44:17.347726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6633 | 2024.09.16 14:44:17.347745 [ 3 ] {} <Debug> HTTP-Session: 512f3bde-2a5f-4ba1-a457-60ad4112db83 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6634 | 2024.09.16 14:44:17.347761 [ 3 ] {} <Debug> HTTP-Session: 512f3bde-2a5f-4ba1-a457-60ad4112db83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6635 | 2024.09.16 14:44:17.347775 [ 3 ] {} <Debug> HTTP-Session: 512f3bde-2a5f-4ba1-a457-60ad4112db83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6636 | 2024.09.16 14:44:17.347805 [ 3 ] {} <Trace> HTTP-Session: 512f3bde-2a5f-4ba1-a457-60ad4112db83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6637 | 2024.09.16 14:44:17.348016 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6638 | 2024.09.16 14:44:17.348066 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6639 | 2024.09.16 14:44:17.348307 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6640 | 2024.09.16 14:44:17.348873 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6641 | 2024.09.16 14:44:17.348910 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6642 | 2024.09.16 14:44:17.349281 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6643 | 2024.09.16 14:44:17.349632 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6644 | 2024.09.16 14:44:17.349758 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001851 sec., 222042.1393841167 rows/sec., 15.83 MiB/sec. | ||
6645 | 2024.09.16 14:44:17.349966 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Debug> DynamicQueryHandler: Done processing query | ||
6646 | 2024.09.16 14:44:17.349990 [ 3 ] {30bc3b2c-9201-4fbf-96e2-88f4f776e5d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6647 | 2024.09.16 14:44:17.350006 [ 3 ] {} <Debug> HTTP-Session: 512f3bde-2a5f-4ba1-a457-60ad4112db83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6648 | 2024.09.16 14:44:17.350155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6649 | 2024.09.16 14:44:17.350203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6650 | 2024.09.16 14:44:17.350222 [ 3 ] {} <Debug> HTTP-Session: a268ed1c-b70b-4688-a91b-9e825a5dd110 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6651 | 2024.09.16 14:44:17.350238 [ 3 ] {} <Debug> HTTP-Session: a268ed1c-b70b-4688-a91b-9e825a5dd110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6652 | 2024.09.16 14:44:17.350251 [ 3 ] {} <Debug> HTTP-Session: a268ed1c-b70b-4688-a91b-9e825a5dd110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6653 | 2024.09.16 14:44:17.350282 [ 3 ] {} <Trace> HTTP-Session: a268ed1c-b70b-4688-a91b-9e825a5dd110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6654 | 2024.09.16 14:44:17.350376 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6655 | 2024.09.16 14:44:17.350420 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6656 | 2024.09.16 14:44:17.350546 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6657 | 2024.09.16 14:44:17.350818 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6658 | 2024.09.16 14:44:17.350854 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6659 | 2024.09.16 14:44:17.351214 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6660 | 2024.09.16 14:44:17.351542 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6661 | 2024.09.16 14:44:17.351661 [ 93 ] {} <Debug> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6662 | 2024.09.16 14:44:17.351671 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
6663 | 2024.09.16 14:44:17.351706 [ 93 ] {} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6664 | 2024.09.16 14:44:17.351742 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6665 | 2024.09.16 14:44:17.351929 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Debug> DynamicQueryHandler: Done processing query | ||
6666 | 2024.09.16 14:44:17.351984 [ 3 ] {32091de3-4a65-4d7e-b55b-67903b1344f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6667 | 2024.09.16 14:44:17.352000 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::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 | ||
6668 | 2024.09.16 14:44:17.352049 [ 3 ] {} <Debug> HTTP-Session: a268ed1c-b70b-4688-a91b-9e825a5dd110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.09.16 14:44:17.352357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6670 | 2024.09.16 14:44:17.352415 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6671 | 2024.09.16 14:44:17.352438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6672 | 2024.09.16 14:44:17.352462 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
6673 | 2024.09.16 14:44:17.352467 [ 3 ] {} <Debug> HTTP-Session: add4dbd1-2367-423c-8dda-597605b4424a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6674 | 2024.09.16 14:44:17.352498 [ 3 ] {} <Debug> HTTP-Session: add4dbd1-2367-423c-8dda-597605b4424a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6675 | 2024.09.16 14:44:17.352517 [ 3 ] {} <Debug> HTTP-Session: add4dbd1-2367-423c-8dda-597605b4424a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.09.16 14:44:17.352580 [ 3 ] {} <Trace> HTTP-Session: add4dbd1-2367-423c-8dda-597605b4424a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6677 | 2024.09.16 14:44:17.352580 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6678 | 2024.09.16 14:44:17.352944 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6679 | 2024.09.16 14:44:17.353096 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6680 | 2024.09.16 14:44:17.353280 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
6681 | 2024.09.16 14:44:17.353306 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6682 | 2024.09.16 14:44:17.353615 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
6683 | 2024.09.16 14:44:17.353993 [ 189 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
6684 | 2024.09.16 14:44:17.354574 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6685 | 2024.09.16 14:44:17.355252 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6686 | 2024.09.16 14:44:17.355293 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6687 | 2024.09.16 14:44:17.355827 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004004876 sec., 23970.779619643654 rows/sec., 1.22 MiB/sec. | ||
6688 | 2024.09.16 14:44:17.355969 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6689 | 2024.09.16 14:44:17.356096 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6690 | 2024.09.16 14:44:17.356933 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6691 | 2024.09.16 14:44:17.357179 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6692 | 2024.09.16 14:44:17.357262 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004455 sec., 53198.6531986532 rows/sec., 3.57 MiB/sec. | ||
6693 | 2024.09.16 14:44:17.357570 [ 199 ] {8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4::all_1_16_3} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6694 | 2024.09.16 14:44:17.357868 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Debug> DynamicQueryHandler: Done processing query | ||
6695 | 2024.09.16 14:44:17.357905 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6696 | 2024.09.16 14:44:17.357932 [ 3 ] {642887f6-29f3-4c69-950e-7035890e6e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6697 | 2024.09.16 14:44:17.357981 [ 3 ] {} <Debug> HTTP-Session: add4dbd1-2367-423c-8dda-597605b4424a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6698 | 2024.09.16 14:44:17.358134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6699 | 2024.09.16 14:44:17.358189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6700 | 2024.09.16 14:44:17.358209 [ 3 ] {} <Debug> HTTP-Session: 4ec2f1ef-4a56-4698-b55b-245c00639b7b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6701 | 2024.09.16 14:44:17.358227 [ 3 ] {} <Debug> HTTP-Session: 4ec2f1ef-4a56-4698-b55b-245c00639b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6702 | 2024.09.16 14:44:17.358243 [ 3 ] {} <Debug> HTTP-Session: 4ec2f1ef-4a56-4698-b55b-245c00639b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6703 | 2024.09.16 14:44:17.358283 [ 3 ] {} <Trace> HTTP-Session: 4ec2f1ef-4a56-4698-b55b-245c00639b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6704 | 2024.09.16 14:44:17.358400 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6705 | 2024.09.16 14:44:17.358460 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6706 | 2024.09.16 14:44:17.358637 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6707 | 2024.09.16 14:44:17.358942 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6708 | 2024.09.16 14:44:17.358979 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6709 | 2024.09.16 14:44:17.359352 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6710 | 2024.09.16 14:44:17.359692 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6711 | 2024.09.16 14:44:17.359823 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
6712 | 2024.09.16 14:44:17.360135 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Debug> DynamicQueryHandler: Done processing query | ||
6713 | 2024.09.16 14:44:17.360162 [ 3 ] {a952d5de-3030-47d1-ab0c-332ef4acb2a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6714 | 2024.09.16 14:44:17.360178 [ 3 ] {} <Debug> HTTP-Session: 4ec2f1ef-4a56-4698-b55b-245c00639b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6715 | 2024.09.16 14:44:17.360332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6716 | 2024.09.16 14:44:17.360382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6717 | 2024.09.16 14:44:17.360402 [ 3 ] {} <Debug> HTTP-Session: 97c63ee9-4453-4ec3-bcd6-8b294f7fc6c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6718 | 2024.09.16 14:44:17.360420 [ 3 ] {} <Debug> HTTP-Session: 97c63ee9-4453-4ec3-bcd6-8b294f7fc6c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6719 | 2024.09.16 14:44:17.360434 [ 3 ] {} <Debug> HTTP-Session: 97c63ee9-4453-4ec3-bcd6-8b294f7fc6c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.09.16 14:44:17.360466 [ 3 ] {} <Trace> HTTP-Session: 97c63ee9-4453-4ec3-bcd6-8b294f7fc6c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6721 | 2024.09.16 14:44:17.361025 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6722 | 2024.09.16 14:44:17.361102 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <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_histogramu64 | ||
6723 | 2024.09.16 14:44:17.361532 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6724 | 2024.09.16 14:44:17.362203 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6725 | 2024.09.16 14:44:17.362240 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6726 | 2024.09.16 14:44:17.362876 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6727 | 2024.09.16 14:44:17.363299 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6728 | 2024.09.16 14:44:17.363441 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002894 sec., 10020.732550103663 rows/sec., 17.96 MiB/sec. | ||
6729 | 2024.09.16 14:44:17.363662 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Debug> DynamicQueryHandler: Done processing query | ||
6730 | 2024.09.16 14:44:17.363687 [ 3 ] {80f58825-56a8-46c7-a42a-c50cd848a5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6731 | 2024.09.16 14:44:17.363705 [ 3 ] {} <Debug> HTTP-Session: 97c63ee9-4453-4ec3-bcd6-8b294f7fc6c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6732 | 2024.09.16 14:44:17.363853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6733 | 2024.09.16 14:44:17.363904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6734 | 2024.09.16 14:44:17.363924 [ 3 ] {} <Debug> HTTP-Session: 230cdc38-43f4-4370-9bd6-75e643f3c430 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6735 | 2024.09.16 14:44:17.363942 [ 3 ] {} <Debug> HTTP-Session: 230cdc38-43f4-4370-9bd6-75e643f3c430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6736 | 2024.09.16 14:44:17.363956 [ 3 ] {} <Debug> HTTP-Session: 230cdc38-43f4-4370-9bd6-75e643f3c430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6737 | 2024.09.16 14:44:17.363987 [ 3 ] {} <Trace> HTTP-Session: 230cdc38-43f4-4370-9bd6-75e643f3c430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6738 | 2024.09.16 14:44:17.364123 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6739 | 2024.09.16 14:44:17.364169 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6740 | 2024.09.16 14:44:17.364301 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6741 | 2024.09.16 14:44:17.364626 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6742 | 2024.09.16 14:44:17.364662 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6743 | 2024.09.16 14:44:17.365019 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6744 | 2024.09.16 14:44:17.365344 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6745 | 2024.09.16 14:44:17.365471 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec. | ||
6746 | 2024.09.16 14:44:17.365634 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Debug> DynamicQueryHandler: Done processing query | ||
6747 | 2024.09.16 14:44:17.365659 [ 3 ] {361eebd3-20fa-4f03-a951-423f663df834} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6748 | 2024.09.16 14:44:17.365675 [ 3 ] {} <Debug> HTTP-Session: 230cdc38-43f4-4370-9bd6-75e643f3c430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6749 | 2024.09.16 14:44:22.333128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6750 | 2024.09.16 14:44:22.333269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6751 | 2024.09.16 14:44:22.333299 [ 3 ] {} <Debug> HTTP-Session: e4e9aaba-13ec-4b72-b4a7-c41bc93365bb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6752 | 2024.09.16 14:44:22.333328 [ 3 ] {} <Debug> HTTP-Session: e4e9aaba-13ec-4b72-b4a7-c41bc93365bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6753 | 2024.09.16 14:44:22.333346 [ 3 ] {} <Debug> HTTP-Session: e4e9aaba-13ec-4b72-b4a7-c41bc93365bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6754 | 2024.09.16 14:44:22.333404 [ 3 ] {} <Trace> HTTP-Session: e4e9aaba-13ec-4b72-b4a7-c41bc93365bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6755 | 2024.09.16 14:44:22.333603 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6756 | 2024.09.16 14:44:22.333686 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6757 | 2024.09.16 14:44:22.334076 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6758 | 2024.09.16 14:44:22.334497 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6759 | 2024.09.16 14:44:22.334541 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6760 | 2024.09.16 14:44:22.334945 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6761 | 2024.09.16 14:44:22.335336 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6762 | 2024.09.16 14:44:22.335486 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001946 sec., 2055.498458376156 rows/sec., 167.61 KiB/sec. | ||
6763 | 2024.09.16 14:44:22.336013 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Debug> DynamicQueryHandler: Done processing query | ||
6764 | 2024.09.16 14:44:22.336041 [ 3 ] {e3e45669-8da4-4bab-9e41-325e7c7330d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6765 | 2024.09.16 14:44:22.336061 [ 3 ] {} <Debug> HTTP-Session: e4e9aaba-13ec-4b72-b4a7-c41bc93365bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6766 | 2024.09.16 14:44:22.336202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6767 | 2024.09.16 14:44:22.336254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6768 | 2024.09.16 14:44:22.336273 [ 3 ] {} <Debug> HTTP-Session: 994189ce-c8f2-4d60-9ad0-85a4224c646d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6769 | 2024.09.16 14:44:22.336291 [ 3 ] {} <Debug> HTTP-Session: 994189ce-c8f2-4d60-9ad0-85a4224c646d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6770 | 2024.09.16 14:44:22.336305 [ 3 ] {} <Debug> HTTP-Session: 994189ce-c8f2-4d60-9ad0-85a4224c646d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6771 | 2024.09.16 14:44:22.336337 [ 3 ] {} <Trace> HTTP-Session: 994189ce-c8f2-4d60-9ad0-85a4224c646d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6772 | 2024.09.16 14:44:22.336458 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6773 | 2024.09.16 14:44:22.336504 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6774 | 2024.09.16 14:44:22.336757 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6775 | 2024.09.16 14:44:22.337134 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6776 | 2024.09.16 14:44:22.337171 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6777 | 2024.09.16 14:44:22.337526 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6778 | 2024.09.16 14:44:22.337897 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6779 | 2024.09.16 14:44:22.338047 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Debug> executeQuery: Read 78 rows, 6.40 KiB in 0.001628 sec., 47911.54791154791 rows/sec., 3.84 MiB/sec. | ||
6780 | 2024.09.16 14:44:22.338227 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Debug> DynamicQueryHandler: Done processing query | ||
6781 | 2024.09.16 14:44:22.338253 [ 3 ] {5807cbdf-7b9b-4d79-9d60-26efa071b624} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6782 | 2024.09.16 14:44:22.338269 [ 3 ] {} <Debug> HTTP-Session: 994189ce-c8f2-4d60-9ad0-85a4224c646d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6783 | 2024.09.16 14:44:22.338392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 2045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6784 | 2024.09.16 14:44:22.338443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6785 | 2024.09.16 14:44:22.338462 [ 3 ] {} <Debug> HTTP-Session: b5ec5c30-8477-4b1e-9216-282c90d3b982 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6786 | 2024.09.16 14:44:22.338479 [ 3 ] {} <Debug> HTTP-Session: b5ec5c30-8477-4b1e-9216-282c90d3b982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6787 | 2024.09.16 14:44:22.338494 [ 3 ] {} <Debug> HTTP-Session: b5ec5c30-8477-4b1e-9216-282c90d3b982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.09.16 14:44:22.338526 [ 3 ] {} <Trace> HTTP-Session: b5ec5c30-8477-4b1e-9216-282c90d3b982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6789 | 2024.09.16 14:44:22.338623 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6790 | 2024.09.16 14:44:22.338668 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6791 | 2024.09.16 14:44:22.338892 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6792 | 2024.09.16 14:44:22.339286 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6793 | 2024.09.16 14:44:22.339325 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6794 | 2024.09.16 14:44:22.339674 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6795 | 2024.09.16 14:44:22.340030 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6796 | 2024.09.16 14:44:22.340183 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Debug> executeQuery: Read 14 rows, 1.03 KiB in 0.00158 sec., 8860.759493670887 rows/sec., 652.69 KiB/sec. | ||
6797 | 2024.09.16 14:44:22.340418 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Debug> DynamicQueryHandler: Done processing query | ||
6798 | 2024.09.16 14:44:22.340447 [ 3 ] {f8016518-7bb9-4ebd-b99a-f73a403151e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6799 | 2024.09.16 14:44:22.340463 [ 3 ] {} <Debug> HTTP-Session: b5ec5c30-8477-4b1e-9216-282c90d3b982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6800 | 2024.09.16 14:44:22.340591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 13272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6801 | 2024.09.16 14:44:22.340640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6802 | 2024.09.16 14:44:22.340659 [ 3 ] {} <Debug> HTTP-Session: 9a4ee88c-444b-40d6-888f-bd6e7462bf69 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6803 | 2024.09.16 14:44:22.340677 [ 3 ] {} <Debug> HTTP-Session: 9a4ee88c-444b-40d6-888f-bd6e7462bf69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6804 | 2024.09.16 14:44:22.340691 [ 3 ] {} <Debug> HTTP-Session: 9a4ee88c-444b-40d6-888f-bd6e7462bf69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6805 | 2024.09.16 14:44:22.340723 [ 3 ] {} <Trace> HTTP-Session: 9a4ee88c-444b-40d6-888f-bd6e7462bf69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6806 | 2024.09.16 14:44:22.340841 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6807 | 2024.09.16 14:44:22.340885 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6808 | 2024.09.16 14:44:22.341122 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6809 | 2024.09.16 14:44:22.341501 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6810 | 2024.09.16 14:44:22.341538 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6811 | 2024.09.16 14:44:22.341893 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6812 | 2024.09.16 14:44:22.342246 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6813 | 2024.09.16 14:44:22.342410 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001602 sec., 48689.13857677903 rows/sec., 3.81 MiB/sec. | ||
6814 | 2024.09.16 14:44:22.342735 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Debug> DynamicQueryHandler: Done processing query | ||
6815 | 2024.09.16 14:44:22.342770 [ 3 ] {ec5c93c8-bb1d-4d1f-bb9a-5142aacc4f9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6816 | 2024.09.16 14:44:22.342787 [ 3 ] {} <Debug> HTTP-Session: 9a4ee88c-444b-40d6-888f-bd6e7462bf69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6817 | 2024.09.16 14:44:22.342956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 31038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6818 | 2024.09.16 14:44:22.343006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6819 | 2024.09.16 14:44:22.343026 [ 3 ] {} <Debug> HTTP-Session: 38302baf-4cec-45a2-86a3-08a90bde5529 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6820 | 2024.09.16 14:44:22.343044 [ 3 ] {} <Debug> HTTP-Session: 38302baf-4cec-45a2-86a3-08a90bde5529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6821 | 2024.09.16 14:44:22.343060 [ 3 ] {} <Debug> HTTP-Session: 38302baf-4cec-45a2-86a3-08a90bde5529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6822 | 2024.09.16 14:44:22.343092 [ 3 ] {} <Trace> HTTP-Session: 38302baf-4cec-45a2-86a3-08a90bde5529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6823 | 2024.09.16 14:44:22.343240 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6824 | 2024.09.16 14:44:22.343291 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6825 | 2024.09.16 14:44:22.343458 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6826 | 2024.09.16 14:44:22.343863 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6827 | 2024.09.16 14:44:22.343900 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6828 | 2024.09.16 14:44:22.344296 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6829 | 2024.09.16 14:44:22.344627 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6830 | 2024.09.16 14:44:22.344793 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00161 sec., 100621.11801242236 rows/sec., 7.01 MiB/sec. | ||
6831 | 2024.09.16 14:44:22.345013 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Debug> DynamicQueryHandler: Done processing query | ||
6832 | 2024.09.16 14:44:22.345040 [ 3 ] {6d7888c2-8432-4d59-8618-aca20ad0ddc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6833 | 2024.09.16 14:44:22.345060 [ 3 ] {} <Debug> HTTP-Session: 38302baf-4cec-45a2-86a3-08a90bde5529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.09.16 14:44:22.345204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6835 | 2024.09.16 14:44:22.345257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6836 | 2024.09.16 14:44:22.345282 [ 3 ] {} <Debug> HTTP-Session: 78ae8dfe-5e4f-4f20-bb1c-2df33c2b6564 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6837 | 2024.09.16 14:44:22.345299 [ 3 ] {} <Debug> HTTP-Session: 78ae8dfe-5e4f-4f20-bb1c-2df33c2b6564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6838 | 2024.09.16 14:44:22.345314 [ 3 ] {} <Debug> HTTP-Session: 78ae8dfe-5e4f-4f20-bb1c-2df33c2b6564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.09.16 14:44:22.345345 [ 3 ] {} <Trace> HTTP-Session: 78ae8dfe-5e4f-4f20-bb1c-2df33c2b6564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6840 | 2024.09.16 14:44:22.345527 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6841 | 2024.09.16 14:44:22.345593 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <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_histogramu64 | ||
6842 | 2024.09.16 14:44:22.346010 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6843 | 2024.09.16 14:44:22.346538 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6844 | 2024.09.16 14:44:22.346576 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6845 | 2024.09.16 14:44:22.347175 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6846 | 2024.09.16 14:44:22.347589 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6847 | 2024.09.16 14:44:22.347781 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002352 sec., 4251.700680272109 rows/sec., 7.62 MiB/sec. | ||
6848 | 2024.09.16 14:44:22.348295 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Debug> DynamicQueryHandler: Done processing query | ||
6849 | 2024.09.16 14:44:22.348321 [ 3 ] {8fad9558-4a6c-4fe1-a004-b8843b3d9c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6850 | 2024.09.16 14:44:22.348338 [ 3 ] {} <Debug> HTTP-Session: 78ae8dfe-5e4f-4f20-bb1c-2df33c2b6564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6851 | 2024.09.16 14:44:22.348460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6852 | 2024.09.16 14:44:22.348510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6853 | 2024.09.16 14:44:22.348529 [ 3 ] {} <Debug> HTTP-Session: be6cad83-83bc-4969-8c4b-7ad4403e1699 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6854 | 2024.09.16 14:44:22.348547 [ 3 ] {} <Debug> HTTP-Session: be6cad83-83bc-4969-8c4b-7ad4403e1699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6855 | 2024.09.16 14:44:22.348561 [ 3 ] {} <Debug> HTTP-Session: be6cad83-83bc-4969-8c4b-7ad4403e1699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6856 | 2024.09.16 14:44:22.348593 [ 3 ] {} <Trace> HTTP-Session: be6cad83-83bc-4969-8c4b-7ad4403e1699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6857 | 2024.09.16 14:44:22.348720 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6858 | 2024.09.16 14:44:22.348768 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6859 | 2024.09.16 14:44:22.348923 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6860 | 2024.09.16 14:44:22.349231 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6861 | 2024.09.16 14:44:22.349269 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6862 | 2024.09.16 14:44:22.349640 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6863 | 2024.09.16 14:44:22.349975 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6864 | 2024.09.16 14:44:22.350118 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
6865 | 2024.09.16 14:44:22.350351 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Debug> DynamicQueryHandler: Done processing query | ||
6866 | 2024.09.16 14:44:22.350382 [ 3 ] {fb6efcef-5779-4bac-98af-6e0d461088d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6867 | 2024.09.16 14:44:22.350399 [ 3 ] {} <Debug> HTTP-Session: be6cad83-83bc-4969-8c4b-7ad4403e1699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6868 | 2024.09.16 14:44:25.510139 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6869 | 2024.09.16 14:44:25.510213 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6870 | 2024.09.16 14:44:27.338271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6871 | 2024.09.16 14:44:27.338391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6872 | 2024.09.16 14:44:27.338420 [ 3 ] {} <Debug> HTTP-Session: 6357863b-e847-4b43-ba41-450c8b9ab9f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6873 | 2024.09.16 14:44:27.338449 [ 3 ] {} <Debug> HTTP-Session: 6357863b-e847-4b43-ba41-450c8b9ab9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.09.16 14:44:27.338467 [ 3 ] {} <Debug> HTTP-Session: 6357863b-e847-4b43-ba41-450c8b9ab9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6875 | 2024.09.16 14:44:27.338522 [ 3 ] {} <Trace> HTTP-Session: 6357863b-e847-4b43-ba41-450c8b9ab9f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6876 | 2024.09.16 14:44:27.338725 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6877 | 2024.09.16 14:44:27.338800 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6878 | 2024.09.16 14:44:27.339184 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6879 | 2024.09.16 14:44:27.339608 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6880 | 2024.09.16 14:44:27.339654 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6881 | 2024.09.16 14:44:27.340061 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6882 | 2024.09.16 14:44:27.340444 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6883 | 2024.09.16 14:44:27.340608 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001936 sec., 1033.0578512396694 rows/sec., 84.24 KiB/sec. | ||
6884 | 2024.09.16 14:44:27.340870 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Debug> DynamicQueryHandler: Done processing query | ||
6885 | 2024.09.16 14:44:27.340897 [ 3 ] {37ecc885-dc1e-4a71-be2c-b8bd4da0ebd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6886 | 2024.09.16 14:44:27.340914 [ 3 ] {} <Debug> HTTP-Session: 6357863b-e847-4b43-ba41-450c8b9ab9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6887 | 2024.09.16 14:44:27.341104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6888 | 2024.09.16 14:44:27.341161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6889 | 2024.09.16 14:44:27.341180 [ 3 ] {} <Debug> HTTP-Session: b8810a7f-13e8-4eb0-8269-503c0ecdc1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6890 | 2024.09.16 14:44:27.341200 [ 3 ] {} <Debug> HTTP-Session: b8810a7f-13e8-4eb0-8269-503c0ecdc1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6891 | 2024.09.16 14:44:27.341216 [ 3 ] {} <Debug> HTTP-Session: b8810a7f-13e8-4eb0-8269-503c0ecdc1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6892 | 2024.09.16 14:44:27.341252 [ 3 ] {} <Trace> HTTP-Session: b8810a7f-13e8-4eb0-8269-503c0ecdc1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6893 | 2024.09.16 14:44:27.341429 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6894 | 2024.09.16 14:44:27.341475 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6895 | 2024.09.16 14:44:27.341705 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6896 | 2024.09.16 14:44:27.342177 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6897 | 2024.09.16 14:44:27.342216 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6898 | 2024.09.16 14:44:27.342605 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6899 | 2024.09.16 14:44:27.342971 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6900 | 2024.09.16 14:44:27.343135 [ 84 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6901 | 2024.09.16 14:44:27.343144 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Debug> executeQuery: Read 248 rows, 22.45 KiB in 0.001796 sec., 138084.63251670377 rows/sec., 12.21 MiB/sec. | ||
6902 | 2024.09.16 14:44:27.343220 [ 84 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6903 | 2024.09.16 14:44:27.343282 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6904 | 2024.09.16 14:44:27.343443 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
6905 | 2024.09.16 14:44:27.343472 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Debug> DynamicQueryHandler: Done processing query | ||
6906 | 2024.09.16 14:44:27.343503 [ 3 ] {a2f3eabc-dd78-4e2f-882f-d803cdfb1c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6907 | 2024.09.16 14:44:27.343526 [ 3 ] {} <Debug> HTTP-Session: b8810a7f-13e8-4eb0-8269-503c0ecdc1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.09.16 14:44:27.343610 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6909 | 2024.09.16 14:44:27.343652 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1415 rows starting from the beginning of the part | ||
6910 | 2024.09.16 14:44:27.343665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6911 | 2024.09.16 14:44:27.343740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6912 | 2024.09.16 14:44:27.343805 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 247 rows starting from the beginning of the part | ||
6913 | 2024.09.16 14:44:27.343822 [ 3 ] {} <Debug> HTTP-Session: 96d89007-11ba-4f6e-bfda-f87004e26958 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6914 | 2024.09.16 14:44:27.343888 [ 3 ] {} <Debug> HTTP-Session: 96d89007-11ba-4f6e-bfda-f87004e26958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.09.16 14:44:27.343953 [ 3 ] {} <Debug> HTTP-Session: 96d89007-11ba-4f6e-bfda-f87004e26958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6916 | 2024.09.16 14:44:27.344175 [ 3 ] {} <Trace> HTTP-Session: 96d89007-11ba-4f6e-bfda-f87004e26958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6917 | 2024.09.16 14:44:27.344229 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 76 rows starting from the beginning of the part | ||
6918 | 2024.09.16 14:44:27.344497 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 247 rows starting from the beginning of the part | ||
6919 | 2024.09.16 14:44:27.344542 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6920 | 2024.09.16 14:44:27.344724 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6921 | 2024.09.16 14:44:27.344810 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part | ||
6922 | 2024.09.16 14:44:27.345193 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 248 rows starting from the beginning of the part | ||
6923 | 2024.09.16 14:44:27.345921 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6924 | 2024.09.16 14:44:27.346407 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6925 | 2024.09.16 14:44:27.346452 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6926 | 2024.09.16 14:44:27.347065 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6927 | 2024.09.16 14:44:27.347628 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6928 | 2024.09.16 14:44:27.347690 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2311 rows, containing 5 columns (5 merged, 0 gathered) in 0.004313682 sec., 535737.2193870572 rows/sec., 47.51 MiB/sec. | ||
6929 | 2024.09.16 14:44:27.347848 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.003442 sec., 9006.391632771643 rows/sec., 674.12 KiB/sec. | ||
6930 | 2024.09.16 14:44:27.347945 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6931 | 2024.09.16 14:44:27.348274 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Debug> DynamicQueryHandler: Done processing query | ||
6932 | 2024.09.16 14:44:27.348313 [ 3 ] {8067905b-c898-44e9-a46c-ccfefc88678b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6933 | 2024.09.16 14:44:27.348347 [ 3 ] {} <Debug> HTTP-Session: 96d89007-11ba-4f6e-bfda-f87004e26958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.09.16 14:44:27.348487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6935 | 2024.09.16 14:44:27.348551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6936 | 2024.09.16 14:44:27.348578 [ 3 ] {} <Debug> HTTP-Session: 84ed567c-b0bc-4983-b3ec-4ec2b1f374ce Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6937 | 2024.09.16 14:44:27.348600 [ 3 ] {} <Debug> HTTP-Session: 84ed567c-b0bc-4983-b3ec-4ec2b1f374ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6938 | 2024.09.16 14:44:27.348620 [ 3 ] {} <Debug> HTTP-Session: 84ed567c-b0bc-4983-b3ec-4ec2b1f374ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.09.16 14:44:27.348625 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6940 | 2024.09.16 14:44:27.348663 [ 3 ] {} <Trace> HTTP-Session: 84ed567c-b0bc-4983-b3ec-4ec2b1f374ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6941 | 2024.09.16 14:44:27.348726 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_31_6} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6942 | 2024.09.16 14:44:27.348802 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6943 | 2024.09.16 14:44:27.348813 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
6944 | 2024.09.16 14:44:27.348852 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6945 | 2024.09.16 14:44:27.349076 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6946 | 2024.09.16 14:44:27.349450 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6947 | 2024.09.16 14:44:27.349486 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6948 | 2024.09.16 14:44:27.349836 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6949 | 2024.09.16 14:44:27.350196 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6950 | 2024.09.16 14:44:27.350352 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec. | ||
6951 | 2024.09.16 14:44:27.350532 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Debug> DynamicQueryHandler: Done processing query | ||
6952 | 2024.09.16 14:44:27.350556 [ 3 ] {d2328abc-55ad-4c08-bd5b-bb257f0bfbc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6953 | 2024.09.16 14:44:27.350573 [ 3 ] {} <Debug> HTTP-Session: 84ed567c-b0bc-4983-b3ec-4ec2b1f374ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.09.16 14:44:27.350679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6955 | 2024.09.16 14:44:27.350729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6956 | 2024.09.16 14:44:27.350748 [ 3 ] {} <Debug> HTTP-Session: 894dc7c8-0fd6-43b5-8055-05e8e6b8dc1b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6957 | 2024.09.16 14:44:27.350765 [ 3 ] {} <Debug> HTTP-Session: 894dc7c8-0fd6-43b5-8055-05e8e6b8dc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6958 | 2024.09.16 14:44:27.350779 [ 3 ] {} <Debug> HTTP-Session: 894dc7c8-0fd6-43b5-8055-05e8e6b8dc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6959 | 2024.09.16 14:44:27.350810 [ 3 ] {} <Trace> HTTP-Session: 894dc7c8-0fd6-43b5-8055-05e8e6b8dc1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6960 | 2024.09.16 14:44:27.350909 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6961 | 2024.09.16 14:44:27.350950 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6962 | 2024.09.16 14:44:27.351173 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6963 | 2024.09.16 14:44:27.351486 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6964 | 2024.09.16 14:44:27.351521 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6965 | 2024.09.16 14:44:27.351869 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6966 | 2024.09.16 14:44:27.352222 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6967 | 2024.09.16 14:44:27.352376 [ 84 ] {} <Debug> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
6968 | 2024.09.16 14:44:27.352391 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 236.80 KiB/sec. | ||
6969 | 2024.09.16 14:44:27.352429 [ 84 ] {} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6970 | 2024.09.16 14:44:27.352488 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6971 | 2024.09.16 14:44:27.352722 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
6972 | 2024.09.16 14:44:27.352736 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Debug> DynamicQueryHandler: Done processing query | ||
6973 | 2024.09.16 14:44:27.352829 [ 3 ] {e3af492e-45a9-4fa0-a270-a08a4237ae14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6974 | 2024.09.16 14:44:27.352848 [ 3 ] {} <Debug> HTTP-Session: 894dc7c8-0fd6-43b5-8055-05e8e6b8dc1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6975 | 2024.09.16 14:44:27.352996 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6976 | 2024.09.16 14:44:27.353049 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
6977 | 2024.09.16 14:44:27.353103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 67074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6978 | 2024.09.16 14:44:27.353285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6979 | 2024.09.16 14:44:27.353323 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
6980 | 2024.09.16 14:44:27.353372 [ 3 ] {} <Debug> HTTP-Session: 087949be-d12f-4f9b-b4d2-66e389b06fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
6981 | 2024.09.16 14:44:27.353460 [ 3 ] {} <Debug> HTTP-Session: 087949be-d12f-4f9b-b4d2-66e389b06fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6982 | 2024.09.16 14:44:27.353565 [ 3 ] {} <Debug> HTTP-Session: 087949be-d12f-4f9b-b4d2-66e389b06fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6983 | 2024.09.16 14:44:27.353622 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
6984 | 2024.09.16 14:44:27.353686 [ 3 ] {} <Trace> HTTP-Session: 087949be-d12f-4f9b-b4d2-66e389b06fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6985 | 2024.09.16 14:44:27.353847 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
6986 | 2024.09.16 14:44:27.354204 [ 199 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
6987 | 2024.09.16 14:44:27.354228 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6988 | 2024.09.16 14:44:27.354387 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6989 | 2024.09.16 14:44:27.355305 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6990 | 2024.09.16 14:44:27.356717 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6991 | 2024.09.16 14:44:27.356797 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
6992 | 2024.09.16 14:44:27.356848 [ 198 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004235941 sec., 7082.251617763326 rows/sec., 449.56 KiB/sec. | ||
6993 | 2024.09.16 14:44:27.357099 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
6994 | 2024.09.16 14:44:27.357461 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6995 | 2024.09.16 14:44:27.358175 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6996 | 2024.09.16 14:44:27.358337 [ 187 ] {14176103-d675-428a-84bb-300113b62b5f::all_1_17_4} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
6997 | 2024.09.16 14:44:27.358410 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6998 | 2024.09.16 14:44:27.358522 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6999 | 2024.09.16 14:44:27.358689 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.004716 sec., 87574.21543681086 rows/sec., 6.25 MiB/sec. | ||
7000 | 2024.09.16 14:44:27.358690 [ 84 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7001 | 2024.09.16 14:44:27.358796 [ 84 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7002 | 2024.09.16 14:44:27.358854 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7003 | 2024.09.16 14:44:27.359116 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Debug> DynamicQueryHandler: Done processing query | ||
7004 | 2024.09.16 14:44:27.359202 [ 3 ] {ac05da35-f6c0-40b1-b2a9-c58bf3fd5632} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7005 | 2024.09.16 14:44:27.359217 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
7006 | 2024.09.16 14:44:27.359250 [ 3 ] {} <Debug> HTTP-Session: 087949be-d12f-4f9b-b4d2-66e389b06fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7007 | 2024.09.16 14:44:27.359525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7008 | 2024.09.16 14:44:27.359692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7009 | 2024.09.16 14:44:27.359760 [ 3 ] {} <Debug> HTTP-Session: d36ab5ab-c583-47a2-b522-fce5c72738ca Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7010 | 2024.09.16 14:44:27.359804 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7011 | 2024.09.16 14:44:27.359812 [ 3 ] {} <Debug> HTTP-Session: d36ab5ab-c583-47a2-b522-fce5c72738ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.09.16 14:44:27.359879 [ 3 ] {} <Debug> HTTP-Session: d36ab5ab-c583-47a2-b522-fce5c72738ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7013 | 2024.09.16 14:44:27.359883 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
7014 | 2024.09.16 14:44:27.359947 [ 3 ] {} <Trace> HTTP-Session: d36ab5ab-c583-47a2-b522-fce5c72738ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7015 | 2024.09.16 14:44:27.360174 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 411 rows starting from the beginning of the part | ||
7016 | 2024.09.16 14:44:27.360262 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7017 | 2024.09.16 14:44:27.360433 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7018 | 2024.09.16 14:44:27.360536 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part | ||
7019 | 2024.09.16 14:44:27.360875 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 411 rows starting from the beginning of the part | ||
7020 | 2024.09.16 14:44:27.361258 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part | ||
7021 | 2024.09.16 14:44:27.361393 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7022 | 2024.09.16 14:44:27.361581 [ 199 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 413 rows starting from the beginning of the part | ||
7023 | 2024.09.16 14:44:27.362351 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2024.09.16 14:44:27.362421 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7025 | 2024.09.16 14:44:27.363231 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7026 | 2024.09.16 14:44:27.364141 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2024.09.16 14:44:27.364385 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004239 sec., 1415.428167020524 rows/sec., 73.95 KiB/sec. | ||
7028 | 2024.09.16 14:44:27.364807 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Debug> DynamicQueryHandler: Done processing query | ||
7029 | 2024.09.16 14:44:27.364864 [ 3 ] {d4e53793-1867-4727-a375-b0658d5a59a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7030 | 2024.09.16 14:44:27.364934 [ 3 ] {} <Debug> HTTP-Session: d36ab5ab-c583-47a2-b522-fce5c72738ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.09.16 14:44:27.365121 [ 198 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2296 rows, containing 5 columns (5 merged, 0 gathered) in 0.006171737 sec., 372018.4447263388 rows/sec., 28.32 MiB/sec. | ||
7032 | 2024.09.16 14:44:27.365191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7033 | 2024.09.16 14:44:27.365279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7034 | 2024.09.16 14:44:27.365307 [ 3 ] {} <Debug> HTTP-Session: f89e6aa8-1fac-44c1-9f73-e120783637ef Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7035 | 2024.09.16 14:44:27.365331 [ 3 ] {} <Debug> HTTP-Session: f89e6aa8-1fac-44c1-9f73-e120783637ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.09.16 14:44:27.365359 [ 3 ] {} <Debug> HTTP-Session: f89e6aa8-1fac-44c1-9f73-e120783637ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7037 | 2024.09.16 14:44:27.365386 [ 198 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7038 | 2024.09.16 14:44:27.365405 [ 3 ] {} <Trace> HTTP-Session: f89e6aa8-1fac-44c1-9f73-e120783637ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7039 | 2024.09.16 14:44:27.365820 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7040 | 2024.09.16 14:44:27.365909 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7041 | 2024.09.16 14:44:27.366215 [ 198 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7042 | 2024.09.16 14:44:27.366340 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7043 | 2024.09.16 14:44:27.366467 [ 198 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_31_6} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7044 | 2024.09.16 14:44:27.366612 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
7045 | 2024.09.16 14:44:27.366905 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7046 | 2024.09.16 14:44:27.366948 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7047 | 2024.09.16 14:44:27.367347 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7048 | 2024.09.16 14:44:27.367700 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7049 | 2024.09.16 14:44:27.367865 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002287 sec., 104066.46261477919 rows/sec., 6.98 MiB/sec. | ||
7050 | 2024.09.16 14:44:27.368049 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Debug> DynamicQueryHandler: Done processing query | ||
7051 | 2024.09.16 14:44:27.368073 [ 3 ] {029a4ac2-91c9-4a1f-b1b5-3355537c4226} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7052 | 2024.09.16 14:44:27.368090 [ 3 ] {} <Debug> HTTP-Session: f89e6aa8-1fac-44c1-9f73-e120783637ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7053 | 2024.09.16 14:44:27.368204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7054 | 2024.09.16 14:44:27.368253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7055 | 2024.09.16 14:44:27.368271 [ 3 ] {} <Debug> HTTP-Session: 7615cf6f-9d30-4146-9c41-dfa9b9f8c441 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7056 | 2024.09.16 14:44:27.368288 [ 3 ] {} <Debug> HTTP-Session: 7615cf6f-9d30-4146-9c41-dfa9b9f8c441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7057 | 2024.09.16 14:44:27.368302 [ 3 ] {} <Debug> HTTP-Session: 7615cf6f-9d30-4146-9c41-dfa9b9f8c441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7058 | 2024.09.16 14:44:27.368333 [ 3 ] {} <Trace> HTTP-Session: 7615cf6f-9d30-4146-9c41-dfa9b9f8c441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7059 | 2024.09.16 14:44:27.368425 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7060 | 2024.09.16 14:44:27.368470 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7061 | 2024.09.16 14:44:27.368600 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7062 | 2024.09.16 14:44:27.368858 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7063 | 2024.09.16 14:44:27.368893 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7064 | 2024.09.16 14:44:27.369245 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7065 | 2024.09.16 14:44:27.369572 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7066 | 2024.09.16 14:44:27.369732 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001325 sec., 754.7169811320755 rows/sec., 50.85 KiB/sec. | ||
7067 | 2024.09.16 14:44:27.369952 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Debug> DynamicQueryHandler: Done processing query | ||
7068 | 2024.09.16 14:44:27.369976 [ 3 ] {2241bce2-07c7-4b99-bc2a-183a68ed5fd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7069 | 2024.09.16 14:44:27.369993 [ 3 ] {} <Debug> HTTP-Session: 7615cf6f-9d30-4146-9c41-dfa9b9f8c441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7070 | 2024.09.16 14:44:27.370125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7071 | 2024.09.16 14:44:27.370173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7072 | 2024.09.16 14:44:27.370192 [ 3 ] {} <Debug> HTTP-Session: 494b3449-0060-4168-b61a-041ce82d84bc Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7073 | 2024.09.16 14:44:27.370209 [ 3 ] {} <Debug> HTTP-Session: 494b3449-0060-4168-b61a-041ce82d84bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7074 | 2024.09.16 14:44:27.370223 [ 3 ] {} <Debug> HTTP-Session: 494b3449-0060-4168-b61a-041ce82d84bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.09.16 14:44:27.370254 [ 3 ] {} <Trace> HTTP-Session: 494b3449-0060-4168-b61a-041ce82d84bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7076 | 2024.09.16 14:44:27.370708 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7077 | 2024.09.16 14:44:27.370774 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <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_histogramu64 | ||
7078 | 2024.09.16 14:44:27.371202 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7079 | 2024.09.16 14:44:27.371888 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7080 | 2024.09.16 14:44:27.371924 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7081 | 2024.09.16 14:44:27.372559 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7082 | 2024.09.16 14:44:27.372963 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7083 | 2024.09.16 14:44:27.373148 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002797 sec., 10368.251698248123 rows/sec., 18.58 MiB/sec. | ||
7084 | 2024.09.16 14:44:27.373518 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Debug> DynamicQueryHandler: Done processing query | ||
7085 | 2024.09.16 14:44:27.373541 [ 3 ] {63b6dcd4-4136-4cd6-b33a-1b2c70930884} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7086 | 2024.09.16 14:44:27.373560 [ 3 ] {} <Debug> HTTP-Session: 494b3449-0060-4168-b61a-041ce82d84bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7087 | 2024.09.16 14:44:27.373686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7088 | 2024.09.16 14:44:27.373736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7089 | 2024.09.16 14:44:27.373754 [ 3 ] {} <Debug> HTTP-Session: 9727095a-0d8c-4a38-ad72-0521571b327b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7090 | 2024.09.16 14:44:27.373771 [ 3 ] {} <Debug> HTTP-Session: 9727095a-0d8c-4a38-ad72-0521571b327b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7091 | 2024.09.16 14:44:27.373784 [ 3 ] {} <Debug> HTTP-Session: 9727095a-0d8c-4a38-ad72-0521571b327b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7092 | 2024.09.16 14:44:27.373815 [ 3 ] {} <Trace> HTTP-Session: 9727095a-0d8c-4a38-ad72-0521571b327b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7093 | 2024.09.16 14:44:27.373946 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7094 | 2024.09.16 14:44:27.373989 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7095 | 2024.09.16 14:44:27.374121 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7096 | 2024.09.16 14:44:27.374425 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7097 | 2024.09.16 14:44:27.374461 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7098 | 2024.09.16 14:44:27.374818 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7099 | 2024.09.16 14:44:27.375144 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7100 | 2024.09.16 14:44:27.375308 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001406 sec., 58321.47937411095 rows/sec., 3.70 MiB/sec. | ||
7101 | 2024.09.16 14:44:27.375474 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Debug> DynamicQueryHandler: Done processing query | ||
7102 | 2024.09.16 14:44:27.375498 [ 3 ] {81c9638f-368b-44ca-ad49-9196036cc055} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7103 | 2024.09.16 14:44:27.375514 [ 3 ] {} <Debug> HTTP-Session: 9727095a-0d8c-4a38-ad72-0521571b327b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7104 | 2024.09.16 14:44:32.362364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7105 | 2024.09.16 14:44:32.362511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7106 | 2024.09.16 14:44:32.362540 [ 3 ] {} <Debug> HTTP-Session: 363d6d3b-15a2-409a-b9fb-e7c2d351883f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7107 | 2024.09.16 14:44:32.362568 [ 3 ] {} <Debug> HTTP-Session: 363d6d3b-15a2-409a-b9fb-e7c2d351883f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7108 | 2024.09.16 14:44:32.362586 [ 3 ] {} <Debug> HTTP-Session: 363d6d3b-15a2-409a-b9fb-e7c2d351883f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7109 | 2024.09.16 14:44:32.362640 [ 3 ] {} <Trace> HTTP-Session: 363d6d3b-15a2-409a-b9fb-e7c2d351883f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7110 | 2024.09.16 14:44:32.362833 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7111 | 2024.09.16 14:44:32.362908 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7112 | 2024.09.16 14:44:32.363289 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7113 | 2024.09.16 14:44:32.363715 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7114 | 2024.09.16 14:44:32.363755 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7115 | 2024.09.16 14:44:32.364148 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7116 | 2024.09.16 14:44:32.364532 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7117 | 2024.09.16 14:44:32.364718 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001937 sec., 2065.049044914817 rows/sec., 168.39 KiB/sec. | ||
7118 | 2024.09.16 14:44:32.364957 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Debug> DynamicQueryHandler: Done processing query | ||
7119 | 2024.09.16 14:44:32.364983 [ 3 ] {fdc9b2ff-c5c3-4f61-bccc-e995913a10bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7120 | 2024.09.16 14:44:32.364999 [ 3 ] {} <Debug> HTTP-Session: 363d6d3b-15a2-409a-b9fb-e7c2d351883f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.09.16 14:44:32.365212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 176206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7122 | 2024.09.16 14:44:32.365260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7123 | 2024.09.16 14:44:32.365279 [ 3 ] {} <Debug> HTTP-Session: 5f16f45b-d807-4dbc-87a2-17f06d6dab22 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7124 | 2024.09.16 14:44:32.365296 [ 3 ] {} <Debug> HTTP-Session: 5f16f45b-d807-4dbc-87a2-17f06d6dab22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7125 | 2024.09.16 14:44:32.365310 [ 3 ] {} <Debug> HTTP-Session: 5f16f45b-d807-4dbc-87a2-17f06d6dab22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.09.16 14:44:32.365341 [ 3 ] {} <Trace> HTTP-Session: 5f16f45b-d807-4dbc-87a2-17f06d6dab22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7127 | 2024.09.16 14:44:32.365785 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7128 | 2024.09.16 14:44:32.365831 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7129 | 2024.09.16 14:44:32.366054 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7130 | 2024.09.16 14:44:32.367177 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7131 | 2024.09.16 14:44:32.367214 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7132 | 2024.09.16 14:44:32.367653 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7133 | 2024.09.16 14:44:32.368013 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7134 | 2024.09.16 14:44:32.368168 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Debug> executeQuery: Read 1218 rows, 102.52 KiB in 0.002697 sec., 451612.9032258064 rows/sec., 37.12 MiB/sec. | ||
7135 | 2024.09.16 14:44:32.368342 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Debug> DynamicQueryHandler: Done processing query | ||
7136 | 2024.09.16 14:44:32.368367 [ 3 ] {c6e282cb-52d3-4db5-b322-d32218e2b15b} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
7137 | 2024.09.16 14:44:32.368383 [ 3 ] {} <Debug> HTTP-Session: 5f16f45b-d807-4dbc-87a2-17f06d6dab22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.09.16 14:44:32.368578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 2044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7139 | 2024.09.16 14:44:32.368627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7140 | 2024.09.16 14:44:32.368646 [ 3 ] {} <Debug> HTTP-Session: c28fdcf2-adaa-429c-a06b-3657e91e2bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7141 | 2024.09.16 14:44:32.368662 [ 3 ] {} <Debug> HTTP-Session: c28fdcf2-adaa-429c-a06b-3657e91e2bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7142 | 2024.09.16 14:44:32.368676 [ 3 ] {} <Debug> HTTP-Session: c28fdcf2-adaa-429c-a06b-3657e91e2bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7143 | 2024.09.16 14:44:32.368706 [ 3 ] {} <Trace> HTTP-Session: c28fdcf2-adaa-429c-a06b-3657e91e2bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7144 | 2024.09.16 14:44:32.368804 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7145 | 2024.09.16 14:44:32.368847 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7146 | 2024.09.16 14:44:32.369075 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7147 | 2024.09.16 14:44:32.369400 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7148 | 2024.09.16 14:44:32.369435 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7149 | 2024.09.16 14:44:32.369785 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7150 | 2024.09.16 14:44:32.370139 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7151 | 2024.09.16 14:44:32.370291 [ 78 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7152 | 2024.09.16 14:44:32.370305 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Debug> executeQuery: Read 14 rows, 1.03 KiB in 0.001521 sec., 9204.47074293228 rows/sec., 678.01 KiB/sec. | ||
7153 | 2024.09.16 14:44:32.370375 [ 78 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7154 | 2024.09.16 14:44:32.370450 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7155 | 2024.09.16 14:44:32.370662 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Debug> DynamicQueryHandler: Done processing query | ||
7156 | 2024.09.16 14:44:32.370718 [ 3 ] {dca4e4af-1451-488c-9636-81b9971af964} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7157 | 2024.09.16 14:44:32.370754 [ 3 ] {} <Debug> HTTP-Session: c28fdcf2-adaa-429c-a06b-3657e91e2bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7158 | 2024.09.16 14:44:32.370795 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
7159 | 2024.09.16 14:44:32.370964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 30472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7160 | 2024.09.16 14:44:32.371093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7161 | 2024.09.16 14:44:32.371142 [ 3 ] {} <Debug> HTTP-Session: ac0a664e-6e8c-4a40-9a97-15cfd553f6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7162 | 2024.09.16 14:44:32.371192 [ 3 ] {} <Debug> HTTP-Session: ac0a664e-6e8c-4a40-9a97-15cfd553f6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7163 | 2024.09.16 14:44:32.371238 [ 3 ] {} <Debug> HTTP-Session: ac0a664e-6e8c-4a40-9a97-15cfd553f6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.09.16 14:44:32.371340 [ 3 ] {} <Trace> HTTP-Session: ac0a664e-6e8c-4a40-9a97-15cfd553f6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7165 | 2024.09.16 14:44:32.371368 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7166 | 2024.09.16 14:44:32.371449 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 53 rows starting from the beginning of the part | ||
7167 | 2024.09.16 14:44:32.371667 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7168 | 2024.09.16 14:44:32.371752 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part | ||
7169 | 2024.09.16 14:44:32.371794 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7170 | 2024.09.16 14:44:32.372157 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part | ||
7171 | 2024.09.16 14:44:32.372454 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
7172 | 2024.09.16 14:44:32.372904 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part | ||
7173 | 2024.09.16 14:44:32.373292 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
7174 | 2024.09.16 14:44:32.373740 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7175 | 2024.09.16 14:44:32.374860 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7176 | 2024.09.16 14:44:32.374927 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7177 | 2024.09.16 14:44:32.376011 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7178 | 2024.09.16 14:44:32.376303 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.005711019 sec., 26440.115152829992 rows/sec., 2.02 MiB/sec. | ||
7179 | 2024.09.16 14:44:32.376603 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7180 | 2024.09.16 14:44:32.376875 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7181 | 2024.09.16 14:44:32.377181 [ 78 ] {} <Debug> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
7182 | 2024.09.16 14:44:32.377269 [ 78 ] {} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7183 | 2024.09.16 14:44:32.377335 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7184 | 2024.09.16 14:44:32.377529 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005914 sec., 38552.58708150152 rows/sec., 2.61 MiB/sec. | ||
7185 | 2024.09.16 14:44:32.377778 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
7186 | 2024.09.16 14:44:32.378103 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7187 | 2024.09.16 14:44:32.378263 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Debug> DynamicQueryHandler: Done processing query | ||
7188 | 2024.09.16 14:44:32.378283 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7189 | 2024.09.16 14:44:32.378315 [ 3 ] {25448c25-5bfc-4332-9126-1aaabcdc3614} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7190 | 2024.09.16 14:44:32.378348 [ 187 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_31_6} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7191 | 2024.09.16 14:44:32.378379 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
7192 | 2024.09.16 14:44:32.378389 [ 3 ] {} <Debug> HTTP-Session: ac0a664e-6e8c-4a40-9a97-15cfd553f6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7193 | 2024.09.16 14:44:32.378640 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7194 | 2024.09.16 14:44:32.378675 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
7195 | 2024.09.16 14:44:32.378828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 88250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7196 | 2024.09.16 14:44:32.378927 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
7197 | 2024.09.16 14:44:32.378997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7198 | 2024.09.16 14:44:32.379135 [ 3 ] {} <Debug> HTTP-Session: 16d53bcb-1a1c-43c7-9c10-647a56bf272d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7199 | 2024.09.16 14:44:32.379241 [ 3 ] {} <Debug> HTTP-Session: 16d53bcb-1a1c-43c7-9c10-647a56bf272d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7200 | 2024.09.16 14:44:32.379276 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
7201 | 2024.09.16 14:44:32.379302 [ 3 ] {} <Debug> HTTP-Session: 16d53bcb-1a1c-43c7-9c10-647a56bf272d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7202 | 2024.09.16 14:44:32.379457 [ 3 ] {} <Trace> HTTP-Session: 16d53bcb-1a1c-43c7-9c10-647a56bf272d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7203 | 2024.09.16 14:44:32.379595 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
7204 | 2024.09.16 14:44:32.379815 [ 191 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
7205 | 2024.09.16 14:44:32.380054 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7206 | 2024.09.16 14:44:32.380150 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7207 | 2024.09.16 14:44:32.381083 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7208 | 2024.09.16 14:44:32.382480 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.005006836 sec., 102459.91680174865 rows/sec., 6.96 MiB/sec. | ||
7209 | 2024.09.16 14:44:32.382651 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7210 | 2024.09.16 14:44:32.382703 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7211 | 2024.09.16 14:44:32.382747 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
7212 | 2024.09.16 14:44:32.383715 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7213 | 2024.09.16 14:44:32.383906 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7214 | 2024.09.16 14:44:32.384234 [ 194 ] {dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c::all_1_20_4} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
7215 | 2024.09.16 14:44:32.384404 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7216 | 2024.09.16 14:44:32.384507 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7217 | 2024.09.16 14:44:32.384686 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.004958 sec., 107704.71964501817 rows/sec., 7.98 MiB/sec. | ||
7218 | 2024.09.16 14:44:32.384872 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Debug> DynamicQueryHandler: Done processing query | ||
7219 | 2024.09.16 14:44:32.384896 [ 3 ] {61b06d25-7cca-4da6-a5fc-9aadc71bd0a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7220 | 2024.09.16 14:44:32.384913 [ 3 ] {} <Debug> HTTP-Session: 16d53bcb-1a1c-43c7-9c10-647a56bf272d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7221 | 2024.09.16 14:44:32.385147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 160748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7222 | 2024.09.16 14:44:32.385196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7223 | 2024.09.16 14:44:32.385214 [ 3 ] {} <Debug> HTTP-Session: e1a0e4cc-fe05-480e-90f9-96ef389f89e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7224 | 2024.09.16 14:44:32.385230 [ 3 ] {} <Debug> HTTP-Session: e1a0e4cc-fe05-480e-90f9-96ef389f89e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7225 | 2024.09.16 14:44:32.385244 [ 3 ] {} <Debug> HTTP-Session: e1a0e4cc-fe05-480e-90f9-96ef389f89e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7226 | 2024.09.16 14:44:32.385275 [ 3 ] {} <Trace> HTTP-Session: e1a0e4cc-fe05-480e-90f9-96ef389f89e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7227 | 2024.09.16 14:44:32.385717 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7228 | 2024.09.16 14:44:32.385766 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7229 | 2024.09.16 14:44:32.385918 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7230 | 2024.09.16 14:44:32.386695 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7231 | 2024.09.16 14:44:32.386731 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7232 | 2024.09.16 14:44:32.387168 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7233 | 2024.09.16 14:44:32.387514 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7234 | 2024.09.16 14:44:32.387674 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7235 | 2024.09.16 14:44:32.387683 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002253 sec., 375499.3342210387 rows/sec., 25.27 MiB/sec. | ||
7236 | 2024.09.16 14:44:32.387741 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7237 | 2024.09.16 14:44:32.387811 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
7238 | 2024.09.16 14:44:32.388108 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Debug> DynamicQueryHandler: Done processing query | ||
7239 | 2024.09.16 14:44:32.388125 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
7240 | 2024.09.16 14:44:32.388148 [ 3 ] {0a8179aa-71bb-4c3d-93a6-282e72661b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
7241 | 2024.09.16 14:44:32.388200 [ 3 ] {} <Debug> HTTP-Session: e1a0e4cc-fe05-480e-90f9-96ef389f89e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7242 | 2024.09.16 14:44:32.388407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7243 | 2024.09.16 14:44:32.388474 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7244 | 2024.09.16 14:44:32.388495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7245 | 2024.09.16 14:44:32.388545 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8425 rows starting from the beginning of the part | ||
7246 | 2024.09.16 14:44:32.388551 [ 3 ] {} <Debug> HTTP-Session: 8ef1465d-23ab-45ad-9af1-6e447f81a527 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7247 | 2024.09.16 14:44:32.388663 [ 3 ] {} <Debug> HTTP-Session: 8ef1465d-23ab-45ad-9af1-6e447f81a527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7248 | 2024.09.16 14:44:32.388757 [ 3 ] {} <Debug> HTTP-Session: 8ef1465d-23ab-45ad-9af1-6e447f81a527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.09.16 14:44:32.388833 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
7250 | 2024.09.16 14:44:32.388905 [ 3 ] {} <Trace> HTTP-Session: 8ef1465d-23ab-45ad-9af1-6e447f81a527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7251 | 2024.09.16 14:44:32.389109 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
7252 | 2024.09.16 14:44:32.389350 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 162 rows starting from the beginning of the part | ||
7253 | 2024.09.16 14:44:32.389492 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7254 | 2024.09.16 14:44:32.389729 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 238 rows starting from the beginning of the part | ||
7255 | 2024.09.16 14:44:32.389874 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <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_histogramu64 | ||
7256 | 2024.09.16 14:44:32.390122 [ 187 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 846 rows starting from the beginning of the part | ||
7257 | 2024.09.16 14:44:32.392037 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7258 | 2024.09.16 14:44:32.393590 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7259 | 2024.09.16 14:44:32.393668 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7260 | 2024.09.16 14:44:32.394987 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7261 | 2024.09.16 14:44:32.395885 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7262 | 2024.09.16 14:44:32.396091 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7263 | 2024.09.16 14:44:32.396122 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.006926 sec., 1443.834825295986 rows/sec., 2.59 MiB/sec. | ||
7264 | 2024.09.16 14:44:32.396160 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7265 | 2024.09.16 14:44:32.396236 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7266 | 2024.09.16 14:44:32.396779 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
7267 | 2024.09.16 14:44:32.397204 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Debug> DynamicQueryHandler: Done processing query | ||
7268 | 2024.09.16 14:44:32.397324 [ 3 ] {9ba55754-1a36-482a-a33f-37e9b521d5d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7269 | 2024.09.16 14:44:32.397503 [ 3 ] {} <Debug> HTTP-Session: 8ef1465d-23ab-45ad-9af1-6e447f81a527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.09.16 14:44:32.397945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7271 | 2024.09.16 14:44:32.398116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7272 | 2024.09.16 14:44:32.398223 [ 3 ] {} <Debug> HTTP-Session: 2e39d1b6-fed5-4f00-b900-97dee75b48d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7273 | 2024.09.16 14:44:32.398304 [ 3 ] {} <Debug> HTTP-Session: 2e39d1b6-fed5-4f00-b900-97dee75b48d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7274 | 2024.09.16 14:44:32.398360 [ 3 ] {} <Debug> HTTP-Session: 2e39d1b6-fed5-4f00-b900-97dee75b48d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.09.16 14:44:32.398449 [ 3 ] {} <Trace> HTTP-Session: 2e39d1b6-fed5-4f00-b900-97dee75b48d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7276 | 2024.09.16 14:44:32.398463 [ 188 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10068 rows, containing 5 columns (5 merged, 0 gathered) in 0.01048943 sec., 959823.3650446212 rows/sec., 64.16 MiB/sec. | ||
7277 | 2024.09.16 14:44:32.398709 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7278 | 2024.09.16 14:44:32.398729 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7279 | 2024.09.16 14:44:32.398800 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7280 | 2024.09.16 14:44:32.398897 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 556 rows starting from the beginning of the part | ||
7281 | 2024.09.16 14:44:32.398926 [ 188 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7282 | 2024.09.16 14:44:32.400023 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7283 | 2024.09.16 14:44:32.400379 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part | ||
7284 | 2024.09.16 14:44:32.401477 [ 188 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7285 | 2024.09.16 14:44:32.401673 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part | ||
7286 | 2024.09.16 14:44:32.401782 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7287 | 2024.09.16 14:44:32.401838 [ 188 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7288 | 2024.09.16 14:44:32.401852 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7289 | 2024.09.16 14:44:32.402319 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
7290 | 2024.09.16 14:44:32.402481 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
7291 | 2024.09.16 14:44:32.403069 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 29 rows starting from the beginning of the part | ||
7292 | 2024.09.16 14:44:32.403145 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7293 | 2024.09.16 14:44:32.403521 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
7294 | 2024.09.16 14:44:32.404169 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7295 | 2024.09.16 14:44:32.404402 [ 78 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7296 | 2024.09.16 14:44:32.404490 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00588 sec., 10204.081632653062 rows/sec., 704.19 KiB/sec. | ||
7297 | 2024.09.16 14:44:32.404525 [ 78 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7298 | 2024.09.16 14:44:32.404654 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7299 | 2024.09.16 14:44:32.404979 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
7300 | 2024.09.16 14:44:32.404999 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Debug> DynamicQueryHandler: Done processing query | ||
7301 | 2024.09.16 14:44:32.405059 [ 3 ] {58dd2d42-4359-4214-9c4c-80a147f7e2b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7302 | 2024.09.16 14:44:32.405090 [ 3 ] {} <Debug> HTTP-Session: 2e39d1b6-fed5-4f00-b900-97dee75b48d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7303 | 2024.09.16 14:44:32.405284 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7304 | 2024.09.16 14:44:32.405340 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1066 rows starting from the beginning of the part | ||
7305 | 2024.09.16 14:44:32.405533 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
7306 | 2024.09.16 14:44:32.405803 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
7307 | 2024.09.16 14:44:32.405954 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
7308 | 2024.09.16 14:44:32.406210 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
7309 | 2024.09.16 14:44:32.406402 [ 193 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
7310 | 2024.09.16 14:44:32.408586 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.003743621 sec., 376640.6909246422 rows/sec., 23.83 MiB/sec. | ||
7311 | 2024.09.16 14:44:32.408967 [ 200 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7312 | 2024.09.16 14:44:32.409804 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7313 | 2024.09.16 14:44:32.410036 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_31_6} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7314 | 2024.09.16 14:44:32.410139 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
7315 | 2024.09.16 14:44:32.410669 [ 200 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 644 rows, containing 19 columns (19 merged, 0 gathered) in 0.014260722 sec., 45159.003870912005 rows/sec., 80.92 MiB/sec. | ||
7316 | 2024.09.16 14:44:32.411439 [ 186 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7317 | 2024.09.16 14:44:32.412039 [ 186 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7318 | 2024.09.16 14:44:32.412127 [ 186 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7319 | 2024.09.16 14:44:32.412270 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
7320 | 2024.09.16 14:44:33.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.40 MiB, peak 201.75 MiB, free memory in arenas 0.00 B, will set to 192.54 MiB (RSS), difference: 1.13 MiB | ||
7321 | 2024.09.16 14:44:37.338026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7322 | 2024.09.16 14:44:37.338164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7323 | 2024.09.16 14:44:37.338193 [ 3 ] {} <Debug> HTTP-Session: 5bf56a58-2671-43bd-8d12-73e12cbf09bb Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7324 | 2024.09.16 14:44:37.338223 [ 3 ] {} <Debug> HTTP-Session: 5bf56a58-2671-43bd-8d12-73e12cbf09bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7325 | 2024.09.16 14:44:37.338241 [ 3 ] {} <Debug> HTTP-Session: 5bf56a58-2671-43bd-8d12-73e12cbf09bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7326 | 2024.09.16 14:44:37.338299 [ 3 ] {} <Trace> HTTP-Session: 5bf56a58-2671-43bd-8d12-73e12cbf09bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7327 | 2024.09.16 14:44:37.338499 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7328 | 2024.09.16 14:44:37.338566 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7329 | 2024.09.16 14:44:37.338900 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7330 | 2024.09.16 14:44:37.339421 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7331 | 2024.09.16 14:44:37.339462 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7332 | 2024.09.16 14:44:37.339882 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7333 | 2024.09.16 14:44:37.340281 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7334 | 2024.09.16 14:44:37.340432 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001992 sec., 3012.0481927710844 rows/sec., 245.61 KiB/sec. | ||
7335 | 2024.09.16 14:44:37.340703 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Debug> DynamicQueryHandler: Done processing query | ||
7336 | 2024.09.16 14:44:37.340731 [ 3 ] {14002257-dc3c-4552-962c-1dc010f14ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7337 | 2024.09.16 14:44:37.340748 [ 3 ] {} <Debug> HTTP-Session: 5bf56a58-2671-43bd-8d12-73e12cbf09bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7338 | 2024.09.16 14:44:37.340944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7339 | 2024.09.16 14:44:37.341003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7340 | 2024.09.16 14:44:37.341023 [ 3 ] {} <Debug> HTTP-Session: 77c0a6ff-3afb-42ba-a14c-3f9eaaff5fca Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7341 | 2024.09.16 14:44:37.341042 [ 3 ] {} <Debug> HTTP-Session: 77c0a6ff-3afb-42ba-a14c-3f9eaaff5fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7342 | 2024.09.16 14:44:37.341058 [ 3 ] {} <Debug> HTTP-Session: 77c0a6ff-3afb-42ba-a14c-3f9eaaff5fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7343 | 2024.09.16 14:44:37.341094 [ 3 ] {} <Trace> HTTP-Session: 77c0a6ff-3afb-42ba-a14c-3f9eaaff5fca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7344 | 2024.09.16 14:44:37.341278 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7345 | 2024.09.16 14:44:37.341324 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7346 | 2024.09.16 14:44:37.341561 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7347 | 2024.09.16 14:44:37.342083 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7348 | 2024.09.16 14:44:37.342121 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7349 | 2024.09.16 14:44:37.342496 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7350 | 2024.09.16 14:44:37.342872 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7351 | 2024.09.16 14:44:37.343007 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Debug> executeQuery: Read 250 rows, 22.60 KiB in 0.001825 sec., 136986.301369863 rows/sec., 12.09 MiB/sec. | ||
7352 | 2024.09.16 14:44:37.343182 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Debug> DynamicQueryHandler: Done processing query | ||
7353 | 2024.09.16 14:44:37.343207 [ 3 ] {263e5df7-615e-443d-92b3-9f136ed23974} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7354 | 2024.09.16 14:44:37.343223 [ 3 ] {} <Debug> HTTP-Session: 77c0a6ff-3afb-42ba-a14c-3f9eaaff5fca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7355 | 2024.09.16 14:44:37.343354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 5048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7356 | 2024.09.16 14:44:37.343407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7357 | 2024.09.16 14:44:37.343426 [ 3 ] {} <Debug> HTTP-Session: 8c8a47d9-b346-48d5-a8e2-bb259de03bba Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7358 | 2024.09.16 14:44:37.343443 [ 3 ] {} <Debug> HTTP-Session: 8c8a47d9-b346-48d5-a8e2-bb259de03bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7359 | 2024.09.16 14:44:37.343457 [ 3 ] {} <Debug> HTTP-Session: 8c8a47d9-b346-48d5-a8e2-bb259de03bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7360 | 2024.09.16 14:44:37.343489 [ 3 ] {} <Trace> HTTP-Session: 8c8a47d9-b346-48d5-a8e2-bb259de03bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7361 | 2024.09.16 14:44:37.343595 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7362 | 2024.09.16 14:44:37.343638 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7363 | 2024.09.16 14:44:37.343862 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7364 | 2024.09.16 14:44:37.344241 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7365 | 2024.09.16 14:44:37.344278 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7366 | 2024.09.16 14:44:37.344624 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7367 | 2024.09.16 14:44:37.344977 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7368 | 2024.09.16 14:44:37.345107 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001548 sec., 22609.81912144703 rows/sec., 1.64 MiB/sec. | ||
7369 | 2024.09.16 14:44:37.345278 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Debug> DynamicQueryHandler: Done processing query | ||
7370 | 2024.09.16 14:44:37.345302 [ 3 ] {f245db3f-0edd-4855-b37a-ae8fbe9af85a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7371 | 2024.09.16 14:44:37.345319 [ 3 ] {} <Debug> HTTP-Session: 8c8a47d9-b346-48d5-a8e2-bb259de03bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7372 | 2024.09.16 14:44:37.345425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7373 | 2024.09.16 14:44:37.345475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7374 | 2024.09.16 14:44:37.345496 [ 3 ] {} <Debug> HTTP-Session: 273cc82e-0aa4-4f65-b5dc-073fe7e072b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7375 | 2024.09.16 14:44:37.345512 [ 3 ] {} <Debug> HTTP-Session: 273cc82e-0aa4-4f65-b5dc-073fe7e072b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7376 | 2024.09.16 14:44:37.345527 [ 3 ] {} <Debug> HTTP-Session: 273cc82e-0aa4-4f65-b5dc-073fe7e072b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7377 | 2024.09.16 14:44:37.345558 [ 3 ] {} <Trace> HTTP-Session: 273cc82e-0aa4-4f65-b5dc-073fe7e072b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7378 | 2024.09.16 14:44:37.345659 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7379 | 2024.09.16 14:44:37.345703 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7380 | 2024.09.16 14:44:37.345925 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7381 | 2024.09.16 14:44:37.346274 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7382 | 2024.09.16 14:44:37.346310 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7383 | 2024.09.16 14:44:37.346653 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7384 | 2024.09.16 14:44:37.347007 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7385 | 2024.09.16 14:44:37.347144 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
7386 | 2024.09.16 14:44:37.347308 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Debug> DynamicQueryHandler: Done processing query | ||
7387 | 2024.09.16 14:44:37.347333 [ 3 ] {4f3260d2-e3d2-4e1a-8cc0-a715da478c49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7388 | 2024.09.16 14:44:37.347348 [ 3 ] {} <Debug> HTTP-Session: 273cc82e-0aa4-4f65-b5dc-073fe7e072b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7389 | 2024.09.16 14:44:37.347449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7390 | 2024.09.16 14:44:37.347499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7391 | 2024.09.16 14:44:37.347517 [ 3 ] {} <Debug> HTTP-Session: 682c3598-9160-4f49-a1f7-de310a0c789f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7392 | 2024.09.16 14:44:37.347534 [ 3 ] {} <Debug> HTTP-Session: 682c3598-9160-4f49-a1f7-de310a0c789f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7393 | 2024.09.16 14:44:37.347548 [ 3 ] {} <Debug> HTTP-Session: 682c3598-9160-4f49-a1f7-de310a0c789f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7394 | 2024.09.16 14:44:37.347580 [ 3 ] {} <Trace> HTTP-Session: 682c3598-9160-4f49-a1f7-de310a0c789f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7395 | 2024.09.16 14:44:37.347675 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7396 | 2024.09.16 14:44:37.347717 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7397 | 2024.09.16 14:44:37.347941 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7398 | 2024.09.16 14:44:37.348259 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7399 | 2024.09.16 14:44:37.348295 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7400 | 2024.09.16 14:44:37.348649 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7401 | 2024.09.16 14:44:37.349003 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7402 | 2024.09.16 14:44:37.349136 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 238.55 KiB/sec. | ||
7403 | 2024.09.16 14:44:37.349300 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Debug> DynamicQueryHandler: Done processing query | ||
7404 | 2024.09.16 14:44:37.349326 [ 3 ] {278ef679-e2ad-4a5a-876d-a304efe409b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7405 | 2024.09.16 14:44:37.349341 [ 3 ] {} <Debug> HTTP-Session: 682c3598-9160-4f49-a1f7-de310a0c789f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.09.16 14:44:37.349491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 67756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7407 | 2024.09.16 14:44:37.349539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7408 | 2024.09.16 14:44:37.349559 [ 3 ] {} <Debug> HTTP-Session: 25d28eec-34c6-4c27-9be7-5ab3cc48a66a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7409 | 2024.09.16 14:44:37.349575 [ 3 ] {} <Debug> HTTP-Session: 25d28eec-34c6-4c27-9be7-5ab3cc48a66a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7410 | 2024.09.16 14:44:37.349589 [ 3 ] {} <Debug> HTTP-Session: 25d28eec-34c6-4c27-9be7-5ab3cc48a66a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.09.16 14:44:37.349619 [ 3 ] {} <Trace> HTTP-Session: 25d28eec-34c6-4c27-9be7-5ab3cc48a66a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7412 | 2024.09.16 14:44:37.349823 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7413 | 2024.09.16 14:44:37.349867 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7414 | 2024.09.16 14:44:37.350089 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7415 | 2024.09.16 14:44:37.350810 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7416 | 2024.09.16 14:44:37.350847 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7417 | 2024.09.16 14:44:37.351346 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7418 | 2024.09.16 14:44:37.351736 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7419 | 2024.09.16 14:44:37.351867 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Debug> executeQuery: Read 417 rows, 30.49 KiB in 0.002152 sec., 193773.23420074352 rows/sec., 13.84 MiB/sec. | ||
7420 | 2024.09.16 14:44:37.352207 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Debug> DynamicQueryHandler: Done processing query | ||
7421 | 2024.09.16 14:44:37.352242 [ 3 ] {39939e5f-9aaa-4f86-aedd-9401a4af2306} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7422 | 2024.09.16 14:44:37.352266 [ 3 ] {} <Debug> HTTP-Session: 25d28eec-34c6-4c27-9be7-5ab3cc48a66a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7423 | 2024.09.16 14:44:37.352385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7424 | 2024.09.16 14:44:37.352435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7425 | 2024.09.16 14:44:37.352455 [ 3 ] {} <Debug> HTTP-Session: 3dd82876-51ec-452b-b390-93b92422461c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7426 | 2024.09.16 14:44:37.352472 [ 3 ] {} <Debug> HTTP-Session: 3dd82876-51ec-452b-b390-93b92422461c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7427 | 2024.09.16 14:44:37.352486 [ 3 ] {} <Debug> HTTP-Session: 3dd82876-51ec-452b-b390-93b92422461c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7428 | 2024.09.16 14:44:37.352518 [ 3 ] {} <Trace> HTTP-Session: 3dd82876-51ec-452b-b390-93b92422461c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7429 | 2024.09.16 14:44:37.352618 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7430 | 2024.09.16 14:44:37.352666 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7431 | 2024.09.16 14:44:37.352821 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7432 | 2024.09.16 14:44:37.353088 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7433 | 2024.09.16 14:44:37.353125 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7434 | 2024.09.16 14:44:37.353490 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7435 | 2024.09.16 14:44:37.353816 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7436 | 2024.09.16 14:44:37.353955 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
7437 | 2024.09.16 14:44:37.354119 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Debug> DynamicQueryHandler: Done processing query | ||
7438 | 2024.09.16 14:44:37.354144 [ 3 ] {a655c549-8a13-4aa5-8310-b0d49577a769} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7439 | 2024.09.16 14:44:37.354161 [ 3 ] {} <Debug> HTTP-Session: 3dd82876-51ec-452b-b390-93b92422461c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7440 | 2024.09.16 14:44:37.354335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 45246, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7441 | 2024.09.16 14:44:37.354384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7442 | 2024.09.16 14:44:37.354403 [ 3 ] {} <Debug> HTTP-Session: c28b46b2-49c6-4239-a875-ab85c9d1a4aa Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7443 | 2024.09.16 14:44:37.354420 [ 3 ] {} <Debug> HTTP-Session: c28b46b2-49c6-4239-a875-ab85c9d1a4aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7444 | 2024.09.16 14:44:37.354434 [ 3 ] {} <Debug> HTTP-Session: c28b46b2-49c6-4239-a875-ab85c9d1a4aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.09.16 14:44:37.354465 [ 3 ] {} <Trace> HTTP-Session: c28b46b2-49c6-4239-a875-ab85c9d1a4aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7446 | 2024.09.16 14:44:37.354645 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7447 | 2024.09.16 14:44:37.354692 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7448 | 2024.09.16 14:44:37.354839 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7449 | 2024.09.16 14:44:37.355396 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7450 | 2024.09.16 14:44:37.355432 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7451 | 2024.09.16 14:44:37.355822 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7452 | 2024.09.16 14:44:37.356169 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2024.09.16 14:44:37.356301 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001761 sec., 136286.2010221465 rows/sec., 9.14 MiB/sec. | ||
7454 | 2024.09.16 14:44:37.356470 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Debug> DynamicQueryHandler: Done processing query | ||
7455 | 2024.09.16 14:44:37.356494 [ 3 ] {dd6be80f-c6ef-46ac-a029-090f8174cd89} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7456 | 2024.09.16 14:44:37.356511 [ 3 ] {} <Debug> HTTP-Session: c28b46b2-49c6-4239-a875-ab85c9d1a4aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7457 | 2024.09.16 14:44:37.356620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7458 | 2024.09.16 14:44:37.356668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7459 | 2024.09.16 14:44:37.356688 [ 3 ] {} <Debug> HTTP-Session: b4b2a5ac-8fe0-4030-8ddf-b83ce79b7a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7460 | 2024.09.16 14:44:37.356705 [ 3 ] {} <Debug> HTTP-Session: b4b2a5ac-8fe0-4030-8ddf-b83ce79b7a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.09.16 14:44:37.356719 [ 3 ] {} <Debug> HTTP-Session: b4b2a5ac-8fe0-4030-8ddf-b83ce79b7a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.09.16 14:44:37.356749 [ 3 ] {} <Trace> HTTP-Session: b4b2a5ac-8fe0-4030-8ddf-b83ce79b7a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7463 | 2024.09.16 14:44:37.356840 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7464 | 2024.09.16 14:44:37.356885 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7465 | 2024.09.16 14:44:37.357017 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7466 | 2024.09.16 14:44:37.357328 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7467 | 2024.09.16 14:44:37.357364 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7468 | 2024.09.16 14:44:37.357717 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7469 | 2024.09.16 14:44:37.358039 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7470 | 2024.09.16 14:44:37.358172 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec. | ||
7471 | 2024.09.16 14:44:37.358350 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Debug> DynamicQueryHandler: Done processing query | ||
7472 | 2024.09.16 14:44:37.358374 [ 3 ] {1be08e1c-c320-4166-a406-49762372225e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7473 | 2024.09.16 14:44:37.358391 [ 3 ] {} <Debug> HTTP-Session: b4b2a5ac-8fe0-4030-8ddf-b83ce79b7a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7474 | 2024.09.16 14:44:37.358540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7475 | 2024.09.16 14:44:37.358589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7476 | 2024.09.16 14:44:37.358608 [ 3 ] {} <Debug> HTTP-Session: efb32faa-6430-4a4b-b2a6-93a6f7aa914d Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7477 | 2024.09.16 14:44:37.358624 [ 3 ] {} <Debug> HTTP-Session: efb32faa-6430-4a4b-b2a6-93a6f7aa914d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.09.16 14:44:37.358638 [ 3 ] {} <Debug> HTTP-Session: efb32faa-6430-4a4b-b2a6-93a6f7aa914d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.09.16 14:44:37.358668 [ 3 ] {} <Trace> HTTP-Session: efb32faa-6430-4a4b-b2a6-93a6f7aa914d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7480 | 2024.09.16 14:44:37.358993 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7481 | 2024.09.16 14:44:37.359063 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <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_histogramu64 | ||
7482 | 2024.09.16 14:44:37.359479 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7483 | 2024.09.16 14:44:37.360214 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7484 | 2024.09.16 14:44:37.360251 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7485 | 2024.09.16 14:44:37.360881 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7486 | 2024.09.16 14:44:37.361339 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7487 | 2024.09.16 14:44:37.361524 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002763 sec., 10495.837857401377 rows/sec., 18.81 MiB/sec. | ||
7488 | 2024.09.16 14:44:37.361748 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Debug> DynamicQueryHandler: Done processing query | ||
7489 | 2024.09.16 14:44:37.361773 [ 3 ] {53ccd4ac-2fe6-4e96-ab55-42f67ec4e281} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7490 | 2024.09.16 14:44:37.361790 [ 3 ] {} <Debug> HTTP-Session: efb32faa-6430-4a4b-b2a6-93a6f7aa914d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7491 | 2024.09.16 14:44:37.361918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7492 | 2024.09.16 14:44:37.361966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7493 | 2024.09.16 14:44:37.361986 [ 3 ] {} <Debug> HTTP-Session: bbb30b3b-d662-438f-aea3-2ced0de0a7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7494 | 2024.09.16 14:44:37.362002 [ 3 ] {} <Debug> HTTP-Session: bbb30b3b-d662-438f-aea3-2ced0de0a7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.09.16 14:44:37.362016 [ 3 ] {} <Debug> HTTP-Session: bbb30b3b-d662-438f-aea3-2ced0de0a7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7496 | 2024.09.16 14:44:37.362048 [ 3 ] {} <Trace> HTTP-Session: bbb30b3b-d662-438f-aea3-2ced0de0a7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7497 | 2024.09.16 14:44:37.362181 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7498 | 2024.09.16 14:44:37.362226 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7499 | 2024.09.16 14:44:37.362357 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7500 | 2024.09.16 14:44:37.362674 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7501 | 2024.09.16 14:44:37.362710 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7502 | 2024.09.16 14:44:37.363085 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7503 | 2024.09.16 14:44:37.363415 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7504 | 2024.09.16 14:44:37.363558 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
7505 | 2024.09.16 14:44:37.363748 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Debug> DynamicQueryHandler: Done processing query | ||
7506 | 2024.09.16 14:44:37.363778 [ 3 ] {d78735d7-432b-45a6-a9e7-ec9456dd3ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7507 | 2024.09.16 14:44:37.363795 [ 3 ] {} <Debug> HTTP-Session: bbb30b3b-d662-438f-aea3-2ced0de0a7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7508 | 2024.09.16 14:44:40.510278 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7509 | 2024.09.16 14:44:40.510348 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7510 | 2024.09.16 14:44:42.333434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7511 | 2024.09.16 14:44:42.333600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7512 | 2024.09.16 14:44:42.333647 [ 3 ] {} <Debug> HTTP-Session: f4edc0f6-8d7f-4169-a5dc-08474707b027 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7513 | 2024.09.16 14:44:42.333689 [ 3 ] {} <Debug> HTTP-Session: f4edc0f6-8d7f-4169-a5dc-08474707b027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7514 | 2024.09.16 14:44:42.333718 [ 3 ] {} <Debug> HTTP-Session: f4edc0f6-8d7f-4169-a5dc-08474707b027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.09.16 14:44:42.333798 [ 3 ] {} <Trace> HTTP-Session: f4edc0f6-8d7f-4169-a5dc-08474707b027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7516 | 2024.09.16 14:44:42.334075 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7517 | 2024.09.16 14:44:42.334182 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7518 | 2024.09.16 14:44:42.334734 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7519 | 2024.09.16 14:44:42.335230 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7520 | 2024.09.16 14:44:42.335271 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7521 | 2024.09.16 14:44:42.335683 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7522 | 2024.09.16 14:44:42.336067 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7523 | 2024.09.16 14:44:42.336239 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002242 sec., 892.0606601248885 rows/sec., 72.74 KiB/sec. | ||
7524 | 2024.09.16 14:44:42.336251 [ 68 ] {} <Debug> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7525 | 2024.09.16 14:44:42.336367 [ 68 ] {} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7526 | 2024.09.16 14:44:42.336421 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7527 | 2024.09.16 14:44:42.336554 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Debug> DynamicQueryHandler: Done processing query | ||
7528 | 2024.09.16 14:44:42.336600 [ 3 ] {ebeb850b-35d3-49a0-bfff-cf6e0fb0774d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7529 | 2024.09.16 14:44:42.336599 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
7530 | 2024.09.16 14:44:42.336625 [ 3 ] {} <Debug> HTTP-Session: f4edc0f6-8d7f-4169-a5dc-08474707b027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7531 | 2024.09.16 14:44:42.336846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 11043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7532 | 2024.09.16 14:44:42.336875 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7533 | 2024.09.16 14:44:42.336959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7534 | 2024.09.16 14:44:42.336965 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
7535 | 2024.09.16 14:44:42.337005 [ 3 ] {} <Debug> HTTP-Session: 31b270c9-0395-4e3f-9a01-fdbf5ae8e60a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7536 | 2024.09.16 14:44:42.337046 [ 3 ] {} <Debug> HTTP-Session: 31b270c9-0395-4e3f-9a01-fdbf5ae8e60a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.09.16 14:44:42.337076 [ 3 ] {} <Debug> HTTP-Session: 31b270c9-0395-4e3f-9a01-fdbf5ae8e60a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7538 | 2024.09.16 14:44:42.337213 [ 3 ] {} <Trace> HTTP-Session: 31b270c9-0395-4e3f-9a01-fdbf5ae8e60a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7539 | 2024.09.16 14:44:42.337286 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
7540 | 2024.09.16 14:44:42.337552 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7541 | 2024.09.16 14:44:42.337617 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
7542 | 2024.09.16 14:44:42.337705 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7543 | 2024.09.16 14:44:42.337940 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
7544 | 2024.09.16 14:44:42.338299 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
7545 | 2024.09.16 14:44:42.338653 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::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 | ||
7546 | 2024.09.16 14:44:42.339386 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7547 | 2024.09.16 14:44:42.340198 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7548 | 2024.09.16 14:44:42.340270 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7549 | 2024.09.16 14:44:42.341361 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7550 | 2024.09.16 14:44:42.341420 [ 200 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.004918434 sec., 6506.1358961002625 rows/sec., 555.94 KiB/sec. | ||
7551 | 2024.09.16 14:44:42.341726 [ 195 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7552 | 2024.09.16 14:44:42.341989 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7553 | 2024.09.16 14:44:42.342461 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Debug> executeQuery: Read 77 rows, 6.33 KiB in 0.005009 sec., 15372.32980634857 rows/sec., 1.23 MiB/sec. | ||
7554 | 2024.09.16 14:44:42.343342 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Debug> DynamicQueryHandler: Done processing query | ||
7555 | 2024.09.16 14:44:42.343410 [ 3 ] {05798c8c-08f7-42e1-b14f-8ca45dd3594b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7556 | 2024.09.16 14:44:42.343448 [ 3 ] {} <Debug> HTTP-Session: 31b270c9-0395-4e3f-9a01-fdbf5ae8e60a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7557 | 2024.09.16 14:44:42.343601 [ 193 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7558 | 2024.09.16 14:44:42.343615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7559 | 2024.09.16 14:44:42.343692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7560 | 2024.09.16 14:44:42.343719 [ 3 ] {} <Debug> HTTP-Session: a81f13f1-bd4f-4534-a1c4-8a03aa427fd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7561 | 2024.09.16 14:44:42.343736 [ 3 ] {} <Debug> HTTP-Session: a81f13f1-bd4f-4534-a1c4-8a03aa427fd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7562 | 2024.09.16 14:44:42.343753 [ 193 ] {93e8bd2f-49fd-4acd-9c30-9930f89f13d8::all_1_11_2} <Trace> oximeter.fields_ipaddr (93e8bd2f-49fd-4acd-9c30-9930f89f13d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7563 | 2024.09.16 14:44:42.343760 [ 3 ] {} <Debug> HTTP-Session: a81f13f1-bd4f-4534-a1c4-8a03aa427fd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.09.16 14:44:42.343803 [ 3 ] {} <Trace> HTTP-Session: a81f13f1-bd4f-4534-a1c4-8a03aa427fd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7565 | 2024.09.16 14:44:42.343881 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7566 | 2024.09.16 14:44:42.343943 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7567 | 2024.09.16 14:44:42.343988 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7568 | 2024.09.16 14:44:42.344241 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7569 | 2024.09.16 14:44:42.344574 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7570 | 2024.09.16 14:44:42.344611 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7571 | 2024.09.16 14:44:42.344960 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7572 | 2024.09.16 14:44:42.345330 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7573 | 2024.09.16 14:44:42.345489 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001571 sec., 7638.446849140675 rows/sec., 567.54 KiB/sec. | ||
7574 | 2024.09.16 14:44:42.345665 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Debug> DynamicQueryHandler: Done processing query | ||
7575 | 2024.09.16 14:44:42.345690 [ 3 ] {f6ebcb23-6777-4dd1-98da-6417f46befdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7576 | 2024.09.16 14:44:42.345706 [ 3 ] {} <Debug> HTTP-Session: a81f13f1-bd4f-4534-a1c4-8a03aa427fd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7577 | 2024.09.16 14:44:42.345834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7578 | 2024.09.16 14:44:42.345882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7579 | 2024.09.16 14:44:42.345902 [ 3 ] {} <Debug> HTTP-Session: 1c145f9a-849a-4cc2-bee9-b0f4870bf071 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7580 | 2024.09.16 14:44:42.345918 [ 3 ] {} <Debug> HTTP-Session: 1c145f9a-849a-4cc2-bee9-b0f4870bf071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7581 | 2024.09.16 14:44:42.345933 [ 3 ] {} <Debug> HTTP-Session: 1c145f9a-849a-4cc2-bee9-b0f4870bf071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7582 | 2024.09.16 14:44:42.345964 [ 3 ] {} <Trace> HTTP-Session: 1c145f9a-849a-4cc2-bee9-b0f4870bf071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7583 | 2024.09.16 14:44:42.346083 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7584 | 2024.09.16 14:44:42.346126 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7585 | 2024.09.16 14:44:42.346356 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7586 | 2024.09.16 14:44:42.346714 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7587 | 2024.09.16 14:44:42.346751 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7588 | 2024.09.16 14:44:42.347104 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7589 | 2024.09.16 14:44:42.347454 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7590 | 2024.09.16 14:44:42.347612 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001565 sec., 48562.300319488815 rows/sec., 3.79 MiB/sec. | ||
7591 | 2024.09.16 14:44:42.347786 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Debug> DynamicQueryHandler: Done processing query | ||
7592 | 2024.09.16 14:44:42.347810 [ 3 ] {9f0a4941-55a2-4327-9338-4f42c1d54761} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7593 | 2024.09.16 14:44:42.347827 [ 3 ] {} <Debug> HTTP-Session: 1c145f9a-849a-4cc2-bee9-b0f4870bf071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7594 | 2024.09.16 14:44:42.347987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7595 | 2024.09.16 14:44:42.348035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7596 | 2024.09.16 14:44:42.348057 [ 3 ] {} <Debug> HTTP-Session: 40a64b38-324e-4617-8fce-83bddd728eee Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7597 | 2024.09.16 14:44:42.348073 [ 3 ] {} <Debug> HTTP-Session: 40a64b38-324e-4617-8fce-83bddd728eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7598 | 2024.09.16 14:44:42.348087 [ 3 ] {} <Debug> HTTP-Session: 40a64b38-324e-4617-8fce-83bddd728eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7599 | 2024.09.16 14:44:42.348117 [ 3 ] {} <Trace> HTTP-Session: 40a64b38-324e-4617-8fce-83bddd728eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7600 | 2024.09.16 14:44:42.348266 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7601 | 2024.09.16 14:44:42.348313 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7602 | 2024.09.16 14:44:42.348458 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7603 | 2024.09.16 14:44:42.348860 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7604 | 2024.09.16 14:44:42.348897 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7605 | 2024.09.16 14:44:42.349287 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7606 | 2024.09.16 14:44:42.349633 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7607 | 2024.09.16 14:44:42.349793 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001598 sec., 100750.93867334168 rows/sec., 7.02 MiB/sec. | ||
7608 | 2024.09.16 14:44:42.349967 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Debug> DynamicQueryHandler: Done processing query | ||
7609 | 2024.09.16 14:44:42.349992 [ 3 ] {b56e8fc7-2329-4669-acc5-381ce9e7f633} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7610 | 2024.09.16 14:44:42.350008 [ 3 ] {} <Debug> HTTP-Session: 40a64b38-324e-4617-8fce-83bddd728eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7611 | 2024.09.16 14:44:42.350133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7612 | 2024.09.16 14:44:42.350182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7613 | 2024.09.16 14:44:42.350200 [ 3 ] {} <Debug> HTTP-Session: 2babb081-4bbc-433b-bb1e-d66544ea4ebd Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7614 | 2024.09.16 14:44:42.350217 [ 3 ] {} <Debug> HTTP-Session: 2babb081-4bbc-433b-bb1e-d66544ea4ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.09.16 14:44:42.350231 [ 3 ] {} <Debug> HTTP-Session: 2babb081-4bbc-433b-bb1e-d66544ea4ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.09.16 14:44:42.350261 [ 3 ] {} <Trace> HTTP-Session: 2babb081-4bbc-433b-bb1e-d66544ea4ebd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7617 | 2024.09.16 14:44:42.350427 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7618 | 2024.09.16 14:44:42.350492 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <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_histogramu64 | ||
7619 | 2024.09.16 14:44:42.350911 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7620 | 2024.09.16 14:44:42.351555 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7621 | 2024.09.16 14:44:42.351593 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7622 | 2024.09.16 14:44:42.352190 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7623 | 2024.09.16 14:44:42.352599 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7624 | 2024.09.16 14:44:42.352784 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002447 sec., 4086.6366979975483 rows/sec., 7.32 MiB/sec. | ||
7625 | 2024.09.16 14:44:42.353130 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Debug> DynamicQueryHandler: Done processing query | ||
7626 | 2024.09.16 14:44:42.353155 [ 3 ] {bc8dbe4b-5960-4ab4-96d1-c5697573a540} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7627 | 2024.09.16 14:44:42.353172 [ 3 ] {} <Debug> HTTP-Session: 2babb081-4bbc-433b-bb1e-d66544ea4ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7628 | 2024.09.16 14:44:42.353322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7629 | 2024.09.16 14:44:42.353370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7630 | 2024.09.16 14:44:42.353390 [ 3 ] {} <Debug> HTTP-Session: 0fef0a7f-7dee-4e09-bcac-826dfb8b3fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7631 | 2024.09.16 14:44:42.353407 [ 3 ] {} <Debug> HTTP-Session: 0fef0a7f-7dee-4e09-bcac-826dfb8b3fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.09.16 14:44:42.353421 [ 3 ] {} <Debug> HTTP-Session: 0fef0a7f-7dee-4e09-bcac-826dfb8b3fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7633 | 2024.09.16 14:44:42.353452 [ 3 ] {} <Trace> HTTP-Session: 0fef0a7f-7dee-4e09-bcac-826dfb8b3fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7634 | 2024.09.16 14:44:42.353575 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7635 | 2024.09.16 14:44:42.353619 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7636 | 2024.09.16 14:44:42.353748 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7637 | 2024.09.16 14:44:42.354055 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7638 | 2024.09.16 14:44:42.354092 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7639 | 2024.09.16 14:44:42.354459 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7640 | 2024.09.16 14:44:42.354787 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7641 | 2024.09.16 14:44:42.354948 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
7642 | 2024.09.16 14:44:42.355264 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Debug> DynamicQueryHandler: Done processing query | ||
7643 | 2024.09.16 14:44:42.355304 [ 3 ] {a0e1b4b5-72ec-44e6-ac77-77704c24b2e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7644 | 2024.09.16 14:44:42.355321 [ 3 ] {} <Debug> HTTP-Session: 0fef0a7f-7dee-4e09-bcac-826dfb8b3fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7645 | 2024.09.16 14:44:47.339185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7646 | 2024.09.16 14:44:47.339318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7647 | 2024.09.16 14:44:47.339347 [ 3 ] {} <Debug> HTTP-Session: 4638b843-34f2-4de3-ad7f-e9803010cde3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7648 | 2024.09.16 14:44:47.339375 [ 3 ] {} <Debug> HTTP-Session: 4638b843-34f2-4de3-ad7f-e9803010cde3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7649 | 2024.09.16 14:44:47.339393 [ 3 ] {} <Debug> HTTP-Session: 4638b843-34f2-4de3-ad7f-e9803010cde3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7650 | 2024.09.16 14:44:47.339447 [ 3 ] {} <Trace> HTTP-Session: 4638b843-34f2-4de3-ad7f-e9803010cde3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7651 | 2024.09.16 14:44:47.339723 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7652 | 2024.09.16 14:44:47.339792 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7653 | 2024.09.16 14:44:47.340120 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7654 | 2024.09.16 14:44:47.340721 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7655 | 2024.09.16 14:44:47.340758 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7656 | 2024.09.16 14:44:47.341193 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7657 | 2024.09.16 14:44:47.341568 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7658 | 2024.09.16 14:44:47.341727 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Debug> executeQuery: Read 247 rows, 22.38 KiB in 0.002136 sec., 115636.7041198502 rows/sec., 10.23 MiB/sec. | ||
7659 | 2024.09.16 14:44:47.342047 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Debug> DynamicQueryHandler: Done processing query | ||
7660 | 2024.09.16 14:44:47.342080 [ 3 ] {e1918dc8-cc52-4968-97d7-36cc12f664fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7661 | 2024.09.16 14:44:47.342097 [ 3 ] {} <Debug> HTTP-Session: 4638b843-34f2-4de3-ad7f-e9803010cde3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7662 | 2024.09.16 14:44:47.342235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7663 | 2024.09.16 14:44:47.342285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7664 | 2024.09.16 14:44:47.342304 [ 3 ] {} <Debug> HTTP-Session: 180d009d-adcb-4f29-be53-ec301bd58d7c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7665 | 2024.09.16 14:44:47.342320 [ 3 ] {} <Debug> HTTP-Session: 180d009d-adcb-4f29-be53-ec301bd58d7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7666 | 2024.09.16 14:44:47.342333 [ 3 ] {} <Debug> HTTP-Session: 180d009d-adcb-4f29-be53-ec301bd58d7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7667 | 2024.09.16 14:44:47.342364 [ 3 ] {} <Trace> HTTP-Session: 180d009d-adcb-4f29-be53-ec301bd58d7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7668 | 2024.09.16 14:44:47.342469 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7669 | 2024.09.16 14:44:47.342513 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7670 | 2024.09.16 14:44:47.342764 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7671 | 2024.09.16 14:44:47.343121 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7672 | 2024.09.16 14:44:47.343158 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7673 | 2024.09.16 14:44:47.343502 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7674 | 2024.09.16 14:44:47.343853 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7675 | 2024.09.16 14:44:47.344005 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001562 sec., 18565.94110115237 rows/sec., 1.36 MiB/sec. | ||
7676 | 2024.09.16 14:44:47.344207 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Debug> DynamicQueryHandler: Done processing query | ||
7677 | 2024.09.16 14:44:47.344231 [ 3 ] {e1c1c949-82b6-48fb-9fc3-72a44fb49e41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7678 | 2024.09.16 14:44:47.344247 [ 3 ] {} <Debug> HTTP-Session: 180d009d-adcb-4f29-be53-ec301bd58d7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7679 | 2024.09.16 14:44:47.344363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7680 | 2024.09.16 14:44:47.344411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7681 | 2024.09.16 14:44:47.344430 [ 3 ] {} <Debug> HTTP-Session: cf96d149-79d6-4e90-9f50-20ceb53c121c Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7682 | 2024.09.16 14:44:47.344446 [ 3 ] {} <Debug> HTTP-Session: cf96d149-79d6-4e90-9f50-20ceb53c121c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.09.16 14:44:47.344461 [ 3 ] {} <Debug> HTTP-Session: cf96d149-79d6-4e90-9f50-20ceb53c121c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7684 | 2024.09.16 14:44:47.344491 [ 3 ] {} <Trace> HTTP-Session: cf96d149-79d6-4e90-9f50-20ceb53c121c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7685 | 2024.09.16 14:44:47.344593 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7686 | 2024.09.16 14:44:47.344634 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7687 | 2024.09.16 14:44:47.344856 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7688 | 2024.09.16 14:44:47.345161 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7689 | 2024.09.16 14:44:47.345197 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7690 | 2024.09.16 14:44:47.345550 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7691 | 2024.09.16 14:44:47.345902 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7692 | 2024.09.16 14:44:47.346071 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001501 sec., 9327.11525649567 rows/sec., 653.21 KiB/sec. | ||
7693 | 2024.09.16 14:44:47.346391 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Debug> DynamicQueryHandler: Done processing query | ||
7694 | 2024.09.16 14:44:47.346416 [ 3 ] {fe5dc617-225c-4882-82a1-c8edda59a627} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7695 | 2024.09.16 14:44:47.346432 [ 3 ] {} <Debug> HTTP-Session: cf96d149-79d6-4e90-9f50-20ceb53c121c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.09.16 14:44:47.346548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7697 | 2024.09.16 14:44:47.346597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7698 | 2024.09.16 14:44:47.346615 [ 3 ] {} <Debug> HTTP-Session: 9284a752-0a2e-40bc-8815-4f5308aeab75 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7699 | 2024.09.16 14:44:47.346632 [ 3 ] {} <Debug> HTTP-Session: 9284a752-0a2e-40bc-8815-4f5308aeab75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7700 | 2024.09.16 14:44:47.346646 [ 3 ] {} <Debug> HTTP-Session: 9284a752-0a2e-40bc-8815-4f5308aeab75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7701 | 2024.09.16 14:44:47.346676 [ 3 ] {} <Trace> HTTP-Session: 9284a752-0a2e-40bc-8815-4f5308aeab75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7702 | 2024.09.16 14:44:47.346781 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7703 | 2024.09.16 14:44:47.346824 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7704 | 2024.09.16 14:44:47.347071 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7705 | 2024.09.16 14:44:47.347378 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7706 | 2024.09.16 14:44:47.347414 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7707 | 2024.09.16 14:44:47.347762 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7708 | 2024.09.16 14:44:47.348111 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7709 | 2024.09.16 14:44:47.348271 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 234.61 KiB/sec. | ||
7710 | 2024.09.16 14:44:47.348440 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Debug> DynamicQueryHandler: Done processing query | ||
7711 | 2024.09.16 14:44:47.348464 [ 3 ] {06bd9590-76e5-4c38-bdce-bad3123b1e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7712 | 2024.09.16 14:44:47.348480 [ 3 ] {} <Debug> HTTP-Session: 9284a752-0a2e-40bc-8815-4f5308aeab75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7713 | 2024.09.16 14:44:47.348640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 66733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7714 | 2024.09.16 14:44:47.348688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7715 | 2024.09.16 14:44:47.348706 [ 3 ] {} <Debug> HTTP-Session: 11a6b246-b3de-4202-ae98-655746e14e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7716 | 2024.09.16 14:44:47.348722 [ 3 ] {} <Debug> HTTP-Session: 11a6b246-b3de-4202-ae98-655746e14e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7717 | 2024.09.16 14:44:47.348735 [ 3 ] {} <Debug> HTTP-Session: 11a6b246-b3de-4202-ae98-655746e14e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7718 | 2024.09.16 14:44:47.348765 [ 3 ] {} <Trace> HTTP-Session: 11a6b246-b3de-4202-ae98-655746e14e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7719 | 2024.09.16 14:44:47.348971 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7720 | 2024.09.16 14:44:47.349013 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7721 | 2024.09.16 14:44:47.349235 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7722 | 2024.09.16 14:44:47.349784 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7723 | 2024.09.16 14:44:47.349819 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7724 | 2024.09.16 14:44:47.350186 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7725 | 2024.09.16 14:44:47.350540 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7726 | 2024.09.16 14:44:47.350703 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001823 sec., 225452.55074053758 rows/sec., 16.07 MiB/sec. | ||
7727 | 2024.09.16 14:44:47.350873 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Debug> DynamicQueryHandler: Done processing query | ||
7728 | 2024.09.16 14:44:47.350897 [ 3 ] {0216b6a6-dd6f-4751-a90e-9a68537bd427} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7729 | 2024.09.16 14:44:47.350913 [ 3 ] {} <Debug> HTTP-Session: 11a6b246-b3de-4202-ae98-655746e14e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7730 | 2024.09.16 14:44:47.351028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7731 | 2024.09.16 14:44:47.351076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7732 | 2024.09.16 14:44:47.351095 [ 3 ] {} <Debug> HTTP-Session: 2f5027c3-9d57-4bfb-bde3-aab5ade7b2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7733 | 2024.09.16 14:44:47.351112 [ 3 ] {} <Debug> HTTP-Session: 2f5027c3-9d57-4bfb-bde3-aab5ade7b2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7734 | 2024.09.16 14:44:47.351125 [ 3 ] {} <Debug> HTTP-Session: 2f5027c3-9d57-4bfb-bde3-aab5ade7b2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7735 | 2024.09.16 14:44:47.351155 [ 3 ] {} <Trace> HTTP-Session: 2f5027c3-9d57-4bfb-bde3-aab5ade7b2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7736 | 2024.09.16 14:44:47.351250 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7737 | 2024.09.16 14:44:47.351293 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7738 | 2024.09.16 14:44:47.351423 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7739 | 2024.09.16 14:44:47.351680 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7740 | 2024.09.16 14:44:47.351715 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7741 | 2024.09.16 14:44:47.352205 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7742 | 2024.09.16 14:44:47.352529 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7743 | 2024.09.16 14:44:47.352692 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
7744 | 2024.09.16 14:44:47.352891 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Debug> DynamicQueryHandler: Done processing query | ||
7745 | 2024.09.16 14:44:47.352916 [ 3 ] {52d402d9-e94d-4032-b43a-e284a9d244fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7746 | 2024.09.16 14:44:47.352931 [ 3 ] {} <Debug> HTTP-Session: 2f5027c3-9d57-4bfb-bde3-aab5ade7b2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7747 | 2024.09.16 14:44:47.353097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7748 | 2024.09.16 14:44:47.353146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7749 | 2024.09.16 14:44:47.353164 [ 3 ] {} <Debug> HTTP-Session: 2aa3a841-e6e8-4863-b725-fdcce2cf1628 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7750 | 2024.09.16 14:44:47.353180 [ 3 ] {} <Debug> HTTP-Session: 2aa3a841-e6e8-4863-b725-fdcce2cf1628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7751 | 2024.09.16 14:44:47.353193 [ 3 ] {} <Debug> HTTP-Session: 2aa3a841-e6e8-4863-b725-fdcce2cf1628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7752 | 2024.09.16 14:44:47.353224 [ 3 ] {} <Trace> HTTP-Session: 2aa3a841-e6e8-4863-b725-fdcce2cf1628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7753 | 2024.09.16 14:44:47.353414 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7754 | 2024.09.16 14:44:47.353458 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7755 | 2024.09.16 14:44:47.353602 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7756 | 2024.09.16 14:44:47.354015 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7757 | 2024.09.16 14:44:47.354052 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7758 | 2024.09.16 14:44:47.354429 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7759 | 2024.09.16 14:44:47.354759 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7760 | 2024.09.16 14:44:47.354907 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
7761 | 2024.09.16 14:44:47.355073 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Debug> DynamicQueryHandler: Done processing query | ||
7762 | 2024.09.16 14:44:47.355097 [ 3 ] {917bcc7a-1675-476f-89e8-36dee7fd42c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7763 | 2024.09.16 14:44:47.355112 [ 3 ] {} <Debug> HTTP-Session: 2aa3a841-e6e8-4863-b725-fdcce2cf1628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7764 | 2024.09.16 14:44:47.355238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7765 | 2024.09.16 14:44:47.355285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7766 | 2024.09.16 14:44:47.355303 [ 3 ] {} <Debug> HTTP-Session: 8faf352f-30c7-463d-ad24-0e36d7c1c5b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7767 | 2024.09.16 14:44:47.355318 [ 3 ] {} <Debug> HTTP-Session: 8faf352f-30c7-463d-ad24-0e36d7c1c5b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7768 | 2024.09.16 14:44:47.355332 [ 3 ] {} <Debug> HTTP-Session: 8faf352f-30c7-463d-ad24-0e36d7c1c5b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7769 | 2024.09.16 14:44:47.355361 [ 3 ] {} <Trace> HTTP-Session: 8faf352f-30c7-463d-ad24-0e36d7c1c5b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7770 | 2024.09.16 14:44:47.355452 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7771 | 2024.09.16 14:44:47.355496 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7772 | 2024.09.16 14:44:47.355622 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7773 | 2024.09.16 14:44:47.355863 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7774 | 2024.09.16 14:44:47.355899 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7775 | 2024.09.16 14:44:47.356242 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7776 | 2024.09.16 14:44:47.356557 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7777 | 2024.09.16 14:44:47.356706 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001267 sec., 789.2659826361485 rows/sec., 53.18 KiB/sec. | ||
7778 | 2024.09.16 14:44:47.356710 [ 63 ] {} <Debug> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
7779 | 2024.09.16 14:44:47.356822 [ 63 ] {} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7780 | 2024.09.16 14:44:47.356872 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7781 | 2024.09.16 14:44:47.356972 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Debug> DynamicQueryHandler: Done processing query | ||
7782 | 2024.09.16 14:44:47.357054 [ 3 ] {b47ab114-2e29-4887-a2b0-1a065b9866d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7783 | 2024.09.16 14:44:47.357130 [ 3 ] {} <Debug> HTTP-Session: 8faf352f-30c7-463d-ad24-0e36d7c1c5b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.09.16 14:44:47.357412 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
7785 | 2024.09.16 14:44:47.357444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7786 | 2024.09.16 14:44:47.357524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7787 | 2024.09.16 14:44:47.357569 [ 3 ] {} <Debug> HTTP-Session: b6e5516b-6346-4b3a-bfc6-dd2778f68193 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7788 | 2024.09.16 14:44:47.357615 [ 3 ] {} <Debug> HTTP-Session: b6e5516b-6346-4b3a-bfc6-dd2778f68193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7789 | 2024.09.16 14:44:47.357650 [ 3 ] {} <Debug> HTTP-Session: b6e5516b-6346-4b3a-bfc6-dd2778f68193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7790 | 2024.09.16 14:44:47.357727 [ 3 ] {} <Trace> HTTP-Session: b6e5516b-6346-4b3a-bfc6-dd2778f68193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7791 | 2024.09.16 14:44:47.357803 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7792 | 2024.09.16 14:44:47.357861 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
7793 | 2024.09.16 14:44:47.357975 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
7794 | 2024.09.16 14:44:47.358275 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
7795 | 2024.09.16 14:44:47.358289 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7796 | 2024.09.16 14:44:47.358590 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
7797 | 2024.09.16 14:44:47.358718 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <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_histogramu64 | ||
7798 | 2024.09.16 14:44:47.358963 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
7799 | 2024.09.16 14:44:47.359382 [ 195 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
7800 | 2024.09.16 14:44:47.361141 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7801 | 2024.09.16 14:44:47.363078 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7802 | 2024.09.16 14:44:47.363144 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7803 | 2024.09.16 14:44:47.363190 [ 200 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006197198 sec., 3227.26496716742 rows/sec., 216.83 KiB/sec. | ||
7804 | 2024.09.16 14:44:47.363473 [ 200 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
7805 | 2024.09.16 14:44:47.364628 [ 200 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7806 | 2024.09.16 14:44:47.364756 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7807 | 2024.09.16 14:44:47.364770 [ 200 ] {be93f202-dc6c-443d-bf7f-2f39f26757e8::all_1_20_4} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
7808 | 2024.09.16 14:44:47.364942 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7809 | 2024.09.16 14:44:47.365320 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7810 | 2024.09.16 14:44:47.365545 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.007643 sec., 3794.3216014653935 rows/sec., 6.80 MiB/sec. | ||
7811 | 2024.09.16 14:44:47.365978 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Debug> DynamicQueryHandler: Done processing query | ||
7812 | 2024.09.16 14:44:47.366002 [ 3 ] {a379bf4b-a677-40c3-b276-9d00952ab845} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7813 | 2024.09.16 14:44:47.366018 [ 3 ] {} <Debug> HTTP-Session: b6e5516b-6346-4b3a-bfc6-dd2778f68193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7814 | 2024.09.16 14:44:47.366144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7815 | 2024.09.16 14:44:47.366192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7816 | 2024.09.16 14:44:47.366210 [ 3 ] {} <Debug> HTTP-Session: 1e051f1f-d228-409d-b4f3-3881b34651f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7817 | 2024.09.16 14:44:47.366227 [ 3 ] {} <Debug> HTTP-Session: 1e051f1f-d228-409d-b4f3-3881b34651f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.09.16 14:44:47.366241 [ 3 ] {} <Debug> HTTP-Session: 1e051f1f-d228-409d-b4f3-3881b34651f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7819 | 2024.09.16 14:44:47.366275 [ 3 ] {} <Trace> HTTP-Session: 1e051f1f-d228-409d-b4f3-3881b34651f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7820 | 2024.09.16 14:44:47.366407 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7821 | 2024.09.16 14:44:47.366450 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7822 | 2024.09.16 14:44:47.366583 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7823 | 2024.09.16 14:44:47.366893 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7824 | 2024.09.16 14:44:47.366929 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7825 | 2024.09.16 14:44:47.367280 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7826 | 2024.09.16 14:44:47.367602 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7827 | 2024.09.16 14:44:47.367752 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
7828 | 2024.09.16 14:44:47.367919 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Debug> DynamicQueryHandler: Done processing query | ||
7829 | 2024.09.16 14:44:47.367943 [ 3 ] {fc8e8bc2-7aae-492a-a730-83b8d5983142} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7830 | 2024.09.16 14:44:47.367958 [ 3 ] {} <Debug> HTTP-Session: 1e051f1f-d228-409d-b4f3-3881b34651f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7831 | 2024.09.16 14:44:52.332708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 10910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7832 | 2024.09.16 14:44:52.332852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7833 | 2024.09.16 14:44:52.332883 [ 3 ] {} <Debug> HTTP-Session: d469e067-b64d-4efc-9574-94078e924cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7834 | 2024.09.16 14:44:52.332912 [ 3 ] {} <Debug> HTTP-Session: d469e067-b64d-4efc-9574-94078e924cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.09.16 14:44:52.332932 [ 3 ] {} <Debug> HTTP-Session: d469e067-b64d-4efc-9574-94078e924cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7836 | 2024.09.16 14:44:52.332988 [ 3 ] {} <Trace> HTTP-Session: d469e067-b64d-4efc-9574-94078e924cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7837 | 2024.09.16 14:44:52.333230 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7838 | 2024.09.16 14:44:52.333307 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7839 | 2024.09.16 14:44:52.333690 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7840 | 2024.09.16 14:44:52.334180 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7841 | 2024.09.16 14:44:52.334228 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7842 | 2024.09.16 14:44:52.334662 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7843 | 2024.09.16 14:44:52.335056 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7844 | 2024.09.16 14:44:52.335231 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.002086 sec., 36433.36529242569 rows/sec., 2.93 MiB/sec. | ||
7845 | 2024.09.16 14:44:52.335280 [ 58 ] {} <Debug> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7846 | 2024.09.16 14:44:52.335407 [ 58 ] {} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7847 | 2024.09.16 14:44:52.335446 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7848 | 2024.09.16 14:44:52.335573 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Debug> DynamicQueryHandler: Done processing query | ||
7849 | 2024.09.16 14:44:52.335660 [ 3 ] {f15343cb-73a7-42d7-910a-bf86e3d4c1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7850 | 2024.09.16 14:44:52.335706 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::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 | ||
7851 | 2024.09.16 14:44:52.335711 [ 3 ] {} <Debug> HTTP-Session: d469e067-b64d-4efc-9574-94078e924cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.09.16 14:44:52.336047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7853 | 2024.09.16 14:44:52.336235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7854 | 2024.09.16 14:44:52.336356 [ 3 ] {} <Debug> HTTP-Session: d6185205-ca94-43d6-aff1-1ae6c3b99404 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7855 | 2024.09.16 14:44:52.336412 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7856 | 2024.09.16 14:44:52.336434 [ 3 ] {} <Debug> HTTP-Session: d6185205-ca94-43d6-aff1-1ae6c3b99404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7857 | 2024.09.16 14:44:52.336506 [ 3 ] {} <Debug> HTTP-Session: d6185205-ca94-43d6-aff1-1ae6c3b99404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7858 | 2024.09.16 14:44:52.336539 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1415 rows starting from the beginning of the part | ||
7859 | 2024.09.16 14:44:52.336626 [ 3 ] {} <Trace> HTTP-Session: d6185205-ca94-43d6-aff1-1ae6c3b99404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7860 | 2024.09.16 14:44:52.336836 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1218 rows starting from the beginning of the part | ||
7861 | 2024.09.16 14:44:52.336994 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7862 | 2024.09.16 14:44:52.337157 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 250 rows starting from the beginning of the part | ||
7863 | 2024.09.16 14:44:52.337173 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7864 | 2024.09.16 14:44:52.337531 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
7865 | 2024.09.16 14:44:52.337907 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 247 rows starting from the beginning of the part | ||
7866 | 2024.09.16 14:44:52.338248 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part | ||
7867 | 2024.09.16 14:44:52.338954 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7868 | 2024.09.16 14:44:52.339487 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7869 | 2024.09.16 14:44:52.339540 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7870 | 2024.09.16 14:44:52.340073 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7871 | 2024.09.16 14:44:52.340476 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7872 | 2024.09.16 14:44:52.340730 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.003865 sec., 2587.3221216041397 rows/sec., 194.55 KiB/sec. | ||
7873 | 2024.09.16 14:44:52.341396 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Debug> DynamicQueryHandler: Done processing query | ||
7874 | 2024.09.16 14:44:52.341497 [ 3 ] {f58ace01-a432-40d8-9976-d39e667e1bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7875 | 2024.09.16 14:44:52.341523 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3283 rows, containing 5 columns (5 merged, 0 gathered) in 0.005990845 sec., 548002.8276478527 rows/sec., 47.91 MiB/sec. | ||
7876 | 2024.09.16 14:44:52.341580 [ 3 ] {} <Debug> HTTP-Session: d6185205-ca94-43d6-aff1-1ae6c3b99404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7877 | 2024.09.16 14:44:52.341804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7878 | 2024.09.16 14:44:52.341842 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7879 | 2024.09.16 14:44:52.341866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7880 | 2024.09.16 14:44:52.341902 [ 3 ] {} <Debug> HTTP-Session: b698ee48-8bf6-4fce-a437-889d356591b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7881 | 2024.09.16 14:44:52.341924 [ 3 ] {} <Debug> HTTP-Session: b698ee48-8bf6-4fce-a437-889d356591b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7882 | 2024.09.16 14:44:52.341939 [ 3 ] {} <Debug> HTTP-Session: b698ee48-8bf6-4fce-a437-889d356591b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7883 | 2024.09.16 14:44:52.341978 [ 3 ] {} <Trace> HTTP-Session: b698ee48-8bf6-4fce-a437-889d356591b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7884 | 2024.09.16 14:44:52.342160 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7885 | 2024.09.16 14:44:52.342217 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7886 | 2024.09.16 14:44:52.342393 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7887 | 2024.09.16 14:44:52.342536 [ 189 ] {a4dac61a-1489-48e0-b0f7-f55514409b0a::all_1_36_7} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7888 | 2024.09.16 14:44:52.342605 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7889 | 2024.09.16 14:44:52.342632 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
7890 | 2024.09.16 14:44:52.342972 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2024.09.16 14:44:52.343009 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7892 | 2024.09.16 14:44:52.343366 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7893 | 2024.09.16 14:44:52.343733 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7894 | 2024.09.16 14:44:52.343886 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001797 sec., 41179.744017807454 rows/sec., 3.22 MiB/sec. | ||
7895 | 2024.09.16 14:44:52.343895 [ 58 ] {} <Debug> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7896 | 2024.09.16 14:44:52.343994 [ 58 ] {} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7897 | 2024.09.16 14:44:52.344056 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7898 | 2024.09.16 14:44:52.344215 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Debug> DynamicQueryHandler: Done processing query | ||
7899 | 2024.09.16 14:44:52.344301 [ 3 ] {044ece16-05fd-4afc-a189-68d1790442c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7900 | 2024.09.16 14:44:52.344400 [ 3 ] {} <Debug> HTTP-Session: b698ee48-8bf6-4fce-a437-889d356591b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7901 | 2024.09.16 14:44:52.344412 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::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 | ||
7902 | 2024.09.16 14:44:52.344768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7903 | 2024.09.16 14:44:52.344933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7904 | 2024.09.16 14:44:52.344989 [ 3 ] {} <Debug> HTTP-Session: 9b9325e5-5de6-49db-a77c-f04ea9d93d2f Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7905 | 2024.09.16 14:44:52.345014 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7906 | 2024.09.16 14:44:52.345024 [ 3 ] {} <Debug> HTTP-Session: 9b9325e5-5de6-49db-a77c-f04ea9d93d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.09.16 14:44:52.345074 [ 3 ] {} <Debug> HTTP-Session: 9b9325e5-5de6-49db-a77c-f04ea9d93d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.09.16 14:44:52.345090 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 909 rows starting from the beginning of the part | ||
7909 | 2024.09.16 14:44:52.345152 [ 3 ] {} <Trace> HTTP-Session: 9b9325e5-5de6-49db-a77c-f04ea9d93d2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7910 | 2024.09.16 14:44:52.345380 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 534 rows starting from the beginning of the part | ||
7911 | 2024.09.16 14:44:52.345638 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 417 rows starting from the beginning of the part | ||
7912 | 2024.09.16 14:44:52.345708 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7913 | 2024.09.16 14:44:52.345939 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 76 rows starting from the beginning of the part | ||
7914 | 2024.09.16 14:44:52.345994 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7915 | 2024.09.16 14:44:52.346216 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 411 rows starting from the beginning of the part | ||
7916 | 2024.09.16 14:44:52.346585 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part | ||
7917 | 2024.09.16 14:44:52.347217 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7918 | 2024.09.16 14:44:52.347928 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7919 | 2024.09.16 14:44:52.348010 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7920 | 2024.09.16 14:44:52.349060 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7921 | 2024.09.16 14:44:52.349579 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7922 | 2024.09.16 14:44:52.350025 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.005856801 sec., 413365.58985015884 rows/sec., 31.71 MiB/sec. | ||
7923 | 2024.09.16 14:44:52.350065 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004632 sec., 34542.31433506045 rows/sec., 2.41 MiB/sec. | ||
7924 | 2024.09.16 14:44:52.350376 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7925 | 2024.09.16 14:44:52.350729 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Debug> DynamicQueryHandler: Done processing query | ||
7926 | 2024.09.16 14:44:52.350783 [ 3 ] {8c59dd68-724f-4150-8871-35adab571327} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7927 | 2024.09.16 14:44:52.350818 [ 3 ] {} <Debug> HTTP-Session: 9b9325e5-5de6-49db-a77c-f04ea9d93d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7928 | 2024.09.16 14:44:52.351027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 16651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7929 | 2024.09.16 14:44:52.351106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7930 | 2024.09.16 14:44:52.351137 [ 3 ] {} <Debug> HTTP-Session: 4a4f10d0-c4d7-4436-ae62-79f3dfcae7e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7931 | 2024.09.16 14:44:52.351181 [ 3 ] {} <Debug> HTTP-Session: 4a4f10d0-c4d7-4436-ae62-79f3dfcae7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.09.16 14:44:52.351202 [ 3 ] {} <Debug> HTTP-Session: 4a4f10d0-c4d7-4436-ae62-79f3dfcae7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7933 | 2024.09.16 14:44:52.351261 [ 3 ] {} <Trace> HTTP-Session: 4a4f10d0-c4d7-4436-ae62-79f3dfcae7e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7934 | 2024.09.16 14:44:52.351332 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7935 | 2024.09.16 14:44:52.351492 [ 192 ] {b3300fd7-16bf-451e-b752-a993237524e0::all_1_36_7} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7936 | 2024.09.16 14:44:52.351624 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
7937 | 2024.09.16 14:44:52.351634 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7938 | 2024.09.16 14:44:52.351726 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <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_histogramu64 | ||
7939 | 2024.09.16 14:44:52.352192 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7940 | 2024.09.16 14:44:52.352773 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7941 | 2024.09.16 14:44:52.352811 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7942 | 2024.09.16 14:44:52.353419 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7943 | 2024.09.16 14:44:52.353844 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7944 | 2024.09.16 14:44:52.354039 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002646 sec., 3779.289493575208 rows/sec., 6.77 MiB/sec. | ||
7945 | 2024.09.16 14:44:52.354246 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Debug> DynamicQueryHandler: Done processing query | ||
7946 | 2024.09.16 14:44:52.354270 [ 3 ] {50474554-e3ba-459e-bf8e-39cfe3d5fc90} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7947 | 2024.09.16 14:44:52.354287 [ 3 ] {} <Debug> HTTP-Session: 4a4f10d0-c4d7-4436-ae62-79f3dfcae7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7948 | 2024.09.16 14:44:52.354421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7949 | 2024.09.16 14:44:52.354470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7950 | 2024.09.16 14:44:52.354490 [ 3 ] {} <Debug> HTTP-Session: e4897069-8dc4-4851-b73a-5da178cbdf64 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7951 | 2024.09.16 14:44:52.354506 [ 3 ] {} <Debug> HTTP-Session: e4897069-8dc4-4851-b73a-5da178cbdf64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7952 | 2024.09.16 14:44:52.354519 [ 3 ] {} <Debug> HTTP-Session: e4897069-8dc4-4851-b73a-5da178cbdf64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.09.16 14:44:52.354553 [ 3 ] {} <Trace> HTTP-Session: e4897069-8dc4-4851-b73a-5da178cbdf64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7954 | 2024.09.16 14:44:52.354670 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7955 | 2024.09.16 14:44:52.354714 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7956 | 2024.09.16 14:44:52.354870 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7957 | 2024.09.16 14:44:52.355192 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7958 | 2024.09.16 14:44:52.355228 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7959 | 2024.09.16 14:44:52.355586 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7960 | 2024.09.16 14:44:52.355923 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7961 | 2024.09.16 14:44:52.356081 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
7962 | 2024.09.16 14:44:52.356252 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Debug> DynamicQueryHandler: Done processing query | ||
7963 | 2024.09.16 14:44:52.356276 [ 3 ] {1b6e60fa-a541-484c-a196-39988634196b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7964 | 2024.09.16 14:44:52.356292 [ 3 ] {} <Debug> HTTP-Session: e4897069-8dc4-4851-b73a-5da178cbdf64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.09.16 14:44:55.510391 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7966 | 2024.09.16 14:44:55.510520 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7967 | 2024.09.16 14:44:57.337817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 37425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7968 | 2024.09.16 14:44:57.337936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7969 | 2024.09.16 14:44:57.337964 [ 3 ] {} <Debug> HTTP-Session: 202960bc-602e-4645-a922-26e5a57819af Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7970 | 2024.09.16 14:44:57.337991 [ 3 ] {} <Debug> HTTP-Session: 202960bc-602e-4645-a922-26e5a57819af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7971 | 2024.09.16 14:44:57.338009 [ 3 ] {} <Debug> HTTP-Session: 202960bc-602e-4645-a922-26e5a57819af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7972 | 2024.09.16 14:44:57.338064 [ 3 ] {} <Trace> HTTP-Session: 202960bc-602e-4645-a922-26e5a57819af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7973 | 2024.09.16 14:44:57.338357 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7974 | 2024.09.16 14:44:57.338433 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7975 | 2024.09.16 14:44:57.338812 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7976 | 2024.09.16 14:44:57.339443 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7977 | 2024.09.16 14:44:57.339490 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7978 | 2024.09.16 14:44:57.339933 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7979 | 2024.09.16 14:44:57.340315 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Trace> oximeter.fields_string (a4dac61a-1489-48e0-b0f7-f55514409b0a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7980 | 2024.09.16 14:44:57.340482 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Debug> executeQuery: Read 247 rows, 22.38 KiB in 0.002257 sec., 109437.30615861763 rows/sec., 9.68 MiB/sec. | ||
7981 | 2024.09.16 14:44:57.340715 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Debug> DynamicQueryHandler: Done processing query | ||
7982 | 2024.09.16 14:44:57.340744 [ 3 ] {54946a12-7190-4e95-b435-6a7f15bed631} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7983 | 2024.09.16 14:44:57.340760 [ 3 ] {} <Debug> HTTP-Session: 202960bc-602e-4645-a922-26e5a57819af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7984 | 2024.09.16 14:44:57.340894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7985 | 2024.09.16 14:44:57.340952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7986 | 2024.09.16 14:44:57.340972 [ 3 ] {} <Debug> HTTP-Session: 7a3433be-3560-4ac5-9b64-89cdb0d5b07b Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
7987 | 2024.09.16 14:44:57.340991 [ 3 ] {} <Debug> HTTP-Session: 7a3433be-3560-4ac5-9b64-89cdb0d5b07b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7988 | 2024.09.16 14:44:57.341005 [ 3 ] {} <Debug> HTTP-Session: 7a3433be-3560-4ac5-9b64-89cdb0d5b07b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7989 | 2024.09.16 14:44:57.341040 [ 3 ] {} <Trace> HTTP-Session: 7a3433be-3560-4ac5-9b64-89cdb0d5b07b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7990 | 2024.09.16 14:44:57.341168 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7991 | 2024.09.16 14:44:57.341217 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7992 | 2024.09.16 14:44:57.341452 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7993 | 2024.09.16 14:44:57.341817 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7994 | 2024.09.16 14:44:57.341856 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
7995 | 2024.09.16 14:44:57.342209 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7996 | 2024.09.16 14:44:57.342563 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7997 | 2024.09.16 14:44:57.342725 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.00159 sec., 18238.993710691822 rows/sec., 1.34 MiB/sec. | ||
7998 | 2024.09.16 14:44:57.342735 [ 54 ] {} <Debug> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7999 | 2024.09.16 14:44:57.342827 [ 54 ] {} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8000 | 2024.09.16 14:44:57.342882 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8001 | 2024.09.16 14:44:57.343048 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Debug> DynamicQueryHandler: Done processing query | ||
8002 | 2024.09.16 14:44:57.343135 [ 3 ] {bc32864c-e6c6-460e-be44-09036fe1163f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8003 | 2024.09.16 14:44:57.343188 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::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 | ||
8004 | 2024.09.16 14:44:57.343205 [ 3 ] {} <Debug> HTTP-Session: 7a3433be-3560-4ac5-9b64-89cdb0d5b07b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8005 | 2024.09.16 14:44:57.343592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 1933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8006 | 2024.09.16 14:44:57.343799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8007 | 2024.09.16 14:44:57.343871 [ 3 ] {} <Debug> HTTP-Session: 5cc64b30-4cf1-42c1-86d4-8d7b5a740558 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8008 | 2024.09.16 14:44:57.343883 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8009 | 2024.09.16 14:44:57.343905 [ 3 ] {} <Debug> HTTP-Session: 5cc64b30-4cf1-42c1-86d4-8d7b5a740558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8010 | 2024.09.16 14:44:57.343946 [ 3 ] {} <Debug> HTTP-Session: 5cc64b30-4cf1-42c1-86d4-8d7b5a740558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8011 | 2024.09.16 14:44:57.343965 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 55 rows starting from the beginning of the part | ||
8012 | 2024.09.16 14:44:57.344004 [ 3 ] {} <Trace> HTTP-Session: 5cc64b30-4cf1-42c1-86d4-8d7b5a740558 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8013 | 2024.09.16 14:44:57.344193 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 35 rows starting from the beginning of the part | ||
8014 | 2024.09.16 14:44:57.344452 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8015 | 2024.09.16 14:44:57.344519 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part | ||
8016 | 2024.09.16 14:44:57.344588 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8017 | 2024.09.16 14:44:57.344914 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part | ||
8018 | 2024.09.16 14:44:57.345235 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part | ||
8019 | 2024.09.16 14:44:57.345597 [ 198 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 29 rows starting from the beginning of the part | ||
8020 | 2024.09.16 14:44:57.346256 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8021 | 2024.09.16 14:44:57.347067 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2024.09.16 14:44:57.347142 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8023 | 2024.09.16 14:44:57.348220 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8024 | 2024.09.16 14:44:57.348782 [ 192 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005793181 sec., 29344.84525858937 rows/sec., 2.25 MiB/sec. | ||
8025 | 2024.09.16 14:44:57.349083 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Trace> oximeter.fields_u32 (dc0f2496-af4f-41ed-a5c8-1cd5f88cf29c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8026 | 2024.09.16 14:44:57.349139 [ 192 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8027 | 2024.09.16 14:44:57.349413 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005151 sec., 2717.9188507086 rows/sec., 190.35 KiB/sec. | ||
8028 | 2024.09.16 14:44:57.350464 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Debug> DynamicQueryHandler: Done processing query | ||
8029 | 2024.09.16 14:44:57.350510 [ 3 ] {eef49829-884a-4c36-90ee-fe1af17b19f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8030 | 2024.09.16 14:44:57.350535 [ 3 ] {} <Debug> HTTP-Session: 5cc64b30-4cf1-42c1-86d4-8d7b5a740558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8031 | 2024.09.16 14:44:57.350647 [ 192 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8032 | 2024.09.16 14:44:57.350680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8033 | 2024.09.16 14:44:57.350763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8034 | 2024.09.16 14:44:57.350782 [ 192 ] {29ded29f-ac6b-4a8c-80cb-1584a243a426::all_1_36_7} <Trace> oximeter.fields_u16 (29ded29f-ac6b-4a8c-80cb-1584a243a426) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8035 | 2024.09.16 14:44:57.350793 [ 3 ] {} <Debug> HTTP-Session: f30e1204-6a95-4801-96fa-604fb490631e Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8036 | 2024.09.16 14:44:57.350827 [ 3 ] {} <Debug> HTTP-Session: f30e1204-6a95-4801-96fa-604fb490631e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8037 | 2024.09.16 14:44:57.350852 [ 3 ] {} <Debug> HTTP-Session: f30e1204-6a95-4801-96fa-604fb490631e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.09.16 14:44:57.350941 [ 3 ] {} <Trace> HTTP-Session: f30e1204-6a95-4801-96fa-604fb490631e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8039 | 2024.09.16 14:44:57.350947 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8040 | 2024.09.16 14:44:57.351064 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8041 | 2024.09.16 14:44:57.351113 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8042 | 2024.09.16 14:44:57.351363 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8043 | 2024.09.16 14:44:57.351682 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8044 | 2024.09.16 14:44:57.351719 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8045 | 2024.09.16 14:44:57.352077 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8046 | 2024.09.16 14:44:57.352446 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Trace> oximeter.fields_u8 (14176103-d675-428a-84bb-300113b62b5f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8047 | 2024.09.16 14:44:57.352610 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 225.22 KiB/sec. | ||
8048 | 2024.09.16 14:44:57.352786 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Debug> DynamicQueryHandler: Done processing query | ||
8049 | 2024.09.16 14:44:57.352810 [ 3 ] {cf6f9d0e-7f69-4746-bf23-58c48dae8e1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8050 | 2024.09.16 14:44:57.352827 [ 3 ] {} <Debug> HTTP-Session: f30e1204-6a95-4801-96fa-604fb490631e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.09.16 14:44:57.352977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 66733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8052 | 2024.09.16 14:44:57.353027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8053 | 2024.09.16 14:44:57.353046 [ 3 ] {} <Debug> HTTP-Session: 62502e48-4035-42cd-99b0-63a35f7df597 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8054 | 2024.09.16 14:44:57.353063 [ 3 ] {} <Debug> HTTP-Session: 62502e48-4035-42cd-99b0-63a35f7df597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.09.16 14:44:57.353076 [ 3 ] {} <Debug> HTTP-Session: 62502e48-4035-42cd-99b0-63a35f7df597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8056 | 2024.09.16 14:44:57.353106 [ 3 ] {} <Trace> HTTP-Session: 62502e48-4035-42cd-99b0-63a35f7df597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8057 | 2024.09.16 14:44:57.353324 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8058 | 2024.09.16 14:44:57.353368 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8059 | 2024.09.16 14:44:57.353593 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8060 | 2024.09.16 14:44:57.354246 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8061 | 2024.09.16 14:44:57.354283 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8062 | 2024.09.16 14:44:57.354655 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8063 | 2024.09.16 14:44:57.355021 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Trace> oximeter.fields_uuid (b3300fd7-16bf-451e-b752-a993237524e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8064 | 2024.09.16 14:44:57.355177 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001976 sec., 207995.95141700405 rows/sec., 14.83 MiB/sec. | ||
8065 | 2024.09.16 14:44:57.355352 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Debug> DynamicQueryHandler: Done processing query | ||
8066 | 2024.09.16 14:44:57.355377 [ 3 ] {5cfff976-205f-4b80-b3c9-f247eb9d39aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8067 | 2024.09.16 14:44:57.355393 [ 3 ] {} <Debug> HTTP-Session: 62502e48-4035-42cd-99b0-63a35f7df597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.09.16 14:44:57.355512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8069 | 2024.09.16 14:44:57.355562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8070 | 2024.09.16 14:44:57.355581 [ 3 ] {} <Debug> HTTP-Session: 6a475841-c96a-4222-894a-2ec421a9f910 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8071 | 2024.09.16 14:44:57.355598 [ 3 ] {} <Debug> HTTP-Session: 6a475841-c96a-4222-894a-2ec421a9f910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.09.16 14:44:57.355611 [ 3 ] {} <Debug> HTTP-Session: 6a475841-c96a-4222-894a-2ec421a9f910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8073 | 2024.09.16 14:44:57.355642 [ 3 ] {} <Trace> HTTP-Session: 6a475841-c96a-4222-894a-2ec421a9f910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8074 | 2024.09.16 14:44:57.355740 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8075 | 2024.09.16 14:44:57.355783 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8076 | 2024.09.16 14:44:57.355915 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8077 | 2024.09.16 14:44:57.356190 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2024.09.16 14:44:57.356226 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8079 | 2024.09.16 14:44:57.356587 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8080 | 2024.09.16 14:44:57.356911 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Trace> oximeter.measurements_bool (8b4b697e-73ad-4b8a-ac74-1a72eaff6ec4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8081 | 2024.09.16 14:44:57.357074 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. | ||
8082 | 2024.09.16 14:44:57.357243 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Debug> DynamicQueryHandler: Done processing query | ||
8083 | 2024.09.16 14:44:57.357266 [ 3 ] {f519720a-91cf-491a-9484-b1124d3b9cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8084 | 2024.09.16 14:44:57.357283 [ 3 ] {} <Debug> HTTP-Session: 6a475841-c96a-4222-894a-2ec421a9f910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.09.16 14:44:57.357459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 44675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8086 | 2024.09.16 14:44:57.357508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8087 | 2024.09.16 14:44:57.357527 [ 3 ] {} <Debug> HTTP-Session: 9223227c-4493-451a-a7af-690eafb1d49a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8088 | 2024.09.16 14:44:57.357543 [ 3 ] {} <Debug> HTTP-Session: 9223227c-4493-451a-a7af-690eafb1d49a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.09.16 14:44:57.357556 [ 3 ] {} <Debug> HTTP-Session: 9223227c-4493-451a-a7af-690eafb1d49a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8090 | 2024.09.16 14:44:57.357587 [ 3 ] {} <Trace> HTTP-Session: 9223227c-4493-451a-a7af-690eafb1d49a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8091 | 2024.09.16 14:44:57.357769 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8092 | 2024.09.16 14:44:57.357816 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8093 | 2024.09.16 14:44:57.357962 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8094 | 2024.09.16 14:44:57.358461 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8095 | 2024.09.16 14:44:57.358497 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8096 | 2024.09.16 14:44:57.358883 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8097 | 2024.09.16 14:44:57.359222 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8098 | 2024.09.16 14:44:57.359378 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8099 | 2024.09.16 14:44:57.359380 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001707 sec., 138840.07029876977 rows/sec., 9.31 MiB/sec. | ||
8100 | 2024.09.16 14:44:57.359434 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8101 | 2024.09.16 14:44:57.359501 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8102 | 2024.09.16 14:44:57.359699 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Debug> DynamicQueryHandler: Done processing query | ||
8103 | 2024.09.16 14:44:57.359739 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
8104 | 2024.09.16 14:44:57.359746 [ 3 ] {451664bb-1d10-4e83-9ec8-e65d862a6237} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8105 | 2024.09.16 14:44:57.359830 [ 3 ] {} <Debug> HTTP-Session: 9223227c-4493-451a-a7af-690eafb1d49a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8106 | 2024.09.16 14:44:57.360011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8107 | 2024.09.16 14:44:57.360028 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8108 | 2024.09.16 14:44:57.360109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8109 | 2024.09.16 14:44:57.360116 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10068 rows starting from the beginning of the part | ||
8110 | 2024.09.16 14:44:57.360146 [ 3 ] {} <Debug> HTTP-Session: 4f485837-2126-49f9-884d-3b356c4fec88 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8111 | 2024.09.16 14:44:57.360182 [ 3 ] {} <Debug> HTTP-Session: 4f485837-2126-49f9-884d-3b356c4fec88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8112 | 2024.09.16 14:44:57.360236 [ 3 ] {} <Debug> HTTP-Session: 4f485837-2126-49f9-884d-3b356c4fec88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8113 | 2024.09.16 14:44:57.360375 [ 3 ] {} <Trace> HTTP-Session: 4f485837-2126-49f9-884d-3b356c4fec88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8114 | 2024.09.16 14:44:57.360404 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 240 rows starting from the beginning of the part | ||
8115 | 2024.09.16 14:44:57.360656 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8116 | 2024.09.16 14:44:57.360740 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
8117 | 2024.09.16 14:44:57.360793 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8118 | 2024.09.16 14:44:57.361070 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
8119 | 2024.09.16 14:44:57.361439 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::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 | ||
8120 | 2024.09.16 14:44:57.361824 [ 190 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
8121 | 2024.09.16 14:44:57.361889 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8122 | 2024.09.16 14:44:57.362719 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8123 | 2024.09.16 14:44:57.362784 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8124 | 2024.09.16 14:44:57.363373 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8125 | 2024.09.16 14:44:57.364211 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Trace> oximeter.measurements_f64 (be93f202-dc6c-443d-bf7f-2f39f26757e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8126 | 2024.09.16 14:44:57.364550 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004017 sec., 248.94199651481208 rows/sec., 16.77 KiB/sec. | ||
8127 | 2024.09.16 14:44:57.364937 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Debug> DynamicQueryHandler: Done processing query | ||
8128 | 2024.09.16 14:44:57.364969 [ 3 ] {2b43a81a-55f6-446c-9b18-d957d9de8172} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8129 | 2024.09.16 14:44:57.364986 [ 3 ] {} <Debug> HTTP-Session: 4f485837-2126-49f9-884d-3b356c4fec88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8130 | 2024.09.16 14:44:57.365188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 48532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8131 | 2024.09.16 14:44:57.365261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8132 | 2024.09.16 14:44:57.365298 [ 3 ] {} <Debug> HTTP-Session: 168cb379-291a-4471-9684-6132c6eda45a Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8133 | 2024.09.16 14:44:57.365315 [ 3 ] {} <Debug> HTTP-Session: 168cb379-291a-4471-9684-6132c6eda45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8134 | 2024.09.16 14:44:57.365328 [ 3 ] {} <Debug> HTTP-Session: 168cb379-291a-4471-9684-6132c6eda45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.09.16 14:44:57.365359 [ 3 ] {} <Trace> HTTP-Session: 168cb379-291a-4471-9684-6132c6eda45a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8136 | 2024.09.16 14:44:57.366026 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8137 | 2024.09.16 14:44:57.366114 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <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_histogramu64 | ||
8138 | 2024.09.16 14:44:57.367239 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11103 rows, containing 5 columns (5 merged, 0 gathered) in 0.007610236 sec., 1458956.0691678943 rows/sec., 97.66 MiB/sec. | ||
8139 | 2024.09.16 14:44:57.367303 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8140 | 2024.09.16 14:44:57.367611 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8141 | 2024.09.16 14:44:57.368502 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8142 | 2024.09.16 14:44:57.368701 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8143 | 2024.09.16 14:44:57.368737 [ 196 ] {53a1c50c-8bb9-4067-b75f-6f357bfba563::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (53a1c50c-8bb9-4067-b75f-6f357bfba563) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8144 | 2024.09.16 14:44:57.368759 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8145 | 2024.09.16 14:44:57.368896 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
8146 | 2024.09.16 14:44:57.369558 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8147 | 2024.09.16 14:44:57.369987 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8148 | 2024.09.16 14:44:57.370172 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8149 | 2024.09.16 14:44:57.370199 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.004759 sec., 6093.717167472158 rows/sec., 10.92 MiB/sec. | ||
8150 | 2024.09.16 14:44:57.370232 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8151 | 2024.09.16 14:44:57.370304 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8152 | 2024.09.16 14:44:57.370564 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::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 | ||
8153 | 2024.09.16 14:44:57.370700 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Debug> DynamicQueryHandler: Done processing query | ||
8154 | 2024.09.16 14:44:57.370735 [ 3 ] {e6c65b00-a54a-467c-b50c-a758103687f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8155 | 2024.09.16 14:44:57.370763 [ 3 ] {} <Debug> HTTP-Session: 168cb379-291a-4471-9684-6132c6eda45a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8156 | 2024.09.16 14:44:57.370913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45204, User-Agent: (none), Length: 12144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8157 | 2024.09.16 14:44:57.370914 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8158 | 2024.09.16 14:44:57.370977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8159 | 2024.09.16 14:44:57.370998 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 644 rows starting from the beginning of the part | ||
8160 | 2024.09.16 14:44:57.371005 [ 3 ] {} <Debug> HTTP-Session: f8431aa9-a070-460f-92c0-0e28da030b89 Authenticating user 'default' from [fd00:1122:3344:101::d]:45204 | ||
8161 | 2024.09.16 14:44:57.371030 [ 3 ] {} <Debug> HTTP-Session: f8431aa9-a070-460f-92c0-0e28da030b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.09.16 14:44:57.371056 [ 3 ] {} <Debug> HTTP-Session: f8431aa9-a070-460f-92c0-0e28da030b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8163 | 2024.09.16 14:44:57.371122 [ 3 ] {} <Trace> HTTP-Session: f8431aa9-a070-460f-92c0-0e28da030b89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8164 | 2024.09.16 14:44:57.371329 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part | ||
8165 | 2024.09.16 14:44:57.371363 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45204) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8166 | 2024.09.16 14:44:57.371436 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8167 | 2024.09.16 14:44:57.371774 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part | ||
8168 | 2024.09.16 14:44:57.371917 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8169 | 2024.09.16 14:44:57.372196 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part | ||
8170 | 2024.09.16 14:44:57.372847 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part | ||
8171 | 2024.09.16 14:44:57.372916 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8172 | 2024.09.16 14:44:57.372988 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8173 | 2024.09.16 14:44:57.373369 [ 201 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 29 rows starting from the beginning of the part | ||
8174 | 2024.09.16 14:44:57.374122 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8175 | 2024.09.16 14:44:57.374763 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8176 | 2024.09.16 14:44:57.374961 [ 54 ] {} <Debug> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8177 | 2024.09.16 14:44:57.374972 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003684 sec., 22258.41476655809 rows/sec., 1.41 MiB/sec. | ||
8178 | 2024.09.16 14:44:57.375016 [ 54 ] {} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2024.09.16 14:44:57.375099 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
8180 | 2024.09.16 14:44:57.375471 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Debug> DynamicQueryHandler: Done processing query | ||
8181 | 2024.09.16 14:44:57.375566 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
8182 | 2024.09.16 14:44:57.375577 [ 3 ] {fb8f1731-6f64-40b9-a206-cfc2011997a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8183 | 2024.09.16 14:44:57.375751 [ 3 ] {} <Debug> HTTP-Session: f8431aa9-a070-460f-92c0-0e28da030b89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8184 | 2024.09.16 14:44:57.376283 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8185 | 2024.09.16 14:44:57.376389 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1410 rows starting from the beginning of the part | ||
8186 | 2024.09.16 14:44:57.376700 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
8187 | 2024.09.16 14:44:57.376981 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
8188 | 2024.09.16 14:44:57.377262 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
8189 | 2024.09.16 14:44:57.377525 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::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 | ||
8190 | 2024.09.16 14:44:57.377767 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
8191 | 2024.09.16 14:44:57.381572 [ 186 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 4 columns (4 merged, 0 gathered) in 0.006353061 sec., 279550.2829266081 rows/sec., 17.77 MiB/sec. | ||
8192 | 2024.09.16 14:44:57.381921 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8193 | 2024.09.16 14:44:57.382488 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8194 | 2024.09.16 14:44:57.382566 [ 188 ] {cad6076e-8ba1-43e7-9cef-5891b0456cc8::all_1_36_7} <Trace> oximeter.measurements_u64 (cad6076e-8ba1-43e7-9cef-5891b0456cc8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8195 | 2024.09.16 14:44:57.382653 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
8196 | 2024.09.16 14:44:57.383289 [ 188 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 751 rows, containing 19 columns (19 merged, 0 gathered) in 0.012849634 sec., 58445.24443264298 rows/sec., 104.73 MiB/sec. | ||
8197 | 2024.09.16 14:44:57.384519 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8198 | 2024.09.16 14:44:57.385218 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2024.09.16 14:44:57.385314 [ 191 ] {2939e6f1-b00d-4bcc-8e0a-a5423c004a99::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (2939e6f1-b00d-4bcc-8e0a-a5423c004a99) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8200 | 2024.09.16 14:44:57.385482 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. |