1 | [ Aug 28 17:52:48 Enabled. ] | ||
2 | [ Aug 28 17:52:48 Rereading configuration. ] | ||
3 | [ Aug 28 17:52:51 Rereading configuration. ] | ||
4 | [ Aug 28 17:53:01 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 | [ Aug 28 17:53:01 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.08.28 17:53:02.621874 [ 1 ] {} <Information> Application: Will watch for the process with pid 23966 | ||
30 | 2024.08.28 17:53:02.622413 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.08.28 17:53:02.868601 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23966 | ||
32 | 2024.08.28 17:53:02.869316 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.08.28 17:53:02.870024 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.08.28 17:53:02.957305 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.08.28 17:53:02.981981 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.08.28 17:53:02.982040 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.08.28 17:53:02.982060 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.08.28 17:53:02.982141 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.08.28 17:53:02.982447 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.08.28 17:53:02.984032 [ 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.08.28 17:53:02.984551 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.08.28 17:53:02.985348 [ 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.08.28 17:53:02.985373 [ 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.08.28 17:53:02.985386 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.08.28 17:53:02.985553 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.08.28 17:53:02.986606 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.08.28 17:53:02.994123 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.08.28 17:53:02.994969 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.28 17:53:02.996397 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.08.28 17:53:02.996469 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.08.28 17:53:02.998009 [ 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.08.28 17:53:02.998305 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.08.28 17:53:03.002723 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.08.28 17:53:03.003349 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.08.28 17:53:03.005093 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.08.28 17:53:03.005582 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.08.28 17:53:03.005940 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.08.28 17:53:03.006370 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.08.28 17:53:03.007778 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.08.28 17:53:03.007812 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.08.28 17:53:03.007906 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.08.28 17:53:03.008078 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.08.28 17:53:03.016492 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.08.28 17:53:03.016518 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162844 sec | ||
71 | 2024.08.28 17:53:03.016559 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.08.28 17:53:03.016570 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.08.28 17:53:03.017690 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.08.28 17:53:03.018703 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.08.28 17:53:03.018721 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.08.28 17:53:03.018757 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.08.28 17:53:03.018773 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.08.28 17:53:03.018785 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.08.28 17:53:03.018816 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.08.28 17:53:03.018828 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.08.28 17:53:03.018843 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.08.28 17:53:03.018872 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.08.28 17:53:03.018887 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.08.28 17:53:03.018902 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.08.28 17:53:03.018917 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.08.28 17:53:03.018948 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.08.28 17:53:03.018962 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.08.28 17:53:03.018974 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.08.28 17:53:03.019004 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.08.28 17:53:03.019019 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.08.28 17:53:03.057360 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.08.28 17:53:03.058756 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.08.28 17:53:03.058783 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4401e-05 sec | ||
94 | 2024.08.28 17:53:03.058796 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.08.28 17:53:03.058808 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.08.28 17:53:03.058836 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.08.28 17:53:03.059021 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.08.28 17:53:03.059063 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.08.28 17:53:03.059078 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.08.28 17:53:03.059091 [ 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.08.28 17:53:03.059108 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.08.28 17:53:03.094738 [ 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.08.28 17:53:03.288538 [ 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.08.28 17:53:03.288594 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.08.28 17:53:03.351353 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.08.28 17:53:03.351564 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 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.08.28 17:53:03.352450 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3231e-05 sec. | ||
108 | 2024.08.28 17:53:03.352801 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.08.28 17:53:03.352906 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.08.28 17:53:03.352987 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.08.28 17:53:03.353009 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.08.28 17:53:08.110465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.08.28 17:53:08.110705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.08.28 17:53:08.110744 [ 3 ] {} <Debug> HTTP-Session: ba65eb5c-6517-4b88-ad1e-415efdf3a1aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
115 | 2024.08.28 17:53:08.110775 [ 3 ] {} <Debug> HTTP-Session: ba65eb5c-6517-4b88-ad1e-415efdf3a1aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.08.28 17:53:08.110796 [ 3 ] {} <Debug> HTTP-Session: ba65eb5c-6517-4b88-ad1e-415efdf3a1aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.08.28 17:53:08.110886 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.08.28 17:53:08.110923 [ 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.08.28 17:53:08.110948 [ 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.08.28 17:53:08.111018 [ 3 ] {} <Trace> HTTP-Session: ba65eb5c-6517-4b88-ad1e-415efdf3a1aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.08.28 17:53:08.112199 [ 3 ] {3d964443-9fa1-4459-a41a-8dd622a5e45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.08.28 17:53:08.151570 [ 3 ] {3d964443-9fa1-4459-a41a-8dd622a5e45c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33002) (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.08.28 17:53:08.152316 [ 3 ] {3d964443-9fa1-4459-a41a-8dd622a5e45c} <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.08.28 17:53:08.153725 [ 3 ] {} <Debug> HTTP-Session: ba65eb5c-6517-4b88-ad1e-415efdf3a1aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.08.28 17:53:08.159800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.08.28 17:53:08.159887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.08.28 17:53:08.159915 [ 3 ] {} <Debug> HTTP-Session: 2e156dbc-94a2-4c72-b7f9-f3664c53197f Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
176 | 2024.08.28 17:53:08.159943 [ 3 ] {} <Debug> HTTP-Session: 2e156dbc-94a2-4c72-b7f9-f3664c53197f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.08.28 17:53:08.159957 [ 3 ] {} <Debug> HTTP-Session: 2e156dbc-94a2-4c72-b7f9-f3664c53197f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.08.28 17:53:08.160007 [ 3 ] {} <Trace> HTTP-Session: 2e156dbc-94a2-4c72-b7f9-f3664c53197f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.08.28 17:53:08.160179 [ 3 ] {16728497-b8d7-4539-8fb3-9fbd3a1b2112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.08.28 17:53:08.160452 [ 3 ] {16728497-b8d7-4539-8fb3-9fbd3a1b2112} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33002) (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.08.28 17:53:08.160566 [ 3 ] {16728497-b8d7-4539-8fb3-9fbd3a1b2112} <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.08.28 17:53:08.160717 [ 3 ] {} <Debug> HTTP-Session: 2e156dbc-94a2-4c72-b7f9-f3664c53197f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.08.28 17:53:08.165744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.08.28 17:53:08.165800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.08.28 17:53:08.165826 [ 3 ] {} <Debug> HTTP-Session: 67e3c26e-1d2d-43d4-b683-b22f1bb700fb Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
234 | 2024.08.28 17:53:08.165847 [ 3 ] {} <Debug> HTTP-Session: 67e3c26e-1d2d-43d4-b683-b22f1bb700fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.08.28 17:53:08.165861 [ 3 ] {} <Debug> HTTP-Session: 67e3c26e-1d2d-43d4-b683-b22f1bb700fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.08.28 17:53:08.165897 [ 3 ] {} <Trace> HTTP-Session: 67e3c26e-1d2d-43d4-b683-b22f1bb700fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.08.28 17:53:08.167138 [ 3 ] {f71763e8-426e-45d6-87f3-e7e5d9226a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.08.28 17:53:08.167862 [ 3 ] {f71763e8-426e-45d6-87f3-e7e5d9226a33} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.08.28 17:53:08.167894 [ 3 ] {} <Debug> HTTP-Session: 67e3c26e-1d2d-43d4-b683-b22f1bb700fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.08.28 17:53:08.176330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.08.28 17:53:08.176381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.08.28 17:53:08.176408 [ 3 ] {} <Debug> HTTP-Session: 18576113-392d-46a7-af2b-a091393ef3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
243 | 2024.08.28 17:53:08.176428 [ 3 ] {} <Debug> HTTP-Session: 18576113-392d-46a7-af2b-a091393ef3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.08.28 17:53:08.176442 [ 3 ] {} <Debug> HTTP-Session: 18576113-392d-46a7-af2b-a091393ef3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.08.28 17:53:08.176479 [ 3 ] {} <Trace> HTTP-Session: 18576113-392d-46a7-af2b-a091393ef3fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.08.28 17:53:08.176568 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.08.28 17:53:08.176670 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.08.28 17:53:08.178575 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.08.28 17:53:08.178605 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4901e-05 sec | ||
250 | 2024.08.28 17:53:08.178620 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Trace> ReferentialDeps: No tables | ||
251 | 2024.08.28 17:53:08.178639 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Trace> LoadingDeps: No tables | ||
252 | 2024.08.28 17:53:08.178660 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.08.28 17:53:08.178792 [ 3 ] {7e22524a-80a2-4f3c-8fbf-ec732be0f226} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.08.28 17:53:08.178814 [ 3 ] {} <Debug> HTTP-Session: 18576113-392d-46a7-af2b-a091393ef3fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.08.28 17:53:08.178942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.08.28 17:53:08.178995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.08.28 17:53:08.179015 [ 3 ] {} <Debug> HTTP-Session: b89a11f4-7486-4aa3-a6b4-ac28149d1707 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
258 | 2024.08.28 17:53:08.179038 [ 3 ] {} <Debug> HTTP-Session: b89a11f4-7486-4aa3-a6b4-ac28149d1707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.08.28 17:53:08.179057 [ 3 ] {} <Debug> HTTP-Session: b89a11f4-7486-4aa3-a6b4-ac28149d1707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.28 17:53:08.179086 [ 3 ] {} <Trace> HTTP-Session: b89a11f4-7486-4aa3-a6b4-ac28149d1707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.08.28 17:53:08.179233 [ 3 ] {d31ab2f2-7432-4929-836b-b91d8959fa23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) /* 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.08.28 17:53:08.179292 [ 3 ] {d31ab2f2-7432-4929-836b-b91d8959fa23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.08.28 17:53:08.186224 [ 3 ] {d31ab2f2-7432-4929-836b-b91d8959fa23} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.08.28 17:53:08.187771 [ 3 ] {d31ab2f2-7432-4929-836b-b91d8959fa23} <Debug> oximeter.version (dde44238-21ad-4071-aa07-e9c2ccb7587c): Loading data parts | ||
266 | 2024.08.28 17:53:08.188322 [ 3 ] {d31ab2f2-7432-4929-836b-b91d8959fa23} <Debug> oximeter.version (dde44238-21ad-4071-aa07-e9c2ccb7587c): There are no data parts | ||
267 | 2024.08.28 17:53:08.190977 [ 3 ] {d31ab2f2-7432-4929-836b-b91d8959fa23} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.08.28 17:53:08.191014 [ 3 ] {} <Debug> HTTP-Session: b89a11f4-7486-4aa3-a6b4-ac28149d1707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.08.28 17:53:08.191159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.08.28 17:53:08.191219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.08.28 17:53:08.191245 [ 3 ] {} <Debug> HTTP-Session: a261b1d6-494f-4a88-b66b-99f3d1c61beb Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
272 | 2024.08.28 17:53:08.191263 [ 3 ] {} <Debug> HTTP-Session: a261b1d6-494f-4a88-b66b-99f3d1c61beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.08.28 17:53:08.191282 [ 3 ] {} <Debug> HTTP-Session: a261b1d6-494f-4a88-b66b-99f3d1c61beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.08.28 17:53:08.191319 [ 3 ] {} <Trace> HTTP-Session: a261b1d6-494f-4a88-b66b-99f3d1c61beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.08.28 17:53:08.191558 [ 3 ] {4e05a319-831a-43c0-b23c-6c510234d2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) /* 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.08.28 17:53:08.191623 [ 3 ] {4e05a319-831a-43c0-b23c-6c510234d2b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.08.28 17:53:08.199399 [ 3 ] {4e05a319-831a-43c0-b23c-6c510234d2b3} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Loading data parts | ||
288 | 2024.08.28 17:53:08.199671 [ 3 ] {4e05a319-831a-43c0-b23c-6c510234d2b3} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): There are no data parts | ||
289 | 2024.08.28 17:53:08.201916 [ 3 ] {4e05a319-831a-43c0-b23c-6c510234d2b3} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.08.28 17:53:08.201954 [ 3 ] {} <Debug> HTTP-Session: a261b1d6-494f-4a88-b66b-99f3d1c61beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.08.28 17:53:08.202080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.08.28 17:53:08.202139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.08.28 17:53:08.202165 [ 3 ] {} <Debug> HTTP-Session: f3ed2dce-7404-47c2-b1e7-01c8ea955ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
294 | 2024.08.28 17:53:08.202186 [ 3 ] {} <Debug> HTTP-Session: f3ed2dce-7404-47c2-b1e7-01c8ea955ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.08.28 17:53:08.202200 [ 3 ] {} <Debug> HTTP-Session: f3ed2dce-7404-47c2-b1e7-01c8ea955ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.08.28 17:53:08.202236 [ 3 ] {} <Trace> HTTP-Session: f3ed2dce-7404-47c2-b1e7-01c8ea955ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.08.28 17:53:08.202421 [ 3 ] {42cf62c5-3c2d-4902-a36b-431eb5fef65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.202474 [ 3 ] {42cf62c5-3c2d-4902-a36b-431eb5fef65e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.08.28 17:53:08.204589 [ 3 ] {42cf62c5-3c2d-4902-a36b-431eb5fef65e} <Debug> oximeter.measurements_i8 (e40f4260-ce25-4f28-85cb-345fc233cd80): Loading data parts | ||
300 | 2024.08.28 17:53:08.204847 [ 3 ] {42cf62c5-3c2d-4902-a36b-431eb5fef65e} <Debug> oximeter.measurements_i8 (e40f4260-ce25-4f28-85cb-345fc233cd80): There are no data parts | ||
301 | 2024.08.28 17:53:08.206264 [ 3 ] {42cf62c5-3c2d-4902-a36b-431eb5fef65e} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.08.28 17:53:08.206300 [ 3 ] {} <Debug> HTTP-Session: f3ed2dce-7404-47c2-b1e7-01c8ea955ba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.08.28 17:53:08.206442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.08.28 17:53:08.206499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.08.28 17:53:08.206523 [ 3 ] {} <Debug> HTTP-Session: a74c8e8e-f2f0-499b-821f-2d2b8f6ad7e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
306 | 2024.08.28 17:53:08.206546 [ 3 ] {} <Debug> HTTP-Session: a74c8e8e-f2f0-499b-821f-2d2b8f6ad7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.28 17:53:08.206559 [ 3 ] {} <Debug> HTTP-Session: a74c8e8e-f2f0-499b-821f-2d2b8f6ad7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.08.28 17:53:08.206595 [ 3 ] {} <Trace> HTTP-Session: a74c8e8e-f2f0-499b-821f-2d2b8f6ad7e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.08.28 17:53:08.206778 [ 3 ] {968f1b39-185a-4097-975d-59de59299bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.206832 [ 3 ] {968f1b39-185a-4097-975d-59de59299bb0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.08.28 17:53:08.208599 [ 3 ] {968f1b39-185a-4097-975d-59de59299bb0} <Debug> oximeter.measurements_u8 (ce1a9d21-0e19-43c7-bc44-c78595be7007): Loading data parts | ||
312 | 2024.08.28 17:53:08.208795 [ 3 ] {968f1b39-185a-4097-975d-59de59299bb0} <Debug> oximeter.measurements_u8 (ce1a9d21-0e19-43c7-bc44-c78595be7007): There are no data parts | ||
313 | 2024.08.28 17:53:08.210000 [ 3 ] {968f1b39-185a-4097-975d-59de59299bb0} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.08.28 17:53:08.210037 [ 3 ] {} <Debug> HTTP-Session: a74c8e8e-f2f0-499b-821f-2d2b8f6ad7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.08.28 17:53:08.210181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.08.28 17:53:08.210229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.08.28 17:53:08.210258 [ 3 ] {} <Debug> HTTP-Session: a04eb630-15ca-4e71-8ef8-f631e3754931 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
318 | 2024.08.28 17:53:08.210280 [ 3 ] {} <Debug> HTTP-Session: a04eb630-15ca-4e71-8ef8-f631e3754931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.28 17:53:08.210293 [ 3 ] {} <Debug> HTTP-Session: a04eb630-15ca-4e71-8ef8-f631e3754931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.08.28 17:53:08.210332 [ 3 ] {} <Trace> HTTP-Session: a04eb630-15ca-4e71-8ef8-f631e3754931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.08.28 17:53:08.210518 [ 3 ] {3914bf59-3813-4ef9-bc8b-ca12befe3b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.210578 [ 3 ] {3914bf59-3813-4ef9-bc8b-ca12befe3b2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.08.28 17:53:08.213366 [ 3 ] {3914bf59-3813-4ef9-bc8b-ca12befe3b2b} <Debug> oximeter.measurements_i16 (33e8e859-a631-479c-9e90-90804d5ebb9a): Loading data parts | ||
324 | 2024.08.28 17:53:08.213548 [ 3 ] {3914bf59-3813-4ef9-bc8b-ca12befe3b2b} <Debug> oximeter.measurements_i16 (33e8e859-a631-479c-9e90-90804d5ebb9a): There are no data parts | ||
325 | 2024.08.28 17:53:08.215132 [ 3 ] {3914bf59-3813-4ef9-bc8b-ca12befe3b2b} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.08.28 17:53:08.215159 [ 3 ] {} <Debug> HTTP-Session: a04eb630-15ca-4e71-8ef8-f631e3754931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.08.28 17:53:08.215302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.08.28 17:53:08.215370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.08.28 17:53:08.215390 [ 3 ] {} <Debug> HTTP-Session: cfd2152b-7894-4d56-a094-43da94710adf Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
330 | 2024.08.28 17:53:08.215412 [ 3 ] {} <Debug> HTTP-Session: cfd2152b-7894-4d56-a094-43da94710adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.28 17:53:08.215425 [ 3 ] {} <Debug> HTTP-Session: cfd2152b-7894-4d56-a094-43da94710adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.08.28 17:53:08.215462 [ 3 ] {} <Trace> HTTP-Session: cfd2152b-7894-4d56-a094-43da94710adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.08.28 17:53:08.215643 [ 3 ] {289b8a75-eb97-42e7-a8e2-e965ece2a7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.215701 [ 3 ] {289b8a75-eb97-42e7-a8e2-e965ece2a7f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.08.28 17:53:08.217377 [ 3 ] {289b8a75-eb97-42e7-a8e2-e965ece2a7f9} <Debug> oximeter.measurements_u16 (5309d010-e9d9-4ea2-a282-d4fd82684dae): Loading data parts | ||
336 | 2024.08.28 17:53:08.217545 [ 3 ] {289b8a75-eb97-42e7-a8e2-e965ece2a7f9} <Debug> oximeter.measurements_u16 (5309d010-e9d9-4ea2-a282-d4fd82684dae): There are no data parts | ||
337 | 2024.08.28 17:53:08.218892 [ 3 ] {289b8a75-eb97-42e7-a8e2-e965ece2a7f9} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.08.28 17:53:08.218928 [ 3 ] {} <Debug> HTTP-Session: cfd2152b-7894-4d56-a094-43da94710adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.08.28 17:53:08.219070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.08.28 17:53:08.219127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.08.28 17:53:08.219146 [ 3 ] {} <Debug> HTTP-Session: 2f75caa4-4776-4ff9-8965-6d515810ca73 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
342 | 2024.08.28 17:53:08.219170 [ 3 ] {} <Debug> HTTP-Session: 2f75caa4-4776-4ff9-8965-6d515810ca73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.28 17:53:08.219184 [ 3 ] {} <Debug> HTTP-Session: 2f75caa4-4776-4ff9-8965-6d515810ca73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.08.28 17:53:08.219222 [ 3 ] {} <Trace> HTTP-Session: 2f75caa4-4776-4ff9-8965-6d515810ca73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.08.28 17:53:08.219402 [ 3 ] {619adf97-a8a3-44aa-94f1-010a1df41efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.219460 [ 3 ] {619adf97-a8a3-44aa-94f1-010a1df41efc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.08.28 17:53:08.221012 [ 3 ] {619adf97-a8a3-44aa-94f1-010a1df41efc} <Debug> oximeter.measurements_i32 (ecc511c9-862e-4cb2-b924-cc8a1ea34aa9): Loading data parts | ||
348 | 2024.08.28 17:53:08.221178 [ 3 ] {619adf97-a8a3-44aa-94f1-010a1df41efc} <Debug> oximeter.measurements_i32 (ecc511c9-862e-4cb2-b924-cc8a1ea34aa9): There are no data parts | ||
349 | 2024.08.28 17:53:08.222378 [ 3 ] {619adf97-a8a3-44aa-94f1-010a1df41efc} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.08.28 17:53:08.222405 [ 3 ] {} <Debug> HTTP-Session: 2f75caa4-4776-4ff9-8965-6d515810ca73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.08.28 17:53:08.222539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.08.28 17:53:08.222598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.08.28 17:53:08.222617 [ 3 ] {} <Debug> HTTP-Session: c31e77ca-9fdd-47ac-b20c-88ba4e32bedc Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
354 | 2024.08.28 17:53:08.222643 [ 3 ] {} <Debug> HTTP-Session: c31e77ca-9fdd-47ac-b20c-88ba4e32bedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.28 17:53:08.222663 [ 3 ] {} <Debug> HTTP-Session: c31e77ca-9fdd-47ac-b20c-88ba4e32bedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.08.28 17:53:08.222693 [ 3 ] {} <Trace> HTTP-Session: c31e77ca-9fdd-47ac-b20c-88ba4e32bedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.08.28 17:53:08.222880 [ 3 ] {84dd1e9e-a170-46d8-ba52-c4fa7df92738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.222941 [ 3 ] {84dd1e9e-a170-46d8-ba52-c4fa7df92738} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.08.28 17:53:08.224844 [ 3 ] {84dd1e9e-a170-46d8-ba52-c4fa7df92738} <Debug> oximeter.measurements_u32 (e876e13b-8a37-4249-b2de-0cf150857b20): Loading data parts | ||
360 | 2024.08.28 17:53:08.225188 [ 3 ] {84dd1e9e-a170-46d8-ba52-c4fa7df92738} <Debug> oximeter.measurements_u32 (e876e13b-8a37-4249-b2de-0cf150857b20): There are no data parts | ||
361 | 2024.08.28 17:53:08.226937 [ 3 ] {84dd1e9e-a170-46d8-ba52-c4fa7df92738} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.08.28 17:53:08.226970 [ 3 ] {} <Debug> HTTP-Session: c31e77ca-9fdd-47ac-b20c-88ba4e32bedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.08.28 17:53:08.227131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.08.28 17:53:08.227230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.08.28 17:53:08.227253 [ 3 ] {} <Debug> HTTP-Session: 3ee98cc4-2193-4e4e-8bf5-ade9243cc3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
366 | 2024.08.28 17:53:08.227282 [ 3 ] {} <Debug> HTTP-Session: 3ee98cc4-2193-4e4e-8bf5-ade9243cc3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.28 17:53:08.227304 [ 3 ] {} <Debug> HTTP-Session: 3ee98cc4-2193-4e4e-8bf5-ade9243cc3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.08.28 17:53:08.227337 [ 3 ] {} <Trace> HTTP-Session: 3ee98cc4-2193-4e4e-8bf5-ade9243cc3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.08.28 17:53:08.227590 [ 3 ] {9b8e8b2a-6141-4417-add0-9eff89b1733d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.227673 [ 3 ] {9b8e8b2a-6141-4417-add0-9eff89b1733d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.08.28 17:53:08.230270 [ 3 ] {9b8e8b2a-6141-4417-add0-9eff89b1733d} <Debug> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Loading data parts | ||
372 | 2024.08.28 17:53:08.230470 [ 3 ] {9b8e8b2a-6141-4417-add0-9eff89b1733d} <Debug> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): There are no data parts | ||
373 | 2024.08.28 17:53:08.233388 [ 3 ] {9b8e8b2a-6141-4417-add0-9eff89b1733d} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.08.28 17:53:08.233415 [ 3 ] {} <Debug> HTTP-Session: 3ee98cc4-2193-4e4e-8bf5-ade9243cc3e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.08.28 17:53:08.233579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.08.28 17:53:08.233642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.08.28 17:53:08.233662 [ 3 ] {} <Debug> HTTP-Session: 1a200055-afaa-48b4-bcce-e9faaf54f9ec Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
378 | 2024.08.28 17:53:08.233689 [ 3 ] {} <Debug> HTTP-Session: 1a200055-afaa-48b4-bcce-e9faaf54f9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.28 17:53:08.233713 [ 3 ] {} <Debug> HTTP-Session: 1a200055-afaa-48b4-bcce-e9faaf54f9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.08.28 17:53:08.233746 [ 3 ] {} <Trace> HTTP-Session: 1a200055-afaa-48b4-bcce-e9faaf54f9ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.08.28 17:53:08.233932 [ 3 ] {6263da56-ccfe-446e-bdb6-407a007f6653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.233994 [ 3 ] {6263da56-ccfe-446e-bdb6-407a007f6653} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.08.28 17:53:08.236037 [ 3 ] {6263da56-ccfe-446e-bdb6-407a007f6653} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Loading data parts | ||
384 | 2024.08.28 17:53:08.236210 [ 3 ] {6263da56-ccfe-446e-bdb6-407a007f6653} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): There are no data parts | ||
385 | 2024.08.28 17:53:08.237526 [ 3 ] {6263da56-ccfe-446e-bdb6-407a007f6653} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.08.28 17:53:08.237553 [ 3 ] {} <Debug> HTTP-Session: 1a200055-afaa-48b4-bcce-e9faaf54f9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.08.28 17:53:08.237712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.08.28 17:53:08.237774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.08.28 17:53:08.237795 [ 3 ] {} <Debug> HTTP-Session: 95d879ea-45cc-4a92-adff-38be03ed889a Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
390 | 2024.08.28 17:53:08.237820 [ 3 ] {} <Debug> HTTP-Session: 95d879ea-45cc-4a92-adff-38be03ed889a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.28 17:53:08.237842 [ 3 ] {} <Debug> HTTP-Session: 95d879ea-45cc-4a92-adff-38be03ed889a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.08.28 17:53:08.237872 [ 3 ] {} <Trace> HTTP-Session: 95d879ea-45cc-4a92-adff-38be03ed889a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.08.28 17:53:08.238055 [ 3 ] {537fb7d3-c59e-4bc7-bf36-c29b2f1faa15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.238116 [ 3 ] {537fb7d3-c59e-4bc7-bf36-c29b2f1faa15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.08.28 17:53:08.239850 [ 3 ] {537fb7d3-c59e-4bc7-bf36-c29b2f1faa15} <Debug> oximeter.measurements_f32 (931ea35b-77f3-4556-9ec0-647b1489d3f7): Loading data parts | ||
396 | 2024.08.28 17:53:08.240030 [ 3 ] {537fb7d3-c59e-4bc7-bf36-c29b2f1faa15} <Debug> oximeter.measurements_f32 (931ea35b-77f3-4556-9ec0-647b1489d3f7): There are no data parts | ||
397 | 2024.08.28 17:53:08.241255 [ 3 ] {537fb7d3-c59e-4bc7-bf36-c29b2f1faa15} <Debug> DynamicQueryHandler: Done processing query | ||
398 | 2024.08.28 17:53:08.241281 [ 3 ] {} <Debug> HTTP-Session: 95d879ea-45cc-4a92-adff-38be03ed889a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
399 | 2024.08.28 17:53:08.241431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
400 | 2024.08.28 17:53:08.241489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
401 | 2024.08.28 17:53:08.241508 [ 3 ] {} <Debug> HTTP-Session: 3fdbcf1c-720f-4df7-9b63-4d4d3eaabcae Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
402 | 2024.08.28 17:53:08.241534 [ 3 ] {} <Debug> HTTP-Session: 3fdbcf1c-720f-4df7-9b63-4d4d3eaabcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.28 17:53:08.241558 [ 3 ] {} <Debug> HTTP-Session: 3fdbcf1c-720f-4df7-9b63-4d4d3eaabcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.08.28 17:53:08.241589 [ 3 ] {} <Trace> HTTP-Session: 3fdbcf1c-720f-4df7-9b63-4d4d3eaabcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2024.08.28 17:53:08.241796 [ 3 ] {a9a720b7-236e-4a0f-accb-b00a1955afe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.241864 [ 3 ] {a9a720b7-236e-4a0f-accb-b00a1955afe2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
407 | 2024.08.28 17:53:08.243613 [ 3 ] {a9a720b7-236e-4a0f-accb-b00a1955afe2} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Loading data parts | ||
408 | 2024.08.28 17:53:08.243784 [ 3 ] {a9a720b7-236e-4a0f-accb-b00a1955afe2} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): There are no data parts | ||
409 | 2024.08.28 17:53:08.246660 [ 3 ] {a9a720b7-236e-4a0f-accb-b00a1955afe2} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2024.08.28 17:53:08.246687 [ 3 ] {} <Debug> HTTP-Session: 3fdbcf1c-720f-4df7-9b63-4d4d3eaabcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.08.28 17:53:08.246835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
412 | 2024.08.28 17:53:08.246896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
413 | 2024.08.28 17:53:08.246924 [ 3 ] {} <Debug> HTTP-Session: b46b9d4d-5aab-4469-8c40-b03df28056c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
414 | 2024.08.28 17:53:08.246940 [ 3 ] {} <Debug> HTTP-Session: b46b9d4d-5aab-4469-8c40-b03df28056c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.28 17:53:08.246962 [ 3 ] {} <Debug> HTTP-Session: b46b9d4d-5aab-4469-8c40-b03df28056c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.08.28 17:53:08.246998 [ 3 ] {} <Trace> HTTP-Session: b46b9d4d-5aab-4469-8c40-b03df28056c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2024.08.28 17:53:08.247171 [ 3 ] {4276b2dd-5e12-4655-a17c-ef479fae1040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.247235 [ 3 ] {4276b2dd-5e12-4655-a17c-ef479fae1040} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
419 | 2024.08.28 17:53:08.249116 [ 3 ] {4276b2dd-5e12-4655-a17c-ef479fae1040} <Debug> oximeter.measurements_string (fcf49f8d-c598-46cd-9b90-3e8e49637cbd): Loading data parts | ||
420 | 2024.08.28 17:53:08.249281 [ 3 ] {4276b2dd-5e12-4655-a17c-ef479fae1040} <Debug> oximeter.measurements_string (fcf49f8d-c598-46cd-9b90-3e8e49637cbd): There are no data parts | ||
421 | 2024.08.28 17:53:08.251320 [ 3 ] {4276b2dd-5e12-4655-a17c-ef479fae1040} <Debug> DynamicQueryHandler: Done processing query | ||
422 | 2024.08.28 17:53:08.251346 [ 3 ] {} <Debug> HTTP-Session: b46b9d4d-5aab-4469-8c40-b03df28056c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
423 | 2024.08.28 17:53:08.251487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2024.08.28 17:53:08.251544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
425 | 2024.08.28 17:53:08.251569 [ 3 ] {} <Debug> HTTP-Session: 05bd46b0-85e7-4c42-a549-71dc35e019f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
426 | 2024.08.28 17:53:08.251585 [ 3 ] {} <Debug> HTTP-Session: 05bd46b0-85e7-4c42-a549-71dc35e019f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.28 17:53:08.251604 [ 3 ] {} <Debug> HTTP-Session: 05bd46b0-85e7-4c42-a549-71dc35e019f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.08.28 17:53:08.251638 [ 3 ] {} <Trace> HTTP-Session: 05bd46b0-85e7-4c42-a549-71dc35e019f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2024.08.28 17:53:08.251819 [ 3 ] {28fd5ba6-5e3f-466a-8c72-80e8c4cb2d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.251876 [ 3 ] {28fd5ba6-5e3f-466a-8c72-80e8c4cb2d2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
438 | 2024.08.28 17:53:08.253506 [ 3 ] {28fd5ba6-5e3f-466a-8c72-80e8c4cb2d2e} <Debug> oximeter.measurements_bytes (7a68fd78-1ee6-47d0-a578-164637bc8abf): Loading data parts | ||
439 | 2024.08.28 17:53:08.253693 [ 3 ] {28fd5ba6-5e3f-466a-8c72-80e8c4cb2d2e} <Debug> oximeter.measurements_bytes (7a68fd78-1ee6-47d0-a578-164637bc8abf): There are no data parts | ||
440 | 2024.08.28 17:53:08.254967 [ 3 ] {28fd5ba6-5e3f-466a-8c72-80e8c4cb2d2e} <Debug> DynamicQueryHandler: Done processing query | ||
441 | 2024.08.28 17:53:08.255000 [ 3 ] {} <Debug> HTTP-Session: 05bd46b0-85e7-4c42-a549-71dc35e019f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.08.28 17:53:08.255131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
443 | 2024.08.28 17:53:08.255186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
444 | 2024.08.28 17:53:08.255212 [ 3 ] {} <Debug> HTTP-Session: 934cfb2c-f084-444d-80e8-af44f3eb753a Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
445 | 2024.08.28 17:53:08.255234 [ 3 ] {} <Debug> HTTP-Session: 934cfb2c-f084-444d-80e8-af44f3eb753a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
446 | 2024.08.28 17:53:08.255248 [ 3 ] {} <Debug> HTTP-Session: 934cfb2c-f084-444d-80e8-af44f3eb753a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.08.28 17:53:08.255284 [ 3 ] {} <Trace> HTTP-Session: 934cfb2c-f084-444d-80e8-af44f3eb753a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
448 | 2024.08.28 17:53:08.255476 [ 3 ] {31e8efd0-e891-4361-823e-a38d515b26be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.255532 [ 3 ] {31e8efd0-e891-4361-823e-a38d515b26be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
450 | 2024.08.28 17:53:08.258677 [ 3 ] {31e8efd0-e891-4361-823e-a38d515b26be} <Debug> oximeter.measurements_cumulativei64 (a6bca202-3957-471e-bebd-e24f93b49dab): Loading data parts | ||
451 | 2024.08.28 17:53:08.258860 [ 3 ] {31e8efd0-e891-4361-823e-a38d515b26be} <Debug> oximeter.measurements_cumulativei64 (a6bca202-3957-471e-bebd-e24f93b49dab): There are no data parts | ||
452 | 2024.08.28 17:53:08.260245 [ 3 ] {31e8efd0-e891-4361-823e-a38d515b26be} <Debug> DynamicQueryHandler: Done processing query | ||
453 | 2024.08.28 17:53:08.260271 [ 3 ] {} <Debug> HTTP-Session: 934cfb2c-f084-444d-80e8-af44f3eb753a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
454 | 2024.08.28 17:53:08.260412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
455 | 2024.08.28 17:53:08.260466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
456 | 2024.08.28 17:53:08.260485 [ 3 ] {} <Debug> HTTP-Session: 84e2a3af-80cf-4ab0-ba97-62caedd9f8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
457 | 2024.08.28 17:53:08.260507 [ 3 ] {} <Debug> HTTP-Session: 84e2a3af-80cf-4ab0-ba97-62caedd9f8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.28 17:53:08.260525 [ 3 ] {} <Debug> HTTP-Session: 84e2a3af-80cf-4ab0-ba97-62caedd9f8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.08.28 17:53:08.260555 [ 3 ] {} <Trace> HTTP-Session: 84e2a3af-80cf-4ab0-ba97-62caedd9f8c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2024.08.28 17:53:08.260747 [ 3 ] {0ab81003-7872-4aaa-a908-12116b5c92a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.260802 [ 3 ] {0ab81003-7872-4aaa-a908-12116b5c92a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2024.08.28 17:53:08.262625 [ 3 ] {0ab81003-7872-4aaa-a908-12116b5c92a9} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Loading data parts | ||
463 | 2024.08.28 17:53:08.262817 [ 3 ] {0ab81003-7872-4aaa-a908-12116b5c92a9} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): There are no data parts | ||
464 | 2024.08.28 17:53:08.264191 [ 3 ] {0ab81003-7872-4aaa-a908-12116b5c92a9} <Debug> DynamicQueryHandler: Done processing query | ||
465 | 2024.08.28 17:53:08.264229 [ 3 ] {} <Debug> HTTP-Session: 84e2a3af-80cf-4ab0-ba97-62caedd9f8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
466 | 2024.08.28 17:53:08.264353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
467 | 2024.08.28 17:53:08.264413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
468 | 2024.08.28 17:53:08.264442 [ 3 ] {} <Debug> HTTP-Session: 5f0bdaf1-0147-47c5-82c7-522ea28d80ef Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
469 | 2024.08.28 17:53:08.264459 [ 3 ] {} <Debug> HTTP-Session: 5f0bdaf1-0147-47c5-82c7-522ea28d80ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.28 17:53:08.264481 [ 3 ] {} <Debug> HTTP-Session: 5f0bdaf1-0147-47c5-82c7-522ea28d80ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.08.28 17:53:08.264520 [ 3 ] {} <Trace> HTTP-Session: 5f0bdaf1-0147-47c5-82c7-522ea28d80ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2024.08.28 17:53:08.264705 [ 3 ] {e7cd2472-9e6e-4195-80d2-b3cecd205b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.264771 [ 3 ] {e7cd2472-9e6e-4195-80d2-b3cecd205b82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
474 | 2024.08.28 17:53:08.266370 [ 3 ] {e7cd2472-9e6e-4195-80d2-b3cecd205b82} <Debug> oximeter.measurements_cumulativef32 (83b0c986-2e47-4ca3-8c6c-c03e4dd6b6a1): Loading data parts | ||
475 | 2024.08.28 17:53:08.266507 [ 3 ] {e7cd2472-9e6e-4195-80d2-b3cecd205b82} <Debug> oximeter.measurements_cumulativef32 (83b0c986-2e47-4ca3-8c6c-c03e4dd6b6a1): There are no data parts | ||
476 | 2024.08.28 17:53:08.267747 [ 3 ] {e7cd2472-9e6e-4195-80d2-b3cecd205b82} <Debug> DynamicQueryHandler: Done processing query | ||
477 | 2024.08.28 17:53:08.267787 [ 3 ] {} <Debug> HTTP-Session: 5f0bdaf1-0147-47c5-82c7-522ea28d80ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2024.08.28 17:53:08.267926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
479 | 2024.08.28 17:53:08.267974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
480 | 2024.08.28 17:53:08.268000 [ 3 ] {} <Debug> HTTP-Session: 14134ade-6a12-411f-92ef-d1d5e3d0d826 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
481 | 2024.08.28 17:53:08.268022 [ 3 ] {} <Debug> HTTP-Session: 14134ade-6a12-411f-92ef-d1d5e3d0d826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.28 17:53:08.268036 [ 3 ] {} <Debug> HTTP-Session: 14134ade-6a12-411f-92ef-d1d5e3d0d826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.08.28 17:53:08.268071 [ 3 ] {} <Trace> HTTP-Session: 14134ade-6a12-411f-92ef-d1d5e3d0d826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
484 | 2024.08.28 17:53:08.268260 [ 3 ] {a5be51f3-1068-4020-917f-6abcfee9bd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.268322 [ 3 ] {a5be51f3-1068-4020-917f-6abcfee9bd0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
486 | 2024.08.28 17:53:08.270009 [ 3 ] {a5be51f3-1068-4020-917f-6abcfee9bd0d} <Debug> oximeter.measurements_cumulativef64 (3ed4b35b-c799-4b87-85ca-16f024a37c87): Loading data parts | ||
487 | 2024.08.28 17:53:08.270147 [ 3 ] {a5be51f3-1068-4020-917f-6abcfee9bd0d} <Debug> oximeter.measurements_cumulativef64 (3ed4b35b-c799-4b87-85ca-16f024a37c87): There are no data parts | ||
488 | 2024.08.28 17:53:08.271349 [ 3 ] {a5be51f3-1068-4020-917f-6abcfee9bd0d} <Debug> DynamicQueryHandler: Done processing query | ||
489 | 2024.08.28 17:53:08.271375 [ 3 ] {} <Debug> HTTP-Session: 14134ade-6a12-411f-92ef-d1d5e3d0d826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
490 | 2024.08.28 17:53:08.271526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
491 | 2024.08.28 17:53:08.271584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
492 | 2024.08.28 17:53:08.271603 [ 3 ] {} <Debug> HTTP-Session: 160bc22d-2e7a-4e77-add4-4e166bce2ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
493 | 2024.08.28 17:53:08.271630 [ 3 ] {} <Debug> HTTP-Session: 160bc22d-2e7a-4e77-add4-4e166bce2ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.28 17:53:08.271650 [ 3 ] {} <Debug> HTTP-Session: 160bc22d-2e7a-4e77-add4-4e166bce2ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.08.28 17:53:08.271681 [ 3 ] {} <Trace> HTTP-Session: 160bc22d-2e7a-4e77-add4-4e166bce2ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
496 | 2024.08.28 17:53:08.271948 [ 3 ] {df14f2f9-518a-4bce-96d6-df81fd17c57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.272018 [ 3 ] {df14f2f9-518a-4bce-96d6-df81fd17c57d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
508 | 2024.08.28 17:53:08.276788 [ 3 ] {df14f2f9-518a-4bce-96d6-df81fd17c57d} <Debug> oximeter.measurements_histogrami8 (3296243b-9366-48ed-9705-0f69de5ae8a2): Loading data parts | ||
509 | 2024.08.28 17:53:08.276943 [ 3 ] {df14f2f9-518a-4bce-96d6-df81fd17c57d} <Debug> oximeter.measurements_histogrami8 (3296243b-9366-48ed-9705-0f69de5ae8a2): There are no data parts | ||
510 | 2024.08.28 17:53:08.279810 [ 3 ] {df14f2f9-518a-4bce-96d6-df81fd17c57d} <Debug> DynamicQueryHandler: Done processing query | ||
511 | 2024.08.28 17:53:08.279841 [ 3 ] {} <Debug> HTTP-Session: 160bc22d-2e7a-4e77-add4-4e166bce2ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.08.28 17:53:08.280002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
513 | 2024.08.28 17:53:08.280067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
514 | 2024.08.28 17:53:08.280090 [ 3 ] {} <Debug> HTTP-Session: d0ef20bb-487b-48a1-ab8b-b3d0e97fce2a Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
515 | 2024.08.28 17:53:08.280116 [ 3 ] {} <Debug> HTTP-Session: d0ef20bb-487b-48a1-ab8b-b3d0e97fce2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2024.08.28 17:53:08.280141 [ 3 ] {} <Debug> HTTP-Session: d0ef20bb-487b-48a1-ab8b-b3d0e97fce2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.08.28 17:53:08.280178 [ 3 ] {} <Trace> HTTP-Session: d0ef20bb-487b-48a1-ab8b-b3d0e97fce2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2024.08.28 17:53:08.280489 [ 3 ] {ba3ecd96-894a-48c2-8a68-069c1d24a17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.280568 [ 3 ] {ba3ecd96-894a-48c2-8a68-069c1d24a17a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
520 | 2024.08.28 17:53:08.283229 [ 3 ] {ba3ecd96-894a-48c2-8a68-069c1d24a17a} <Debug> oximeter.measurements_histogramu8 (5856c2fb-78b7-4a93-9b81-b0d707624b89): Loading data parts | ||
521 | 2024.08.28 17:53:08.283377 [ 3 ] {ba3ecd96-894a-48c2-8a68-069c1d24a17a} <Debug> oximeter.measurements_histogramu8 (5856c2fb-78b7-4a93-9b81-b0d707624b89): There are no data parts | ||
522 | 2024.08.28 17:53:08.285428 [ 3 ] {ba3ecd96-894a-48c2-8a68-069c1d24a17a} <Debug> DynamicQueryHandler: Done processing query | ||
523 | 2024.08.28 17:53:08.285454 [ 3 ] {} <Debug> HTTP-Session: d0ef20bb-487b-48a1-ab8b-b3d0e97fce2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
524 | 2024.08.28 17:53:08.285601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
525 | 2024.08.28 17:53:08.285655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
526 | 2024.08.28 17:53:08.285674 [ 3 ] {} <Debug> HTTP-Session: c1865549-1781-48fa-abc8-781a8bb81d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
527 | 2024.08.28 17:53:08.285696 [ 3 ] {} <Debug> HTTP-Session: c1865549-1781-48fa-abc8-781a8bb81d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.28 17:53:08.285716 [ 3 ] {} <Debug> HTTP-Session: c1865549-1781-48fa-abc8-781a8bb81d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.08.28 17:53:08.285749 [ 3 ] {} <Trace> HTTP-Session: c1865549-1781-48fa-abc8-781a8bb81d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2024.08.28 17:53:08.286004 [ 3 ] {ed4eacb7-d9ad-4a61-b2b4-c9de097693da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.286067 [ 3 ] {ed4eacb7-d9ad-4a61-b2b4-c9de097693da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
532 | 2024.08.28 17:53:08.290511 [ 3 ] {ed4eacb7-d9ad-4a61-b2b4-c9de097693da} <Debug> oximeter.measurements_histogrami16 (e39ba28b-409b-4327-91a7-53d167968a9a): Loading data parts | ||
533 | 2024.08.28 17:53:08.290648 [ 3 ] {ed4eacb7-d9ad-4a61-b2b4-c9de097693da} <Debug> oximeter.measurements_histogrami16 (e39ba28b-409b-4327-91a7-53d167968a9a): There are no data parts | ||
534 | 2024.08.28 17:53:08.293068 [ 3 ] {ed4eacb7-d9ad-4a61-b2b4-c9de097693da} <Debug> DynamicQueryHandler: Done processing query | ||
535 | 2024.08.28 17:53:08.293093 [ 3 ] {} <Debug> HTTP-Session: c1865549-1781-48fa-abc8-781a8bb81d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
536 | 2024.08.28 17:53:08.293243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
537 | 2024.08.28 17:53:08.293300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
538 | 2024.08.28 17:53:08.293325 [ 3 ] {} <Debug> HTTP-Session: eee59179-2389-4859-a266-97e55edfd764 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
539 | 2024.08.28 17:53:08.293342 [ 3 ] {} <Debug> HTTP-Session: eee59179-2389-4859-a266-97e55edfd764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.28 17:53:08.293361 [ 3 ] {} <Debug> HTTP-Session: eee59179-2389-4859-a266-97e55edfd764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.08.28 17:53:08.293391 [ 3 ] {} <Trace> HTTP-Session: eee59179-2389-4859-a266-97e55edfd764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2024.08.28 17:53:08.293642 [ 3 ] {c6cfcfcc-2c1b-43ba-bb17-8333746371cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.293707 [ 3 ] {c6cfcfcc-2c1b-43ba-bb17-8333746371cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
544 | 2024.08.28 17:53:08.296176 [ 3 ] {c6cfcfcc-2c1b-43ba-bb17-8333746371cc} <Debug> oximeter.measurements_histogramu16 (90569d28-9592-4e13-a520-e583adf6fa0b): Loading data parts | ||
545 | 2024.08.28 17:53:08.296387 [ 3 ] {c6cfcfcc-2c1b-43ba-bb17-8333746371cc} <Debug> oximeter.measurements_histogramu16 (90569d28-9592-4e13-a520-e583adf6fa0b): There are no data parts | ||
546 | 2024.08.28 17:53:08.298183 [ 3 ] {c6cfcfcc-2c1b-43ba-bb17-8333746371cc} <Debug> DynamicQueryHandler: Done processing query | ||
547 | 2024.08.28 17:53:08.298211 [ 3 ] {} <Debug> HTTP-Session: eee59179-2389-4859-a266-97e55edfd764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
548 | 2024.08.28 17:53:08.298354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
549 | 2024.08.28 17:53:08.298441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
550 | 2024.08.28 17:53:08.298464 [ 3 ] {} <Debug> HTTP-Session: 5ca6ee13-7361-4574-a14a-62e9c221ebf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
551 | 2024.08.28 17:53:08.298495 [ 3 ] {} <Debug> HTTP-Session: 5ca6ee13-7361-4574-a14a-62e9c221ebf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.28 17:53:08.298519 [ 3 ] {} <Debug> HTTP-Session: 5ca6ee13-7361-4574-a14a-62e9c221ebf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.08.28 17:53:08.298551 [ 3 ] {} <Trace> HTTP-Session: 5ca6ee13-7361-4574-a14a-62e9c221ebf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2024.08.28 17:53:08.298833 [ 3 ] {a2e14c93-57ae-4a05-9004-0172de626fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.298913 [ 3 ] {a2e14c93-57ae-4a05-9004-0172de626fa7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
556 | 2024.08.28 17:53:08.300935 [ 3 ] {a2e14c93-57ae-4a05-9004-0172de626fa7} <Debug> oximeter.measurements_histogrami32 (c11de3f4-35e5-4d7e-8719-46c5d965867f): Loading data parts | ||
557 | 2024.08.28 17:53:08.301118 [ 3 ] {a2e14c93-57ae-4a05-9004-0172de626fa7} <Debug> oximeter.measurements_histogrami32 (c11de3f4-35e5-4d7e-8719-46c5d965867f): There are no data parts | ||
558 | 2024.08.28 17:53:08.302563 [ 3 ] {a2e14c93-57ae-4a05-9004-0172de626fa7} <Debug> DynamicQueryHandler: Done processing query | ||
559 | 2024.08.28 17:53:08.302589 [ 3 ] {} <Debug> HTTP-Session: 5ca6ee13-7361-4574-a14a-62e9c221ebf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
560 | 2024.08.28 17:53:08.302739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
561 | 2024.08.28 17:53:08.302802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
562 | 2024.08.28 17:53:08.302833 [ 3 ] {} <Debug> HTTP-Session: f1621ffb-5753-41ab-b638-9f74d4fa361a Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
563 | 2024.08.28 17:53:08.302850 [ 3 ] {} <Debug> HTTP-Session: f1621ffb-5753-41ab-b638-9f74d4fa361a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.28 17:53:08.302875 [ 3 ] {} <Debug> HTTP-Session: f1621ffb-5753-41ab-b638-9f74d4fa361a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.08.28 17:53:08.302916 [ 3 ] {} <Trace> HTTP-Session: f1621ffb-5753-41ab-b638-9f74d4fa361a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
566 | 2024.08.28 17:53:08.303168 [ 3 ] {fe0a8cd4-ba80-4f30-83a0-83874e6c4ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.303249 [ 3 ] {fe0a8cd4-ba80-4f30-83a0-83874e6c4ad9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
568 | 2024.08.28 17:53:08.305253 [ 3 ] {fe0a8cd4-ba80-4f30-83a0-83874e6c4ad9} <Debug> oximeter.measurements_histogramu32 (aa247a81-095b-48cd-aaaa-bc64523e1210): Loading data parts | ||
569 | 2024.08.28 17:53:08.305417 [ 3 ] {fe0a8cd4-ba80-4f30-83a0-83874e6c4ad9} <Debug> oximeter.measurements_histogramu32 (aa247a81-095b-48cd-aaaa-bc64523e1210): There are no data parts | ||
570 | 2024.08.28 17:53:08.306839 [ 3 ] {fe0a8cd4-ba80-4f30-83a0-83874e6c4ad9} <Debug> DynamicQueryHandler: Done processing query | ||
571 | 2024.08.28 17:53:08.306866 [ 3 ] {} <Debug> HTTP-Session: f1621ffb-5753-41ab-b638-9f74d4fa361a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
572 | 2024.08.28 17:53:08.307006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
573 | 2024.08.28 17:53:08.307061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
574 | 2024.08.28 17:53:08.307088 [ 3 ] {} <Debug> HTTP-Session: a1eabf38-946d-4ea4-9f6e-77c47a4d148e Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
575 | 2024.08.28 17:53:08.307104 [ 3 ] {} <Debug> HTTP-Session: a1eabf38-946d-4ea4-9f6e-77c47a4d148e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.08.28 17:53:08.307123 [ 3 ] {} <Debug> HTTP-Session: a1eabf38-946d-4ea4-9f6e-77c47a4d148e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.08.28 17:53:08.307161 [ 3 ] {} <Trace> HTTP-Session: a1eabf38-946d-4ea4-9f6e-77c47a4d148e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
578 | 2024.08.28 17:53:08.307414 [ 3 ] {87cb7540-ffa5-499e-8617-58c10da850be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.307481 [ 3 ] {87cb7540-ffa5-499e-8617-58c10da850be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
580 | 2024.08.28 17:53:08.310434 [ 3 ] {87cb7540-ffa5-499e-8617-58c10da850be} <Debug> oximeter.measurements_histogrami64 (f72e5e55-cad3-46a9-8a0d-62ca90f7a504): Loading data parts | ||
581 | 2024.08.28 17:53:08.310604 [ 3 ] {87cb7540-ffa5-499e-8617-58c10da850be} <Debug> oximeter.measurements_histogrami64 (f72e5e55-cad3-46a9-8a0d-62ca90f7a504): There are no data parts | ||
582 | 2024.08.28 17:53:08.312116 [ 3 ] {87cb7540-ffa5-499e-8617-58c10da850be} <Debug> DynamicQueryHandler: Done processing query | ||
583 | 2024.08.28 17:53:08.312158 [ 3 ] {} <Debug> HTTP-Session: a1eabf38-946d-4ea4-9f6e-77c47a4d148e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
584 | 2024.08.28 17:53:08.312290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
585 | 2024.08.28 17:53:08.312355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
586 | 2024.08.28 17:53:08.312393 [ 3 ] {} <Debug> HTTP-Session: 89871bed-c6c3-441a-a65a-911e40b88f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
587 | 2024.08.28 17:53:08.312410 [ 3 ] {} <Debug> HTTP-Session: 89871bed-c6c3-441a-a65a-911e40b88f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.08.28 17:53:08.312437 [ 3 ] {} <Debug> HTTP-Session: 89871bed-c6c3-441a-a65a-911e40b88f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.08.28 17:53:08.312486 [ 3 ] {} <Trace> HTTP-Session: 89871bed-c6c3-441a-a65a-911e40b88f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
590 | 2024.08.28 17:53:08.312750 [ 3 ] {fd64ffa7-6d22-4b59-9c97-3b2e6c07f767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.312848 [ 3 ] {fd64ffa7-6d22-4b59-9c97-3b2e6c07f767} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
592 | 2024.08.28 17:53:08.316015 [ 3 ] {fd64ffa7-6d22-4b59-9c97-3b2e6c07f767} <Debug> oximeter.measurements_histogramu64 (cd8d755b-6676-4122-8b9c-1a2bcbf43ac8): Loading data parts | ||
593 | 2024.08.28 17:53:08.316208 [ 3 ] {fd64ffa7-6d22-4b59-9c97-3b2e6c07f767} <Debug> oximeter.measurements_histogramu64 (cd8d755b-6676-4122-8b9c-1a2bcbf43ac8): There are no data parts | ||
594 | 2024.08.28 17:53:08.318603 [ 3 ] {fd64ffa7-6d22-4b59-9c97-3b2e6c07f767} <Debug> DynamicQueryHandler: Done processing query | ||
595 | 2024.08.28 17:53:08.318648 [ 3 ] {} <Debug> HTTP-Session: 89871bed-c6c3-441a-a65a-911e40b88f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
596 | 2024.08.28 17:53:08.318796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
597 | 2024.08.28 17:53:08.318860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
598 | 2024.08.28 17:53:08.318892 [ 3 ] {} <Debug> HTTP-Session: c7dba287-e74a-4e06-ad6f-d57c4c2c628c Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
599 | 2024.08.28 17:53:08.318908 [ 3 ] {} <Debug> HTTP-Session: c7dba287-e74a-4e06-ad6f-d57c4c2c628c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.08.28 17:53:08.318935 [ 3 ] {} <Debug> HTTP-Session: c7dba287-e74a-4e06-ad6f-d57c4c2c628c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.08.28 17:53:08.318983 [ 3 ] {} <Trace> HTTP-Session: c7dba287-e74a-4e06-ad6f-d57c4c2c628c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
602 | 2024.08.28 17:53:08.319306 [ 3 ] {7c53356b-da74-41ab-8fc0-926b2f624105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.319396 [ 3 ] {7c53356b-da74-41ab-8fc0-926b2f624105} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
604 | 2024.08.28 17:53:08.321714 [ 3 ] {7c53356b-da74-41ab-8fc0-926b2f624105} <Debug> oximeter.measurements_histogramf32 (7cfe1b5a-4caf-425a-87ce-9e5ba9e1b36d): Loading data parts | ||
605 | 2024.08.28 17:53:08.321884 [ 3 ] {7c53356b-da74-41ab-8fc0-926b2f624105} <Debug> oximeter.measurements_histogramf32 (7cfe1b5a-4caf-425a-87ce-9e5ba9e1b36d): There are no data parts | ||
606 | 2024.08.28 17:53:08.323357 [ 3 ] {7c53356b-da74-41ab-8fc0-926b2f624105} <Debug> DynamicQueryHandler: Done processing query | ||
607 | 2024.08.28 17:53:08.323406 [ 3 ] {} <Debug> HTTP-Session: c7dba287-e74a-4e06-ad6f-d57c4c2c628c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2024.08.28 17:53:08.323532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
609 | 2024.08.28 17:53:08.323598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
610 | 2024.08.28 17:53:08.323631 [ 3 ] {} <Debug> HTTP-Session: 91eb917a-f87c-441b-835a-f87ac3ff85cb Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
611 | 2024.08.28 17:53:08.323647 [ 3 ] {} <Debug> HTTP-Session: 91eb917a-f87c-441b-835a-f87ac3ff85cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.08.28 17:53:08.323672 [ 3 ] {} <Debug> HTTP-Session: 91eb917a-f87c-441b-835a-f87ac3ff85cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.08.28 17:53:08.323712 [ 3 ] {} <Trace> HTTP-Session: 91eb917a-f87c-441b-835a-f87ac3ff85cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
614 | 2024.08.28 17:53:08.323980 [ 3 ] {26c4748c-ae65-4cf3-a537-58c002adfb0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.324061 [ 3 ] {26c4748c-ae65-4cf3-a537-58c002adfb0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
616 | 2024.08.28 17:53:08.328272 [ 3 ] {26c4748c-ae65-4cf3-a537-58c002adfb0f} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Loading data parts | ||
617 | 2024.08.28 17:53:08.328461 [ 3 ] {26c4748c-ae65-4cf3-a537-58c002adfb0f} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): There are no data parts | ||
618 | 2024.08.28 17:53:08.331113 [ 3 ] {26c4748c-ae65-4cf3-a537-58c002adfb0f} <Debug> DynamicQueryHandler: Done processing query | ||
619 | 2024.08.28 17:53:08.331157 [ 3 ] {} <Debug> HTTP-Session: 91eb917a-f87c-441b-835a-f87ac3ff85cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2024.08.28 17:53:08.331298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
621 | 2024.08.28 17:53:08.331363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
622 | 2024.08.28 17:53:08.331395 [ 3 ] {} <Debug> HTTP-Session: 87f62077-27cb-45a7-b8c9-dfefeeb3c22f Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
623 | 2024.08.28 17:53:08.331420 [ 3 ] {} <Debug> HTTP-Session: 87f62077-27cb-45a7-b8c9-dfefeeb3c22f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.08.28 17:53:08.331435 [ 3 ] {} <Debug> HTTP-Session: 87f62077-27cb-45a7-b8c9-dfefeeb3c22f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.08.28 17:53:08.331504 [ 3 ] {} <Trace> HTTP-Session: 87f62077-27cb-45a7-b8c9-dfefeeb3c22f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
626 | 2024.08.28 17:53:08.331756 [ 3 ] {a893b9dd-dd96-4709-ab3f-bd894f93aeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) /* 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.08.28 17:53:08.331838 [ 3 ] {a893b9dd-dd96-4709-ab3f-bd894f93aeaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
653 | 2024.08.28 17:53:08.333757 [ 3 ] {a893b9dd-dd96-4709-ab3f-bd894f93aeaa} <Debug> oximeter.fields_bool (84235a91-7dd0-4dfe-a88f-34e069c5523e): Loading data parts | ||
654 | 2024.08.28 17:53:08.333952 [ 3 ] {a893b9dd-dd96-4709-ab3f-bd894f93aeaa} <Debug> oximeter.fields_bool (84235a91-7dd0-4dfe-a88f-34e069c5523e): There are no data parts | ||
655 | 2024.08.28 17:53:08.335293 [ 3 ] {a893b9dd-dd96-4709-ab3f-bd894f93aeaa} <Debug> DynamicQueryHandler: Done processing query | ||
656 | 2024.08.28 17:53:08.335338 [ 3 ] {} <Debug> HTTP-Session: 87f62077-27cb-45a7-b8c9-dfefeeb3c22f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2024.08.28 17:53:08.335469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
658 | 2024.08.28 17:53:08.335533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
659 | 2024.08.28 17:53:08.335564 [ 3 ] {} <Debug> HTTP-Session: ac688382-68f6-44fc-9a16-ee07f9dfe0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
660 | 2024.08.28 17:53:08.335580 [ 3 ] {} <Debug> HTTP-Session: ac688382-68f6-44fc-9a16-ee07f9dfe0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
661 | 2024.08.28 17:53:08.335605 [ 3 ] {} <Debug> HTTP-Session: ac688382-68f6-44fc-9a16-ee07f9dfe0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.08.28 17:53:08.335643 [ 3 ] {} <Trace> HTTP-Session: ac688382-68f6-44fc-9a16-ee07f9dfe0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
663 | 2024.08.28 17:53:08.335839 [ 3 ] {1329dee6-b1c9-4efa-8620-85f8d309c5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.335904 [ 3 ] {1329dee6-b1c9-4efa-8620-85f8d309c5d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
665 | 2024.08.28 17:53:08.337831 [ 3 ] {1329dee6-b1c9-4efa-8620-85f8d309c5d8} <Debug> oximeter.fields_i8 (84c3d42c-0a60-41d9-9fb5-ffecf248a388): Loading data parts | ||
666 | 2024.08.28 17:53:08.338008 [ 3 ] {1329dee6-b1c9-4efa-8620-85f8d309c5d8} <Debug> oximeter.fields_i8 (84c3d42c-0a60-41d9-9fb5-ffecf248a388): There are no data parts | ||
667 | 2024.08.28 17:53:08.339537 [ 3 ] {1329dee6-b1c9-4efa-8620-85f8d309c5d8} <Debug> DynamicQueryHandler: Done processing query | ||
668 | 2024.08.28 17:53:08.339572 [ 3 ] {} <Debug> HTTP-Session: ac688382-68f6-44fc-9a16-ee07f9dfe0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.08.28 17:53:08.339723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
670 | 2024.08.28 17:53:08.339791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
671 | 2024.08.28 17:53:08.339819 [ 3 ] {} <Debug> HTTP-Session: 03937778-9a01-4960-a564-219cfc6ea876 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
672 | 2024.08.28 17:53:08.339844 [ 3 ] {} <Debug> HTTP-Session: 03937778-9a01-4960-a564-219cfc6ea876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
673 | 2024.08.28 17:53:08.339859 [ 3 ] {} <Debug> HTTP-Session: 03937778-9a01-4960-a564-219cfc6ea876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.08.28 17:53:08.339898 [ 3 ] {} <Trace> HTTP-Session: 03937778-9a01-4960-a564-219cfc6ea876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
675 | 2024.08.28 17:53:08.340085 [ 3 ] {600ea438-0a5a-4de1-91c9-0c0a3f75e150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.340144 [ 3 ] {600ea438-0a5a-4de1-91c9-0c0a3f75e150} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
677 | 2024.08.28 17:53:08.344135 [ 3 ] {600ea438-0a5a-4de1-91c9-0c0a3f75e150} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Loading data parts | ||
678 | 2024.08.28 17:53:08.344300 [ 3 ] {600ea438-0a5a-4de1-91c9-0c0a3f75e150} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): There are no data parts | ||
679 | 2024.08.28 17:53:08.345911 [ 3 ] {600ea438-0a5a-4de1-91c9-0c0a3f75e150} <Debug> DynamicQueryHandler: Done processing query | ||
680 | 2024.08.28 17:53:08.345956 [ 3 ] {} <Debug> HTTP-Session: 03937778-9a01-4960-a564-219cfc6ea876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.08.28 17:53:08.346096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
682 | 2024.08.28 17:53:08.346157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
683 | 2024.08.28 17:53:08.346191 [ 3 ] {} <Debug> HTTP-Session: b1df60af-9ef3-46ee-9ed1-eb2ec09350a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
684 | 2024.08.28 17:53:08.346223 [ 3 ] {} <Debug> HTTP-Session: b1df60af-9ef3-46ee-9ed1-eb2ec09350a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2024.08.28 17:53:08.346237 [ 3 ] {} <Debug> HTTP-Session: b1df60af-9ef3-46ee-9ed1-eb2ec09350a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.08.28 17:53:08.346279 [ 3 ] {} <Trace> HTTP-Session: b1df60af-9ef3-46ee-9ed1-eb2ec09350a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
687 | 2024.08.28 17:53:08.346471 [ 3 ] {b9591cb0-88f9-40d2-84d0-c4a11964a0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.346531 [ 3 ] {b9591cb0-88f9-40d2-84d0-c4a11964a0ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
689 | 2024.08.28 17:53:08.348702 [ 3 ] {b9591cb0-88f9-40d2-84d0-c4a11964a0ab} <Debug> oximeter.fields_i16 (35606745-84c2-4b58-9bc4-a50b65b9552f): Loading data parts | ||
690 | 2024.08.28 17:53:08.348855 [ 3 ] {b9591cb0-88f9-40d2-84d0-c4a11964a0ab} <Debug> oximeter.fields_i16 (35606745-84c2-4b58-9bc4-a50b65b9552f): There are no data parts | ||
691 | 2024.08.28 17:53:08.350914 [ 3 ] {b9591cb0-88f9-40d2-84d0-c4a11964a0ab} <Debug> DynamicQueryHandler: Done processing query | ||
692 | 2024.08.28 17:53:08.350949 [ 3 ] {} <Debug> HTTP-Session: b1df60af-9ef3-46ee-9ed1-eb2ec09350a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.08.28 17:53:08.351092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
694 | 2024.08.28 17:53:08.351139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
695 | 2024.08.28 17:53:08.351168 [ 3 ] {} <Debug> HTTP-Session: 0d7332da-3a90-4779-abc7-c3a5006db136 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
696 | 2024.08.28 17:53:08.351193 [ 3 ] {} <Debug> HTTP-Session: 0d7332da-3a90-4779-abc7-c3a5006db136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2024.08.28 17:53:08.351209 [ 3 ] {} <Debug> HTTP-Session: 0d7332da-3a90-4779-abc7-c3a5006db136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.08.28 17:53:08.351247 [ 3 ] {} <Trace> HTTP-Session: 0d7332da-3a90-4779-abc7-c3a5006db136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2024.08.28 17:53:08.351435 [ 3 ] {4e30dcca-2778-4300-9406-c94222f0b2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.351493 [ 3 ] {4e30dcca-2778-4300-9406-c94222f0b2ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
701 | 2024.08.28 17:53:08.353407 [ 3 ] {4e30dcca-2778-4300-9406-c94222f0b2ca} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Loading data parts | ||
702 | 2024.08.28 17:53:08.353554 [ 3 ] {4e30dcca-2778-4300-9406-c94222f0b2ca} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): There are no data parts | ||
703 | 2024.08.28 17:53:08.354879 [ 3 ] {4e30dcca-2778-4300-9406-c94222f0b2ca} <Debug> DynamicQueryHandler: Done processing query | ||
704 | 2024.08.28 17:53:08.354905 [ 3 ] {} <Debug> HTTP-Session: 0d7332da-3a90-4779-abc7-c3a5006db136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.08.28 17:53:08.355051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
706 | 2024.08.28 17:53:08.355105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
707 | 2024.08.28 17:53:08.355125 [ 3 ] {} <Debug> HTTP-Session: 0350de6f-7e39-46fc-97cb-caef06e346b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
708 | 2024.08.28 17:53:08.355149 [ 3 ] {} <Debug> HTTP-Session: 0350de6f-7e39-46fc-97cb-caef06e346b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.08.28 17:53:08.355170 [ 3 ] {} <Debug> HTTP-Session: 0350de6f-7e39-46fc-97cb-caef06e346b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.08.28 17:53:08.355200 [ 3 ] {} <Trace> HTTP-Session: 0350de6f-7e39-46fc-97cb-caef06e346b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
711 | 2024.08.28 17:53:08.355387 [ 3 ] {2b983458-e72c-4afe-8e02-d6238c10a9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.355448 [ 3 ] {2b983458-e72c-4afe-8e02-d6238c10a9ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
713 | 2024.08.28 17:53:08.357125 [ 3 ] {2b983458-e72c-4afe-8e02-d6238c10a9ef} <Debug> oximeter.fields_i32 (daec599b-0f09-4ca9-a0df-cdb61364d409): Loading data parts | ||
714 | 2024.08.28 17:53:08.357240 [ 3 ] {2b983458-e72c-4afe-8e02-d6238c10a9ef} <Debug> oximeter.fields_i32 (daec599b-0f09-4ca9-a0df-cdb61364d409): There are no data parts | ||
715 | 2024.08.28 17:53:08.358460 [ 3 ] {2b983458-e72c-4afe-8e02-d6238c10a9ef} <Debug> DynamicQueryHandler: Done processing query | ||
716 | 2024.08.28 17:53:08.358493 [ 3 ] {} <Debug> HTTP-Session: 0350de6f-7e39-46fc-97cb-caef06e346b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.08.28 17:53:08.358630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
718 | 2024.08.28 17:53:08.358684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
719 | 2024.08.28 17:53:08.358703 [ 3 ] {} <Debug> HTTP-Session: 429ce894-0447-4ccd-aced-ead496ced10a Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
720 | 2024.08.28 17:53:08.358727 [ 3 ] {} <Debug> HTTP-Session: 429ce894-0447-4ccd-aced-ead496ced10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
721 | 2024.08.28 17:53:08.358749 [ 3 ] {} <Debug> HTTP-Session: 429ce894-0447-4ccd-aced-ead496ced10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.08.28 17:53:08.358778 [ 3 ] {} <Trace> HTTP-Session: 429ce894-0447-4ccd-aced-ead496ced10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
723 | 2024.08.28 17:53:08.358960 [ 3 ] {bb28ccb1-e783-47b1-a557-0286d626017d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.359018 [ 3 ] {bb28ccb1-e783-47b1-a557-0286d626017d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
725 | 2024.08.28 17:53:08.360792 [ 3 ] {bb28ccb1-e783-47b1-a557-0286d626017d} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Loading data parts | ||
726 | 2024.08.28 17:53:08.360914 [ 3 ] {bb28ccb1-e783-47b1-a557-0286d626017d} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): There are no data parts | ||
727 | 2024.08.28 17:53:08.362117 [ 3 ] {bb28ccb1-e783-47b1-a557-0286d626017d} <Debug> DynamicQueryHandler: Done processing query | ||
728 | 2024.08.28 17:53:08.362144 [ 3 ] {} <Debug> HTTP-Session: 429ce894-0447-4ccd-aced-ead496ced10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.08.28 17:53:08.362267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
730 | 2024.08.28 17:53:08.362321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
731 | 2024.08.28 17:53:08.362341 [ 3 ] {} <Debug> HTTP-Session: 4ddd624b-8838-41c9-99f9-472b844f8743 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
732 | 2024.08.28 17:53:08.362365 [ 3 ] {} <Debug> HTTP-Session: 4ddd624b-8838-41c9-99f9-472b844f8743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
733 | 2024.08.28 17:53:08.362391 [ 3 ] {} <Debug> HTTP-Session: 4ddd624b-8838-41c9-99f9-472b844f8743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.08.28 17:53:08.362421 [ 3 ] {} <Trace> HTTP-Session: 4ddd624b-8838-41c9-99f9-472b844f8743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
735 | 2024.08.28 17:53:08.362605 [ 3 ] {33d6edfe-fc6b-482d-9fb5-407a51309b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.362676 [ 3 ] {33d6edfe-fc6b-482d-9fb5-407a51309b13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
737 | 2024.08.28 17:53:08.364416 [ 3 ] {33d6edfe-fc6b-482d-9fb5-407a51309b13} <Debug> oximeter.fields_i64 (de0cc50d-c0e4-4fb4-9d66-00a9d62768df): Loading data parts | ||
738 | 2024.08.28 17:53:08.364534 [ 3 ] {33d6edfe-fc6b-482d-9fb5-407a51309b13} <Debug> oximeter.fields_i64 (de0cc50d-c0e4-4fb4-9d66-00a9d62768df): There are no data parts | ||
739 | 2024.08.28 17:53:08.365875 [ 3 ] {33d6edfe-fc6b-482d-9fb5-407a51309b13} <Debug> DynamicQueryHandler: Done processing query | ||
740 | 2024.08.28 17:53:08.365911 [ 3 ] {} <Debug> HTTP-Session: 4ddd624b-8838-41c9-99f9-472b844f8743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.08.28 17:53:08.366023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
742 | 2024.08.28 17:53:08.366070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
743 | 2024.08.28 17:53:08.366098 [ 3 ] {} <Debug> HTTP-Session: 8e6ecdb2-6189-40dc-bb9d-a0eb432113cc Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
744 | 2024.08.28 17:53:08.366116 [ 3 ] {} <Debug> HTTP-Session: 8e6ecdb2-6189-40dc-bb9d-a0eb432113cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
745 | 2024.08.28 17:53:08.366130 [ 3 ] {} <Debug> HTTP-Session: 8e6ecdb2-6189-40dc-bb9d-a0eb432113cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.08.28 17:53:08.366171 [ 3 ] {} <Trace> HTTP-Session: 8e6ecdb2-6189-40dc-bb9d-a0eb432113cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
747 | 2024.08.28 17:53:08.366347 [ 3 ] {fd49ef9f-9c53-467a-8969-d747f55cfaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.366390 [ 3 ] {fd49ef9f-9c53-467a-8969-d747f55cfaac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
749 | 2024.08.28 17:53:08.369615 [ 3 ] {fd49ef9f-9c53-467a-8969-d747f55cfaac} <Debug> oximeter.fields_u64 (d0a3a3c6-d2b6-419e-be76-a2d48696da53): Loading data parts | ||
750 | 2024.08.28 17:53:08.369747 [ 3 ] {fd49ef9f-9c53-467a-8969-d747f55cfaac} <Debug> oximeter.fields_u64 (d0a3a3c6-d2b6-419e-be76-a2d48696da53): There are no data parts | ||
751 | 2024.08.28 17:53:08.371420 [ 3 ] {fd49ef9f-9c53-467a-8969-d747f55cfaac} <Debug> DynamicQueryHandler: Done processing query | ||
752 | 2024.08.28 17:53:08.371447 [ 3 ] {} <Debug> HTTP-Session: 8e6ecdb2-6189-40dc-bb9d-a0eb432113cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.08.28 17:53:08.371573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
754 | 2024.08.28 17:53:08.371619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
755 | 2024.08.28 17:53:08.371640 [ 3 ] {} <Debug> HTTP-Session: 9137e713-0930-4225-8a88-48c1f117ab33 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
756 | 2024.08.28 17:53:08.371657 [ 3 ] {} <Debug> HTTP-Session: 9137e713-0930-4225-8a88-48c1f117ab33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.08.28 17:53:08.371671 [ 3 ] {} <Debug> HTTP-Session: 9137e713-0930-4225-8a88-48c1f117ab33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.08.28 17:53:08.371702 [ 3 ] {} <Trace> HTTP-Session: 9137e713-0930-4225-8a88-48c1f117ab33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
759 | 2024.08.28 17:53:08.371882 [ 3 ] {aed8af17-7c7f-400c-93fb-fc7b687f4556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.371927 [ 3 ] {aed8af17-7c7f-400c-93fb-fc7b687f4556} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
761 | 2024.08.28 17:53:08.374436 [ 3 ] {aed8af17-7c7f-400c-93fb-fc7b687f4556} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Loading data parts | ||
762 | 2024.08.28 17:53:08.374583 [ 3 ] {aed8af17-7c7f-400c-93fb-fc7b687f4556} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): There are no data parts | ||
763 | 2024.08.28 17:53:08.376131 [ 3 ] {aed8af17-7c7f-400c-93fb-fc7b687f4556} <Debug> DynamicQueryHandler: Done processing query | ||
764 | 2024.08.28 17:53:08.376157 [ 3 ] {} <Debug> HTTP-Session: 9137e713-0930-4225-8a88-48c1f117ab33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.08.28 17:53:08.376289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
766 | 2024.08.28 17:53:08.376337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
767 | 2024.08.28 17:53:08.376357 [ 3 ] {} <Debug> HTTP-Session: 98c9d336-22c4-4f48-8916-fa5efa6819d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
768 | 2024.08.28 17:53:08.376374 [ 3 ] {} <Debug> HTTP-Session: 98c9d336-22c4-4f48-8916-fa5efa6819d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2024.08.28 17:53:08.376389 [ 3 ] {} <Debug> HTTP-Session: 98c9d336-22c4-4f48-8916-fa5efa6819d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.08.28 17:53:08.376419 [ 3 ] {} <Trace> HTTP-Session: 98c9d336-22c4-4f48-8916-fa5efa6819d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2024.08.28 17:53:08.376597 [ 3 ] {c48dc0f9-29df-4b0c-a6b8-3e86ade64d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.376651 [ 3 ] {c48dc0f9-29df-4b0c-a6b8-3e86ade64d38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
773 | 2024.08.28 17:53:08.378368 [ 3 ] {c48dc0f9-29df-4b0c-a6b8-3e86ade64d38} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Loading data parts | ||
774 | 2024.08.28 17:53:08.378567 [ 3 ] {c48dc0f9-29df-4b0c-a6b8-3e86ade64d38} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): There are no data parts | ||
775 | 2024.08.28 17:53:08.380039 [ 3 ] {c48dc0f9-29df-4b0c-a6b8-3e86ade64d38} <Debug> DynamicQueryHandler: Done processing query | ||
776 | 2024.08.28 17:53:08.380068 [ 3 ] {} <Debug> HTTP-Session: 98c9d336-22c4-4f48-8916-fa5efa6819d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.08.28 17:53:08.380196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
778 | 2024.08.28 17:53:08.380244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
779 | 2024.08.28 17:53:08.380264 [ 3 ] {} <Debug> HTTP-Session: fa940233-5d3a-4bb5-a71f-684bf41604dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
780 | 2024.08.28 17:53:08.380282 [ 3 ] {} <Debug> HTTP-Session: fa940233-5d3a-4bb5-a71f-684bf41604dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
781 | 2024.08.28 17:53:08.380296 [ 3 ] {} <Debug> HTTP-Session: fa940233-5d3a-4bb5-a71f-684bf41604dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.08.28 17:53:08.380328 [ 3 ] {} <Trace> HTTP-Session: fa940233-5d3a-4bb5-a71f-684bf41604dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2024.08.28 17:53:08.380500 [ 3 ] {723e9fd9-b90f-437d-bfd2-5af32ef3bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) 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.08.28 17:53:08.380544 [ 3 ] {723e9fd9-b90f-437d-bfd2-5af32ef3bc55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
785 | 2024.08.28 17:53:08.384623 [ 3 ] {723e9fd9-b90f-437d-bfd2-5af32ef3bc55} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Loading data parts | ||
786 | 2024.08.28 17:53:08.384809 [ 3 ] {723e9fd9-b90f-437d-bfd2-5af32ef3bc55} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): There are no data parts | ||
787 | 2024.08.28 17:53:08.386474 [ 3 ] {723e9fd9-b90f-437d-bfd2-5af32ef3bc55} <Debug> DynamicQueryHandler: Done processing query | ||
788 | 2024.08.28 17:53:08.386504 [ 3 ] {} <Debug> HTTP-Session: fa940233-5d3a-4bb5-a71f-684bf41604dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.08.28 17:53:08.386644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
790 | 2024.08.28 17:53:08.386694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
791 | 2024.08.28 17:53:08.386716 [ 3 ] {} <Debug> HTTP-Session: 8ba99807-52ff-43c3-9ed2-8c9c9a16f5a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
792 | 2024.08.28 17:53:08.386735 [ 3 ] {} <Debug> HTTP-Session: 8ba99807-52ff-43c3-9ed2-8c9c9a16f5a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
793 | 2024.08.28 17:53:08.386750 [ 3 ] {} <Debug> HTTP-Session: 8ba99807-52ff-43c3-9ed2-8c9c9a16f5a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.08.28 17:53:08.386780 [ 3 ] {} <Trace> HTTP-Session: 8ba99807-52ff-43c3-9ed2-8c9c9a16f5a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2024.08.28 17:53:08.387033 [ 3 ] {a29961e1-8b68-40ea-a342-602709f4f039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) /* 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.08.28 17:53:08.387096 [ 3 ] {a29961e1-8b68-40ea-a342-602709f4f039} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
800 | 2024.08.28 17:53:08.389090 [ 3 ] {a29961e1-8b68-40ea-a342-602709f4f039} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Loading data parts | ||
801 | 2024.08.28 17:53:08.389265 [ 3 ] {a29961e1-8b68-40ea-a342-602709f4f039} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): There are no data parts | ||
802 | 2024.08.28 17:53:08.390697 [ 3 ] {a29961e1-8b68-40ea-a342-602709f4f039} <Debug> DynamicQueryHandler: Done processing query | ||
803 | 2024.08.28 17:53:08.390734 [ 3 ] {} <Debug> HTTP-Session: 8ba99807-52ff-43c3-9ed2-8c9c9a16f5a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
804 | 2024.08.28 17:53:08.390893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33002, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
805 | 2024.08.28 17:53:08.390944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
806 | 2024.08.28 17:53:08.390965 [ 3 ] {} <Debug> HTTP-Session: 2c9f50ed-6c1a-4fc5-9985-da000032118b Authenticating user 'default' from [fd00:1122:3344:101::d]:33002 | ||
807 | 2024.08.28 17:53:08.390982 [ 3 ] {} <Debug> HTTP-Session: 2c9f50ed-6c1a-4fc5-9985-da000032118b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
808 | 2024.08.28 17:53:08.390996 [ 3 ] {} <Debug> HTTP-Session: 2c9f50ed-6c1a-4fc5-9985-da000032118b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.08.28 17:53:08.391027 [ 3 ] {} <Trace> HTTP-Session: 2c9f50ed-6c1a-4fc5-9985-da000032118b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
810 | 2024.08.28 17:53:08.391223 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33002) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
811 | 2024.08.28 17:53:08.393013 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
812 | 2024.08.28 17:53:08.398790 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Trace> oximeter.version (dde44238-21ad-4071-aa07-e9c2ccb7587c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
813 | 2024.08.28 17:53:08.398829 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
814 | 2024.08.28 17:53:08.403397 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
815 | 2024.08.28 17:53:08.404459 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Trace> oximeter.version (dde44238-21ad-4071-aa07-e9c2ccb7587c): 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.08.28 17:53:08.404751 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013622 sec., 73.41065922771986 rows/sec., 1.15 KiB/sec. | ||
817 | 2024.08.28 17:53:08.404938 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Debug> DynamicQueryHandler: Done processing query | ||
818 | 2024.08.28 17:53:08.404964 [ 3 ] {1af68137-3815-4cc2-bc26-851d08dc7c74} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
819 | 2024.08.28 17:53:08.404988 [ 3 ] {} <Debug> HTTP-Session: 2c9f50ed-6c1a-4fc5-9985-da000032118b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
820 | 2024.08.28 17:53:09.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.31 MiB, peak 166.45 MiB, free memory in arenas 0.00 B, will set to 171.61 MiB (RSS), difference: 10.30 MiB | ||
821 | 2024.08.28 17:53:18.008135 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
822 | 2024.08.28 17:53:18.008194 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
823 | 2024.08.28 17:53:33.008245 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
824 | 2024.08.28 17:53:33.008313 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
825 | 2024.08.28 17:53:33.413586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
826 | 2024.08.28 17:53:33.413700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
827 | 2024.08.28 17:53:33.413725 [ 3 ] {} <Debug> HTTP-Session: 1813ea9b-52f9-4afe-8aa7-edb057319573 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
828 | 2024.08.28 17:53:33.413750 [ 3 ] {} <Debug> HTTP-Session: 1813ea9b-52f9-4afe-8aa7-edb057319573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.08.28 17:53:33.413765 [ 3 ] {} <Debug> HTTP-Session: 1813ea9b-52f9-4afe-8aa7-edb057319573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
830 | 2024.08.28 17:53:33.413816 [ 3 ] {} <Trace> HTTP-Session: 1813ea9b-52f9-4afe-8aa7-edb057319573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2024.08.28 17:53:33.414015 [ 3 ] {1ba465ae-d20d-423b-9a95-d4285e74ff09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
832 | 2024.08.28 17:53:33.414416 [ 3 ] {1ba465ae-d20d-423b-9a95-d4285e74ff09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2024.08.28 17:53:33.420406 [ 3 ] {1ba465ae-d20d-423b-9a95-d4285e74ff09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2024.08.28 17:53:33.428672 [ 3 ] {1ba465ae-d20d-423b-9a95-d4285e74ff09} <Debug> DynamicQueryHandler: Done processing query | ||
835 | 2024.08.28 17:53:33.428708 [ 3 ] {1ba465ae-d20d-423b-9a95-d4285e74ff09} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
836 | 2024.08.28 17:53:33.428725 [ 3 ] {} <Debug> HTTP-Session: 1813ea9b-52f9-4afe-8aa7-edb057319573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.08.28 17:53:33.437737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
838 | 2024.08.28 17:53:33.437811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
839 | 2024.08.28 17:53:33.437833 [ 3 ] {} <Debug> HTTP-Session: 0b0fc828-95cc-4e48-aabc-87638be9baf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
840 | 2024.08.28 17:53:33.437854 [ 3 ] {} <Debug> HTTP-Session: 0b0fc828-95cc-4e48-aabc-87638be9baf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.08.28 17:53:33.437870 [ 3 ] {} <Debug> HTTP-Session: 0b0fc828-95cc-4e48-aabc-87638be9baf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
842 | 2024.08.28 17:53:33.437912 [ 3 ] {} <Trace> HTTP-Session: 0b0fc828-95cc-4e48-aabc-87638be9baf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
843 | 2024.08.28 17:53:33.438056 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
844 | 2024.08.28 17:53:33.438113 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
845 | 2024.08.28 17:53:33.438353 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
846 | 2024.08.28 17:53:33.442712 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
847 | 2024.08.28 17:53:33.442761 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
848 | 2024.08.28 17:53:33.443373 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
849 | 2024.08.28 17:53:33.443775 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
850 | 2024.08.28 17:53:33.443946 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.005931 sec., 168.6056314280897 rows/sec., 25.19 KiB/sec. | ||
851 | 2024.08.28 17:53:33.444164 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Debug> DynamicQueryHandler: Done processing query | ||
852 | 2024.08.28 17:53:33.444192 [ 3 ] {6177030a-6cbc-4c90-99f0-477f9f01ff36} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
853 | 2024.08.28 17:53:33.444209 [ 3 ] {} <Debug> HTTP-Session: 0b0fc828-95cc-4e48-aabc-87638be9baf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
854 | 2024.08.28 17:53:33.444375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 2612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
855 | 2024.08.28 17:53:33.444432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
856 | 2024.08.28 17:53:33.444453 [ 3 ] {} <Debug> HTTP-Session: 49fa8372-7d53-4015-aa7a-1e8dc577d882 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
857 | 2024.08.28 17:53:33.444472 [ 3 ] {} <Debug> HTTP-Session: 49fa8372-7d53-4015-aa7a-1e8dc577d882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.08.28 17:53:33.444487 [ 3 ] {} <Debug> HTTP-Session: 49fa8372-7d53-4015-aa7a-1e8dc577d882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.08.28 17:53:33.444524 [ 3 ] {} <Trace> HTTP-Session: 49fa8372-7d53-4015-aa7a-1e8dc577d882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
860 | 2024.08.28 17:53:33.444641 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
861 | 2024.08.28 17:53:33.444692 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
862 | 2024.08.28 17:53:33.445018 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
863 | 2024.08.28 17:53:33.450542 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
864 | 2024.08.28 17:53:33.450582 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
865 | 2024.08.28 17:53:33.452946 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
866 | 2024.08.28 17:53:33.453345 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
867 | 2024.08.28 17:53:33.453512 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Debug> executeQuery: Read 16 rows, 1.58 KiB in 0.008898 sec., 1798.1568891885818 rows/sec., 178.02 KiB/sec. | ||
868 | 2024.08.28 17:53:33.453710 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Debug> DynamicQueryHandler: Done processing query | ||
869 | 2024.08.28 17:53:33.453737 [ 3 ] {7c1ddc78-a878-4a19-9d1f-a531c4e28bd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
870 | 2024.08.28 17:53:33.453753 [ 3 ] {} <Debug> HTTP-Session: 49fa8372-7d53-4015-aa7a-1e8dc577d882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.08.28 17:53:33.453909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
872 | 2024.08.28 17:53:33.453964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
873 | 2024.08.28 17:53:33.453990 [ 3 ] {} <Debug> HTTP-Session: fc4b7821-dd41-40b6-bb28-8519bede2890 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
874 | 2024.08.28 17:53:33.454008 [ 3 ] {} <Debug> HTTP-Session: fc4b7821-dd41-40b6-bb28-8519bede2890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.08.28 17:53:33.454022 [ 3 ] {} <Debug> HTTP-Session: fc4b7821-dd41-40b6-bb28-8519bede2890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.08.28 17:53:33.454059 [ 3 ] {} <Trace> HTTP-Session: fc4b7821-dd41-40b6-bb28-8519bede2890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
877 | 2024.08.28 17:53:33.454169 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
878 | 2024.08.28 17:53:33.454216 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
879 | 2024.08.28 17:53:33.454534 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
880 | 2024.08.28 17:53:33.459014 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
881 | 2024.08.28 17:53:33.459053 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
882 | 2024.08.28 17:53:33.459466 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
883 | 2024.08.28 17:53:33.459825 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): 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.08.28 17:53:33.459983 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005837 sec., 1370.5670721260922 rows/sec., 103.06 KiB/sec. | ||
885 | 2024.08.28 17:53:33.460150 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Debug> DynamicQueryHandler: Done processing query | ||
886 | 2024.08.28 17:53:33.460175 [ 3 ] {b5620604-0db7-4ce7-9c66-a04677d27d72} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
887 | 2024.08.28 17:53:33.460191 [ 3 ] {} <Debug> HTTP-Session: fc4b7821-dd41-40b6-bb28-8519bede2890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.08.28 17:53:33.460394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
889 | 2024.08.28 17:53:33.460447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
890 | 2024.08.28 17:53:33.460467 [ 3 ] {} <Debug> HTTP-Session: 909e2509-25f7-47b1-be16-7b8ba4e2d5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
891 | 2024.08.28 17:53:33.460484 [ 3 ] {} <Debug> HTTP-Session: 909e2509-25f7-47b1-be16-7b8ba4e2d5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.08.28 17:53:33.460498 [ 3 ] {} <Debug> HTTP-Session: 909e2509-25f7-47b1-be16-7b8ba4e2d5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
893 | 2024.08.28 17:53:33.460532 [ 3 ] {} <Trace> HTTP-Session: 909e2509-25f7-47b1-be16-7b8ba4e2d5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
894 | 2024.08.28 17:53:33.460636 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
895 | 2024.08.28 17:53:33.460682 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
896 | 2024.08.28 17:53:33.461476 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
897 | 2024.08.28 17:53:33.462431 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
898 | 2024.08.28 17:53:33.462467 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
899 | 2024.08.28 17:53:33.462922 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
900 | 2024.08.28 17:53:33.463298 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): 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.08.28 17:53:33.463459 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Debug> executeQuery: Read 8 rows, 656.00 B in 0.00285 sec., 2807.017543859649 rows/sec., 224.78 KiB/sec. | ||
902 | 2024.08.28 17:53:33.463731 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Debug> DynamicQueryHandler: Done processing query | ||
903 | 2024.08.28 17:53:33.463757 [ 3 ] {b45cc5c0-6567-45b3-b401-9e00c436e708} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
904 | 2024.08.28 17:53:33.463773 [ 3 ] {} <Debug> HTTP-Session: 909e2509-25f7-47b1-be16-7b8ba4e2d5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.08.28 17:53:33.464009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 14345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
906 | 2024.08.28 17:53:33.464063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
907 | 2024.08.28 17:53:33.464082 [ 3 ] {} <Debug> HTTP-Session: 635b308e-8955-4b50-9827-5c0a3ebf84ee Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
908 | 2024.08.28 17:53:33.464100 [ 3 ] {} <Debug> HTTP-Session: 635b308e-8955-4b50-9827-5c0a3ebf84ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.08.28 17:53:33.464114 [ 3 ] {} <Debug> HTTP-Session: 635b308e-8955-4b50-9827-5c0a3ebf84ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
910 | 2024.08.28 17:53:33.464147 [ 3 ] {} <Trace> HTTP-Session: 635b308e-8955-4b50-9827-5c0a3ebf84ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
911 | 2024.08.28 17:53:33.464308 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
912 | 2024.08.28 17:53:33.464388 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
913 | 2024.08.28 17:53:33.464816 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
914 | 2024.08.28 17:53:33.465408 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
915 | 2024.08.28 17:53:33.465444 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
916 | 2024.08.28 17:53:33.470702 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
917 | 2024.08.28 17:53:33.471183 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): 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.08.28 17:53:33.471383 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00715 sec., 1118.881118881119 rows/sec., 2.00 MiB/sec. | ||
919 | 2024.08.28 17:53:33.471792 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Debug> DynamicQueryHandler: Done processing query | ||
920 | 2024.08.28 17:53:33.471818 [ 3 ] {57270d1a-e728-4b55-bf46-18a88575285b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
921 | 2024.08.28 17:53:33.471834 [ 3 ] {} <Debug> HTTP-Session: 635b308e-8955-4b50-9827-5c0a3ebf84ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
922 | 2024.08.28 17:53:34.000170 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.32 MiB, peak 177.65 MiB, free memory in arenas 0.00 B, will set to 174.61 MiB (RSS), difference: 2.29 MiB | ||
923 | 2024.08.28 17:53:43.409493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
924 | 2024.08.28 17:53:43.409619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
925 | 2024.08.28 17:53:43.409645 [ 3 ] {} <Debug> HTTP-Session: 54f59505-a611-4a44-b7b2-b4341f7bd91b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
926 | 2024.08.28 17:53:43.409671 [ 3 ] {} <Debug> HTTP-Session: 54f59505-a611-4a44-b7b2-b4341f7bd91b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.08.28 17:53:43.409686 [ 3 ] {} <Debug> HTTP-Session: 54f59505-a611-4a44-b7b2-b4341f7bd91b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.08.28 17:53:43.409736 [ 3 ] {} <Trace> HTTP-Session: 54f59505-a611-4a44-b7b2-b4341f7bd91b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
929 | 2024.08.28 17:53:43.409978 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
930 | 2024.08.28 17:53:43.421580 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
931 | 2024.08.28 17:53:43.425592 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('http_service:request_latency_histogram')" moved to PREWHERE | ||
932 | 2024.08.28 17:53:43.437617 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
933 | 2024.08.28 17:53:43.441884 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
934 | 2024.08.28 17:53:43.446749 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 1-element set) | ||
935 | 2024.08.28 17:53:43.451791 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
936 | 2024.08.28 17:53:43.453747 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
937 | 2024.08.28 17:53:43.454849 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Debug> DynamicQueryHandler: Done processing query | ||
938 | 2024.08.28 17:53:43.454880 [ 3 ] {b091b5ac-ca2a-4ad6-b429-a2b1b1340a64} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
939 | 2024.08.28 17:53:43.454898 [ 3 ] {} <Debug> HTTP-Session: 54f59505-a611-4a44-b7b2-b4341f7bd91b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.08.28 17:53:43.455236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
941 | 2024.08.28 17:53:43.455295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
942 | 2024.08.28 17:53:43.455316 [ 3 ] {} <Debug> HTTP-Session: 64460723-e81b-48b0-a71a-4527502e23a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
943 | 2024.08.28 17:53:43.455336 [ 3 ] {} <Debug> HTTP-Session: 64460723-e81b-48b0-a71a-4527502e23a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.08.28 17:53:43.455350 [ 3 ] {} <Debug> HTTP-Session: 64460723-e81b-48b0-a71a-4527502e23a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.08.28 17:53:43.455389 [ 3 ] {} <Trace> HTTP-Session: 64460723-e81b-48b0-a71a-4527502e23a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
946 | 2024.08.28 17:53:43.455537 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
947 | 2024.08.28 17:53:43.455790 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
948 | 2024.08.28 17:53:43.455822 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
949 | 2024.08.28 17:53:43.458143 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
950 | 2024.08.28 17:53:43.458213 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
951 | 2024.08.28 17:53:43.458355 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 2-element set) | ||
952 | 2024.08.28 17:53:43.458388 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
953 | 2024.08.28 17:53:43.458411 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
954 | 2024.08.28 17:53:43.459261 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Debug> DynamicQueryHandler: Done processing query | ||
955 | 2024.08.28 17:53:43.459287 [ 3 ] {fc9a23df-310e-4169-bd31-3ca2043ec5a3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
956 | 2024.08.28 17:53:43.459303 [ 3 ] {} <Debug> HTTP-Session: 64460723-e81b-48b0-a71a-4527502e23a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.08.28 17:53:43.459515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
958 | 2024.08.28 17:53:43.459567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
959 | 2024.08.28 17:53:43.459588 [ 3 ] {} <Debug> HTTP-Session: db173dd2-665b-4398-833c-7778dad2cbd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
960 | 2024.08.28 17:53:43.459605 [ 3 ] {} <Debug> HTTP-Session: db173dd2-665b-4398-833c-7778dad2cbd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.08.28 17:53:43.459619 [ 3 ] {} <Debug> HTTP-Session: db173dd2-665b-4398-833c-7778dad2cbd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
962 | 2024.08.28 17:53:43.459654 [ 3 ] {} <Trace> HTTP-Session: db173dd2-665b-4398-833c-7778dad2cbd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
963 | 2024.08.28 17:53:43.459785 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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) | ||
964 | 2024.08.28 17:53:43.460017 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
965 | 2024.08.28 17:53:43.460049 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
966 | 2024.08.28 17:53:43.460240 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
967 | 2024.08.28 17:53:43.460306 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
968 | 2024.08.28 17:53:43.460445 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 3-element set) | ||
969 | 2024.08.28 17:53:43.460479 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
970 | 2024.08.28 17:53:43.460502 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
971 | 2024.08.28 17:53:43.461368 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Debug> DynamicQueryHandler: Done processing query | ||
972 | 2024.08.28 17:53:43.461393 [ 3 ] {1a20b2a0-4c04-4ce2-bb36-3c4cc5b2f08b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
973 | 2024.08.28 17:53:43.461409 [ 3 ] {} <Debug> HTTP-Session: db173dd2-665b-4398-833c-7778dad2cbd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
974 | 2024.08.28 17:53:43.462408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
975 | 2024.08.28 17:53:43.462458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
976 | 2024.08.28 17:53:43.462479 [ 3 ] {} <Debug> HTTP-Session: 97649a4f-3031-48f9-a1f0-e39322e6f011 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
977 | 2024.08.28 17:53:43.462496 [ 3 ] {} <Debug> HTTP-Session: 97649a4f-3031-48f9-a1f0-e39322e6f011 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
978 | 2024.08.28 17:53:43.462510 [ 3 ] {} <Debug> HTTP-Session: 97649a4f-3031-48f9-a1f0-e39322e6f011 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.08.28 17:53:43.462543 [ 3 ] {} <Trace> HTTP-Session: 97649a4f-3031-48f9-a1f0-e39322e6f011 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
980 | 2024.08.28 17:53:43.462674 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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) | ||
981 | 2024.08.28 17:53:43.462910 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
982 | 2024.08.28 17:53:43.462943 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <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 | ||
983 | 2024.08.28 17:53:43.463140 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
984 | 2024.08.28 17:53:43.463205 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
985 | 2024.08.28 17:53:43.463344 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
986 | 2024.08.28 17:53:43.463378 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
987 | 2024.08.28 17:53:43.463401 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 1/1 parts by partition key, 0 parts by primary key, 0/1 marks by primary key, 0 marks to read from 0 ranges | ||
988 | 2024.08.28 17:53:43.464277 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Debug> DynamicQueryHandler: Done processing query | ||
989 | 2024.08.28 17:53:43.464302 [ 3 ] {c70c8fc0-3b04-4c64-a19e-af4eec0c338d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
990 | 2024.08.28 17:53:43.464319 [ 3 ] {} <Debug> HTTP-Session: 97649a4f-3031-48f9-a1f0-e39322e6f011 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.08.28 17:53:43.465105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
992 | 2024.08.28 17:53:43.465159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
993 | 2024.08.28 17:53:43.465180 [ 3 ] {} <Debug> HTTP-Session: f2392d73-8dae-4e2e-a87d-ec8b268644c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
994 | 2024.08.28 17:53:43.465196 [ 3 ] {} <Debug> HTTP-Session: f2392d73-8dae-4e2e-a87d-ec8b268644c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
995 | 2024.08.28 17:53:43.465210 [ 3 ] {} <Debug> HTTP-Session: f2392d73-8dae-4e2e-a87d-ec8b268644c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
996 | 2024.08.28 17:53:43.465242 [ 3 ] {} <Trace> HTTP-Session: f2392d73-8dae-4e2e-a87d-ec8b268644c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
997 | 2024.08.28 17:53:43.465357 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
998 | 2024.08.28 17:53:43.465403 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
999 | 2024.08.28 17:53:43.465575 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1000 | 2024.08.28 17:53:43.465897 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1001 | 2024.08.28 17:53:43.465942 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1002 | 2024.08.28 17:53:43.466436 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1003 | 2024.08.28 17:53:43.466769 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1004 | 2024.08.28 17:53:43.466957 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001631 sec., 2452.4831391784182 rows/sec., 231.12 KiB/sec. | ||
1005 | 2024.08.28 17:53:43.467126 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Debug> DynamicQueryHandler: Done processing query | ||
1006 | 2024.08.28 17:53:43.467150 [ 3 ] {9d759620-81f7-4433-aed7-193b2ba47072} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1007 | 2024.08.28 17:53:43.467166 [ 3 ] {} <Debug> HTTP-Session: f2392d73-8dae-4e2e-a87d-ec8b268644c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1008 | 2024.08.28 17:53:43.467382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1009 | 2024.08.28 17:53:43.467429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1010 | 2024.08.28 17:53:43.467448 [ 3 ] {} <Debug> HTTP-Session: be59241a-3d20-484a-9edb-d5fb9156a97e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1011 | 2024.08.28 17:53:43.467465 [ 3 ] {} <Debug> HTTP-Session: be59241a-3d20-484a-9edb-d5fb9156a97e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1012 | 2024.08.28 17:53:43.467478 [ 3 ] {} <Debug> HTTP-Session: be59241a-3d20-484a-9edb-d5fb9156a97e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1013 | 2024.08.28 17:53:43.467508 [ 3 ] {} <Trace> HTTP-Session: be59241a-3d20-484a-9edb-d5fb9156a97e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1014 | 2024.08.28 17:53:43.467630 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1015 | 2024.08.28 17:53:43.467673 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1016 | 2024.08.28 17:53:43.467906 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1017 | 2024.08.28 17:53:43.468377 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1018 | 2024.08.28 17:53:43.468412 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1019 | 2024.08.28 17:53:43.468778 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1020 | 2024.08.28 17:53:43.469146 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1021 | 2024.08.28 17:53:43.469306 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Debug> executeQuery: Read 67 rows, 6.35 KiB in 0.001708 sec., 39227.1662763466 rows/sec., 3.63 MiB/sec. | ||
1022 | 2024.08.28 17:53:43.469516 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Debug> DynamicQueryHandler: Done processing query | ||
1023 | 2024.08.28 17:53:43.469541 [ 3 ] {df4d08a2-e7fc-4a5e-8394-6b5402ad917b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1024 | 2024.08.28 17:53:43.469557 [ 3 ] {} <Debug> HTTP-Session: be59241a-3d20-484a-9edb-d5fb9156a97e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1025 | 2024.08.28 17:53:43.469683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1026 | 2024.08.28 17:53:43.469731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1027 | 2024.08.28 17:53:43.469751 [ 3 ] {} <Debug> HTTP-Session: 61fe3b59-bd49-4791-8b10-d40aee4fedcf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1028 | 2024.08.28 17:53:43.469768 [ 3 ] {} <Debug> HTTP-Session: 61fe3b59-bd49-4791-8b10-d40aee4fedcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1029 | 2024.08.28 17:53:43.469783 [ 3 ] {} <Debug> HTTP-Session: 61fe3b59-bd49-4791-8b10-d40aee4fedcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1030 | 2024.08.28 17:53:43.469814 [ 3 ] {} <Trace> HTTP-Session: 61fe3b59-bd49-4791-8b10-d40aee4fedcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1031 | 2024.08.28 17:53:43.469925 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1032 | 2024.08.28 17:53:43.469971 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1033 | 2024.08.28 17:53:43.470199 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1034 | 2024.08.28 17:53:43.470531 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1035 | 2024.08.28 17:53:43.470568 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1036 | 2024.08.28 17:53:43.470922 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1037 | 2024.08.28 17:53:43.471296 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1038 | 2024.08.28 17:53:43.471454 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001556 sec., 21208.22622107969 rows/sec., 1.56 MiB/sec. | ||
1039 | 2024.08.28 17:53:43.471618 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Debug> DynamicQueryHandler: Done processing query | ||
1040 | 2024.08.28 17:53:43.471643 [ 3 ] {ff66a957-8ec9-4096-bc09-16ab89ed89ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1041 | 2024.08.28 17:53:43.471659 [ 3 ] {} <Debug> HTTP-Session: 61fe3b59-bd49-4791-8b10-d40aee4fedcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1042 | 2024.08.28 17:53:43.471785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1043 | 2024.08.28 17:53:43.471830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1044 | 2024.08.28 17:53:43.471850 [ 3 ] {} <Debug> HTTP-Session: a79f04f3-0fa1-4226-93ea-6162a7079c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1045 | 2024.08.28 17:53:43.471866 [ 3 ] {} <Debug> HTTP-Session: a79f04f3-0fa1-4226-93ea-6162a7079c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1046 | 2024.08.28 17:53:43.471880 [ 3 ] {} <Debug> HTTP-Session: a79f04f3-0fa1-4226-93ea-6162a7079c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1047 | 2024.08.28 17:53:43.471911 [ 3 ] {} <Trace> HTTP-Session: a79f04f3-0fa1-4226-93ea-6162a7079c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1048 | 2024.08.28 17:53:43.472004 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1049 | 2024.08.28 17:53:43.472046 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1050 | 2024.08.28 17:53:43.472266 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1051 | 2024.08.28 17:53:43.474576 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1052 | 2024.08.28 17:53:43.474614 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1053 | 2024.08.28 17:53:43.474964 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1054 | 2024.08.28 17:53:43.475333 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1055 | 2024.08.28 17:53:43.475483 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.003492 sec., 286.368843069874 rows/sec., 19.02 KiB/sec. | ||
1056 | 2024.08.28 17:53:43.475745 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Debug> DynamicQueryHandler: Done processing query | ||
1057 | 2024.08.28 17:53:43.475770 [ 3 ] {a08161a7-1fb0-4a4b-abe3-64dd024889cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1058 | 2024.08.28 17:53:43.475785 [ 3 ] {} <Debug> HTTP-Session: a79f04f3-0fa1-4226-93ea-6162a7079c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1059 | 2024.08.28 17:53:43.475920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1060 | 2024.08.28 17:53:43.475970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1061 | 2024.08.28 17:53:43.475989 [ 3 ] {} <Debug> HTTP-Session: 7aac67da-1fd4-4a03-bd8c-788c840fe47a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1062 | 2024.08.28 17:53:43.476006 [ 3 ] {} <Debug> HTTP-Session: 7aac67da-1fd4-4a03-bd8c-788c840fe47a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1063 | 2024.08.28 17:53:43.476020 [ 3 ] {} <Debug> HTTP-Session: 7aac67da-1fd4-4a03-bd8c-788c840fe47a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.08.28 17:53:43.476050 [ 3 ] {} <Trace> HTTP-Session: 7aac67da-1fd4-4a03-bd8c-788c840fe47a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1065 | 2024.08.28 17:53:43.476162 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1066 | 2024.08.28 17:53:43.476205 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1067 | 2024.08.28 17:53:43.476444 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1068 | 2024.08.28 17:53:43.476777 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1069 | 2024.08.28 17:53:43.476814 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1070 | 2024.08.28 17:53:43.477163 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1071 | 2024.08.28 17:53:43.477520 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1072 | 2024.08.28 17:53:43.477676 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Debug> executeQuery: Read 45 rows, 3.61 KiB in 0.001548 sec., 29069.767441860466 rows/sec., 2.28 MiB/sec. | ||
1073 | 2024.08.28 17:53:43.477888 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Debug> DynamicQueryHandler: Done processing query | ||
1074 | 2024.08.28 17:53:43.477912 [ 3 ] {762e9855-f43e-4ab1-a516-b576c6d9fb3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1075 | 2024.08.28 17:53:43.477929 [ 3 ] {} <Debug> HTTP-Session: 7aac67da-1fd4-4a03-bd8c-788c840fe47a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.08.28 17:53:43.478051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1077 | 2024.08.28 17:53:43.478097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1078 | 2024.08.28 17:53:43.478117 [ 3 ] {} <Debug> HTTP-Session: fd67b54f-e94c-4d61-883d-c334ca2c9df0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1079 | 2024.08.28 17:53:43.478135 [ 3 ] {} <Debug> HTTP-Session: fd67b54f-e94c-4d61-883d-c334ca2c9df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1080 | 2024.08.28 17:53:43.478150 [ 3 ] {} <Debug> HTTP-Session: fd67b54f-e94c-4d61-883d-c334ca2c9df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1081 | 2024.08.28 17:53:43.478182 [ 3 ] {} <Trace> HTTP-Session: fd67b54f-e94c-4d61-883d-c334ca2c9df0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1082 | 2024.08.28 17:53:43.478276 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1083 | 2024.08.28 17:53:43.478354 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1084 | 2024.08.28 17:53:43.478484 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1085 | 2024.08.28 17:53:43.478757 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1086 | 2024.08.28 17:53:43.478793 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1087 | 2024.08.28 17:53:43.479288 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1088 | 2024.08.28 17:53:43.479619 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1089 | 2024.08.28 17:53:43.479776 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001518 sec., 658.7615283267457 rows/sec., 41.82 KiB/sec. | ||
1090 | 2024.08.28 17:53:43.480043 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Debug> DynamicQueryHandler: Done processing query | ||
1091 | 2024.08.28 17:53:43.480068 [ 3 ] {6a0011e2-f39a-4e3f-8019-8e3d96c32075} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1092 | 2024.08.28 17:53:43.480085 [ 3 ] {} <Debug> HTTP-Session: fd67b54f-e94c-4d61-883d-c334ca2c9df0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.08.28 17:53:43.480372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 54006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1094 | 2024.08.28 17:53:43.480426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1095 | 2024.08.28 17:53:43.480447 [ 3 ] {} <Debug> HTTP-Session: a82e8ddb-5e84-4526-b3bd-da6ca4c682c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1096 | 2024.08.28 17:53:43.480464 [ 3 ] {} <Debug> HTTP-Session: a82e8ddb-5e84-4526-b3bd-da6ca4c682c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1097 | 2024.08.28 17:53:43.480478 [ 3 ] {} <Debug> HTTP-Session: a82e8ddb-5e84-4526-b3bd-da6ca4c682c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.08.28 17:53:43.480509 [ 3 ] {} <Trace> HTTP-Session: a82e8ddb-5e84-4526-b3bd-da6ca4c682c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1099 | 2024.08.28 17:53:43.481189 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1100 | 2024.08.28 17:53:43.481262 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1101 | 2024.08.28 17:53:43.481672 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1102 | 2024.08.28 17:53:43.482391 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1103 | 2024.08.28 17:53:43.482428 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1104 | 2024.08.28 17:53:43.483097 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1105 | 2024.08.28 17:53:43.483509 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1106 | 2024.08.28 17:53:43.483692 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003092 sec., 10672.703751617077 rows/sec., 19.12 MiB/sec. | ||
1107 | 2024.08.28 17:53:43.483926 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Debug> DynamicQueryHandler: Done processing query | ||
1108 | 2024.08.28 17:53:43.483950 [ 3 ] {2d27f68c-7629-4874-8fce-5a5882e0ae9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
1109 | 2024.08.28 17:53:43.483965 [ 3 ] {} <Debug> HTTP-Session: a82e8ddb-5e84-4526-b3bd-da6ca4c682c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.08.28 17:53:43.484106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1111 | 2024.08.28 17:53:43.484155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1112 | 2024.08.28 17:53:43.484175 [ 3 ] {} <Debug> HTTP-Session: b925459a-9120-4326-aa53-83abf45c1ee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1113 | 2024.08.28 17:53:43.484191 [ 3 ] {} <Debug> HTTP-Session: b925459a-9120-4326-aa53-83abf45c1ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1114 | 2024.08.28 17:53:43.484205 [ 3 ] {} <Debug> HTTP-Session: b925459a-9120-4326-aa53-83abf45c1ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.08.28 17:53:43.484235 [ 3 ] {} <Trace> HTTP-Session: b925459a-9120-4326-aa53-83abf45c1ee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1116 | 2024.08.28 17:53:43.484337 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1117 | 2024.08.28 17:53:43.484383 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1118 | 2024.08.28 17:53:43.484511 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1119 | 2024.08.28 17:53:43.486734 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1120 | 2024.08.28 17:53:43.486767 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1121 | 2024.08.28 17:53:43.487143 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1122 | 2024.08.28 17:53:43.487471 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1123 | 2024.08.28 17:53:43.487626 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.003316 sec., 6332.931242460796 rows/sec., 472.97 KiB/sec. | ||
1124 | 2024.08.28 17:53:43.487821 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Debug> DynamicQueryHandler: Done processing query | ||
1125 | 2024.08.28 17:53:43.487845 [ 3 ] {541c3a60-a281-490e-bea9-a3f3c9315d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1126 | 2024.08.28 17:53:43.487860 [ 3 ] {} <Debug> HTTP-Session: b925459a-9120-4326-aa53-83abf45c1ee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1127 | 2024.08.28 17:53:48.008558 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1128 | 2024.08.28 17:53:48.008628 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1129 | 2024.08.28 17:53:53.408916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1130 | 2024.08.28 17:53:53.409089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1131 | 2024.08.28 17:53:53.409124 [ 3 ] {} <Debug> HTTP-Session: c3cf2706-83e6-4b40-9eb8-b7f97a810c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1132 | 2024.08.28 17:53:53.409157 [ 3 ] {} <Debug> HTTP-Session: c3cf2706-83e6-4b40-9eb8-b7f97a810c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1133 | 2024.08.28 17:53:53.409179 [ 3 ] {} <Debug> HTTP-Session: c3cf2706-83e6-4b40-9eb8-b7f97a810c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1134 | 2024.08.28 17:53:53.409247 [ 3 ] {} <Trace> HTTP-Session: c3cf2706-83e6-4b40-9eb8-b7f97a810c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1135 | 2024.08.28 17:53:53.409563 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1136 | 2024.08.28 17:53:53.410031 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1137 | 2024.08.28 17:53:53.410078 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1138 | 2024.08.28 17:53:53.410423 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1139 | 2024.08.28 17:53:53.410538 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1140 | 2024.08.28 17:53:53.410740 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1141 | 2024.08.28 17:53:53.410876 [ 251 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1142 | 2024.08.28 17:53:53.410894 [ 250 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1143 | 2024.08.28 17:53:53.411035 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1144 | 2024.08.28 17:53:53.411077 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1145 | 2024.08.28 17:53:53.413339 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <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', 'http_service:request_latency_histogram'))" | ||
1146 | 2024.08.28 17:53:53.413376 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1147 | 2024.08.28 17:53:53.436948 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.027513 sec., 145.3858176134918 rows/sec., 6.46 KiB/sec. | ||
1148 | 2024.08.28 17:53:53.437304 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Debug> DynamicQueryHandler: Done processing query | ||
1149 | 2024.08.28 17:53:53.437333 [ 3 ] {de174a10-7cb6-4bc1-8e8a-961bd9d06493} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1150 | 2024.08.28 17:53:53.437351 [ 3 ] {} <Debug> HTTP-Session: c3cf2706-83e6-4b40-9eb8-b7f97a810c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1151 | 2024.08.28 17:53:53.437663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1152 | 2024.08.28 17:53:53.437723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1153 | 2024.08.28 17:53:53.437744 [ 3 ] {} <Debug> HTTP-Session: 560d2f00-377c-4eda-8f53-310db3878e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1154 | 2024.08.28 17:53:53.437765 [ 3 ] {} <Debug> HTTP-Session: 560d2f00-377c-4eda-8f53-310db3878e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1155 | 2024.08.28 17:53:53.437779 [ 3 ] {} <Debug> HTTP-Session: 560d2f00-377c-4eda-8f53-310db3878e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.08.28 17:53:53.437821 [ 3 ] {} <Trace> HTTP-Session: 560d2f00-377c-4eda-8f53-310db3878e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1157 | 2024.08.28 17:53:53.437997 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1158 | 2024.08.28 17:53:53.438283 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1159 | 2024.08.28 17:53:53.438318 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1160 | 2024.08.28 17:53:53.438546 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1161 | 2024.08.28 17:53:53.438620 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1162 | 2024.08.28 17:53:53.438778 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1163 | 2024.08.28 17:53:53.438877 [ 254 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1164 | 2024.08.28 17:53:53.438877 [ 252 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1165 | 2024.08.28 17:53:53.439008 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1166 | 2024.08.28 17:53:53.439035 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1167 | 2024.08.28 17:53:53.439082 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <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_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
1168 | 2024.08.28 17:53:53.439106 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1169 | 2024.08.28 17:53:53.440031 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.002106 sec., 1899.3352326685663 rows/sec., 84.39 KiB/sec. | ||
1170 | 2024.08.28 17:53:53.440283 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Debug> DynamicQueryHandler: Done processing query | ||
1171 | 2024.08.28 17:53:53.440307 [ 3 ] {4a9fa731-ffc1-407b-965b-8dce99dcedab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1172 | 2024.08.28 17:53:53.440324 [ 3 ] {} <Debug> HTTP-Session: 560d2f00-377c-4eda-8f53-310db3878e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.08.28 17:53:53.440547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 379, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1174 | 2024.08.28 17:53:53.440599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1175 | 2024.08.28 17:53:53.440620 [ 3 ] {} <Debug> HTTP-Session: b7b947d1-5c31-4d3d-9c53-6bd39399fce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1176 | 2024.08.28 17:53:53.440639 [ 3 ] {} <Debug> HTTP-Session: b7b947d1-5c31-4d3d-9c53-6bd39399fce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.08.28 17:53:53.440652 [ 3 ] {} <Debug> HTTP-Session: b7b947d1-5c31-4d3d-9c53-6bd39399fce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1178 | 2024.08.28 17:53:53.440687 [ 3 ] {} <Trace> HTTP-Session: b7b947d1-5c31-4d3d-9c53-6bd39399fce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1179 | 2024.08.28 17:53:53.440827 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1180 | 2024.08.28 17:53:53.441095 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1181 | 2024.08.28 17:53:53.441130 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1182 | 2024.08.28 17:53:53.441347 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1183 | 2024.08.28 17:53:53.441413 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1184 | 2024.08.28 17:53:53.441558 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1185 | 2024.08.28 17:53:53.441659 [ 251 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1186 | 2024.08.28 17:53:53.441679 [ 253 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1187 | 2024.08.28 17:53:53.441792 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1188 | 2024.08.28 17:53:53.441819 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1189 | 2024.08.28 17:53:53.441863 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <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', 'http_service:request_latency_histogram'))" | ||
1190 | 2024.08.28 17:53:53.441884 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1191 | 2024.08.28 17:53:53.442794 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.002001 sec., 1999.0004997501248 rows/sec., 88.82 KiB/sec. | ||
1192 | 2024.08.28 17:53:53.443039 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Debug> DynamicQueryHandler: Done processing query | ||
1193 | 2024.08.28 17:53:53.443063 [ 3 ] {ec76eff8-e361-433d-9da2-7c3a9f5e5a45} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1194 | 2024.08.28 17:53:53.443080 [ 3 ] {} <Debug> HTTP-Session: b7b947d1-5c31-4d3d-9c53-6bd39399fce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1195 | 2024.08.28 17:53:53.443380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1196 | 2024.08.28 17:53:53.443429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1197 | 2024.08.28 17:53:53.443449 [ 3 ] {} <Debug> HTTP-Session: 452a36cc-6c99-40e1-9f40-32c06bd10052 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1198 | 2024.08.28 17:53:53.443467 [ 3 ] {} <Debug> HTTP-Session: 452a36cc-6c99-40e1-9f40-32c06bd10052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1199 | 2024.08.28 17:53:53.443481 [ 3 ] {} <Debug> HTTP-Session: 452a36cc-6c99-40e1-9f40-32c06bd10052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.08.28 17:53:53.443515 [ 3 ] {} <Trace> HTTP-Session: 452a36cc-6c99-40e1-9f40-32c06bd10052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1201 | 2024.08.28 17:53:53.443649 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1202 | 2024.08.28 17:53:53.443893 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1203 | 2024.08.28 17:53:53.443928 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1204 | 2024.08.28 17:53:53.444151 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1205 | 2024.08.28 17:53:53.444216 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1206 | 2024.08.28 17:53:53.444357 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1207 | 2024.08.28 17:53:53.444417 [ 251 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1208 | 2024.08.28 17:53:53.444448 [ 252 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1209 | 2024.08.28 17:53:53.444545 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1210 | 2024.08.28 17:53:53.444572 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1211 | 2024.08.28 17:53:53.444618 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <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:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1212 | 2024.08.28 17:53:53.444640 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1213 | 2024.08.28 17:53:53.445441 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001849 sec., 2163.3315305570577 rows/sec., 96.12 KiB/sec. | ||
1214 | 2024.08.28 17:53:53.445683 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Debug> DynamicQueryHandler: Done processing query | ||
1215 | 2024.08.28 17:53:53.445708 [ 3 ] {d40d97bb-5221-4bf0-820c-146164dbe41f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1216 | 2024.08.28 17:53:53.445724 [ 3 ] {} <Debug> HTTP-Session: 452a36cc-6c99-40e1-9f40-32c06bd10052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.08.28 17:53:53.445951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1218 | 2024.08.28 17:53:53.446004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1219 | 2024.08.28 17:53:53.446023 [ 3 ] {} <Debug> HTTP-Session: c5085ed3-c518-40e9-b3bf-63aaabb65e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1220 | 2024.08.28 17:53:53.446039 [ 3 ] {} <Debug> HTTP-Session: c5085ed3-c518-40e9-b3bf-63aaabb65e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.08.28 17:53:53.446054 [ 3 ] {} <Debug> HTTP-Session: c5085ed3-c518-40e9-b3bf-63aaabb65e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.08.28 17:53:53.446086 [ 3 ] {} <Trace> HTTP-Session: c5085ed3-c518-40e9-b3bf-63aaabb65e2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1223 | 2024.08.28 17:53:53.446219 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1224 | 2024.08.28 17:53:53.446460 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1225 | 2024.08.28 17:53:53.446495 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1226 | 2024.08.28 17:53:53.446712 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1227 | 2024.08.28 17:53:53.446776 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1228 | 2024.08.28 17:53:53.446915 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1229 | 2024.08.28 17:53:53.447021 [ 251 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1230 | 2024.08.28 17:53:53.447032 [ 253 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1231 | 2024.08.28 17:53:53.447134 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1232 | 2024.08.28 17:53:53.447161 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1233 | 2024.08.28 17:53:53.447205 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1234 | 2024.08.28 17:53:53.447228 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1235 | 2024.08.28 17:53:53.448084 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001919 sec., 2084.4189682126107 rows/sec., 92.62 KiB/sec. | ||
1236 | 2024.08.28 17:53:53.448325 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Debug> DynamicQueryHandler: Done processing query | ||
1237 | 2024.08.28 17:53:53.448348 [ 3 ] {ef834556-d29f-4bac-8f56-093255adef8c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1238 | 2024.08.28 17:53:53.448365 [ 3 ] {} <Debug> HTTP-Session: c5085ed3-c518-40e9-b3bf-63aaabb65e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.08.28 17:53:53.448702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1240 | 2024.08.28 17:53:53.448749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1241 | 2024.08.28 17:53:53.448767 [ 3 ] {} <Debug> HTTP-Session: 2d8a5c16-cf32-4f1f-868c-24e8dfb6ff3e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1242 | 2024.08.28 17:53:53.448784 [ 3 ] {} <Debug> HTTP-Session: 2d8a5c16-cf32-4f1f-868c-24e8dfb6ff3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.08.28 17:53:53.448797 [ 3 ] {} <Debug> HTTP-Session: 2d8a5c16-cf32-4f1f-868c-24e8dfb6ff3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.08.28 17:53:53.448830 [ 3 ] {} <Trace> HTTP-Session: 2d8a5c16-cf32-4f1f-868c-24e8dfb6ff3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1245 | 2024.08.28 17:53:53.448961 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1246 | 2024.08.28 17:53:53.449203 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1247 | 2024.08.28 17:53:53.449238 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1248 | 2024.08.28 17:53:53.449458 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1249 | 2024.08.28 17:53:53.449523 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1250 | 2024.08.28 17:53:53.449660 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1251 | 2024.08.28 17:53:53.449776 [ 252 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1252 | 2024.08.28 17:53:53.449781 [ 253 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1253 | 2024.08.28 17:53:53.449893 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1254 | 2024.08.28 17:53:53.449919 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1255 | 2024.08.28 17:53:53.449965 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1256 | 2024.08.28 17:53:53.449988 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1257 | 2024.08.28 17:53:53.450811 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001908 sec., 2096.4360587002097 rows/sec., 93.15 KiB/sec. | ||
1258 | 2024.08.28 17:53:53.451056 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Debug> DynamicQueryHandler: Done processing query | ||
1259 | 2024.08.28 17:53:53.451079 [ 3 ] {d1918b30-f569-4b3a-b66d-b6aeb4077326} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1260 | 2024.08.28 17:53:53.451096 [ 3 ] {} <Debug> HTTP-Session: 2d8a5c16-cf32-4f1f-868c-24e8dfb6ff3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.08.28 17:53:53.451311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 525, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1262 | 2024.08.28 17:53:53.451358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1263 | 2024.08.28 17:53:53.451377 [ 3 ] {} <Debug> HTTP-Session: 13b42b6d-1486-43f3-9a8f-de7290f3a2f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1264 | 2024.08.28 17:53:53.451394 [ 3 ] {} <Debug> HTTP-Session: 13b42b6d-1486-43f3-9a8f-de7290f3a2f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.08.28 17:53:53.451408 [ 3 ] {} <Debug> HTTP-Session: 13b42b6d-1486-43f3-9a8f-de7290f3a2f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.08.28 17:53:53.451440 [ 3 ] {} <Trace> HTTP-Session: 13b42b6d-1486-43f3-9a8f-de7290f3a2f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1267 | 2024.08.28 17:53:53.451571 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1268 | 2024.08.28 17:53:53.451815 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1269 | 2024.08.28 17:53:53.451850 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1270 | 2024.08.28 17:53:53.452083 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1271 | 2024.08.28 17:53:53.452148 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1272 | 2024.08.28 17:53:53.452286 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1273 | 2024.08.28 17:53:53.452365 [ 254 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1274 | 2024.08.28 17:53:53.452386 [ 253 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1275 | 2024.08.28 17:53:53.452505 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1276 | 2024.08.28 17:53:53.452532 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1277 | 2024.08.28 17:53:53.452576 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1278 | 2024.08.28 17:53:53.452598 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1279 | 2024.08.28 17:53:53.453409 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001896 sec., 2109.704641350211 rows/sec., 93.74 KiB/sec. | ||
1280 | 2024.08.28 17:53:53.453635 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Debug> DynamicQueryHandler: Done processing query | ||
1281 | 2024.08.28 17:53:53.453658 [ 3 ] {13d33bdd-31bc-4639-8cec-342138c5247a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1282 | 2024.08.28 17:53:53.453674 [ 3 ] {} <Debug> HTTP-Session: 13b42b6d-1486-43f3-9a8f-de7290f3a2f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.08.28 17:53:53.453922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1284 | 2024.08.28 17:53:53.453969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1285 | 2024.08.28 17:53:53.453990 [ 3 ] {} <Debug> HTTP-Session: 54a734b8-6b8a-4da8-8596-233a87b245ec Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1286 | 2024.08.28 17:53:53.454008 [ 3 ] {} <Debug> HTTP-Session: 54a734b8-6b8a-4da8-8596-233a87b245ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.08.28 17:53:53.454022 [ 3 ] {} <Debug> HTTP-Session: 54a734b8-6b8a-4da8-8596-233a87b245ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1288 | 2024.08.28 17:53:53.454054 [ 3 ] {} <Trace> HTTP-Session: 54a734b8-6b8a-4da8-8596-233a87b245ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1289 | 2024.08.28 17:53:53.454191 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1290 | 2024.08.28 17:53:53.454447 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1291 | 2024.08.28 17:53:53.454485 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1292 | 2024.08.28 17:53:53.454714 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1293 | 2024.08.28 17:53:53.454779 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1294 | 2024.08.28 17:53:53.454917 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1295 | 2024.08.28 17:53:53.455040 [ 252 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1296 | 2024.08.28 17:53:53.455046 [ 251 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1297 | 2024.08.28 17:53:53.455152 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1298 | 2024.08.28 17:53:53.455175 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1299 | 2024.08.28 17:53:53.455218 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1300 | 2024.08.28 17:53:53.455240 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1301 | 2024.08.28 17:53:53.456031 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.00189 sec., 2116.4021164021165 rows/sec., 94.04 KiB/sec. | ||
1302 | 2024.08.28 17:53:53.456272 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Debug> DynamicQueryHandler: Done processing query | ||
1303 | 2024.08.28 17:53:53.456297 [ 3 ] {be6772de-2c0e-4029-bd94-a4f51e4e9cf1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1304 | 2024.08.28 17:53:53.456316 [ 3 ] {} <Debug> HTTP-Session: 54a734b8-6b8a-4da8-8596-233a87b245ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1305 | 2024.08.28 17:53:53.456536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1306 | 2024.08.28 17:53:53.456583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1307 | 2024.08.28 17:53:53.456602 [ 3 ] {} <Debug> HTTP-Session: 89df4eec-1d5f-4d0c-b59f-aa726972f4b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1308 | 2024.08.28 17:53:53.456619 [ 3 ] {} <Debug> HTTP-Session: 89df4eec-1d5f-4d0c-b59f-aa726972f4b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1309 | 2024.08.28 17:53:53.456633 [ 3 ] {} <Debug> HTTP-Session: 89df4eec-1d5f-4d0c-b59f-aa726972f4b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1310 | 2024.08.28 17:53:53.456664 [ 3 ] {} <Trace> HTTP-Session: 89df4eec-1d5f-4d0c-b59f-aa726972f4b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1311 | 2024.08.28 17:53:53.456800 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1312 | 2024.08.28 17:53:53.457059 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1313 | 2024.08.28 17:53:53.457097 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1314 | 2024.08.28 17:53:53.457330 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1315 | 2024.08.28 17:53:53.457395 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1316 | 2024.08.28 17:53:53.457532 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1317 | 2024.08.28 17:53:53.457647 [ 251 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1318 | 2024.08.28 17:53:53.457653 [ 253 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1319 | 2024.08.28 17:53:53.457775 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1320 | 2024.08.28 17:53:53.457802 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1321 | 2024.08.28 17:53:53.457847 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1322 | 2024.08.28 17:53:53.457869 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1323 | 2024.08.28 17:53:53.458746 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.002001 sec., 1999.0004997501248 rows/sec., 88.82 KiB/sec. | ||
1324 | 2024.08.28 17:53:53.458992 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Debug> DynamicQueryHandler: Done processing query | ||
1325 | 2024.08.28 17:53:53.459018 [ 3 ] {141f5e44-2115-487f-a1c9-01478aa3ed0a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1326 | 2024.08.28 17:53:53.459035 [ 3 ] {} <Debug> HTTP-Session: 89df4eec-1d5f-4d0c-b59f-aa726972f4b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.08.28 17:53:53.459323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1328 | 2024.08.28 17:53:53.459386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1329 | 2024.08.28 17:53:53.459414 [ 3 ] {} <Debug> HTTP-Session: bd4860aa-32e7-4ef0-be10-8875afc94b9a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1330 | 2024.08.28 17:53:53.459437 [ 3 ] {} <Debug> HTTP-Session: bd4860aa-32e7-4ef0-be10-8875afc94b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.08.28 17:53:53.459457 [ 3 ] {} <Debug> HTTP-Session: bd4860aa-32e7-4ef0-be10-8875afc94b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.08.28 17:53:53.459499 [ 3 ] {} <Trace> HTTP-Session: bd4860aa-32e7-4ef0-be10-8875afc94b9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2024.08.28 17:53:53.459657 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1334 | 2024.08.28 17:53:53.459931 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1335 | 2024.08.28 17:53:53.459971 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1336 | 2024.08.28 17:53:53.460216 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1337 | 2024.08.28 17:53:53.460284 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1338 | 2024.08.28 17:53:53.460433 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1339 | 2024.08.28 17:53:53.460537 [ 252 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1340 | 2024.08.28 17:53:53.460549 [ 251 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1341 | 2024.08.28 17:53:53.460645 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1342 | 2024.08.28 17:53:53.460668 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1343 | 2024.08.28 17:53:53.460712 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1344 | 2024.08.28 17:53:53.460735 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1345 | 2024.08.28 17:53:53.461552 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001955 sec., 2046.0358056265984 rows/sec., 90.91 KiB/sec. | ||
1346 | 2024.08.28 17:53:53.461810 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Debug> DynamicQueryHandler: Done processing query | ||
1347 | 2024.08.28 17:53:53.461838 [ 3 ] {8a584726-f62b-4070-a4fe-cf437fc2d50c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1348 | 2024.08.28 17:53:53.461863 [ 3 ] {} <Debug> HTTP-Session: bd4860aa-32e7-4ef0-be10-8875afc94b9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1349 | 2024.08.28 17:53:53.462080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1350 | 2024.08.28 17:53:53.462132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1351 | 2024.08.28 17:53:53.462151 [ 3 ] {} <Debug> HTTP-Session: 0e2253a2-825e-4075-aa64-304c3167d618 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1352 | 2024.08.28 17:53:53.462168 [ 3 ] {} <Debug> HTTP-Session: 0e2253a2-825e-4075-aa64-304c3167d618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.08.28 17:53:53.462182 [ 3 ] {} <Debug> HTTP-Session: 0e2253a2-825e-4075-aa64-304c3167d618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1354 | 2024.08.28 17:53:53.462214 [ 3 ] {} <Trace> HTTP-Session: 0e2253a2-825e-4075-aa64-304c3167d618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1355 | 2024.08.28 17:53:53.462365 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1356 | 2024.08.28 17:53:53.462643 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1357 | 2024.08.28 17:53:53.462683 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1358 | 2024.08.28 17:53:53.462929 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1359 | 2024.08.28 17:53:53.462995 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1360 | 2024.08.28 17:53:53.463138 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1361 | 2024.08.28 17:53:53.463238 [ 251 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1362 | 2024.08.28 17:53:53.463252 [ 253 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1363 | 2024.08.28 17:53:53.463349 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1364 | 2024.08.28 17:53:53.463380 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1365 | 2024.08.28 17:53:53.463458 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1366 | 2024.08.28 17:53:53.463482 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1367 | 2024.08.28 17:53:53.464284 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001969 sec., 2031.4880650076182 rows/sec., 90.27 KiB/sec. | ||
1368 | 2024.08.28 17:53:53.464521 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Debug> DynamicQueryHandler: Done processing query | ||
1369 | 2024.08.28 17:53:53.464546 [ 3 ] {7e4da983-225e-4ce7-aa0f-fb7ec6fbc903} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1370 | 2024.08.28 17:53:53.464563 [ 3 ] {} <Debug> HTTP-Session: 0e2253a2-825e-4075-aa64-304c3167d618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.08.28 17:53:53.464800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1372 | 2024.08.28 17:53:53.464876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1373 | 2024.08.28 17:53:53.464897 [ 3 ] {} <Debug> HTTP-Session: 3e6e768b-2c87-4d8b-af82-dc8d007ffe2a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1374 | 2024.08.28 17:53:53.464913 [ 3 ] {} <Debug> HTTP-Session: 3e6e768b-2c87-4d8b-af82-dc8d007ffe2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.08.28 17:53:53.464927 [ 3 ] {} <Debug> HTTP-Session: 3e6e768b-2c87-4d8b-af82-dc8d007ffe2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1376 | 2024.08.28 17:53:53.464959 [ 3 ] {} <Trace> HTTP-Session: 3e6e768b-2c87-4d8b-af82-dc8d007ffe2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1377 | 2024.08.28 17:53:53.465105 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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: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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1378 | 2024.08.28 17:53:53.465363 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1379 | 2024.08.28 17:53:53.465402 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <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: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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1380 | 2024.08.28 17:53:53.465654 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1381 | 2024.08.28 17:53:53.465720 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1382 | 2024.08.28 17:53:53.465860 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1383 | 2024.08.28 17:53:53.465916 [ 251 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1384 | 2024.08.28 17:53:53.465945 [ 253 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1385 | 2024.08.28 17:53:53.466040 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1386 | 2024.08.28 17:53:53.466069 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1387 | 2024.08.28 17:53:53.466115 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <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: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', 'http_service:request_latency_histogram'))" | ||
1388 | 2024.08.28 17:53:53.466139 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1389 | 2024.08.28 17:53:53.467002 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001954 sec., 2047.0829068577277 rows/sec., 90.96 KiB/sec. | ||
1390 | 2024.08.28 17:53:53.467246 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Debug> DynamicQueryHandler: Done processing query | ||
1391 | 2024.08.28 17:53:53.467270 [ 3 ] {80af9d7a-3a21-4e05-91d0-1c5b81948a8d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1392 | 2024.08.28 17:53:53.467287 [ 3 ] {} <Debug> HTTP-Session: 3e6e768b-2c87-4d8b-af82-dc8d007ffe2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.08.28 17:53:53.467538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1394 | 2024.08.28 17:53:53.467589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1395 | 2024.08.28 17:53:53.467607 [ 3 ] {} <Debug> HTTP-Session: e25c2a65-725d-42d6-8d10-016bf9736917 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1396 | 2024.08.28 17:53:53.467624 [ 3 ] {} <Debug> HTTP-Session: e25c2a65-725d-42d6-8d10-016bf9736917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.08.28 17:53:53.467637 [ 3 ] {} <Debug> HTTP-Session: e25c2a65-725d-42d6-8d10-016bf9736917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.08.28 17:53:53.467668 [ 3 ] {} <Trace> HTTP-Session: e25c2a65-725d-42d6-8d10-016bf9736917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1399 | 2024.08.28 17:53:53.467811 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1400 | 2024.08.28 17:53:53.468071 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1401 | 2024.08.28 17:53:53.468109 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1402 | 2024.08.28 17:53:53.468357 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1403 | 2024.08.28 17:53:53.468421 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1404 | 2024.08.28 17:53:53.468559 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1405 | 2024.08.28 17:53:53.468616 [ 251 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1406 | 2024.08.28 17:53:53.468640 [ 253 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1407 | 2024.08.28 17:53:53.468732 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1408 | 2024.08.28 17:53:53.468759 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1409 | 2024.08.28 17:53:53.468803 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1410 | 2024.08.28 17:53:53.468826 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1411 | 2024.08.28 17:53:53.469621 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.001879 sec., 2128.79191059074 rows/sec., 94.59 KiB/sec. | ||
1412 | 2024.08.28 17:53:53.469858 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Debug> DynamicQueryHandler: Done processing query | ||
1413 | 2024.08.28 17:53:53.469881 [ 3 ] {fedfbc68-29a5-4a54-81b9-11ca11d68a5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1414 | 2024.08.28 17:53:53.469898 [ 3 ] {} <Debug> HTTP-Session: e25c2a65-725d-42d6-8d10-016bf9736917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.08.28 17:53:53.470133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1416 | 2024.08.28 17:53:53.470179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1417 | 2024.08.28 17:53:53.470198 [ 3 ] {} <Debug> HTTP-Session: b8b3ab98-4fef-48eb-a9db-863d942ec0a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1418 | 2024.08.28 17:53:53.470214 [ 3 ] {} <Debug> HTTP-Session: b8b3ab98-4fef-48eb-a9db-863d942ec0a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.08.28 17:53:53.470229 [ 3 ] {} <Debug> HTTP-Session: b8b3ab98-4fef-48eb-a9db-863d942ec0a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1420 | 2024.08.28 17:53:53.470259 [ 3 ] {} <Trace> HTTP-Session: b8b3ab98-4fef-48eb-a9db-863d942ec0a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1421 | 2024.08.28 17:53:53.470396 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1422 | 2024.08.28 17:53:53.470653 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1423 | 2024.08.28 17:53:53.470693 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1424 | 2024.08.28 17:53:53.470944 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1425 | 2024.08.28 17:53:53.471008 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1426 | 2024.08.28 17:53:53.471146 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1427 | 2024.08.28 17:53:53.471197 [ 251 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1428 | 2024.08.28 17:53:53.471226 [ 253 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1429 | 2024.08.28 17:53:53.471313 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1430 | 2024.08.28 17:53:53.471340 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1431 | 2024.08.28 17:53:53.471384 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1432 | 2024.08.28 17:53:53.471406 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_2_2_0, approx. 4 rows starting from 0 | ||
1433 | 2024.08.28 17:53:53.472271 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Debug> executeQuery: Read 4 rows, 182.00 B in 0.00193 sec., 2072.538860103627 rows/sec., 92.09 KiB/sec. | ||
1434 | 2024.08.28 17:53:53.472527 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Debug> DynamicQueryHandler: Done processing query | ||
1435 | 2024.08.28 17:53:53.472553 [ 3 ] {919d289e-3645-4b1f-b6bd-68ee3708c896} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1436 | 2024.08.28 17:53:53.472576 [ 3 ] {} <Debug> HTTP-Session: b8b3ab98-4fef-48eb-a9db-863d942ec0a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1437 | 2024.08.28 17:53:53.472751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1438 | 2024.08.28 17:53:53.472802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1439 | 2024.08.28 17:53:53.472822 [ 3 ] {} <Debug> HTTP-Session: 57ff2e23-6aac-4315-9a03-4cca93ed7e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1440 | 2024.08.28 17:53:53.472839 [ 3 ] {} <Debug> HTTP-Session: 57ff2e23-6aac-4315-9a03-4cca93ed7e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.08.28 17:53:53.472854 [ 3 ] {} <Debug> HTTP-Session: 57ff2e23-6aac-4315-9a03-4cca93ed7e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.08.28 17:53:53.472887 [ 3 ] {} <Trace> HTTP-Session: 57ff2e23-6aac-4315-9a03-4cca93ed7e4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1443 | 2024.08.28 17:53:53.473012 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1444 | 2024.08.28 17:53:53.473059 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1445 | 2024.08.28 17:53:53.473235 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1446 | 2024.08.28 17:53:53.473596 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1447 | 2024.08.28 17:53:53.473638 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1448 | 2024.08.28 17:53:53.474145 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1449 | 2024.08.28 17:53:53.474485 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1450 | 2024.08.28 17:53:53.474620 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001654 sec., 8464.328899637243 rows/sec., 1.19 MiB/sec. | ||
1451 | 2024.08.28 17:53:53.474923 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Debug> DynamicQueryHandler: Done processing query | ||
1452 | 2024.08.28 17:53:53.474949 [ 3 ] {b2d6ea85-488c-4e54-9ec2-91e3025be4b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1453 | 2024.08.28 17:53:53.474965 [ 3 ] {} <Debug> HTTP-Session: 57ff2e23-6aac-4315-9a03-4cca93ed7e4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1454 | 2024.08.28 17:53:53.475161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 14577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1455 | 2024.08.28 17:53:53.475220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1456 | 2024.08.28 17:53:53.475240 [ 3 ] {} <Debug> HTTP-Session: a1425c24-db84-46bf-8d09-fb15358db4b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1457 | 2024.08.28 17:53:53.475257 [ 3 ] {} <Debug> HTTP-Session: a1425c24-db84-46bf-8d09-fb15358db4b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.08.28 17:53:53.475272 [ 3 ] {} <Debug> HTTP-Session: a1425c24-db84-46bf-8d09-fb15358db4b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1459 | 2024.08.28 17:53:53.475303 [ 3 ] {} <Trace> HTTP-Session: a1425c24-db84-46bf-8d09-fb15358db4b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1460 | 2024.08.28 17:53:53.475434 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1461 | 2024.08.28 17:53:53.475480 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1462 | 2024.08.28 17:53:53.475732 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1463 | 2024.08.28 17:53:53.476111 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1464 | 2024.08.28 17:53:53.476147 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1465 | 2024.08.28 17:53:53.476523 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1466 | 2024.08.28 17:53:53.476891 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1467 | 2024.08.28 17:53:53.477016 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Debug> executeQuery: Read 96 rows, 8.71 KiB in 0.001628 sec., 58968.05896805896 rows/sec., 5.22 MiB/sec. | ||
1468 | 2024.08.28 17:53:53.477321 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Debug> DynamicQueryHandler: Done processing query | ||
1469 | 2024.08.28 17:53:53.477346 [ 3 ] {ee5ffc4d-620b-4d8f-8442-db890f37ecd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1470 | 2024.08.28 17:53:53.477361 [ 3 ] {} <Debug> HTTP-Session: a1425c24-db84-46bf-8d09-fb15358db4b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.08.28 17:53:53.477502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1472 | 2024.08.28 17:53:53.477551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1473 | 2024.08.28 17:53:53.477570 [ 3 ] {} <Debug> HTTP-Session: 16d27e39-b099-47b3-a01f-7b6bda076c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1474 | 2024.08.28 17:53:53.477586 [ 3 ] {} <Debug> HTTP-Session: 16d27e39-b099-47b3-a01f-7b6bda076c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.08.28 17:53:53.477600 [ 3 ] {} <Debug> HTTP-Session: 16d27e39-b099-47b3-a01f-7b6bda076c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1476 | 2024.08.28 17:53:53.477630 [ 3 ] {} <Trace> HTTP-Session: 16d27e39-b099-47b3-a01f-7b6bda076c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1477 | 2024.08.28 17:53:53.477736 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1478 | 2024.08.28 17:53:53.477780 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1479 | 2024.08.28 17:53:53.478024 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1480 | 2024.08.28 17:53:53.478333 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1481 | 2024.08.28 17:53:53.478369 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1482 | 2024.08.28 17:53:53.478711 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1483 | 2024.08.28 17:53:53.479067 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1484 | 2024.08.28 17:53:53.479190 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001487 sec., 23537.323470073974 rows/sec., 1.73 MiB/sec. | ||
1485 | 2024.08.28 17:53:53.479358 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Debug> DynamicQueryHandler: Done processing query | ||
1486 | 2024.08.28 17:53:53.479382 [ 3 ] {68c6aa0a-2fd8-4188-8114-9e203701a522} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1487 | 2024.08.28 17:53:53.479397 [ 3 ] {} <Debug> HTTP-Session: 16d27e39-b099-47b3-a01f-7b6bda076c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1488 | 2024.08.28 17:53:53.479546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1489 | 2024.08.28 17:53:53.479594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1490 | 2024.08.28 17:53:53.479614 [ 3 ] {} <Debug> HTTP-Session: 913a49e2-2fe6-40b4-bee3-8cb75ab96191 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1491 | 2024.08.28 17:53:53.479630 [ 3 ] {} <Debug> HTTP-Session: 913a49e2-2fe6-40b4-bee3-8cb75ab96191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1492 | 2024.08.28 17:53:53.479644 [ 3 ] {} <Debug> HTTP-Session: 913a49e2-2fe6-40b4-bee3-8cb75ab96191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1493 | 2024.08.28 17:53:53.479674 [ 3 ] {} <Trace> HTTP-Session: 913a49e2-2fe6-40b4-bee3-8cb75ab96191 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1494 | 2024.08.28 17:53:53.479794 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1495 | 2024.08.28 17:53:53.479837 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1496 | 2024.08.28 17:53:53.480058 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1497 | 2024.08.28 17:53:53.480412 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1498 | 2024.08.28 17:53:53.480448 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1499 | 2024.08.28 17:53:53.480795 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1500 | 2024.08.28 17:53:53.481149 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1501 | 2024.08.28 17:53:53.481268 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001515 sec., 41584.15841584158 rows/sec., 3.25 MiB/sec. | ||
1502 | 2024.08.28 17:53:53.481432 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Debug> DynamicQueryHandler: Done processing query | ||
1503 | 2024.08.28 17:53:53.481455 [ 3 ] {619089d9-c09d-4ef6-baaa-25507eb96ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1504 | 2024.08.28 17:53:53.481471 [ 3 ] {} <Debug> HTTP-Session: 913a49e2-2fe6-40b4-bee3-8cb75ab96191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.08.28 17:53:53.481600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1506 | 2024.08.28 17:53:53.481647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1507 | 2024.08.28 17:53:53.481666 [ 3 ] {} <Debug> HTTP-Session: 078188d9-f65f-49ad-b03b-e9cdbefd350d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1508 | 2024.08.28 17:53:53.481682 [ 3 ] {} <Debug> HTTP-Session: 078188d9-f65f-49ad-b03b-e9cdbefd350d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.08.28 17:53:53.481696 [ 3 ] {} <Debug> HTTP-Session: 078188d9-f65f-49ad-b03b-e9cdbefd350d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1510 | 2024.08.28 17:53:53.481733 [ 3 ] {} <Trace> HTTP-Session: 078188d9-f65f-49ad-b03b-e9cdbefd350d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1511 | 2024.08.28 17:53:53.481833 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1512 | 2024.08.28 17:53:53.481879 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1513 | 2024.08.28 17:53:53.482020 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1514 | 2024.08.28 17:53:53.482302 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1515 | 2024.08.28 17:53:53.482336 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1516 | 2024.08.28 17:53:53.482724 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1517 | 2024.08.28 17:53:53.483073 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1518 | 2024.08.28 17:53:53.483192 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001386 sec., 7215.007215007215 rows/sec., 512.24 KiB/sec. | ||
1519 | 2024.08.28 17:53:53.483448 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Debug> DynamicQueryHandler: Done processing query | ||
1520 | 2024.08.28 17:53:53.483472 [ 3 ] {1aaf5aa7-a533-49d8-aac2-603d10137b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1521 | 2024.08.28 17:53:53.483488 [ 3 ] {} <Debug> HTTP-Session: 078188d9-f65f-49ad-b03b-e9cdbefd350d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1522 | 2024.08.28 17:53:53.483769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 57450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1523 | 2024.08.28 17:53:53.483820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1524 | 2024.08.28 17:53:53.483841 [ 3 ] {} <Debug> HTTP-Session: 9a095215-2db2-4dcd-84f9-0c2d8c8a78e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1525 | 2024.08.28 17:53:53.483857 [ 3 ] {} <Debug> HTTP-Session: 9a095215-2db2-4dcd-84f9-0c2d8c8a78e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.08.28 17:53:53.483872 [ 3 ] {} <Debug> HTTP-Session: 9a095215-2db2-4dcd-84f9-0c2d8c8a78e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1527 | 2024.08.28 17:53:53.483902 [ 3 ] {} <Trace> HTTP-Session: 9a095215-2db2-4dcd-84f9-0c2d8c8a78e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1528 | 2024.08.28 17:53:53.484614 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1529 | 2024.08.28 17:53:53.484685 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1530 | 2024.08.28 17:53:53.485102 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1531 | 2024.08.28 17:53:53.485837 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1532 | 2024.08.28 17:53:53.485874 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1533 | 2024.08.28 17:53:53.486506 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1534 | 2024.08.28 17:53:53.486915 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1535 | 2024.08.28 17:53:53.487063 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003071 sec., 11396.939107782482 rows/sec., 20.42 MiB/sec. | ||
1536 | 2024.08.28 17:53:53.487283 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Debug> DynamicQueryHandler: Done processing query | ||
1537 | 2024.08.28 17:53:53.487308 [ 3 ] {365d62eb-29f8-47c2-8421-80780e624e43} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
1538 | 2024.08.28 17:53:53.487323 [ 3 ] {} <Debug> HTTP-Session: 9a095215-2db2-4dcd-84f9-0c2d8c8a78e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.08.28 17:53:53.487442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1540 | 2024.08.28 17:53:53.487490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1541 | 2024.08.28 17:53:53.487509 [ 3 ] {} <Debug> HTTP-Session: f0cfc35a-ed5f-4eea-9e4a-d2c56914b9ed Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1542 | 2024.08.28 17:53:53.487525 [ 3 ] {} <Debug> HTTP-Session: f0cfc35a-ed5f-4eea-9e4a-d2c56914b9ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.08.28 17:53:53.487539 [ 3 ] {} <Debug> HTTP-Session: f0cfc35a-ed5f-4eea-9e4a-d2c56914b9ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.08.28 17:53:53.487568 [ 3 ] {} <Trace> HTTP-Session: f0cfc35a-ed5f-4eea-9e4a-d2c56914b9ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1545 | 2024.08.28 17:53:53.487663 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1546 | 2024.08.28 17:53:53.487706 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1547 | 2024.08.28 17:53:53.487832 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1548 | 2024.08.28 17:53:53.488092 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1549 | 2024.08.28 17:53:53.488126 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1550 | 2024.08.28 17:53:53.488488 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1551 | 2024.08.28 17:53:53.488817 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1552 | 2024.08.28 17:53:53.488956 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001318 sec., 3034.901365705615 rows/sec., 213.39 KiB/sec. | ||
1553 | 2024.08.28 17:53:53.489228 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Debug> DynamicQueryHandler: Done processing query | ||
1554 | 2024.08.28 17:53:53.489253 [ 3 ] {a5ac1eb9-4376-46f3-bc37-05f2135164dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1555 | 2024.08.28 17:53:53.489268 [ 3 ] {} <Debug> HTTP-Session: f0cfc35a-ed5f-4eea-9e4a-d2c56914b9ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.08.28 17:53:58.409691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3692, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1557 | 2024.08.28 17:53:58.409833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1558 | 2024.08.28 17:53:58.409864 [ 3 ] {} <Debug> HTTP-Session: 6b1b28f0-770a-4471-88f9-36f714dfeb08 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1559 | 2024.08.28 17:53:58.409893 [ 3 ] {} <Debug> HTTP-Session: 6b1b28f0-770a-4471-88f9-36f714dfeb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.08.28 17:53:58.409911 [ 3 ] {} <Debug> HTTP-Session: 6b1b28f0-770a-4471-88f9-36f714dfeb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.08.28 17:53:58.409967 [ 3 ] {} <Trace> HTTP-Session: 6b1b28f0-770a-4471-88f9-36f714dfeb08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1562 | 2024.08.28 17:53:58.410182 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1563 | 2024.08.28 17:53:58.410259 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1564 | 2024.08.28 17:53:58.410644 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1565 | 2024.08.28 17:53:58.411076 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1566 | 2024.08.28 17:53:58.411117 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1567 | 2024.08.28 17:53:58.411563 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1568 | 2024.08.28 17:53:58.411949 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1569 | 2024.08.28 17:53:58.412124 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002001 sec., 12993.503248375811 rows/sec., 1.01 MiB/sec. | ||
1570 | 2024.08.28 17:53:58.412329 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Debug> DynamicQueryHandler: Done processing query | ||
1571 | 2024.08.28 17:53:58.412356 [ 3 ] {98cc193b-1496-47de-b4fb-64cc9a36938c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1572 | 2024.08.28 17:53:58.412372 [ 3 ] {} <Debug> HTTP-Session: 6b1b28f0-770a-4471-88f9-36f714dfeb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1573 | 2024.08.28 17:53:58.412504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 4798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1574 | 2024.08.28 17:53:58.412555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1575 | 2024.08.28 17:53:58.412574 [ 3 ] {} <Debug> HTTP-Session: 8f100c54-e3ae-40e9-a91a-006727a3aae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1576 | 2024.08.28 17:53:58.412591 [ 3 ] {} <Debug> HTTP-Session: 8f100c54-e3ae-40e9-a91a-006727a3aae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.08.28 17:53:58.412607 [ 3 ] {} <Debug> HTTP-Session: 8f100c54-e3ae-40e9-a91a-006727a3aae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1578 | 2024.08.28 17:53:58.412638 [ 3 ] {} <Trace> HTTP-Session: 8f100c54-e3ae-40e9-a91a-006727a3aae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1579 | 2024.08.28 17:53:58.412740 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1580 | 2024.08.28 17:53:58.412784 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1581 | 2024.08.28 17:53:58.413011 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1582 | 2024.08.28 17:53:58.413348 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1583 | 2024.08.28 17:53:58.413384 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1584 | 2024.08.28 17:53:58.413737 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1585 | 2024.08.28 17:53:58.414109 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1586 | 2024.08.28 17:53:58.414272 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001561 sec., 17937.219730941702 rows/sec., 1.40 MiB/sec. | ||
1587 | 2024.08.28 17:53:58.414431 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Debug> DynamicQueryHandler: Done processing query | ||
1588 | 2024.08.28 17:53:58.414455 [ 3 ] {afac9eaa-020c-4d19-9f09-3fce4d93a71e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1589 | 2024.08.28 17:53:58.414472 [ 3 ] {} <Debug> HTTP-Session: 8f100c54-e3ae-40e9-a91a-006727a3aae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1590 | 2024.08.28 17:53:58.414603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1591 | 2024.08.28 17:53:58.414651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1592 | 2024.08.28 17:53:58.414671 [ 3 ] {} <Debug> HTTP-Session: ccf74822-9a40-4eeb-886a-e8bee3faeedc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1593 | 2024.08.28 17:53:58.414688 [ 3 ] {} <Debug> HTTP-Session: ccf74822-9a40-4eeb-886a-e8bee3faeedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.08.28 17:53:58.414703 [ 3 ] {} <Debug> HTTP-Session: ccf74822-9a40-4eeb-886a-e8bee3faeedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1595 | 2024.08.28 17:53:58.414734 [ 3 ] {} <Trace> HTTP-Session: ccf74822-9a40-4eeb-886a-e8bee3faeedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1596 | 2024.08.28 17:53:58.414849 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1597 | 2024.08.28 17:53:58.414896 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1598 | 2024.08.28 17:53:58.415043 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1599 | 2024.08.28 17:53:58.415376 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1600 | 2024.08.28 17:53:58.415412 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1601 | 2024.08.28 17:53:58.415789 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1602 | 2024.08.28 17:53:58.416154 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1603 | 2024.08.28 17:53:58.416314 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001505 sec., 33222.591362126244 rows/sec., 2.30 MiB/sec. | ||
1604 | 2024.08.28 17:53:58.416638 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Debug> DynamicQueryHandler: Done processing query | ||
1605 | 2024.08.28 17:53:58.416664 [ 3 ] {26721a7a-28f4-45de-8135-ba5216cfd7f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1606 | 2024.08.28 17:53:58.416681 [ 3 ] {} <Debug> HTTP-Session: ccf74822-9a40-4eeb-886a-e8bee3faeedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1607 | 2024.08.28 17:53:58.416842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1608 | 2024.08.28 17:53:58.416889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1609 | 2024.08.28 17:53:58.416908 [ 3 ] {} <Debug> HTTP-Session: bac7cdeb-79f0-44e5-9f36-43d0a1fbf50c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1610 | 2024.08.28 17:53:58.416925 [ 3 ] {} <Debug> HTTP-Session: bac7cdeb-79f0-44e5-9f36-43d0a1fbf50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.08.28 17:53:58.416939 [ 3 ] {} <Debug> HTTP-Session: bac7cdeb-79f0-44e5-9f36-43d0a1fbf50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.08.28 17:53:58.416969 [ 3 ] {} <Trace> HTTP-Session: bac7cdeb-79f0-44e5-9f36-43d0a1fbf50c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1613 | 2024.08.28 17:53:58.417074 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1614 | 2024.08.28 17:53:58.417120 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1615 | 2024.08.28 17:53:58.417262 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1616 | 2024.08.28 17:53:58.417527 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1617 | 2024.08.28 17:53:58.417564 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1618 | 2024.08.28 17:53:58.417916 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1619 | 2024.08.28 17:53:58.418244 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1620 | 2024.08.28 17:53:58.418403 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001349 sec., 14825.796886582655 rows/sec., 1.02 MiB/sec. | ||
1621 | 2024.08.28 17:53:58.418678 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Debug> DynamicQueryHandler: Done processing query | ||
1622 | 2024.08.28 17:53:58.418703 [ 3 ] {9a0a4cad-c112-40c0-b06f-05d1bffdb475} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1623 | 2024.08.28 17:53:58.418718 [ 3 ] {} <Debug> HTTP-Session: bac7cdeb-79f0-44e5-9f36-43d0a1fbf50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1624 | 2024.08.28 17:53:58.584799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1625 | 2024.08.28 17:53:58.584866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1626 | 2024.08.28 17:53:58.584886 [ 3 ] {} <Debug> HTTP-Session: af66784a-3f0f-4840-86b0-48cbce8f0269 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1627 | 2024.08.28 17:53:58.584905 [ 3 ] {} <Debug> HTTP-Session: af66784a-3f0f-4840-86b0-48cbce8f0269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.08.28 17:53:58.584920 [ 3 ] {} <Debug> HTTP-Session: af66784a-3f0f-4840-86b0-48cbce8f0269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.08.28 17:53:58.584955 [ 3 ] {} <Trace> HTTP-Session: af66784a-3f0f-4840-86b0-48cbce8f0269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1630 | 2024.08.28 17:53:58.585126 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1631 | 2024.08.28 17:53:58.585458 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1632 | 2024.08.28 17:53:58.585502 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1633 | 2024.08.28 17:53:58.585789 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1634 | 2024.08.28 17:53:58.585866 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1635 | 2024.08.28 17:53:58.586033 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1636 | 2024.08.28 17:53:58.586166 [ 253 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1637 | 2024.08.28 17:53:58.586194 [ 252 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1638 | 2024.08.28 17:53:58.586195 [ 254 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1639 | 2024.08.28 17:53:58.586348 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
1640 | 2024.08.28 17:53:58.586377 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1641 | 2024.08.28 17:53:58.590541 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1642 | 2024.08.28 17:53:58.592581 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1643 | 2024.08.28 17:53:58.592666 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1644 | 2024.08.28 17:53:58.592719 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1645 | 2024.08.28 17:53:58.594471 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> executeQuery: Read 18 rows, 767.00 B in 0.009425 sec., 1909.8143236074272 rows/sec., 79.47 KiB/sec. | ||
1646 | 2024.08.28 17:53:58.594839 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> DynamicQueryHandler: Done processing query | ||
1647 | 2024.08.28 17:53:58.594870 [ 3 ] {fc7edff5-2d2a-42da-bd94-714e96aaf171} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1648 | 2024.08.28 17:53:58.594890 [ 3 ] {} <Debug> HTTP-Session: af66784a-3f0f-4840-86b0-48cbce8f0269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2024.08.28 17:53:58.595203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1650 | 2024.08.28 17:53:58.595262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1651 | 2024.08.28 17:53:58.595286 [ 3 ] {} <Debug> HTTP-Session: b2c2016d-d1e0-493b-b261-495444c91ce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1652 | 2024.08.28 17:53:58.595306 [ 3 ] {} <Debug> HTTP-Session: b2c2016d-d1e0-493b-b261-495444c91ce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1653 | 2024.08.28 17:53:58.595324 [ 3 ] {} <Debug> HTTP-Session: b2c2016d-d1e0-493b-b261-495444c91ce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1654 | 2024.08.28 17:53:58.595365 [ 3 ] {} <Trace> HTTP-Session: b2c2016d-d1e0-493b-b261-495444c91ce5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1655 | 2024.08.28 17:53:58.595555 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
1656 | 2024.08.28 17:53:58.595856 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1657 | 2024.08.28 17:53:58.595898 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received')" moved to PREWHERE | ||
1658 | 2024.08.28 17:53:58.596167 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1659 | 2024.08.28 17:53:58.596234 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1660 | 2024.08.28 17:53:58.596381 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1661 | 2024.08.28 17:53:58.596533 [ 255 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1662 | 2024.08.28 17:53:58.596526 [ 257 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1663 | 2024.08.28 17:53:58.596547 [ 256 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1664 | 2024.08.28 17:53:58.596709 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
1665 | 2024.08.28 17:53:58.596733 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1666 | 2024.08.28 17:53:58.596812 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1667 | 2024.08.28 17:53:58.596833 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1668 | 2024.08.28 17:53:58.596870 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received'))" | ||
1669 | 2024.08.28 17:53:58.596911 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received'))" | ||
1670 | 2024.08.28 17:53:58.598301 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> executeQuery: Read 18 rows, 767.00 B in 0.002835 sec., 6349.20634920635 rows/sec., 264.21 KiB/sec. | ||
1671 | 2024.08.28 17:53:58.598591 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> DynamicQueryHandler: Done processing query | ||
1672 | 2024.08.28 17:53:58.598616 [ 3 ] {311ca1d3-83d0-4448-9cc0-20fd8ebc8c88} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1673 | 2024.08.28 17:53:58.598633 [ 3 ] {} <Debug> HTTP-Session: b2c2016d-d1e0-493b-b261-495444c91ce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.08.28 17:53:58.598928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1675 | 2024.08.28 17:53:58.598977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1676 | 2024.08.28 17:53:58.598996 [ 3 ] {} <Debug> HTTP-Session: 4f11a782-7f72-4a8f-a692-54e95c9f95ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1677 | 2024.08.28 17:53:58.599012 [ 3 ] {} <Debug> HTTP-Session: 4f11a782-7f72-4a8f-a692-54e95c9f95ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1678 | 2024.08.28 17:53:58.599026 [ 3 ] {} <Debug> HTTP-Session: 4f11a782-7f72-4a8f-a692-54e95c9f95ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1679 | 2024.08.28 17:53:58.599058 [ 3 ] {} <Trace> HTTP-Session: 4f11a782-7f72-4a8f-a692-54e95c9f95ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1680 | 2024.08.28 17:53:58.599199 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1681 | 2024.08.28 17:53:58.599465 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1682 | 2024.08.28 17:53:58.599507 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
1683 | 2024.08.28 17:53:58.599772 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1684 | 2024.08.28 17:53:58.599836 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1685 | 2024.08.28 17:53:58.599976 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1686 | 2024.08.28 17:53:58.600109 [ 256 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1687 | 2024.08.28 17:53:58.600141 [ 252 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1688 | 2024.08.28 17:53:58.600150 [ 257 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1689 | 2024.08.28 17:53:58.600277 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
1690 | 2024.08.28 17:53:58.600304 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1691 | 2024.08.28 17:53:58.600383 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1692 | 2024.08.28 17:53:58.600403 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1693 | 2024.08.28 17:53:58.600442 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
1694 | 2024.08.28 17:53:58.600481 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
1695 | 2024.08.28 17:53:58.601731 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> executeQuery: Read 18 rows, 767.00 B in 0.002599 sec., 6925.740669488264 rows/sec., 288.20 KiB/sec. | ||
1696 | 2024.08.28 17:53:58.602018 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> DynamicQueryHandler: Done processing query | ||
1697 | 2024.08.28 17:53:58.602041 [ 3 ] {a1b204df-8e7a-493f-8a53-11c279a8b5c6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1698 | 2024.08.28 17:53:58.602058 [ 3 ] {} <Debug> HTTP-Session: 4f11a782-7f72-4a8f-a692-54e95c9f95ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.08.28 17:53:58.602307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1700 | 2024.08.28 17:53:58.602354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1701 | 2024.08.28 17:53:58.602373 [ 3 ] {} <Debug> HTTP-Session: 97b86fbd-97a3-44f7-bcd3-87c35499f591 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1702 | 2024.08.28 17:53:58.602389 [ 3 ] {} <Debug> HTTP-Session: 97b86fbd-97a3-44f7-bcd3-87c35499f591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1703 | 2024.08.28 17:53:58.602403 [ 3 ] {} <Debug> HTTP-Session: 97b86fbd-97a3-44f7-bcd3-87c35499f591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.08.28 17:53:58.602435 [ 3 ] {} <Trace> HTTP-Session: 97b86fbd-97a3-44f7-bcd3-87c35499f591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1705 | 2024.08.28 17:53:58.602573 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1706 | 2024.08.28 17:53:58.602842 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1707 | 2024.08.28 17:53:58.602884 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
1708 | 2024.08.28 17:53:58.603152 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1709 | 2024.08.28 17:53:58.603217 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1710 | 2024.08.28 17:53:58.603356 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1711 | 2024.08.28 17:53:58.603469 [ 255 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1712 | 2024.08.28 17:53:58.603493 [ 253 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1713 | 2024.08.28 17:53:58.603518 [ 252 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1714 | 2024.08.28 17:53:58.603635 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
1715 | 2024.08.28 17:53:58.603663 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1716 | 2024.08.28 17:53:58.603743 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1717 | 2024.08.28 17:53:58.603763 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1718 | 2024.08.28 17:53:58.603802 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
1719 | 2024.08.28 17:53:58.603842 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
1720 | 2024.08.28 17:53:58.605139 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> executeQuery: Read 18 rows, 767.00 B in 0.00263 sec., 6844.106463878327 rows/sec., 284.80 KiB/sec. | ||
1721 | 2024.08.28 17:53:58.605437 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> DynamicQueryHandler: Done processing query | ||
1722 | 2024.08.28 17:53:58.605461 [ 3 ] {53c23adc-22ac-4145-a049-32606f52e4f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1723 | 2024.08.28 17:53:58.605478 [ 3 ] {} <Debug> HTTP-Session: 97b86fbd-97a3-44f7-bcd3-87c35499f591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.08.28 17:53:58.605717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1725 | 2024.08.28 17:53:58.605764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1726 | 2024.08.28 17:53:58.605783 [ 3 ] {} <Debug> HTTP-Session: db534226-fd68-47d1-94a3-d2500dbe3fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1727 | 2024.08.28 17:53:58.605799 [ 3 ] {} <Debug> HTTP-Session: db534226-fd68-47d1-94a3-d2500dbe3fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.08.28 17:53:58.605813 [ 3 ] {} <Debug> HTTP-Session: db534226-fd68-47d1-94a3-d2500dbe3fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.08.28 17:53:58.605844 [ 3 ] {} <Trace> HTTP-Session: db534226-fd68-47d1-94a3-d2500dbe3fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1730 | 2024.08.28 17:53:58.605984 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1731 | 2024.08.28 17:53:58.606259 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1732 | 2024.08.28 17:53:58.606302 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE | ||
1733 | 2024.08.28 17:53:58.606573 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1734 | 2024.08.28 17:53:58.606636 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1735 | 2024.08.28 17:53:58.606773 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1736 | 2024.08.28 17:53:58.606899 [ 252 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1737 | 2024.08.28 17:53:58.606919 [ 256 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1738 | 2024.08.28 17:53:58.606917 [ 255 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1739 | 2024.08.28 17:53:58.607046 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
1740 | 2024.08.28 17:53:58.607073 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1741 | 2024.08.28 17:53:58.607150 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1742 | 2024.08.28 17:53:58.607170 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1743 | 2024.08.28 17:53:58.607209 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
1744 | 2024.08.28 17:53:58.607249 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
1745 | 2024.08.28 17:53:58.608529 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> executeQuery: Read 18 rows, 767.00 B in 0.00261 sec., 6896.551724137931 rows/sec., 286.98 KiB/sec. | ||
1746 | 2024.08.28 17:53:58.608817 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> DynamicQueryHandler: Done processing query | ||
1747 | 2024.08.28 17:53:58.608840 [ 3 ] {bf5f81e7-c92b-464f-9897-0a0b23e375a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1748 | 2024.08.28 17:53:58.608856 [ 3 ] {} <Debug> HTTP-Session: db534226-fd68-47d1-94a3-d2500dbe3fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1749 | 2024.08.28 17:53:58.609113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1750 | 2024.08.28 17:53:58.609160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1751 | 2024.08.28 17:53:58.609179 [ 3 ] {} <Debug> HTTP-Session: 047f318f-4ed0-4755-b92f-2e32c66d0a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1752 | 2024.08.28 17:53:58.609196 [ 3 ] {} <Debug> HTTP-Session: 047f318f-4ed0-4755-b92f-2e32c66d0a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.08.28 17:53:58.609210 [ 3 ] {} <Debug> HTTP-Session: 047f318f-4ed0-4755-b92f-2e32c66d0a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1754 | 2024.08.28 17:53:58.609241 [ 3 ] {} <Trace> HTTP-Session: 047f318f-4ed0-4755-b92f-2e32c66d0a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1755 | 2024.08.28 17:53:58.609381 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT JSONEachRow; (stage: Complete) | ||
1756 | 2024.08.28 17:53:58.609654 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1757 | 2024.08.28 17:53:58.609696 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
1758 | 2024.08.28 17:53:58.609972 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1759 | 2024.08.28 17:53:58.610038 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1760 | 2024.08.28 17:53:58.610177 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1761 | 2024.08.28 17:53:58.610305 [ 252 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1762 | 2024.08.28 17:53:58.610311 [ 254 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1763 | 2024.08.28 17:53:58.610326 [ 253 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1764 | 2024.08.28 17:53:58.610455 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
1765 | 2024.08.28 17:53:58.610482 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1766 | 2024.08.28 17:53:58.610564 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1767 | 2024.08.28 17:53:58.610582 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1768 | 2024.08.28 17:53:58.610621 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1769 | 2024.08.28 17:53:58.610660 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
1770 | 2024.08.28 17:53:58.611868 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> executeQuery: Read 18 rows, 767.00 B in 0.002553 sec., 7050.5287896592245 rows/sec., 293.39 KiB/sec. | ||
1771 | 2024.08.28 17:53:58.612169 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> DynamicQueryHandler: Done processing query | ||
1772 | 2024.08.28 17:53:58.612193 [ 3 ] {6ce32144-6267-4e43-8fa5-e353987c7ea4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1773 | 2024.08.28 17:53:58.612209 [ 3 ] {} <Debug> HTTP-Session: 047f318f-4ed0-4755-b92f-2e32c66d0a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.08.28 17:53:58.719409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1775 | 2024.08.28 17:53:58.719516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1776 | 2024.08.28 17:53:58.719543 [ 3 ] {} <Debug> HTTP-Session: cec26516-ccea-42e2-9828-e1a671b4c27a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1777 | 2024.08.28 17:53:58.719566 [ 3 ] {} <Debug> HTTP-Session: cec26516-ccea-42e2-9828-e1a671b4c27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.08.28 17:53:58.719584 [ 3 ] {} <Debug> HTTP-Session: cec26516-ccea-42e2-9828-e1a671b4c27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.08.28 17:53:58.719631 [ 3 ] {} <Trace> HTTP-Session: cec26516-ccea-42e2-9828-e1a671b4c27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1780 | 2024.08.28 17:53:58.719812 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1781 | 2024.08.28 17:53:58.719878 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1782 | 2024.08.28 17:53:58.720115 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1783 | 2024.08.28 17:53:58.720583 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1784 | 2024.08.28 17:53:58.720632 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1785 | 2024.08.28 17:53:58.721239 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1786 | 2024.08.28 17:53:58.721563 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1787 | 2024.08.28 17:53:58.721714 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001958 sec., 3064.35137895812 rows/sec., 682.30 KiB/sec. | ||
1788 | 2024.08.28 17:53:58.721916 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Debug> DynamicQueryHandler: Done processing query | ||
1789 | 2024.08.28 17:53:58.721942 [ 3 ] {3e9cf6c1-6e2b-4297-8255-97ade59c8c8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1790 | 2024.08.28 17:53:58.721958 [ 3 ] {} <Debug> HTTP-Session: cec26516-ccea-42e2-9828-e1a671b4c27a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1791 | 2024.08.28 17:53:58.722270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 165459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1792 | 2024.08.28 17:53:58.722323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1793 | 2024.08.28 17:53:58.722343 [ 3 ] {} <Debug> HTTP-Session: a4aaeea3-81a2-42c7-bd27-d59612dd764d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1794 | 2024.08.28 17:53:58.722360 [ 3 ] {} <Debug> HTTP-Session: a4aaeea3-81a2-42c7-bd27-d59612dd764d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.08.28 17:53:58.722374 [ 3 ] {} <Debug> HTTP-Session: a4aaeea3-81a2-42c7-bd27-d59612dd764d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1796 | 2024.08.28 17:53:58.722406 [ 3 ] {} <Trace> HTTP-Session: a4aaeea3-81a2-42c7-bd27-d59612dd764d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1797 | 2024.08.28 17:53:58.723035 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1798 | 2024.08.28 17:53:58.723083 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1799 | 2024.08.28 17:53:58.723330 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1800 | 2024.08.28 17:53:58.724528 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1801 | 2024.08.28 17:53:58.724566 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1802 | 2024.08.28 17:53:58.725169 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1803 | 2024.08.28 17:53:58.725544 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1804 | 2024.08.28 17:53:58.725675 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Debug> executeQuery: Read 1140 rows, 96.56 KiB in 0.003139 sec., 363172.9850270787 rows/sec., 30.04 MiB/sec. | ||
1805 | 2024.08.28 17:53:58.725909 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Debug> DynamicQueryHandler: Done processing query | ||
1806 | 2024.08.28 17:53:58.725935 [ 3 ] {8dfeeacd-64a1-4be4-b22d-cc0b8ca27cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
1807 | 2024.08.28 17:53:58.725951 [ 3 ] {} <Debug> HTTP-Session: a4aaeea3-81a2-42c7-bd27-d59612dd764d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.08.28 17:53:58.726233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1809 | 2024.08.28 17:53:58.726283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1810 | 2024.08.28 17:53:58.726302 [ 3 ] {} <Debug> HTTP-Session: 458a6036-7291-47ca-81dc-526f1d322d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1811 | 2024.08.28 17:53:58.726319 [ 3 ] {} <Debug> HTTP-Session: 458a6036-7291-47ca-81dc-526f1d322d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.08.28 17:53:58.726334 [ 3 ] {} <Debug> HTTP-Session: 458a6036-7291-47ca-81dc-526f1d322d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1813 | 2024.08.28 17:53:58.726365 [ 3 ] {} <Trace> HTTP-Session: 458a6036-7291-47ca-81dc-526f1d322d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1814 | 2024.08.28 17:53:58.726552 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1815 | 2024.08.28 17:53:58.726595 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1816 | 2024.08.28 17:53:58.726831 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1817 | 2024.08.28 17:53:58.727283 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1818 | 2024.08.28 17:53:58.727321 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1819 | 2024.08.28 17:53:58.727728 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1820 | 2024.08.28 17:53:58.728090 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1821 | 2024.08.28 17:53:58.728248 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001794 sec., 127090.30100334447 rows/sec., 8.61 MiB/sec. | ||
1822 | 2024.08.28 17:53:58.728446 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Debug> DynamicQueryHandler: Done processing query | ||
1823 | 2024.08.28 17:53:58.728470 [ 3 ] {e4fcfc53-2221-484c-b01d-3053af59da92} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1824 | 2024.08.28 17:53:58.728485 [ 3 ] {} <Debug> HTTP-Session: 458a6036-7291-47ca-81dc-526f1d322d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1825 | 2024.08.28 17:53:58.728742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 74998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1826 | 2024.08.28 17:53:58.728791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1827 | 2024.08.28 17:53:58.728809 [ 3 ] {} <Debug> HTTP-Session: eddb73a4-7cbf-4b68-942f-10595813d49e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1828 | 2024.08.28 17:53:58.728825 [ 3 ] {} <Debug> HTTP-Session: eddb73a4-7cbf-4b68-942f-10595813d49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1829 | 2024.08.28 17:53:58.728839 [ 3 ] {} <Debug> HTTP-Session: eddb73a4-7cbf-4b68-942f-10595813d49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1830 | 2024.08.28 17:53:58.728871 [ 3 ] {} <Trace> HTTP-Session: eddb73a4-7cbf-4b68-942f-10595813d49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1831 | 2024.08.28 17:53:58.729200 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1832 | 2024.08.28 17:53:58.729244 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1833 | 2024.08.28 17:53:58.729462 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1834 | 2024.08.28 17:53:58.730034 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1835 | 2024.08.28 17:53:58.730071 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1836 | 2024.08.28 17:53:58.730448 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1837 | 2024.08.28 17:53:58.730817 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1838 | 2024.08.28 17:53:58.730977 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Debug> executeQuery: Read 456 rows, 34.29 KiB in 0.001997 sec., 228342.51377065596 rows/sec., 16.77 MiB/sec. | ||
1839 | 2024.08.28 17:53:58.731146 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Debug> DynamicQueryHandler: Done processing query | ||
1840 | 2024.08.28 17:53:58.731170 [ 3 ] {fd92df01-2e77-47b5-9377-72252042be3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
1841 | 2024.08.28 17:53:58.731186 [ 3 ] {} <Debug> HTTP-Session: eddb73a4-7cbf-4b68-942f-10595813d49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1842 | 2024.08.28 17:53:58.731684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 511327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1843 | 2024.08.28 17:53:58.731731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1844 | 2024.08.28 17:53:58.731750 [ 3 ] {} <Debug> HTTP-Session: 6272a569-21a3-4056-b357-f8d08ee8b67e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1845 | 2024.08.28 17:53:58.731766 [ 3 ] {} <Debug> HTTP-Session: 6272a569-21a3-4056-b357-f8d08ee8b67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1846 | 2024.08.28 17:53:58.731780 [ 3 ] {} <Debug> HTTP-Session: 6272a569-21a3-4056-b357-f8d08ee8b67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.08.28 17:53:58.731811 [ 3 ] {} <Trace> HTTP-Session: 6272a569-21a3-4056-b357-f8d08ee8b67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1848 | 2024.08.28 17:53:58.733017 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1849 | 2024.08.28 17:53:58.733069 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1850 | 2024.08.28 17:53:58.733212 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1851 | 2024.08.28 17:53:58.735435 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2024.08.28 17:53:58.735476 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1853 | 2024.08.28 17:53:58.736170 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1854 | 2024.08.28 17:53:58.736512 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2024.08.28 17:53:58.736664 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Debug> executeQuery: Read 2706 rows, 184.98 KiB in 0.004595 sec., 588900.9793253536 rows/sec., 39.31 MiB/sec. | ||
1856 | 2024.08.28 17:53:58.736826 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.08.28 17:53:58.736850 [ 3 ] {88d4098c-6861-45a1-96bf-cb74dfe21889} <Debug> MemoryTracker: Peak memory usage (for query): 5.53 MiB. | ||
1858 | 2024.08.28 17:53:58.736866 [ 3 ] {} <Debug> HTTP-Session: 6272a569-21a3-4056-b357-f8d08ee8b67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.08.28 17:54:03.008879 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1860 | 2024.08.28 17:54:03.008932 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1861 | 2024.08.28 17:54:03.410905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 14577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1862 | 2024.08.28 17:54:03.411051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1863 | 2024.08.28 17:54:03.411098 [ 3 ] {} <Debug> HTTP-Session: 976eab79-dd8b-4f3b-9a01-c53db69cdcc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1864 | 2024.08.28 17:54:03.411127 [ 3 ] {} <Debug> HTTP-Session: 976eab79-dd8b-4f3b-9a01-c53db69cdcc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.08.28 17:54:03.411147 [ 3 ] {} <Debug> HTTP-Session: 976eab79-dd8b-4f3b-9a01-c53db69cdcc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.08.28 17:54:03.411205 [ 3 ] {} <Trace> HTTP-Session: 976eab79-dd8b-4f3b-9a01-c53db69cdcc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1867 | 2024.08.28 17:54:03.411441 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1868 | 2024.08.28 17:54:03.411519 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1869 | 2024.08.28 17:54:03.411897 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1870 | 2024.08.28 17:54:03.412384 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2024.08.28 17:54:03.412429 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1872 | 2024.08.28 17:54:03.412874 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1873 | 2024.08.28 17:54:03.413280 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1874 | 2024.08.28 17:54:03.413427 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Debug> executeQuery: Read 96 rows, 8.71 KiB in 0.002074 sec., 46287.36740597879 rows/sec., 4.10 MiB/sec. | ||
1875 | 2024.08.28 17:54:03.413433 [ 80 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1876 | 2024.08.28 17:54:03.413504 [ 80 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1877 | 2024.08.28 17:54:03.413543 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1878 | 2024.08.28 17:54:03.413657 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Debug> DynamicQueryHandler: Done processing query | ||
1879 | 2024.08.28 17:54:03.413686 [ 3 ] {22dc5a3b-1efe-4480-9b32-4e43cd372e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1880 | 2024.08.28 17:54:03.413703 [ 3 ] {} <Debug> HTTP-Session: 976eab79-dd8b-4f3b-9a01-c53db69cdcc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.08.28 17:54:03.413830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1882 | 2024.08.28 17:54:03.413884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1883 | 2024.08.28 17:54:03.413905 [ 3 ] {} <Debug> HTTP-Session: 8a4b195b-9b7c-4102-a7aa-274084fe7b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1884 | 2024.08.28 17:54:03.413924 [ 3 ] {} <Debug> HTTP-Session: 8a4b195b-9b7c-4102-a7aa-274084fe7b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1885 | 2024.08.28 17:54:03.413938 [ 3 ] {} <Debug> HTTP-Session: 8a4b195b-9b7c-4102-a7aa-274084fe7b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1886 | 2024.08.28 17:54:03.413973 [ 3 ] {} <Trace> HTTP-Session: 8a4b195b-9b7c-4102-a7aa-274084fe7b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1887 | 2024.08.28 17:54:03.414097 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1888 | 2024.08.28 17:54:03.414144 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1889 | 2024.08.28 17:54:03.414379 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1890 | 2024.08.28 17:54:03.414760 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1891 | 2024.08.28 17:54:03.414797 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
1892 | 2024.08.28 17:54:03.415157 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1893 | 2024.08.28 17:54:03.415552 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1894 | 2024.08.28 17:54:03.415694 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001642 sec., 21315.46894031669 rows/sec., 1.57 MiB/sec. | ||
1895 | 2024.08.28 17:54:03.416015 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Debug> DynamicQueryHandler: Done processing query | ||
1896 | 2024.08.28 17:54:03.416042 [ 3 ] {66a78f72-1b81-4445-97a1-a3edc65ae200} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1897 | 2024.08.28 17:54:03.416059 [ 3 ] {} <Debug> HTTP-Session: 8a4b195b-9b7c-4102-a7aa-274084fe7b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.08.28 17:54:03.416235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1899 | 2024.08.28 17:54:03.416287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1900 | 2024.08.28 17:54:03.416306 [ 3 ] {} <Debug> HTTP-Session: e3d1740a-163a-44b4-a27a-515d1c8521cf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1901 | 2024.08.28 17:54:03.416324 [ 3 ] {} <Debug> HTTP-Session: e3d1740a-163a-44b4-a27a-515d1c8521cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1902 | 2024.08.28 17:54:03.416338 [ 3 ] {} <Debug> HTTP-Session: e3d1740a-163a-44b4-a27a-515d1c8521cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1903 | 2024.08.28 17:54:03.416371 [ 3 ] {} <Trace> HTTP-Session: e3d1740a-163a-44b4-a27a-515d1c8521cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1904 | 2024.08.28 17:54:03.416489 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1905 | 2024.08.28 17:54:03.416533 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1906 | 2024.08.28 17:54:03.416779 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1907 | 2024.08.28 17:54:03.417188 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1908 | 2024.08.28 17:54:03.417237 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
1909 | 2024.08.28 17:54:03.417702 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
1910 | 2024.08.28 17:54:03.417722 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1911 | 2024.08.28 17:54:03.417882 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1912 | 2024.08.28 17:54:03.418109 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
1913 | 2024.08.28 17:54:03.418186 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1914 | 2024.08.28 17:54:03.418401 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 67 rows starting from the beginning of the part | ||
1915 | 2024.08.28 17:54:03.418558 [ 80 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1916 | 2024.08.28 17:54:03.418738 [ 80 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1917 | 2024.08.28 17:54:03.418805 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.002302 sec., 27367.506516072983 rows/sec., 2.14 MiB/sec. | ||
1918 | 2024.08.28 17:54:03.418864 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
1919 | 2024.08.28 17:54:03.419062 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 96 rows starting from the beginning of the part | ||
1920 | 2024.08.28 17:54:03.419660 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1921 | 2024.08.28 17:54:03.419652 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
1922 | 2024.08.28 17:54:03.419738 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Debug> DynamicQueryHandler: Done processing query | ||
1923 | 2024.08.28 17:54:03.419858 [ 3 ] {9b3c92cc-53cf-473c-b27a-f53fdfc63c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1924 | 2024.08.28 17:54:03.419997 [ 3 ] {} <Debug> HTTP-Session: e3d1740a-163a-44b4-a27a-515d1c8521cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1925 | 2024.08.28 17:54:03.420097 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1140 rows starting from the beginning of the part | ||
1926 | 2024.08.28 17:54:03.420412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1927 | 2024.08.28 17:54:03.420651 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 96 rows starting from the beginning of the part | ||
1928 | 2024.08.28 17:54:03.420684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1929 | 2024.08.28 17:54:03.420711 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1930 | 2024.08.28 17:54:03.420746 [ 3 ] {} <Debug> HTTP-Session: b1e74471-03da-4306-88ac-1db66e941160 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1931 | 2024.08.28 17:54:03.420879 [ 3 ] {} <Debug> HTTP-Session: b1e74471-03da-4306-88ac-1db66e941160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.08.28 17:54:03.420868 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1933 | 2024.08.28 17:54:03.420960 [ 3 ] {} <Debug> HTTP-Session: b1e74471-03da-4306-88ac-1db66e941160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.08.28 17:54:03.421178 [ 3 ] {} <Trace> HTTP-Session: b1e74471-03da-4306-88ac-1db66e941160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1935 | 2024.08.28 17:54:03.421502 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 45 rows starting from the beginning of the part | ||
1936 | 2024.08.28 17:54:03.421672 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1937 | 2024.08.28 17:54:03.421968 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1938 | 2024.08.28 17:54:03.422131 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 63 rows starting from the beginning of the part | ||
1939 | 2024.08.28 17:54:03.422738 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1940 | 2024.08.28 17:54:03.423242 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 456 rows starting from the beginning of the part | ||
1941 | 2024.08.28 17:54:03.423777 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 63 rows starting from the beginning of the part | ||
1942 | 2024.08.28 17:54:03.424437 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1943 | 2024.08.28 17:54:03.426457 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1944 | 2024.08.28 17:54:03.426567 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
1945 | 2024.08.28 17:54:03.427728 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1441 rows, containing 5 columns (5 merged, 0 gathered) in 0.014100114 sec., 102197.75528056014 rows/sec., 8.98 MiB/sec. | ||
1946 | 2024.08.28 17:54:03.428226 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1947 | 2024.08.28 17:54:03.428730 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1948 | 2024.08.28 17:54:03.430472 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 663 rows, containing 5 columns (5 merged, 0 gathered) in 0.011377483 sec., 58272.99412356845 rows/sec., 4.59 MiB/sec. | ||
1949 | 2024.08.28 17:54:03.430672 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1950 | 2024.08.28 17:54:03.430715 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1951 | 2024.08.28 17:54:03.430867 [ 200 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_6_1} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1952 | 2024.08.28 17:54:03.430890 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1953 | 2024.08.28 17:54:03.431202 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
1954 | 2024.08.28 17:54:03.431274 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.009769 sec., 5118.231139318252 rows/sec., 363.37 KiB/sec. | ||
1955 | 2024.08.28 17:54:03.431687 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Debug> DynamicQueryHandler: Done processing query | ||
1956 | 2024.08.28 17:54:03.431747 [ 3 ] {15763e71-7609-4bb1-b8ae-885cc0e3e238} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1957 | 2024.08.28 17:54:03.431804 [ 3 ] {} <Debug> HTTP-Session: b1e74471-03da-4306-88ac-1db66e941160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1958 | 2024.08.28 17:54:03.432006 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1959 | 2024.08.28 17:54:03.432064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 57442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1960 | 2024.08.28 17:54:03.432172 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_6_1} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1961 | 2024.08.28 17:54:03.432182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1962 | 2024.08.28 17:54:03.432223 [ 3 ] {} <Debug> HTTP-Session: 3a2d79fc-9594-4720-b59e-5cf32373cfd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1963 | 2024.08.28 17:54:03.432286 [ 3 ] {} <Debug> HTTP-Session: 3a2d79fc-9594-4720-b59e-5cf32373cfd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1964 | 2024.08.28 17:54:03.432319 [ 3 ] {} <Debug> HTTP-Session: 3a2d79fc-9594-4720-b59e-5cf32373cfd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.08.28 17:54:03.432324 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
1966 | 2024.08.28 17:54:03.432391 [ 3 ] {} <Trace> HTTP-Session: 3a2d79fc-9594-4720-b59e-5cf32373cfd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1967 | 2024.08.28 17:54:03.433528 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1968 | 2024.08.28 17:54:03.433608 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1969 | 2024.08.28 17:54:03.434054 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1970 | 2024.08.28 17:54:03.434843 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1971 | 2024.08.28 17:54:03.434880 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1972 | 2024.08.28 17:54:03.435599 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1973 | 2024.08.28 17:54:03.436042 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1974 | 2024.08.28 17:54:03.436193 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003704 sec., 9449.244060475163 rows/sec., 16.93 MiB/sec. | ||
1975 | 2024.08.28 17:54:03.436425 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Debug> DynamicQueryHandler: Done processing query | ||
1976 | 2024.08.28 17:54:03.436451 [ 3 ] {3ada9685-d699-4c0f-ab7d-4353989205ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
1977 | 2024.08.28 17:54:03.436468 [ 3 ] {} <Debug> HTTP-Session: 3a2d79fc-9594-4720-b59e-5cf32373cfd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.08.28 17:54:03.436592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1979 | 2024.08.28 17:54:03.436642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1980 | 2024.08.28 17:54:03.436661 [ 3 ] {} <Debug> HTTP-Session: e0f2c8a9-7835-46c3-afe6-6ee37109df83 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1981 | 2024.08.28 17:54:03.436679 [ 3 ] {} <Debug> HTTP-Session: e0f2c8a9-7835-46c3-afe6-6ee37109df83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.08.28 17:54:03.436694 [ 3 ] {} <Debug> HTTP-Session: e0f2c8a9-7835-46c3-afe6-6ee37109df83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.08.28 17:54:03.436727 [ 3 ] {} <Trace> HTTP-Session: e0f2c8a9-7835-46c3-afe6-6ee37109df83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1984 | 2024.08.28 17:54:03.436833 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1985 | 2024.08.28 17:54:03.436879 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1986 | 2024.08.28 17:54:03.437010 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1987 | 2024.08.28 17:54:03.437329 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1988 | 2024.08.28 17:54:03.437367 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
1989 | 2024.08.28 17:54:03.437750 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1990 | 2024.08.28 17:54:03.438126 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1991 | 2024.08.28 17:54:03.438255 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001454 sec., 13755.15818431912 rows/sec., 967.16 KiB/sec. | ||
1992 | 2024.08.28 17:54:03.438530 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Debug> DynamicQueryHandler: Done processing query | ||
1993 | 2024.08.28 17:54:03.438555 [ 3 ] {6b26ffd2-4348-4c02-ae5b-6d0a21ad3495} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1994 | 2024.08.28 17:54:03.438571 [ 3 ] {} <Debug> HTTP-Session: e0f2c8a9-7835-46c3-afe6-6ee37109df83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1995 | 2024.08.28 17:54:04.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.10 MiB, peak 190.69 MiB, free memory in arenas 0.00 B, will set to 180.24 MiB (RSS), difference: 1.14 MiB | ||
1996 | 2024.08.28 17:54:08.409126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3692, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1997 | 2024.08.28 17:54:08.409305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1998 | 2024.08.28 17:54:08.409351 [ 3 ] {} <Debug> HTTP-Session: d8c74eca-2a6b-4be4-a435-b4af6178909d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
1999 | 2024.08.28 17:54:08.409394 [ 3 ] {} <Debug> HTTP-Session: d8c74eca-2a6b-4be4-a435-b4af6178909d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.08.28 17:54:08.409424 [ 3 ] {} <Debug> HTTP-Session: d8c74eca-2a6b-4be4-a435-b4af6178909d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.08.28 17:54:08.409505 [ 3 ] {} <Trace> HTTP-Session: d8c74eca-2a6b-4be4-a435-b4af6178909d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2002 | 2024.08.28 17:54:08.409851 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2003 | 2024.08.28 17:54:08.409964 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2004 | 2024.08.28 17:54:08.410334 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2005 | 2024.08.28 17:54:08.410801 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2006 | 2024.08.28 17:54:08.410850 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2007 | 2024.08.28 17:54:08.411280 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2008 | 2024.08.28 17:54:08.411680 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2009 | 2024.08.28 17:54:08.411867 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002108 sec., 12333.965844402277 rows/sec., 977.95 KiB/sec. | ||
2010 | 2024.08.28 17:54:08.412430 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Debug> DynamicQueryHandler: Done processing query | ||
2011 | 2024.08.28 17:54:08.412457 [ 3 ] {0dde44f8-76d8-4d66-995f-8cb7203205f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2012 | 2024.08.28 17:54:08.412474 [ 3 ] {} <Debug> HTTP-Session: d8c74eca-2a6b-4be4-a435-b4af6178909d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.08.28 17:54:08.412618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 4798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2014 | 2024.08.28 17:54:08.412674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2015 | 2024.08.28 17:54:08.412694 [ 3 ] {} <Debug> HTTP-Session: d5b9334e-6085-44b8-bc14-b086b1f33c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2016 | 2024.08.28 17:54:08.412712 [ 3 ] {} <Debug> HTTP-Session: d5b9334e-6085-44b8-bc14-b086b1f33c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2017 | 2024.08.28 17:54:08.412726 [ 3 ] {} <Debug> HTTP-Session: d5b9334e-6085-44b8-bc14-b086b1f33c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.08.28 17:54:08.412762 [ 3 ] {} <Trace> HTTP-Session: d5b9334e-6085-44b8-bc14-b086b1f33c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2019 | 2024.08.28 17:54:08.412877 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2020 | 2024.08.28 17:54:08.412924 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2021 | 2024.08.28 17:54:08.413190 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2022 | 2024.08.28 17:54:08.413566 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2023 | 2024.08.28 17:54:08.413603 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2024 | 2024.08.28 17:54:08.413966 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2025 | 2024.08.28 17:54:08.414328 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2026 | 2024.08.28 17:54:08.414493 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001652 sec., 16949.15254237288 rows/sec., 1.32 MiB/sec. | ||
2027 | 2024.08.28 17:54:08.414675 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Debug> DynamicQueryHandler: Done processing query | ||
2028 | 2024.08.28 17:54:08.414699 [ 3 ] {cf40928e-6734-4f15-abaf-d2a1ff21bfc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2029 | 2024.08.28 17:54:08.414715 [ 3 ] {} <Debug> HTTP-Session: d5b9334e-6085-44b8-bc14-b086b1f33c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2030 | 2024.08.28 17:54:08.414859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2031 | 2024.08.28 17:54:08.414908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2032 | 2024.08.28 17:54:08.414927 [ 3 ] {} <Debug> HTTP-Session: b91a1223-a7b7-4302-b0b1-7bfd2c4f3750 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2033 | 2024.08.28 17:54:08.414943 [ 3 ] {} <Debug> HTTP-Session: b91a1223-a7b7-4302-b0b1-7bfd2c4f3750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.08.28 17:54:08.414957 [ 3 ] {} <Debug> HTTP-Session: b91a1223-a7b7-4302-b0b1-7bfd2c4f3750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2035 | 2024.08.28 17:54:08.414989 [ 3 ] {} <Trace> HTTP-Session: b91a1223-a7b7-4302-b0b1-7bfd2c4f3750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2036 | 2024.08.28 17:54:08.415106 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2037 | 2024.08.28 17:54:08.415153 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2038 | 2024.08.28 17:54:08.415308 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2039 | 2024.08.28 17:54:08.415656 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2040 | 2024.08.28 17:54:08.415693 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2041 | 2024.08.28 17:54:08.416082 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2042 | 2024.08.28 17:54:08.416451 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2043 | 2024.08.28 17:54:08.416619 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001546 sec., 32341.526520051746 rows/sec., 2.24 MiB/sec. | ||
2044 | 2024.08.28 17:54:08.417051 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Debug> DynamicQueryHandler: Done processing query | ||
2045 | 2024.08.28 17:54:08.417076 [ 3 ] {a6b0f385-0102-4ddb-8f65-e8b83bcb794b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2046 | 2024.08.28 17:54:08.417092 [ 3 ] {} <Debug> HTTP-Session: b91a1223-a7b7-4302-b0b1-7bfd2c4f3750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.08.28 17:54:08.417302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2048 | 2024.08.28 17:54:08.417351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2049 | 2024.08.28 17:54:08.417369 [ 3 ] {} <Debug> HTTP-Session: facb003d-9cdc-46ca-a5cc-82ebd18b31f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2050 | 2024.08.28 17:54:08.417386 [ 3 ] {} <Debug> HTTP-Session: facb003d-9cdc-46ca-a5cc-82ebd18b31f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2051 | 2024.08.28 17:54:08.417400 [ 3 ] {} <Debug> HTTP-Session: facb003d-9cdc-46ca-a5cc-82ebd18b31f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2052 | 2024.08.28 17:54:08.417432 [ 3 ] {} <Trace> HTTP-Session: facb003d-9cdc-46ca-a5cc-82ebd18b31f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2053 | 2024.08.28 17:54:08.417536 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2054 | 2024.08.28 17:54:08.417581 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2055 | 2024.08.28 17:54:08.417726 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2056 | 2024.08.28 17:54:08.418014 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2057 | 2024.08.28 17:54:08.418051 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2058 | 2024.08.28 17:54:08.418414 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2059 | 2024.08.28 17:54:08.418741 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2060 | 2024.08.28 17:54:08.418906 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001388 sec., 14409.221902017292 rows/sec., 1013.15 KiB/sec. | ||
2061 | 2024.08.28 17:54:08.419329 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Debug> DynamicQueryHandler: Done processing query | ||
2062 | 2024.08.28 17:54:08.419353 [ 3 ] {f9dc6e53-527b-4760-be80-e91e3d37afc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2063 | 2024.08.28 17:54:08.419369 [ 3 ] {} <Debug> HTTP-Session: facb003d-9cdc-46ca-a5cc-82ebd18b31f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2064 | 2024.08.28 17:54:13.410692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2065 | 2024.08.28 17:54:13.410889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2066 | 2024.08.28 17:54:13.410937 [ 3 ] {} <Debug> HTTP-Session: ec18e967-712e-4a43-81f3-87df98a7e0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2067 | 2024.08.28 17:54:13.410980 [ 3 ] {} <Debug> HTTP-Session: ec18e967-712e-4a43-81f3-87df98a7e0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2068 | 2024.08.28 17:54:13.411009 [ 3 ] {} <Debug> HTTP-Session: ec18e967-712e-4a43-81f3-87df98a7e0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2069 | 2024.08.28 17:54:13.411090 [ 3 ] {} <Trace> HTTP-Session: ec18e967-712e-4a43-81f3-87df98a7e0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2070 | 2024.08.28 17:54:13.411398 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2071 | 2024.08.28 17:54:13.411800 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2072 | 2024.08.28 17:54:13.411848 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent')" moved to PREWHERE | ||
2073 | 2024.08.28 17:54:13.412194 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2074 | 2024.08.28 17:54:13.412280 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2075 | 2024.08.28 17:54:13.412462 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2076 | 2024.08.28 17:54:13.412672 [ 256 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2077 | 2024.08.28 17:54:13.412703 [ 257 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2078 | 2024.08.28 17:54:13.412711 [ 252 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2079 | 2024.08.28 17:54:13.412785 [ 255 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2080 | 2024.08.28 17:54:13.412971 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2081 | 2024.08.28 17:54:13.413003 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2082 | 2024.08.28 17:54:13.413124 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2083 | 2024.08.28 17:54:13.413148 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2084 | 2024.08.28 17:54:13.413192 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent'))" | ||
2085 | 2024.08.28 17:54:13.413236 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent'))" | ||
2086 | 2024.08.28 17:54:13.413277 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent'))" | ||
2087 | 2024.08.28 17:54:13.415354 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.004061 sec., 5909.874415168677 rows/sec., 237.83 KiB/sec. | ||
2088 | 2024.08.28 17:54:13.415798 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> DynamicQueryHandler: Done processing query | ||
2089 | 2024.08.28 17:54:13.415830 [ 3 ] {0f4a5a4c-587e-4774-be5a-c79bd1a46c8b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2090 | 2024.08.28 17:54:13.415852 [ 3 ] {} <Debug> HTTP-Session: ec18e967-712e-4a43-81f3-87df98a7e0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2091 | 2024.08.28 17:54:13.416159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2092 | 2024.08.28 17:54:13.416218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2093 | 2024.08.28 17:54:13.416237 [ 3 ] {} <Debug> HTTP-Session: 62c255fc-715d-4033-8f69-4444a2d5dbcb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2094 | 2024.08.28 17:54:13.416255 [ 3 ] {} <Debug> HTTP-Session: 62c255fc-715d-4033-8f69-4444a2d5dbcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2095 | 2024.08.28 17:54:13.416270 [ 3 ] {} <Debug> HTTP-Session: 62c255fc-715d-4033-8f69-4444a2d5dbcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2096 | 2024.08.28 17:54:13.416305 [ 3 ] {} <Trace> HTTP-Session: 62c255fc-715d-4033-8f69-4444a2d5dbcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2097 | 2024.08.28 17:54:13.416467 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
2098 | 2024.08.28 17:54:13.416757 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2099 | 2024.08.28 17:54:13.416800 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
2100 | 2024.08.28 17:54:13.417082 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2101 | 2024.08.28 17:54:13.417147 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2102 | 2024.08.28 17:54:13.417289 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2103 | 2024.08.28 17:54:13.417420 [ 259 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2104 | 2024.08.28 17:54:13.417450 [ 261 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2105 | 2024.08.28 17:54:13.417584 [ 260 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2106 | 2024.08.28 17:54:13.417586 [ 255 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2107 | 2024.08.28 17:54:13.417767 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2108 | 2024.08.28 17:54:13.417797 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2109 | 2024.08.28 17:54:13.417906 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2110 | 2024.08.28 17:54:13.417926 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2111 | 2024.08.28 17:54:13.417965 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled'))" | ||
2112 | 2024.08.28 17:54:13.418007 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled'))" | ||
2113 | 2024.08.28 17:54:13.418046 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled'))" | ||
2114 | 2024.08.28 17:54:13.419724 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003334 sec., 7198.560287942411 rows/sec., 289.69 KiB/sec. | ||
2115 | 2024.08.28 17:54:13.420058 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> DynamicQueryHandler: Done processing query | ||
2116 | 2024.08.28 17:54:13.420083 [ 3 ] {e0c3a74c-51f2-4a00-a3c1-797e9f2e81b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2117 | 2024.08.28 17:54:13.420100 [ 3 ] {} <Debug> HTTP-Session: 62c255fc-715d-4033-8f69-4444a2d5dbcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.08.28 17:54:13.420704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2119 | 2024.08.28 17:54:13.420753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2120 | 2024.08.28 17:54:13.420772 [ 3 ] {} <Debug> HTTP-Session: 0eb9fb26-9d4d-42d7-8775-46279232fc23 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2121 | 2024.08.28 17:54:13.420789 [ 3 ] {} <Debug> HTTP-Session: 0eb9fb26-9d4d-42d7-8775-46279232fc23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2122 | 2024.08.28 17:54:13.420803 [ 3 ] {} <Debug> HTTP-Session: 0eb9fb26-9d4d-42d7-8775-46279232fc23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.08.28 17:54:13.420835 [ 3 ] {} <Trace> HTTP-Session: 0eb9fb26-9d4d-42d7-8775-46279232fc23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2124 | 2024.08.28 17:54:13.420983 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
2125 | 2024.08.28 17:54:13.421292 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2126 | 2024.08.28 17:54:13.421339 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
2127 | 2024.08.28 17:54:13.421622 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2128 | 2024.08.28 17:54:13.421687 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2129 | 2024.08.28 17:54:13.421824 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2130 | 2024.08.28 17:54:13.421954 [ 256 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2131 | 2024.08.28 17:54:13.421952 [ 252 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2132 | 2024.08.28 17:54:13.422036 [ 257 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2133 | 2024.08.28 17:54:13.422068 [ 255 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2134 | 2024.08.28 17:54:13.422206 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2135 | 2024.08.28 17:54:13.422236 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2136 | 2024.08.28 17:54:13.422340 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2137 | 2024.08.28 17:54:13.422361 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2138 | 2024.08.28 17:54:13.422400 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
2139 | 2024.08.28 17:54:13.422443 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
2140 | 2024.08.28 17:54:13.422480 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
2141 | 2024.08.28 17:54:13.424123 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.00321 sec., 7476.6355140186915 rows/sec., 300.88 KiB/sec. | ||
2142 | 2024.08.28 17:54:13.424490 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> DynamicQueryHandler: Done processing query | ||
2143 | 2024.08.28 17:54:13.424519 [ 3 ] {c37944e8-f955-4854-a557-d7e4d71bd2e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2144 | 2024.08.28 17:54:13.424539 [ 3 ] {} <Debug> HTTP-Session: 0eb9fb26-9d4d-42d7-8775-46279232fc23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.08.28 17:54:13.424779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2146 | 2024.08.28 17:54:13.424837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2147 | 2024.08.28 17:54:13.424861 [ 3 ] {} <Debug> HTTP-Session: 8ccb64b0-a869-4bf0-96b0-d9a3a8c63486 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2148 | 2024.08.28 17:54:13.424881 [ 3 ] {} <Debug> HTTP-Session: 8ccb64b0-a869-4bf0-96b0-d9a3a8c63486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2149 | 2024.08.28 17:54:13.424898 [ 3 ] {} <Debug> HTTP-Session: 8ccb64b0-a869-4bf0-96b0-d9a3a8c63486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2150 | 2024.08.28 17:54:13.424936 [ 3 ] {} <Trace> HTTP-Session: 8ccb64b0-a869-4bf0-96b0-d9a3a8c63486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2151 | 2024.08.28 17:54:13.425119 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
2152 | 2024.08.28 17:54:13.425404 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2153 | 2024.08.28 17:54:13.425448 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
2154 | 2024.08.28 17:54:13.425735 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2155 | 2024.08.28 17:54:13.425800 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2156 | 2024.08.28 17:54:13.425939 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2157 | 2024.08.28 17:54:13.426100 [ 255 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2158 | 2024.08.28 17:54:13.426121 [ 257 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2159 | 2024.08.28 17:54:13.426141 [ 252 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2160 | 2024.08.28 17:54:13.426154 [ 259 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2161 | 2024.08.28 17:54:13.426345 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2162 | 2024.08.28 17:54:13.426376 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2163 | 2024.08.28 17:54:13.426483 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2164 | 2024.08.28 17:54:13.426504 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2165 | 2024.08.28 17:54:13.426544 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
2166 | 2024.08.28 17:54:13.426587 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
2167 | 2024.08.28 17:54:13.426626 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
2168 | 2024.08.28 17:54:13.428388 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003359 sec., 7144.98362607919 rows/sec., 287.53 KiB/sec. | ||
2169 | 2024.08.28 17:54:13.428725 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> DynamicQueryHandler: Done processing query | ||
2170 | 2024.08.28 17:54:13.428749 [ 3 ] {e9dd791d-0da5-44de-a7d2-66aa2f7c7f52} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2171 | 2024.08.28 17:54:13.428766 [ 3 ] {} <Debug> HTTP-Session: 8ccb64b0-a869-4bf0-96b0-d9a3a8c63486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2172 | 2024.08.28 17:54:13.428986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2173 | 2024.08.28 17:54:13.429034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2174 | 2024.08.28 17:54:13.429053 [ 3 ] {} <Debug> HTTP-Session: c5fe926e-57e5-45a1-b5b9-af5fbc2849bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2175 | 2024.08.28 17:54:13.429069 [ 3 ] {} <Debug> HTTP-Session: c5fe926e-57e5-45a1-b5b9-af5fbc2849bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2176 | 2024.08.28 17:54:13.429083 [ 3 ] {} <Debug> HTTP-Session: c5fe926e-57e5-45a1-b5b9-af5fbc2849bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2177 | 2024.08.28 17:54:13.429114 [ 3 ] {} <Trace> HTTP-Session: c5fe926e-57e5-45a1-b5b9-af5fbc2849bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2178 | 2024.08.28 17:54:13.429259 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2179 | 2024.08.28 17:54:13.429535 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2180 | 2024.08.28 17:54:13.429580 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
2181 | 2024.08.28 17:54:13.429871 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2182 | 2024.08.28 17:54:13.429935 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2183 | 2024.08.28 17:54:13.430075 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2184 | 2024.08.28 17:54:13.430293 [ 257 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2185 | 2024.08.28 17:54:13.430301 [ 255 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2186 | 2024.08.28 17:54:13.430326 [ 260 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2187 | 2024.08.28 17:54:13.430355 [ 252 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2188 | 2024.08.28 17:54:13.430549 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2189 | 2024.08.28 17:54:13.430579 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2190 | 2024.08.28 17:54:13.430689 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2191 | 2024.08.28 17:54:13.430710 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2192 | 2024.08.28 17:54:13.430750 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2193 | 2024.08.28 17:54:13.430795 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2194 | 2024.08.28 17:54:13.430835 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2195 | 2024.08.28 17:54:13.432608 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003419 sec., 7019.59637320854 rows/sec., 282.49 KiB/sec. | ||
2196 | 2024.08.28 17:54:13.432947 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> DynamicQueryHandler: Done processing query | ||
2197 | 2024.08.28 17:54:13.432971 [ 3 ] {76f2f5ba-4cef-4f18-80dd-7fa3ebedf022} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2198 | 2024.08.28 17:54:13.432988 [ 3 ] {} <Debug> HTTP-Session: c5fe926e-57e5-45a1-b5b9-af5fbc2849bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2199 | 2024.08.28 17:54:13.433218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2200 | 2024.08.28 17:54:13.433266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2201 | 2024.08.28 17:54:13.433285 [ 3 ] {} <Debug> HTTP-Session: 46e6caaf-1cda-4424-a441-cb7aaf42c1fa Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2202 | 2024.08.28 17:54:13.433301 [ 3 ] {} <Debug> HTTP-Session: 46e6caaf-1cda-4424-a441-cb7aaf42c1fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.08.28 17:54:13.433315 [ 3 ] {} <Debug> HTTP-Session: 46e6caaf-1cda-4424-a441-cb7aaf42c1fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2204 | 2024.08.28 17:54:13.433346 [ 3 ] {} <Trace> HTTP-Session: 46e6caaf-1cda-4424-a441-cb7aaf42c1fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2205 | 2024.08.28 17:54:13.433489 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2206 | 2024.08.28 17:54:13.433770 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2207 | 2024.08.28 17:54:13.433815 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2208 | 2024.08.28 17:54:13.434110 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2209 | 2024.08.28 17:54:13.434175 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2210 | 2024.08.28 17:54:13.434314 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2211 | 2024.08.28 17:54:13.434447 [ 255 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2212 | 2024.08.28 17:54:13.434464 [ 256 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2213 | 2024.08.28 17:54:13.434483 [ 257 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2214 | 2024.08.28 17:54:13.434532 [ 259 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2215 | 2024.08.28 17:54:13.434643 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2216 | 2024.08.28 17:54:13.434671 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2217 | 2024.08.28 17:54:13.434776 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2218 | 2024.08.28 17:54:13.434797 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2219 | 2024.08.28 17:54:13.434837 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2220 | 2024.08.28 17:54:13.434878 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2221 | 2024.08.28 17:54:13.434916 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2222 | 2024.08.28 17:54:13.436575 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003154 sec., 7609.3849080532655 rows/sec., 306.22 KiB/sec. | ||
2223 | 2024.08.28 17:54:13.436910 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> DynamicQueryHandler: Done processing query | ||
2224 | 2024.08.28 17:54:13.436935 [ 3 ] {f372aff0-bcb5-41fd-bce1-57e435e6def9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2225 | 2024.08.28 17:54:13.436952 [ 3 ] {} <Debug> HTTP-Session: 46e6caaf-1cda-4424-a441-cb7aaf42c1fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2226 | 2024.08.28 17:54:13.437175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2227 | 2024.08.28 17:54:13.437223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2228 | 2024.08.28 17:54:13.437242 [ 3 ] {} <Debug> HTTP-Session: 32396df5-9d50-41d3-b924-5f730d25f3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2229 | 2024.08.28 17:54:13.437259 [ 3 ] {} <Debug> HTTP-Session: 32396df5-9d50-41d3-b924-5f730d25f3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.08.28 17:54:13.437273 [ 3 ] {} <Debug> HTTP-Session: 32396df5-9d50-41d3-b924-5f730d25f3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.08.28 17:54:13.437304 [ 3 ] {} <Trace> HTTP-Session: 32396df5-9d50-41d3-b924-5f730d25f3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2232 | 2024.08.28 17:54:13.437450 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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) | ||
2233 | 2024.08.28 17:54:13.437730 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2234 | 2024.08.28 17:54:13.437776 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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 | ||
2235 | 2024.08.28 17:54:13.438074 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2236 | 2024.08.28 17:54:13.438137 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2237 | 2024.08.28 17:54:13.438276 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2238 | 2024.08.28 17:54:13.438473 [ 255 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2239 | 2024.08.28 17:54:13.438472 [ 260 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2240 | 2024.08.28 17:54:13.438501 [ 252 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2241 | 2024.08.28 17:54:13.438498 [ 257 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2242 | 2024.08.28 17:54:13.438663 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2243 | 2024.08.28 17:54:13.438691 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2244 | 2024.08.28 17:54:13.438798 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2245 | 2024.08.28 17:54:13.438819 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2246 | 2024.08.28 17:54:13.438859 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2247 | 2024.08.28 17:54:13.438902 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2248 | 2024.08.28 17:54:13.438940 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2249 | 2024.08.28 17:54:13.440612 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003235 sec., 7418.856259659969 rows/sec., 298.55 KiB/sec. | ||
2250 | 2024.08.28 17:54:13.440962 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> DynamicQueryHandler: Done processing query | ||
2251 | 2024.08.28 17:54:13.440986 [ 3 ] {33d413ea-b12c-49d3-914c-6901d218893c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2252 | 2024.08.28 17:54:13.441003 [ 3 ] {} <Debug> HTTP-Session: 32396df5-9d50-41d3-b924-5f730d25f3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2253 | 2024.08.28 17:54:13.441204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2254 | 2024.08.28 17:54:13.441252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2255 | 2024.08.28 17:54:13.441271 [ 3 ] {} <Debug> HTTP-Session: 16a127c4-0de6-4ef0-a959-2c437ee1aa25 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2256 | 2024.08.28 17:54:13.441287 [ 3 ] {} <Debug> HTTP-Session: 16a127c4-0de6-4ef0-a959-2c437ee1aa25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2257 | 2024.08.28 17:54:13.441301 [ 3 ] {} <Debug> HTTP-Session: 16a127c4-0de6-4ef0-a959-2c437ee1aa25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.08.28 17:54:13.441332 [ 3 ] {} <Trace> HTTP-Session: 16a127c4-0de6-4ef0-a959-2c437ee1aa25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2259 | 2024.08.28 17:54:13.441477 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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) | ||
2260 | 2024.08.28 17:54:13.441759 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2261 | 2024.08.28 17:54:13.441804 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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 | ||
2262 | 2024.08.28 17:54:13.442111 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2263 | 2024.08.28 17:54:13.442176 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2264 | 2024.08.28 17:54:13.442315 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2265 | 2024.08.28 17:54:13.442450 [ 255 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2266 | 2024.08.28 17:54:13.442483 [ 256 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2267 | 2024.08.28 17:54:13.442506 [ 257 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2268 | 2024.08.28 17:54:13.442534 [ 259 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2269 | 2024.08.28 17:54:13.442655 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2270 | 2024.08.28 17:54:13.442683 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2271 | 2024.08.28 17:54:13.442788 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2272 | 2024.08.28 17:54:13.442809 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2273 | 2024.08.28 17:54:13.442849 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2274 | 2024.08.28 17:54:13.442891 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2275 | 2024.08.28 17:54:13.442929 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2276 | 2024.08.28 17:54:13.444533 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003128 sec., 7672.634271099744 rows/sec., 308.77 KiB/sec. | ||
2277 | 2024.08.28 17:54:13.444868 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> DynamicQueryHandler: Done processing query | ||
2278 | 2024.08.28 17:54:13.444893 [ 3 ] {457fac19-09cf-4dfc-a29f-27cbad814220} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2279 | 2024.08.28 17:54:13.444909 [ 3 ] {} <Debug> HTTP-Session: 16a127c4-0de6-4ef0-a959-2c437ee1aa25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2280 | 2024.08.28 17:54:13.445132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2281 | 2024.08.28 17:54:13.445180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2282 | 2024.08.28 17:54:13.445199 [ 3 ] {} <Debug> HTTP-Session: 7b317a0f-9a00-4e26-bd4a-02d7b75b5cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2283 | 2024.08.28 17:54:13.445217 [ 3 ] {} <Debug> HTTP-Session: 7b317a0f-9a00-4e26-bd4a-02d7b75b5cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2284 | 2024.08.28 17:54:13.445231 [ 3 ] {} <Debug> HTTP-Session: 7b317a0f-9a00-4e26-bd4a-02d7b75b5cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2285 | 2024.08.28 17:54:13.445262 [ 3 ] {} <Trace> HTTP-Session: 7b317a0f-9a00-4e26-bd4a-02d7b75b5cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2286 | 2024.08.28 17:54:13.445411 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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) | ||
2287 | 2024.08.28 17:54:13.445707 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2288 | 2024.08.28 17:54:13.445754 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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 | ||
2289 | 2024.08.28 17:54:13.446060 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2290 | 2024.08.28 17:54:13.446125 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2291 | 2024.08.28 17:54:13.446264 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2292 | 2024.08.28 17:54:13.446422 [ 255 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2293 | 2024.08.28 17:54:13.446459 [ 260 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2294 | 2024.08.28 17:54:13.446512 [ 257 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2295 | 2024.08.28 17:54:13.446501 [ 252 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2296 | 2024.08.28 17:54:13.446640 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2297 | 2024.08.28 17:54:13.446669 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2298 | 2024.08.28 17:54:13.446774 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2299 | 2024.08.28 17:54:13.446795 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2300 | 2024.08.28 17:54:13.446835 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2301 | 2024.08.28 17:54:13.446878 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2302 | 2024.08.28 17:54:13.446917 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2303 | 2024.08.28 17:54:13.448623 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003283 sec., 7310.386841303686 rows/sec., 294.19 KiB/sec. | ||
2304 | 2024.08.28 17:54:13.448957 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> DynamicQueryHandler: Done processing query | ||
2305 | 2024.08.28 17:54:13.448989 [ 3 ] {b169f3ff-be7a-475a-a305-73e4f518d98b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2306 | 2024.08.28 17:54:13.449015 [ 3 ] {} <Debug> HTTP-Session: 7b317a0f-9a00-4e26-bd4a-02d7b75b5cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2307 | 2024.08.28 17:54:13.449239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2308 | 2024.08.28 17:54:13.449297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2309 | 2024.08.28 17:54:13.449317 [ 3 ] {} <Debug> HTTP-Session: ef8b39e3-c5c0-4310-ae00-f197d4d5f82e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2310 | 2024.08.28 17:54:13.449334 [ 3 ] {} <Debug> HTTP-Session: ef8b39e3-c5c0-4310-ae00-f197d4d5f82e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.08.28 17:54:13.449348 [ 3 ] {} <Debug> HTTP-Session: ef8b39e3-c5c0-4310-ae00-f197d4d5f82e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2312 | 2024.08.28 17:54:13.449381 [ 3 ] {} <Trace> HTTP-Session: ef8b39e3-c5c0-4310-ae00-f197d4d5f82e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2313 | 2024.08.28 17:54:13.449541 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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) | ||
2314 | 2024.08.28 17:54:13.449839 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2315 | 2024.08.28 17:54:13.449889 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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 | ||
2316 | 2024.08.28 17:54:13.450204 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2317 | 2024.08.28 17:54:13.450273 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2318 | 2024.08.28 17:54:13.450418 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2319 | 2024.08.28 17:54:13.450548 [ 256 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2320 | 2024.08.28 17:54:13.450585 [ 255 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2321 | 2024.08.28 17:54:13.450613 [ 259 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2322 | 2024.08.28 17:54:13.450614 [ 252 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2323 | 2024.08.28 17:54:13.450735 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2324 | 2024.08.28 17:54:13.450763 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2325 | 2024.08.28 17:54:13.450871 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2326 | 2024.08.28 17:54:13.450893 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2327 | 2024.08.28 17:54:13.450933 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2328 | 2024.08.28 17:54:13.450978 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2329 | 2024.08.28 17:54:13.451017 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2330 | 2024.08.28 17:54:13.452609 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003145 sec., 7631.160572337043 rows/sec., 307.10 KiB/sec. | ||
2331 | 2024.08.28 17:54:13.452951 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> DynamicQueryHandler: Done processing query | ||
2332 | 2024.08.28 17:54:13.452976 [ 3 ] {6ecae6f4-6564-4ebf-aa55-f769a6b9624d} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2333 | 2024.08.28 17:54:13.452993 [ 3 ] {} <Debug> HTTP-Session: ef8b39e3-c5c0-4310-ae00-f197d4d5f82e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2334 | 2024.08.28 17:54:13.453208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2335 | 2024.08.28 17:54:13.453258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2336 | 2024.08.28 17:54:13.453277 [ 3 ] {} <Debug> HTTP-Session: f9656f69-84c2-4549-8319-da6b7448ee25 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2337 | 2024.08.28 17:54:13.453295 [ 3 ] {} <Debug> HTTP-Session: f9656f69-84c2-4549-8319-da6b7448ee25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2338 | 2024.08.28 17:54:13.453309 [ 3 ] {} <Debug> HTTP-Session: f9656f69-84c2-4549-8319-da6b7448ee25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2339 | 2024.08.28 17:54:13.453340 [ 3 ] {} <Trace> HTTP-Session: f9656f69-84c2-4549-8319-da6b7448ee25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2340 | 2024.08.28 17:54:13.453493 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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) | ||
2341 | 2024.08.28 17:54:13.453788 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2342 | 2024.08.28 17:54:13.453837 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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 | ||
2343 | 2024.08.28 17:54:13.454244 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2344 | 2024.08.28 17:54:13.454311 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2345 | 2024.08.28 17:54:13.454453 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2346 | 2024.08.28 17:54:13.454602 [ 255 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2347 | 2024.08.28 17:54:13.454662 [ 261 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2348 | 2024.08.28 17:54:13.454672 [ 256 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2349 | 2024.08.28 17:54:13.454705 [ 257 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2350 | 2024.08.28 17:54:13.454856 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2351 | 2024.08.28 17:54:13.454885 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2352 | 2024.08.28 17:54:13.454991 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2353 | 2024.08.28 17:54:13.455013 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2354 | 2024.08.28 17:54:13.455052 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2355 | 2024.08.28 17:54:13.455094 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2356 | 2024.08.28 17:54:13.455134 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2357 | 2024.08.28 17:54:13.456752 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003335 sec., 7196.40179910045 rows/sec., 289.60 KiB/sec. | ||
2358 | 2024.08.28 17:54:13.457081 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> DynamicQueryHandler: Done processing query | ||
2359 | 2024.08.28 17:54:13.457106 [ 3 ] {0a67e9b6-4191-4e67-b67f-7bafd1100231} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2360 | 2024.08.28 17:54:13.457122 [ 3 ] {} <Debug> HTTP-Session: f9656f69-84c2-4549-8319-da6b7448ee25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2361 | 2024.08.28 17:54:13.461192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2362 | 2024.08.28 17:54:13.461290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2363 | 2024.08.28 17:54:13.461330 [ 3 ] {} <Debug> HTTP-Session: 11421b12-43a1-4d3c-8edb-c242371c449a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2364 | 2024.08.28 17:54:13.461362 [ 3 ] {} <Debug> HTTP-Session: 11421b12-43a1-4d3c-8edb-c242371c449a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2365 | 2024.08.28 17:54:13.461391 [ 3 ] {} <Debug> HTTP-Session: 11421b12-43a1-4d3c-8edb-c242371c449a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.08.28 17:54:13.461454 [ 3 ] {} <Trace> HTTP-Session: 11421b12-43a1-4d3c-8edb-c242371c449a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2367 | 2024.08.28 17:54:13.461758 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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) | ||
2368 | 2024.08.28 17:54:13.462346 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2369 | 2024.08.28 17:54:13.462398 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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 | ||
2370 | 2024.08.28 17:54:13.462710 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2371 | 2024.08.28 17:54:13.462777 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2372 | 2024.08.28 17:54:13.462920 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2373 | 2024.08.28 17:54:13.463104 [ 252 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2374 | 2024.08.28 17:54:13.463147 [ 257 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2375 | 2024.08.28 17:54:13.463181 [ 255 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2376 | 2024.08.28 17:54:13.463183 [ 260 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2377 | 2024.08.28 17:54:13.463322 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
2378 | 2024.08.28 17:54:13.463351 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2379 | 2024.08.28 17:54:13.463457 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2380 | 2024.08.28 17:54:13.463478 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2381 | 2024.08.28 17:54:13.463518 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2382 | 2024.08.28 17:54:13.463561 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2383 | 2024.08.28 17:54:13.463600 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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', 'sled_data_link:packets_sent', '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'))" | ||
2384 | 2024.08.28 17:54:13.465359 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> executeQuery: Read 24 rows, 989.00 B in 0.003766 sec., 6372.809346787042 rows/sec., 256.46 KiB/sec. | ||
2385 | 2024.08.28 17:54:13.465697 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> DynamicQueryHandler: Done processing query | ||
2386 | 2024.08.28 17:54:13.465721 [ 3 ] {fb87fe84-551e-4edb-af5d-9993a9a228cb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2387 | 2024.08.28 17:54:13.465738 [ 3 ] {} <Debug> HTTP-Session: 11421b12-43a1-4d3c-8edb-c242371c449a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.08.28 17:54:13.466536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2389 | 2024.08.28 17:54:13.466585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2390 | 2024.08.28 17:54:13.466605 [ 3 ] {} <Debug> HTTP-Session: 1bb13741-c646-406c-b9ce-cce8ba06a408 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2391 | 2024.08.28 17:54:13.466621 [ 3 ] {} <Debug> HTTP-Session: 1bb13741-c646-406c-b9ce-cce8ba06a408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.08.28 17:54:13.466635 [ 3 ] {} <Debug> HTTP-Session: 1bb13741-c646-406c-b9ce-cce8ba06a408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2393 | 2024.08.28 17:54:13.466665 [ 3 ] {} <Trace> HTTP-Session: 1bb13741-c646-406c-b9ce-cce8ba06a408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2394 | 2024.08.28 17:54:13.466789 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2395 | 2024.08.28 17:54:13.466835 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2396 | 2024.08.28 17:54:13.467004 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2397 | 2024.08.28 17:54:13.467357 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2398 | 2024.08.28 17:54:13.467398 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2399 | 2024.08.28 17:54:13.467898 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2400 | 2024.08.28 17:54:13.468224 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2401 | 2024.08.28 17:54:13.468402 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001648 sec., 7281.553398058252 rows/sec., 1.22 MiB/sec. | ||
2402 | 2024.08.28 17:54:13.468587 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Debug> DynamicQueryHandler: Done processing query | ||
2403 | 2024.08.28 17:54:13.468611 [ 3 ] {203e5045-fd4e-41ba-a3a8-61466c70e822} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2404 | 2024.08.28 17:54:13.468626 [ 3 ] {} <Debug> HTTP-Session: 1bb13741-c646-406c-b9ce-cce8ba06a408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2405 | 2024.08.28 17:54:13.468862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 35157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2406 | 2024.08.28 17:54:13.468912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2407 | 2024.08.28 17:54:13.468931 [ 3 ] {} <Debug> HTTP-Session: d0c727b1-cfac-4381-8214-e5ddff9e30d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2408 | 2024.08.28 17:54:13.468948 [ 3 ] {} <Debug> HTTP-Session: d0c727b1-cfac-4381-8214-e5ddff9e30d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.08.28 17:54:13.468963 [ 3 ] {} <Debug> HTTP-Session: d0c727b1-cfac-4381-8214-e5ddff9e30d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2410 | 2024.08.28 17:54:13.468993 [ 3 ] {} <Trace> HTTP-Session: d0c727b1-cfac-4381-8214-e5ddff9e30d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2411 | 2024.08.28 17:54:13.469159 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2412 | 2024.08.28 17:54:13.469204 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2413 | 2024.08.28 17:54:13.469440 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2414 | 2024.08.28 17:54:13.469947 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2415 | 2024.08.28 17:54:13.469985 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2416 | 2024.08.28 17:54:13.470417 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2417 | 2024.08.28 17:54:13.470779 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2418 | 2024.08.28 17:54:13.470937 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Debug> executeQuery: Read 229 rows, 21.20 KiB in 0.001851 sec., 123716.90977849811 rows/sec., 11.19 MiB/sec. | ||
2419 | 2024.08.28 17:54:13.471117 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Debug> DynamicQueryHandler: Done processing query | ||
2420 | 2024.08.28 17:54:13.471141 [ 3 ] {97730141-1329-42ab-afd3-234e84fff9fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2421 | 2024.08.28 17:54:13.471157 [ 3 ] {} <Debug> HTTP-Session: d0c727b1-cfac-4381-8214-e5ddff9e30d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.08.28 17:54:13.471295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2423 | 2024.08.28 17:54:13.471345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2424 | 2024.08.28 17:54:13.471365 [ 3 ] {} <Debug> HTTP-Session: f298e581-d37d-42d2-9e17-8b6abf4c0f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2425 | 2024.08.28 17:54:13.471381 [ 3 ] {} <Debug> HTTP-Session: f298e581-d37d-42d2-9e17-8b6abf4c0f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.08.28 17:54:13.471395 [ 3 ] {} <Debug> HTTP-Session: f298e581-d37d-42d2-9e17-8b6abf4c0f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2427 | 2024.08.28 17:54:13.471426 [ 3 ] {} <Trace> HTTP-Session: f298e581-d37d-42d2-9e17-8b6abf4c0f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2428 | 2024.08.28 17:54:13.471533 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2429 | 2024.08.28 17:54:13.471576 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2430 | 2024.08.28 17:54:13.471802 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2431 | 2024.08.28 17:54:13.472147 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2432 | 2024.08.28 17:54:13.472186 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2433 | 2024.08.28 17:54:13.472534 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2434 | 2024.08.28 17:54:13.472892 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2435 | 2024.08.28 17:54:13.473056 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001552 sec., 22551.546391752578 rows/sec., 1.66 MiB/sec. | ||
2436 | 2024.08.28 17:54:13.473351 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Debug> DynamicQueryHandler: Done processing query | ||
2437 | 2024.08.28 17:54:13.473375 [ 3 ] {abd10c05-52c6-4c67-b26a-dd186b523365} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2438 | 2024.08.28 17:54:13.473391 [ 3 ] {} <Debug> HTTP-Session: f298e581-d37d-42d2-9e17-8b6abf4c0f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2439 | 2024.08.28 17:54:13.473553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2440 | 2024.08.28 17:54:13.473603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2441 | 2024.08.28 17:54:13.473621 [ 3 ] {} <Debug> HTTP-Session: f626b36e-0774-4bbb-9ea6-088e61375525 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2442 | 2024.08.28 17:54:13.473638 [ 3 ] {} <Debug> HTTP-Session: f626b36e-0774-4bbb-9ea6-088e61375525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2443 | 2024.08.28 17:54:13.473652 [ 3 ] {} <Debug> HTTP-Session: f626b36e-0774-4bbb-9ea6-088e61375525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2444 | 2024.08.28 17:54:13.473684 [ 3 ] {} <Trace> HTTP-Session: f626b36e-0774-4bbb-9ea6-088e61375525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2445 | 2024.08.28 17:54:13.473783 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2446 | 2024.08.28 17:54:13.473826 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2447 | 2024.08.28 17:54:13.474072 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2448 | 2024.08.28 17:54:13.474374 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2449 | 2024.08.28 17:54:13.474410 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2450 | 2024.08.28 17:54:13.474751 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2451 | 2024.08.28 17:54:13.475130 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2452 | 2024.08.28 17:54:13.475263 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec. | ||
2453 | 2024.08.28 17:54:13.475446 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Debug> DynamicQueryHandler: Done processing query | ||
2454 | 2024.08.28 17:54:13.475470 [ 3 ] {b692ae5c-9ee6-4716-ab4b-bbf717d01ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2455 | 2024.08.28 17:54:13.475486 [ 3 ] {} <Debug> HTTP-Session: f626b36e-0774-4bbb-9ea6-088e61375525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2456 | 2024.08.28 17:54:13.475592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2457 | 2024.08.28 17:54:13.475640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2458 | 2024.08.28 17:54:13.475658 [ 3 ] {} <Debug> HTTP-Session: ef47b093-c088-43e3-9b9f-c33f1059b88c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2459 | 2024.08.28 17:54:13.475675 [ 3 ] {} <Debug> HTTP-Session: ef47b093-c088-43e3-9b9f-c33f1059b88c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2460 | 2024.08.28 17:54:13.475689 [ 3 ] {} <Debug> HTTP-Session: ef47b093-c088-43e3-9b9f-c33f1059b88c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2461 | 2024.08.28 17:54:13.475719 [ 3 ] {} <Trace> HTTP-Session: ef47b093-c088-43e3-9b9f-c33f1059b88c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2462 | 2024.08.28 17:54:13.475813 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2463 | 2024.08.28 17:54:13.475854 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2464 | 2024.08.28 17:54:13.476074 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2465 | 2024.08.28 17:54:13.476359 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2466 | 2024.08.28 17:54:13.476395 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2467 | 2024.08.28 17:54:13.476747 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2468 | 2024.08.28 17:54:13.477100 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2469 | 2024.08.28 17:54:13.477262 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 243.14 KiB/sec. | ||
2470 | 2024.08.28 17:54:13.477642 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Debug> DynamicQueryHandler: Done processing query | ||
2471 | 2024.08.28 17:54:13.477666 [ 3 ] {020c9b71-f3ce-4bac-882f-81796196096a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2472 | 2024.08.28 17:54:13.477682 [ 3 ] {} <Debug> HTTP-Session: ef47b093-c088-43e3-9b9f-c33f1059b88c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2473 | 2024.08.28 17:54:13.477855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 61635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2474 | 2024.08.28 17:54:13.477906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2475 | 2024.08.28 17:54:13.477925 [ 3 ] {} <Debug> HTTP-Session: edbc7604-6573-45ca-b452-e796bef6c190 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2476 | 2024.08.28 17:54:13.477941 [ 3 ] {} <Debug> HTTP-Session: edbc7604-6573-45ca-b452-e796bef6c190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2477 | 2024.08.28 17:54:13.477954 [ 3 ] {} <Debug> HTTP-Session: edbc7604-6573-45ca-b452-e796bef6c190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2478 | 2024.08.28 17:54:13.477984 [ 3 ] {} <Trace> HTTP-Session: edbc7604-6573-45ca-b452-e796bef6c190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2479 | 2024.08.28 17:54:13.478184 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2480 | 2024.08.28 17:54:13.478229 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2481 | 2024.08.28 17:54:13.478473 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2482 | 2024.08.28 17:54:13.479014 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2483 | 2024.08.28 17:54:13.479052 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2484 | 2024.08.28 17:54:13.479456 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2485 | 2024.08.28 17:54:13.479806 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2486 | 2024.08.28 17:54:13.479969 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.00188 sec., 202659.5744680851 rows/sec., 14.34 MiB/sec. | ||
2487 | 2024.08.28 17:54:13.480140 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Debug> DynamicQueryHandler: Done processing query | ||
2488 | 2024.08.28 17:54:13.480164 [ 3 ] {5d5f0242-df04-41c4-8225-1305f7a2c6ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2489 | 2024.08.28 17:54:13.480180 [ 3 ] {} <Debug> HTTP-Session: edbc7604-6573-45ca-b452-e796bef6c190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2490 | 2024.08.28 17:54:13.480343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2491 | 2024.08.28 17:54:13.480392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2492 | 2024.08.28 17:54:13.480411 [ 3 ] {} <Debug> HTTP-Session: 351b760d-2df2-4540-a78a-9f8f62401b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2493 | 2024.08.28 17:54:13.480427 [ 3 ] {} <Debug> HTTP-Session: 351b760d-2df2-4540-a78a-9f8f62401b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2494 | 2024.08.28 17:54:13.480441 [ 3 ] {} <Debug> HTTP-Session: 351b760d-2df2-4540-a78a-9f8f62401b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2495 | 2024.08.28 17:54:13.480471 [ 3 ] {} <Trace> HTTP-Session: 351b760d-2df2-4540-a78a-9f8f62401b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2496 | 2024.08.28 17:54:13.480567 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2497 | 2024.08.28 17:54:13.480611 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2498 | 2024.08.28 17:54:13.480736 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2499 | 2024.08.28 17:54:13.481015 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2500 | 2024.08.28 17:54:13.481051 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2501 | 2024.08.28 17:54:13.481415 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2502 | 2024.08.28 17:54:13.481757 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2503 | 2024.08.28 17:54:13.481905 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
2504 | 2024.08.28 17:54:13.482291 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Debug> DynamicQueryHandler: Done processing query | ||
2505 | 2024.08.28 17:54:13.482315 [ 3 ] {c034cb22-b02b-4529-ab0b-1c3b32e142f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2506 | 2024.08.28 17:54:13.482331 [ 3 ] {} <Debug> HTTP-Session: 351b760d-2df2-4540-a78a-9f8f62401b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2507 | 2024.08.28 17:54:13.482464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 23638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2508 | 2024.08.28 17:54:13.482512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2509 | 2024.08.28 17:54:13.482531 [ 3 ] {} <Debug> HTTP-Session: 8489709f-22c2-4d1e-8db4-4b6cad715214 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2510 | 2024.08.28 17:54:13.482547 [ 3 ] {} <Debug> HTTP-Session: 8489709f-22c2-4d1e-8db4-4b6cad715214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2511 | 2024.08.28 17:54:13.482561 [ 3 ] {} <Debug> HTTP-Session: 8489709f-22c2-4d1e-8db4-4b6cad715214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.08.28 17:54:13.482591 [ 3 ] {} <Trace> HTTP-Session: 8489709f-22c2-4d1e-8db4-4b6cad715214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2513 | 2024.08.28 17:54:13.482736 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2514 | 2024.08.28 17:54:13.482782 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2515 | 2024.08.28 17:54:13.482946 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2516 | 2024.08.28 17:54:13.483327 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2517 | 2024.08.28 17:54:13.483364 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2518 | 2024.08.28 17:54:13.483739 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2519 | 2024.08.28 17:54:13.484075 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2520 | 2024.08.28 17:54:13.484225 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2521 | 2024.08.28 17:54:13.484238 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Debug> executeQuery: Read 127 rows, 8.41 KiB in 0.001567 sec., 81046.58583280153 rows/sec., 5.24 MiB/sec. | ||
2522 | 2024.08.28 17:54:13.484291 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2523 | 2024.08.28 17:54:13.484365 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2524 | 2024.08.28 17:54:13.484557 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
2525 | 2024.08.28 17:54:13.484565 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Debug> DynamicQueryHandler: Done processing query | ||
2526 | 2024.08.28 17:54:13.484625 [ 3 ] {e0fdf4f3-91e9-4848-b461-2f6f75b9538b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2527 | 2024.08.28 17:54:13.484659 [ 3 ] {} <Debug> HTTP-Session: 8489709f-22c2-4d1e-8db4-4b6cad715214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.08.28 17:54:13.484789 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2529 | 2024.08.28 17:54:13.484847 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
2530 | 2024.08.28 17:54:13.484869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2531 | 2024.08.28 17:54:13.485002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2532 | 2024.08.28 17:54:13.485098 [ 3 ] {} <Debug> HTTP-Session: 4da70762-0657-465c-b224-84d44023e034 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2533 | 2024.08.28 17:54:13.485117 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
2534 | 2024.08.28 17:54:13.485161 [ 3 ] {} <Debug> HTTP-Session: 4da70762-0657-465c-b224-84d44023e034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.08.28 17:54:13.485225 [ 3 ] {} <Debug> HTTP-Session: 4da70762-0657-465c-b224-84d44023e034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2536 | 2024.08.28 17:54:13.485357 [ 3 ] {} <Trace> HTTP-Session: 4da70762-0657-465c-b224-84d44023e034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2537 | 2024.08.28 17:54:13.485386 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2706 rows starting from the beginning of the part | ||
2538 | 2024.08.28 17:54:13.485673 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
2539 | 2024.08.28 17:54:13.485688 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2540 | 2024.08.28 17:54:13.485944 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2541 | 2024.08.28 17:54:13.486034 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
2542 | 2024.08.28 17:54:13.486473 [ 189 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 127 rows starting from the beginning of the part | ||
2543 | 2024.08.28 17:54:13.487048 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2544 | 2024.08.28 17:54:13.487316 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2545 | 2024.08.28 17:54:13.487353 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2546 | 2024.08.28 17:54:13.487696 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2547 | 2024.08.28 17:54:13.488017 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2548 | 2024.08.28 17:54:13.488179 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002628 sec., 380.517503805175 rows/sec., 25.64 KiB/sec. | ||
2549 | 2024.08.28 17:54:13.488445 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Debug> DynamicQueryHandler: Done processing query | ||
2550 | 2024.08.28 17:54:13.488470 [ 3 ] {d1ec26a6-5d54-43cc-b96c-2d97d5708f19} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2551 | 2024.08.28 17:54:13.488485 [ 3 ] {} <Debug> HTTP-Session: 4da70762-0657-465c-b224-84d44023e034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2552 | 2024.08.28 17:54:13.488701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 57606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2553 | 2024.08.28 17:54:13.488754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2554 | 2024.08.28 17:54:13.488773 [ 3 ] {} <Debug> HTTP-Session: 5dce2eb1-fc71-4bc1-9843-88356989fb46 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2555 | 2024.08.28 17:54:13.488789 [ 3 ] {} <Debug> HTTP-Session: 5dce2eb1-fc71-4bc1-9843-88356989fb46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.08.28 17:54:13.488802 [ 3 ] {} <Debug> HTTP-Session: 5dce2eb1-fc71-4bc1-9843-88356989fb46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.08.28 17:54:13.488833 [ 3 ] {} <Trace> HTTP-Session: 5dce2eb1-fc71-4bc1-9843-88356989fb46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2558 | 2024.08.28 17:54:13.489524 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2559 | 2024.08.28 17:54:13.489708 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2560 | 2024.08.28 17:54:13.491285 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2561 | 2024.08.28 17:54:13.492049 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2993 rows, containing 5 columns (5 merged, 0 gathered) in 0.007553798 sec., 396224.52175713464 rows/sec., 26.47 MiB/sec. | ||
2562 | 2024.08.28 17:54:13.492390 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2563 | 2024.08.28 17:54:13.492443 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2564 | 2024.08.28 17:54:13.492547 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2565 | 2024.08.28 17:54:13.493719 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2566 | 2024.08.28 17:54:13.493945 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2567 | 2024.08.28 17:54:13.494129 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
2568 | 2024.08.28 17:54:13.494286 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2569 | 2024.08.28 17:54:13.494726 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2570 | 2024.08.28 17:54:13.494949 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006023 sec., 5811.057612485472 rows/sec., 10.41 MiB/sec. | ||
2571 | 2024.08.28 17:54:13.495212 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Debug> DynamicQueryHandler: Done processing query | ||
2572 | 2024.08.28 17:54:13.495237 [ 3 ] {3b9fe273-f085-4464-8495-bc6e87c2121c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2573 | 2024.08.28 17:54:13.495253 [ 3 ] {} <Debug> HTTP-Session: 5dce2eb1-fc71-4bc1-9843-88356989fb46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.08.28 17:54:13.495374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2575 | 2024.08.28 17:54:13.495422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2576 | 2024.08.28 17:54:13.495441 [ 3 ] {} <Debug> HTTP-Session: 63c07a96-26f2-4274-8705-66f75383c334 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2577 | 2024.08.28 17:54:13.495458 [ 3 ] {} <Debug> HTTP-Session: 63c07a96-26f2-4274-8705-66f75383c334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2578 | 2024.08.28 17:54:13.495471 [ 3 ] {} <Debug> HTTP-Session: 63c07a96-26f2-4274-8705-66f75383c334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2579 | 2024.08.28 17:54:13.495503 [ 3 ] {} <Trace> HTTP-Session: 63c07a96-26f2-4274-8705-66f75383c334 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2580 | 2024.08.28 17:54:13.495612 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2581 | 2024.08.28 17:54:13.495655 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2582 | 2024.08.28 17:54:13.495787 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2583 | 2024.08.28 17:54:13.496096 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2584 | 2024.08.28 17:54:13.496132 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2585 | 2024.08.28 17:54:13.496488 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2586 | 2024.08.28 17:54:13.496816 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2587 | 2024.08.28 17:54:13.496977 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Debug> executeQuery: Read 42 rows, 2.60 KiB in 0.001401 sec., 29978.586723768738 rows/sec., 1.81 MiB/sec. | ||
2588 | 2024.08.28 17:54:13.497142 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Debug> DynamicQueryHandler: Done processing query | ||
2589 | 2024.08.28 17:54:13.497166 [ 3 ] {deead1ca-3188-40af-af8e-387e2a8c63ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2590 | 2024.08.28 17:54:13.497182 [ 3 ] {} <Debug> HTTP-Session: 63c07a96-26f2-4274-8705-66f75383c334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.08.28 17:54:18.008973 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2592 | 2024.08.28 17:54:18.009045 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2593 | 2024.08.28 17:54:18.409305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3692, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2594 | 2024.08.28 17:54:18.409430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2595 | 2024.08.28 17:54:18.409459 [ 3 ] {} <Debug> HTTP-Session: 8bfea3ac-afdd-4dff-bd61-2530c1988196 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2596 | 2024.08.28 17:54:18.409487 [ 3 ] {} <Debug> HTTP-Session: 8bfea3ac-afdd-4dff-bd61-2530c1988196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.08.28 17:54:18.409505 [ 3 ] {} <Debug> HTTP-Session: 8bfea3ac-afdd-4dff-bd61-2530c1988196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2598 | 2024.08.28 17:54:18.409561 [ 3 ] {} <Trace> HTTP-Session: 8bfea3ac-afdd-4dff-bd61-2530c1988196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2024.08.28 17:54:18.409781 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2600 | 2024.08.28 17:54:18.409856 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2601 | 2024.08.28 17:54:18.410240 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2602 | 2024.08.28 17:54:18.410882 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2603 | 2024.08.28 17:54:18.410928 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2604 | 2024.08.28 17:54:18.411378 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2605 | 2024.08.28 17:54:18.411770 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2606 | 2024.08.28 17:54:18.411946 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002234 sec., 11638.316920322293 rows/sec., 922.79 KiB/sec. | ||
2607 | 2024.08.28 17:54:18.412164 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Debug> DynamicQueryHandler: Done processing query | ||
2608 | 2024.08.28 17:54:18.412191 [ 3 ] {1d84f21a-0da7-4820-8afb-c105a78fd316} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2609 | 2024.08.28 17:54:18.412208 [ 3 ] {} <Debug> HTTP-Session: 8bfea3ac-afdd-4dff-bd61-2530c1988196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2610 | 2024.08.28 17:54:18.412420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 4798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2611 | 2024.08.28 17:54:18.412470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2612 | 2024.08.28 17:54:18.412489 [ 3 ] {} <Debug> HTTP-Session: 5ad17bf6-4af1-4bc4-881c-e17f65a2da41 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2613 | 2024.08.28 17:54:18.412506 [ 3 ] {} <Debug> HTTP-Session: 5ad17bf6-4af1-4bc4-881c-e17f65a2da41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.08.28 17:54:18.412520 [ 3 ] {} <Debug> HTTP-Session: 5ad17bf6-4af1-4bc4-881c-e17f65a2da41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2615 | 2024.08.28 17:54:18.412552 [ 3 ] {} <Trace> HTTP-Session: 5ad17bf6-4af1-4bc4-881c-e17f65a2da41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2024.08.28 17:54:18.412657 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2617 | 2024.08.28 17:54:18.412700 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2618 | 2024.08.28 17:54:18.412926 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2619 | 2024.08.28 17:54:18.413287 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2620 | 2024.08.28 17:54:18.413323 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2621 | 2024.08.28 17:54:18.413671 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2622 | 2024.08.28 17:54:18.414026 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2623 | 2024.08.28 17:54:18.414191 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001565 sec., 17891.373801916932 rows/sec., 1.40 MiB/sec. | ||
2624 | 2024.08.28 17:54:18.414378 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Debug> DynamicQueryHandler: Done processing query | ||
2625 | 2024.08.28 17:54:18.414403 [ 3 ] {bb782f63-0160-42f9-9730-5dbb6c60d79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2626 | 2024.08.28 17:54:18.414418 [ 3 ] {} <Debug> HTTP-Session: 5ad17bf6-4af1-4bc4-881c-e17f65a2da41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.08.28 17:54:18.414560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2628 | 2024.08.28 17:54:18.414608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2629 | 2024.08.28 17:54:18.414628 [ 3 ] {} <Debug> HTTP-Session: 31009500-d54d-4cc3-9fa7-88caef2fff15 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2630 | 2024.08.28 17:54:18.414644 [ 3 ] {} <Debug> HTTP-Session: 31009500-d54d-4cc3-9fa7-88caef2fff15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2631 | 2024.08.28 17:54:18.414658 [ 3 ] {} <Debug> HTTP-Session: 31009500-d54d-4cc3-9fa7-88caef2fff15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2632 | 2024.08.28 17:54:18.414688 [ 3 ] {} <Trace> HTTP-Session: 31009500-d54d-4cc3-9fa7-88caef2fff15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2633 | 2024.08.28 17:54:18.414802 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2634 | 2024.08.28 17:54:18.414850 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2635 | 2024.08.28 17:54:18.414996 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2636 | 2024.08.28 17:54:18.415336 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2637 | 2024.08.28 17:54:18.415373 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2638 | 2024.08.28 17:54:18.415744 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2639 | 2024.08.28 17:54:18.416075 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2640 | 2024.08.28 17:54:18.416226 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001464 sec., 34153.00546448088 rows/sec., 2.37 MiB/sec. | ||
2641 | 2024.08.28 17:54:18.416393 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Debug> DynamicQueryHandler: Done processing query | ||
2642 | 2024.08.28 17:54:18.416417 [ 3 ] {1ad490c4-357a-4212-8796-2447113d5cb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2643 | 2024.08.28 17:54:18.416433 [ 3 ] {} <Debug> HTTP-Session: 31009500-d54d-4cc3-9fa7-88caef2fff15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.08.28 17:54:18.416595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2645 | 2024.08.28 17:54:18.416643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2646 | 2024.08.28 17:54:18.416661 [ 3 ] {} <Debug> HTTP-Session: 44c92f9a-1bb8-4bf4-bc00-4fbc87f39b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2647 | 2024.08.28 17:54:18.416678 [ 3 ] {} <Debug> HTTP-Session: 44c92f9a-1bb8-4bf4-bc00-4fbc87f39b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.08.28 17:54:18.416692 [ 3 ] {} <Debug> HTTP-Session: 44c92f9a-1bb8-4bf4-bc00-4fbc87f39b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2649 | 2024.08.28 17:54:18.416723 [ 3 ] {} <Trace> HTTP-Session: 44c92f9a-1bb8-4bf4-bc00-4fbc87f39b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2650 | 2024.08.28 17:54:18.416824 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2651 | 2024.08.28 17:54:18.416869 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2652 | 2024.08.28 17:54:18.416996 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2653 | 2024.08.28 17:54:18.417350 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2654 | 2024.08.28 17:54:18.417385 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2655 | 2024.08.28 17:54:18.417734 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2656 | 2024.08.28 17:54:18.418059 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2657 | 2024.08.28 17:54:18.418204 [ 65 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2658 | 2024.08.28 17:54:18.418217 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001415 sec., 14134.275618374559 rows/sec., 993.82 KiB/sec. | ||
2659 | 2024.08.28 17:54:18.418288 [ 65 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2660 | 2024.08.28 17:54:18.418353 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2661 | 2024.08.28 17:54:18.418664 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Debug> DynamicQueryHandler: Done processing query | ||
2662 | 2024.08.28 17:54:18.418783 [ 3 ] {316b1e83-5f6c-4410-9f44-ecbadd27eb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2663 | 2024.08.28 17:54:18.418888 [ 3 ] {} <Debug> HTTP-Session: 44c92f9a-1bb8-4bf4-bc00-4fbc87f39b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2664 | 2024.08.28 17:54:18.418907 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
2665 | 2024.08.28 17:54:18.419198 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2666 | 2024.08.28 17:54:18.419263 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
2667 | 2024.08.28 17:54:18.419439 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
2668 | 2024.08.28 17:54:18.419619 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
2669 | 2024.08.28 17:54:18.419850 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
2670 | 2024.08.28 17:54:18.419971 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
2671 | 2024.08.28 17:54:18.420197 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
2672 | 2024.08.28 17:54:18.421361 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002869294 sec., 43913.24137575306 rows/sec., 2.89 MiB/sec. | ||
2673 | 2024.08.28 17:54:18.421667 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2674 | 2024.08.28 17:54:18.422401 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2675 | 2024.08.28 17:54:18.422476 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_6_1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2676 | 2024.08.28 17:54:18.422562 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2677 | 2024.08.28 17:54:23.413652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2678 | 2024.08.28 17:54:23.413802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2679 | 2024.08.28 17:54:23.413839 [ 3 ] {} <Debug> HTTP-Session: b55b1fae-26d1-4b00-8aea-854306f00241 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2680 | 2024.08.28 17:54:23.413869 [ 3 ] {} <Debug> HTTP-Session: b55b1fae-26d1-4b00-8aea-854306f00241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2681 | 2024.08.28 17:54:23.413886 [ 3 ] {} <Debug> HTTP-Session: b55b1fae-26d1-4b00-8aea-854306f00241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2682 | 2024.08.28 17:54:23.413938 [ 3 ] {} <Trace> HTTP-Session: b55b1fae-26d1-4b00-8aea-854306f00241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2683 | 2024.08.28 17:54:23.414212 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', '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', 'sled_data_link:packets_sent', '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) | ||
2684 | 2024.08.28 17:54:23.414652 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2685 | 2024.08.28 17:54:23.414706 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <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', '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', 'sled_data_link:packets_sent', '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 | ||
2686 | 2024.08.28 17:54:23.415074 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2687 | 2024.08.28 17:54:23.415162 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2688 | 2024.08.28 17:54:23.415343 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2689 | 2024.08.28 17:54:23.415570 [ 261 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2690 | 2024.08.28 17:54:23.415575 [ 256 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
2691 | 2024.08.28 17:54:23.415621 [ 259 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2692 | 2024.08.28 17:54:23.415664 [ 252 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2693 | 2024.08.28 17:54:23.415715 [ 257 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2694 | 2024.08.28 17:54:23.415874 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
2695 | 2024.08.28 17:54:23.415907 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2696 | 2024.08.28 17:54:23.416047 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2697 | 2024.08.28 17:54:23.416074 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2698 | 2024.08.28 17:54:23.416121 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
2699 | 2024.08.28 17:54:23.416168 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
2700 | 2024.08.28 17:54:23.416208 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
2701 | 2024.08.28 17:54:23.416249 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
2702 | 2024.08.28 17:54:23.418809 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.00472 sec., 7627.118644067797 rows/sec., 286.76 KiB/sec. | ||
2703 | 2024.08.28 17:54:23.419258 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> DynamicQueryHandler: Done processing query | ||
2704 | 2024.08.28 17:54:23.419286 [ 3 ] {ef1b76e8-77bf-4fcc-9394-1e6faf1dcca7} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2705 | 2024.08.28 17:54:23.419305 [ 3 ] {} <Debug> HTTP-Session: b55b1fae-26d1-4b00-8aea-854306f00241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2706 | 2024.08.28 17:54:23.426898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2707 | 2024.08.28 17:54:23.426976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2708 | 2024.08.28 17:54:23.427002 [ 3 ] {} <Debug> HTTP-Session: c331d4d3-00cd-470d-9f43-84017d264a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2709 | 2024.08.28 17:54:23.427025 [ 3 ] {} <Debug> HTTP-Session: c331d4d3-00cd-470d-9f43-84017d264a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2710 | 2024.08.28 17:54:23.427042 [ 3 ] {} <Debug> HTTP-Session: c331d4d3-00cd-470d-9f43-84017d264a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.08.28 17:54:23.427089 [ 3 ] {} <Trace> HTTP-Session: c331d4d3-00cd-470d-9f43-84017d264a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2712 | 2024.08.28 17:54:23.427249 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2713 | 2024.08.28 17:54:23.427312 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2714 | 2024.08.28 17:54:23.427536 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2715 | 2024.08.28 17:54:23.427905 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2716 | 2024.08.28 17:54:23.427945 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2717 | 2024.08.28 17:54:23.428452 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2718 | 2024.08.28 17:54:23.428784 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2719 | 2024.08.28 17:54:23.428945 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001743 sec., 573.7234652897304 rows/sec., 129.98 KiB/sec. | ||
2720 | 2024.08.28 17:54:23.428970 [ 63 ] {} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2721 | 2024.08.28 17:54:23.429082 [ 63 ] {} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2024.08.28 17:54:23.429147 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2723 | 2024.08.28 17:54:23.429258 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Debug> DynamicQueryHandler: Done processing query | ||
2724 | 2024.08.28 17:54:23.429330 [ 3 ] {dc11c467-b46c-429b-8831-acbe20ef4b39} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2725 | 2024.08.28 17:54:23.429403 [ 3 ] {} <Debug> HTTP-Session: c331d4d3-00cd-470d-9f43-84017d264a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.08.28 17:54:23.429610 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::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 | ||
2727 | 2024.08.28 17:54:23.429645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2728 | 2024.08.28 17:54:23.429734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2729 | 2024.08.28 17:54:23.429777 [ 3 ] {} <Debug> HTTP-Session: 124d5f24-00fe-4d7c-81b8-b411fb74f81e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2730 | 2024.08.28 17:54:23.429830 [ 3 ] {} <Debug> HTTP-Session: 124d5f24-00fe-4d7c-81b8-b411fb74f81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2731 | 2024.08.28 17:54:23.429867 [ 3 ] {} <Debug> HTTP-Session: 124d5f24-00fe-4d7c-81b8-b411fb74f81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2732 | 2024.08.28 17:54:23.429954 [ 3 ] {} <Trace> HTTP-Session: 124d5f24-00fe-4d7c-81b8-b411fb74f81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2733 | 2024.08.28 17:54:23.430185 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2734 | 2024.08.28 17:54:23.430281 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2735 | 2024.08.28 17:54:23.430560 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2736 | 2024.08.28 17:54:23.430664 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
2737 | 2024.08.28 17:54:23.431109 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::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 | ||
2738 | 2024.08.28 17:54:23.431554 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
2739 | 2024.08.28 17:54:23.431599 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2740 | 2024.08.28 17:54:23.431921 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::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 | ||
2741 | 2024.08.28 17:54:23.432170 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
2742 | 2024.08.28 17:54:23.432452 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
2743 | 2024.08.28 17:54:23.433104 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2024.08.28 17:54:23.433173 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2745 | 2024.08.28 17:54:23.434293 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2746 | 2024.08.28 17:54:23.435520 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2747 | 2024.08.28 17:54:23.436005 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005874 sec., 340.4834865509023 rows/sec., 27.76 KiB/sec. | ||
2748 | 2024.08.28 17:54:23.436568 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Debug> DynamicQueryHandler: Done processing query | ||
2749 | 2024.08.28 17:54:23.436613 [ 3 ] {195223fd-88aa-428f-a97c-23ae93df77aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2750 | 2024.08.28 17:54:23.436662 [ 3 ] {} <Debug> HTTP-Session: 124d5f24-00fe-4d7c-81b8-b411fb74f81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.08.28 17:54:23.436994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 38868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2752 | 2024.08.28 17:54:23.437122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2753 | 2024.08.28 17:54:23.437182 [ 3 ] {} <Debug> HTTP-Session: bdaa3445-d7ff-442c-a260-b8d683dfcb3e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2754 | 2024.08.28 17:54:23.437232 [ 3 ] {} <Debug> HTTP-Session: bdaa3445-d7ff-442c-a260-b8d683dfcb3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.08.28 17:54:23.437283 [ 3 ] {} <Debug> HTTP-Session: bdaa3445-d7ff-442c-a260-b8d683dfcb3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.08.28 17:54:23.437407 [ 3 ] {} <Trace> HTTP-Session: bdaa3445-d7ff-442c-a260-b8d683dfcb3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2757 | 2024.08.28 17:54:23.437816 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2758 | 2024.08.28 17:54:23.437930 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2759 | 2024.08.28 17:54:23.439204 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2760 | 2024.08.28 17:54:23.440630 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2024.08.28 17:54:23.440675 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2762 | 2024.08.28 17:54:23.441168 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2763 | 2024.08.28 17:54:23.442365 [ 189 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 6 columns (6 merged, 0 gathered) in 0.013078991 sec., 2905.422903035869 rows/sec., 470.85 KiB/sec. | ||
2764 | 2024.08.28 17:54:23.442420 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2765 | 2024.08.28 17:54:23.442713 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Debug> executeQuery: Read 256 rows, 23.28 KiB in 0.005093 sec., 50265.06970351462 rows/sec., 4.46 MiB/sec. | ||
2766 | 2024.08.28 17:54:23.442736 [ 195 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2767 | 2024.08.28 17:54:23.443107 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Debug> DynamicQueryHandler: Done processing query | ||
2768 | 2024.08.28 17:54:23.443150 [ 3 ] {6f3c5e1b-d287-4be6-bc3a-ab98e0c0c99b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2769 | 2024.08.28 17:54:23.443203 [ 3 ] {} <Debug> HTTP-Session: bdaa3445-d7ff-442c-a260-b8d683dfcb3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2770 | 2024.08.28 17:54:23.443514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2771 | 2024.08.28 17:54:23.443636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2772 | 2024.08.28 17:54:23.443740 [ 3 ] {} <Debug> HTTP-Session: 2bd92db0-862e-420f-9a95-fd3427d341eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2773 | 2024.08.28 17:54:23.443803 [ 3 ] {} <Debug> HTTP-Session: 2bd92db0-862e-420f-9a95-fd3427d341eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2774 | 2024.08.28 17:54:23.443852 [ 3 ] {} <Debug> HTTP-Session: 2bd92db0-862e-420f-9a95-fd3427d341eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.08.28 17:54:23.443919 [ 3 ] {} <Trace> HTTP-Session: 2bd92db0-862e-420f-9a95-fd3427d341eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2776 | 2024.08.28 17:54:23.444178 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2777 | 2024.08.28 17:54:23.444254 [ 195 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2778 | 2024.08.28 17:54:23.444275 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2779 | 2024.08.28 17:54:23.444457 [ 195 ] {5e79227e-378d-4e92-86cd-7f3873dbfaf0::all_1_6_1} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2780 | 2024.08.28 17:54:23.444646 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2781 | 2024.08.28 17:54:23.444827 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2782 | 2024.08.28 17:54:23.445225 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2783 | 2024.08.28 17:54:23.445266 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2784 | 2024.08.28 17:54:23.445704 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2785 | 2024.08.28 17:54:23.446123 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2786 | 2024.08.28 17:54:23.446300 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.002237 sec., 16540.008940545373 rows/sec., 1.21 MiB/sec. | ||
2787 | 2024.08.28 17:54:23.446307 [ 63 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2788 | 2024.08.28 17:54:23.446409 [ 63 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2789 | 2024.08.28 17:54:23.446490 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2790 | 2024.08.28 17:54:23.446632 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Debug> DynamicQueryHandler: Done processing query | ||
2791 | 2024.08.28 17:54:23.446645 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
2792 | 2024.08.28 17:54:23.446669 [ 3 ] {9c0116ed-3422-42ff-95cf-e78af84ae526} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2793 | 2024.08.28 17:54:23.446727 [ 3 ] {} <Debug> HTTP-Session: 2bd92db0-862e-420f-9a95-fd3427d341eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2794 | 2024.08.28 17:54:23.446865 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2795 | 2024.08.28 17:54:23.446935 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
2796 | 2024.08.28 17:54:23.446941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2797 | 2024.08.28 17:54:23.447067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2798 | 2024.08.28 17:54:23.447159 [ 3 ] {} <Debug> HTTP-Session: cbad55d5-2527-4a49-9789-37ad86e841d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2799 | 2024.08.28 17:54:23.447239 [ 3 ] {} <Debug> HTTP-Session: cbad55d5-2527-4a49-9789-37ad86e841d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.08.28 17:54:23.447260 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
2801 | 2024.08.28 17:54:23.447291 [ 3 ] {} <Debug> HTTP-Session: cbad55d5-2527-4a49-9789-37ad86e841d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2802 | 2024.08.28 17:54:23.447396 [ 3 ] {} <Trace> HTTP-Session: cbad55d5-2527-4a49-9789-37ad86e841d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2803 | 2024.08.28 17:54:23.447553 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part | ||
2804 | 2024.08.28 17:54:23.447785 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2805 | 2024.08.28 17:54:23.447940 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2806 | 2024.08.28 17:54:23.447979 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
2807 | 2024.08.28 17:54:23.448327 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
2808 | 2024.08.28 17:54:23.448691 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part | ||
2809 | 2024.08.28 17:54:23.449618 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2810 | 2024.08.28 17:54:23.450433 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2811 | 2024.08.28 17:54:23.450516 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2812 | 2024.08.28 17:54:23.451576 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2813 | 2024.08.28 17:54:23.452175 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005587785 sec., 32750.007382173797 rows/sec., 2.53 MiB/sec. | ||
2814 | 2024.08.28 17:54:23.452376 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2815 | 2024.08.28 17:54:23.452636 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2816 | 2024.08.28 17:54:23.453262 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005621 sec., 2490.6600249066 rows/sec., 174.43 KiB/sec. | ||
2817 | 2024.08.28 17:54:23.453597 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2818 | 2024.08.28 17:54:23.453776 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Debug> DynamicQueryHandler: Done processing query | ||
2819 | 2024.08.28 17:54:23.453800 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_6_1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2820 | 2024.08.28 17:54:23.453816 [ 3 ] {5715600c-6bd9-4758-9393-3595ad6fcd9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2821 | 2024.08.28 17:54:23.453849 [ 3 ] {} <Debug> HTTP-Session: cbad55d5-2527-4a49-9789-37ad86e841d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2822 | 2024.08.28 17:54:23.453991 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2823 | 2024.08.28 17:54:23.454042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2824 | 2024.08.28 17:54:23.454101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2825 | 2024.08.28 17:54:23.454120 [ 3 ] {} <Debug> HTTP-Session: aeb32290-1dba-444c-8f44-a2ae6a4a39a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2826 | 2024.08.28 17:54:23.454137 [ 3 ] {} <Debug> HTTP-Session: aeb32290-1dba-444c-8f44-a2ae6a4a39a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.08.28 17:54:23.454151 [ 3 ] {} <Debug> HTTP-Session: aeb32290-1dba-444c-8f44-a2ae6a4a39a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.08.28 17:54:23.454188 [ 3 ] {} <Trace> HTTP-Session: aeb32290-1dba-444c-8f44-a2ae6a4a39a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2829 | 2024.08.28 17:54:23.454300 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2830 | 2024.08.28 17:54:23.454348 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2831 | 2024.08.28 17:54:23.454609 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2832 | 2024.08.28 17:54:23.454976 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2833 | 2024.08.28 17:54:23.455017 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2834 | 2024.08.28 17:54:23.455398 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2835 | 2024.08.28 17:54:23.455799 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2836 | 2024.08.28 17:54:23.455960 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001683 sec., 3565.0623885918003 rows/sec., 210.63 KiB/sec. | ||
2837 | 2024.08.28 17:54:23.456267 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Debug> DynamicQueryHandler: Done processing query | ||
2838 | 2024.08.28 17:54:23.456291 [ 3 ] {457add5c-39f3-4b10-912c-862fbbcab54d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2839 | 2024.08.28 17:54:23.456308 [ 3 ] {} <Debug> HTTP-Session: aeb32290-1dba-444c-8f44-a2ae6a4a39a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2840 | 2024.08.28 17:54:23.456690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 66720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2841 | 2024.08.28 17:54:23.456739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2842 | 2024.08.28 17:54:23.456759 [ 3 ] {} <Debug> HTTP-Session: ed535b5b-3cab-4745-b45f-b131e01fa9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2843 | 2024.08.28 17:54:23.456775 [ 3 ] {} <Debug> HTTP-Session: ed535b5b-3cab-4745-b45f-b131e01fa9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2844 | 2024.08.28 17:54:23.456789 [ 3 ] {} <Debug> HTTP-Session: ed535b5b-3cab-4745-b45f-b131e01fa9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2845 | 2024.08.28 17:54:23.456822 [ 3 ] {} <Trace> HTTP-Session: ed535b5b-3cab-4745-b45f-b131e01fa9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2846 | 2024.08.28 17:54:23.457047 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2847 | 2024.08.28 17:54:23.457102 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2848 | 2024.08.28 17:54:23.457390 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2849 | 2024.08.28 17:54:23.458009 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2850 | 2024.08.28 17:54:23.458049 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2851 | 2024.08.28 17:54:23.458470 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2852 | 2024.08.28 17:54:23.458873 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2853 | 2024.08.28 17:54:23.459047 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.002114 sec., 194418.1646168401 rows/sec., 13.86 MiB/sec. | ||
2854 | 2024.08.28 17:54:23.459241 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Debug> DynamicQueryHandler: Done processing query | ||
2855 | 2024.08.28 17:54:23.459268 [ 3 ] {437b41a6-12b4-4f7c-9c3e-42e467de7616} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
2856 | 2024.08.28 17:54:23.459284 [ 3 ] {} <Debug> HTTP-Session: ed535b5b-3cab-4745-b45f-b131e01fa9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.08.28 17:54:23.459491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2858 | 2024.08.28 17:54:23.459540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2859 | 2024.08.28 17:54:23.459560 [ 3 ] {} <Debug> HTTP-Session: f1c21ed8-d3ee-4924-8f98-6c3e9de1e920 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2860 | 2024.08.28 17:54:23.459582 [ 3 ] {} <Debug> HTTP-Session: f1c21ed8-d3ee-4924-8f98-6c3e9de1e920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2861 | 2024.08.28 17:54:23.459603 [ 3 ] {} <Debug> HTTP-Session: f1c21ed8-d3ee-4924-8f98-6c3e9de1e920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.08.28 17:54:23.459638 [ 3 ] {} <Trace> HTTP-Session: f1c21ed8-d3ee-4924-8f98-6c3e9de1e920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2863 | 2024.08.28 17:54:23.459742 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2864 | 2024.08.28 17:54:23.459791 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2865 | 2024.08.28 17:54:23.459933 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2866 | 2024.08.28 17:54:23.460265 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2867 | 2024.08.28 17:54:23.460302 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2868 | 2024.08.28 17:54:23.460667 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2869 | 2024.08.28 17:54:23.460997 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2870 | 2024.08.28 17:54:23.461180 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
2871 | 2024.08.28 17:54:23.461450 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Debug> DynamicQueryHandler: Done processing query | ||
2872 | 2024.08.28 17:54:23.461476 [ 3 ] {0905e51d-2a34-4b71-81f2-c3fe1b12ee8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2873 | 2024.08.28 17:54:23.461492 [ 3 ] {} <Debug> HTTP-Session: f1c21ed8-d3ee-4924-8f98-6c3e9de1e920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.08.28 17:54:23.461680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 35270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2875 | 2024.08.28 17:54:23.461729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2876 | 2024.08.28 17:54:23.461748 [ 3 ] {} <Debug> HTTP-Session: 3bb62f58-4214-49ee-b3c9-0c6ea8d571cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2877 | 2024.08.28 17:54:23.461765 [ 3 ] {} <Debug> HTTP-Session: 3bb62f58-4214-49ee-b3c9-0c6ea8d571cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.08.28 17:54:23.461779 [ 3 ] {} <Debug> HTTP-Session: 3bb62f58-4214-49ee-b3c9-0c6ea8d571cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.08.28 17:54:23.461811 [ 3 ] {} <Trace> HTTP-Session: 3bb62f58-4214-49ee-b3c9-0c6ea8d571cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2880 | 2024.08.28 17:54:23.462003 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2881 | 2024.08.28 17:54:23.462052 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2882 | 2024.08.28 17:54:23.462217 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2883 | 2024.08.28 17:54:23.462647 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2884 | 2024.08.28 17:54:23.462686 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2885 | 2024.08.28 17:54:23.463090 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2886 | 2024.08.28 17:54:23.463438 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2887 | 2024.08.28 17:54:23.463592 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Debug> executeQuery: Read 188 rows, 12.74 KiB in 0.00169 sec., 111242.60355029585 rows/sec., 7.36 MiB/sec. | ||
2888 | 2024.08.28 17:54:23.463774 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Debug> DynamicQueryHandler: Done processing query | ||
2889 | 2024.08.28 17:54:23.463799 [ 3 ] {314870f5-6e8f-4a33-afc1-9100fb4c3d75} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2890 | 2024.08.28 17:54:23.463815 [ 3 ] {} <Debug> HTTP-Session: 3bb62f58-4214-49ee-b3c9-0c6ea8d571cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.08.28 17:54:23.463972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2892 | 2024.08.28 17:54:23.464024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2893 | 2024.08.28 17:54:23.464047 [ 3 ] {} <Debug> HTTP-Session: aa354938-8bb9-44d9-8eb4-4bc128974ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2894 | 2024.08.28 17:54:23.464064 [ 3 ] {} <Debug> HTTP-Session: aa354938-8bb9-44d9-8eb4-4bc128974ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.08.28 17:54:23.464078 [ 3 ] {} <Debug> HTTP-Session: aa354938-8bb9-44d9-8eb4-4bc128974ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.08.28 17:54:23.464114 [ 3 ] {} <Trace> HTTP-Session: aa354938-8bb9-44d9-8eb4-4bc128974ecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2024.08.28 17:54:23.464211 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2898 | 2024.08.28 17:54:23.464256 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2899 | 2024.08.28 17:54:23.464386 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2900 | 2024.08.28 17:54:23.464677 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2901 | 2024.08.28 17:54:23.464713 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2902 | 2024.08.28 17:54:23.465102 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2903 | 2024.08.28 17:54:23.465436 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2024.08.28 17:54:23.465601 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
2905 | 2024.08.28 17:54:23.465769 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Debug> DynamicQueryHandler: Done processing query | ||
2906 | 2024.08.28 17:54:23.465794 [ 3 ] {b42ad394-1bca-4845-8c9b-5dffa4fa6bd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2907 | 2024.08.28 17:54:23.465810 [ 3 ] {} <Debug> HTTP-Session: aa354938-8bb9-44d9-8eb4-4bc128974ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.08.28 17:54:23.465972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 57650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2909 | 2024.08.28 17:54:23.466021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2910 | 2024.08.28 17:54:23.466039 [ 3 ] {} <Debug> HTTP-Session: 21a4669e-a7db-4964-869f-a7b90c4258b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2911 | 2024.08.28 17:54:23.466055 [ 3 ] {} <Debug> HTTP-Session: 21a4669e-a7db-4964-869f-a7b90c4258b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.08.28 17:54:23.466069 [ 3 ] {} <Debug> HTTP-Session: 21a4669e-a7db-4964-869f-a7b90c4258b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.08.28 17:54:23.466102 [ 3 ] {} <Trace> HTTP-Session: 21a4669e-a7db-4964-869f-a7b90c4258b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2914 | 2024.08.28 17:54:23.466506 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2915 | 2024.08.28 17:54:23.466572 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2916 | 2024.08.28 17:54:23.466994 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.08.28 17:54:23.467753 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2024.08.28 17:54:23.467790 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2919 | 2024.08.28 17:54:23.468433 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2920 | 2024.08.28 17:54:23.468844 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2921 | 2024.08.28 17:54:23.469038 [ 59 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2922 | 2024.08.28 17:54:23.469055 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002857 sec., 12250.612530626531 rows/sec., 21.95 MiB/sec. | ||
2923 | 2024.08.28 17:54:23.469113 [ 59 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2924 | 2024.08.28 17:54:23.469199 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2925 | 2024.08.28 17:54:23.469760 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Debug> DynamicQueryHandler: Done processing query | ||
2926 | 2024.08.28 17:54:23.469763 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
2927 | 2024.08.28 17:54:23.469820 [ 3 ] {0d30ccaf-4b13-4d09-bd91-d081760c7f29} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2928 | 2024.08.28 17:54:23.469874 [ 3 ] {} <Debug> HTTP-Session: 21a4669e-a7db-4964-869f-a7b90c4258b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2929 | 2024.08.28 17:54:23.470072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2930 | 2024.08.28 17:54:23.470180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2931 | 2024.08.28 17:54:23.470248 [ 3 ] {} <Debug> HTTP-Session: 32cb0cf3-7e57-4a67-a82b-621591940844 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2932 | 2024.08.28 17:54:23.470311 [ 3 ] {} <Debug> HTTP-Session: 32cb0cf3-7e57-4a67-a82b-621591940844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.08.28 17:54:23.470354 [ 3 ] {} <Debug> HTTP-Session: 32cb0cf3-7e57-4a67-a82b-621591940844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.08.28 17:54:23.470441 [ 3 ] {} <Trace> HTTP-Session: 32cb0cf3-7e57-4a67-a82b-621591940844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2935 | 2024.08.28 17:54:23.470738 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2936 | 2024.08.28 17:54:23.470828 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2937 | 2024.08.28 17:54:23.470844 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2938 | 2024.08.28 17:54:23.471112 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
2939 | 2024.08.28 17:54:23.471388 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2940 | 2024.08.28 17:54:23.472038 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
2941 | 2024.08.28 17:54:23.472352 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2942 | 2024.08.28 17:54:23.472468 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2943 | 2024.08.28 17:54:23.472871 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part | ||
2944 | 2024.08.28 17:54:23.473713 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
2945 | 2024.08.28 17:54:23.473750 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2946 | 2024.08.28 17:54:23.474537 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
2947 | 2024.08.28 17:54:23.474990 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2948 | 2024.08.28 17:54:23.475283 [ 191 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
2949 | 2024.08.28 17:54:23.475385 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Debug> executeQuery: Read 60 rows, 3.86 KiB in 0.004776 sec., 12562.814070351758 rows/sec., 808.49 KiB/sec. | ||
2950 | 2024.08.28 17:54:23.475881 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Debug> DynamicQueryHandler: Done processing query | ||
2951 | 2024.08.28 17:54:23.475941 [ 3 ] {21938220-5c3c-4b39-992a-84f1be798e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2952 | 2024.08.28 17:54:23.476002 [ 3 ] {} <Debug> HTTP-Session: 32cb0cf3-7e57-4a67-a82b-621591940844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.08.28 17:54:23.481628 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 19 columns (19 merged, 0 gathered) in 0.012268024 sec., 14753.802242317099 rows/sec., 26.44 MiB/sec. | ||
2954 | 2024.08.28 17:54:23.482154 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2955 | 2024.08.28 17:54:23.482983 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2956 | 2024.08.28 17:54:23.483088 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2957 | 2024.08.28 17:54:23.483327 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
2958 | 2024.08.28 17:54:28.414084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2959 | 2024.08.28 17:54:28.414221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2960 | 2024.08.28 17:54:28.414248 [ 3 ] {} <Debug> HTTP-Session: 7e9c3415-2cf3-4763-8ff2-af563a4dab60 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2961 | 2024.08.28 17:54:28.414274 [ 3 ] {} <Debug> HTTP-Session: 7e9c3415-2cf3-4763-8ff2-af563a4dab60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.08.28 17:54:28.414290 [ 3 ] {} <Debug> HTTP-Session: 7e9c3415-2cf3-4763-8ff2-af563a4dab60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2963 | 2024.08.28 17:54:28.414341 [ 3 ] {} <Trace> HTTP-Session: 7e9c3415-2cf3-4763-8ff2-af563a4dab60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2964 | 2024.08.28 17:54:28.414548 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2965 | 2024.08.28 17:54:28.414626 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2966 | 2024.08.28 17:54:28.414966 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2967 | 2024.08.28 17:54:28.415497 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2968 | 2024.08.28 17:54:28.415546 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2969 | 2024.08.28 17:54:28.415993 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2970 | 2024.08.28 17:54:28.416430 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2971 | 2024.08.28 17:54:28.416609 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002119 sec., 24539.877300613498 rows/sec., 1.87 MiB/sec. | ||
2972 | 2024.08.28 17:54:28.416624 [ 54 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2973 | 2024.08.28 17:54:28.416744 [ 54 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2974 | 2024.08.28 17:54:28.416800 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
2975 | 2024.08.28 17:54:28.416942 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Debug> DynamicQueryHandler: Done processing query | ||
2976 | 2024.08.28 17:54:28.416987 [ 3 ] {c5eacf67-a403-4cd4-8201-f14162dd52d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2977 | 2024.08.28 17:54:28.416987 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
2978 | 2024.08.28 17:54:28.417013 [ 3 ] {} <Debug> HTTP-Session: 7e9c3415-2cf3-4763-8ff2-af563a4dab60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.08.28 17:54:28.417229 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2980 | 2024.08.28 17:54:28.417249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2981 | 2024.08.28 17:54:28.417298 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1237 rows starting from the beginning of the part | ||
2982 | 2024.08.28 17:54:28.417366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2983 | 2024.08.28 17:54:28.417437 [ 3 ] {} <Debug> HTTP-Session: e02b1991-b35a-48dc-b43f-be40135e9ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
2984 | 2024.08.28 17:54:28.417527 [ 3 ] {} <Debug> HTTP-Session: e02b1991-b35a-48dc-b43f-be40135e9ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2985 | 2024.08.28 17:54:28.417520 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
2986 | 2024.08.28 17:54:28.417579 [ 3 ] {} <Debug> HTTP-Session: e02b1991-b35a-48dc-b43f-be40135e9ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.08.28 17:54:28.417724 [ 3 ] {} <Trace> HTTP-Session: e02b1991-b35a-48dc-b43f-be40135e9ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2988 | 2024.08.28 17:54:28.418026 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 229 rows starting from the beginning of the part | ||
2989 | 2024.08.28 17:54:28.418059 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2990 | 2024.08.28 17:54:28.418193 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2991 | 2024.08.28 17:54:28.418316 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
2992 | 2024.08.28 17:54:28.418702 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 256 rows starting from the beginning of the part | ||
2993 | 2024.08.28 17:54:28.419007 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
2994 | 2024.08.28 17:54:28.419812 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2995 | 2024.08.28 17:54:28.420610 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2996 | 2024.08.28 17:54:28.420673 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
2997 | 2024.08.28 17:54:28.421877 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2998 | 2024.08.28 17:54:28.422729 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1826 rows, containing 5 columns (5 merged, 0 gathered) in 0.00583679 sec., 312843.1894928548 rows/sec., 27.64 MiB/sec. | ||
2999 | 2024.08.28 17:54:28.422844 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2024.08.28 17:54:28.423010 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3001 | 2024.08.28 17:54:28.423130 [ 54 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3002 | 2024.08.28 17:54:28.423172 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.005185 sec., 10800.385728061716 rows/sec., 862.61 KiB/sec. | ||
3003 | 2024.08.28 17:54:28.423245 [ 54 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3004 | 2024.08.28 17:54:28.423392 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
3005 | 2024.08.28 17:54:28.423785 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Debug> DynamicQueryHandler: Done processing query | ||
3006 | 2024.08.28 17:54:28.423901 [ 3 ] {78f66b29-f430-4ecc-90d1-fb976bb7e4a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3007 | 2024.08.28 17:54:28.424034 [ 3 ] {} <Debug> HTTP-Session: e02b1991-b35a-48dc-b43f-be40135e9ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.08.28 17:54:28.424452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 28697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3009 | 2024.08.28 17:54:28.424510 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
3010 | 2024.08.28 17:54:28.424639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3011 | 2024.08.28 17:54:28.424704 [ 3 ] {} <Debug> HTTP-Session: cb9ac044-743a-4d62-8e04-3405df0f0cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3012 | 2024.08.28 17:54:28.424776 [ 3 ] {} <Debug> HTTP-Session: cb9ac044-743a-4d62-8e04-3405df0f0cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3013 | 2024.08.28 17:54:28.424844 [ 3 ] {} <Debug> HTTP-Session: cb9ac044-743a-4d62-8e04-3405df0f0cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3014 | 2024.08.28 17:54:28.424977 [ 3 ] {} <Trace> HTTP-Session: cb9ac044-743a-4d62-8e04-3405df0f0cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3015 | 2024.08.28 17:54:28.425143 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3016 | 2024.08.28 17:54:28.425168 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3017 | 2024.08.28 17:54:28.425296 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 531 rows starting from the beginning of the part | ||
3018 | 2024.08.28 17:54:28.425386 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3019 | 2024.08.28 17:54:28.425409 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_11_2} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3020 | 2024.08.28 17:54:28.425587 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3021 | 2024.08.28 17:54:28.425789 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
3022 | 2024.08.28 17:54:28.425931 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
3023 | 2024.08.28 17:54:28.426375 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 381 rows starting from the beginning of the part | ||
3024 | 2024.08.28 17:54:28.426663 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3025 | 2024.08.28 17:54:28.426718 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
3026 | 2024.08.28 17:54:28.427053 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 411 rows starting from the beginning of the part | ||
3027 | 2024.08.28 17:54:28.427282 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
3028 | 2024.08.28 17:54:28.428032 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3029 | 2024.08.28 17:54:28.428105 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3030 | 2024.08.28 17:54:28.429186 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3031 | 2024.08.28 17:54:28.430149 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3032 | 2024.08.28 17:54:28.430645 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005432 sec., 27614.138438880706 rows/sec., 1.91 MiB/sec. | ||
3033 | 2024.08.28 17:54:28.430694 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1435 rows, containing 5 columns (5 merged, 0 gathered) in 0.007049107 sec., 203571.88506288812 rows/sec., 15.58 MiB/sec. | ||
3034 | 2024.08.28 17:54:28.431064 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3035 | 2024.08.28 17:54:28.431144 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Debug> DynamicQueryHandler: Done processing query | ||
3036 | 2024.08.28 17:54:28.431192 [ 3 ] {d31b35d0-4799-4ec1-867d-ef3ccfb2aaf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3037 | 2024.08.28 17:54:28.431211 [ 3 ] {} <Debug> HTTP-Session: cb9ac044-743a-4d62-8e04-3405df0f0cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3038 | 2024.08.28 17:54:28.431510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3039 | 2024.08.28 17:54:28.431677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3040 | 2024.08.28 17:54:28.431732 [ 3 ] {} <Debug> HTTP-Session: c1264a55-ec2e-469b-9a4f-a301d12f827e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3041 | 2024.08.28 17:54:28.431754 [ 3 ] {} <Debug> HTTP-Session: c1264a55-ec2e-469b-9a4f-a301d12f827e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3042 | 2024.08.28 17:54:28.431777 [ 3 ] {} <Debug> HTTP-Session: c1264a55-ec2e-469b-9a4f-a301d12f827e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.08.28 17:54:28.431837 [ 3 ] {} <Trace> HTTP-Session: c1264a55-ec2e-469b-9a4f-a301d12f827e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3044 | 2024.08.28 17:54:28.432027 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3045 | 2024.08.28 17:54:28.432112 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3046 | 2024.08.28 17:54:28.432122 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3047 | 2024.08.28 17:54:28.432359 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_11_2} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3048 | 2024.08.28 17:54:28.432560 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
3049 | 2024.08.28 17:54:28.432588 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3050 | 2024.08.28 17:54:28.432942 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3051 | 2024.08.28 17:54:28.432981 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
3052 | 2024.08.28 17:54:28.433390 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3053 | 2024.08.28 17:54:28.433738 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3054 | 2024.08.28 17:54:28.433901 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001936 sec., 25826.446280991735 rows/sec., 1.77 MiB/sec. | ||
3055 | 2024.08.28 17:54:28.434094 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Debug> DynamicQueryHandler: Done processing query | ||
3056 | 2024.08.28 17:54:28.434120 [ 3 ] {5be1627d-eeee-45b3-af66-56bbb0bd66b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3057 | 2024.08.28 17:54:28.434137 [ 3 ] {} <Debug> HTTP-Session: c1264a55-ec2e-469b-9a4f-a301d12f827e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3058 | 2024.08.28 17:54:32.964477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3059 | 2024.08.28 17:54:32.964617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3060 | 2024.08.28 17:54:32.964648 [ 3 ] {} <Debug> HTTP-Session: 581e53fc-a48c-4158-9af8-8606e73b93c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3061 | 2024.08.28 17:54:32.964676 [ 3 ] {} <Debug> HTTP-Session: 581e53fc-a48c-4158-9af8-8606e73b93c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.08.28 17:54:32.964694 [ 3 ] {} <Debug> HTTP-Session: 581e53fc-a48c-4158-9af8-8606e73b93c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3063 | 2024.08.28 17:54:32.964749 [ 3 ] {} <Trace> HTTP-Session: 581e53fc-a48c-4158-9af8-8606e73b93c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3064 | 2024.08.28 17:54:32.964948 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3065 | 2024.08.28 17:54:32.965016 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3066 | 2024.08.28 17:54:32.965359 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3067 | 2024.08.28 17:54:32.965809 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3068 | 2024.08.28 17:54:32.965855 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3069 | 2024.08.28 17:54:32.966273 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3070 | 2024.08.28 17:54:32.966678 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3071 | 2024.08.28 17:54:32.966853 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001957 sec., 2043.9448134900358 rows/sec., 166.67 KiB/sec. | ||
3072 | 2024.08.28 17:54:32.967180 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Debug> DynamicQueryHandler: Done processing query | ||
3073 | 2024.08.28 17:54:32.967209 [ 3 ] {88e1a7ab-e18c-4fb1-ad73-a6c5e5b0e0d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3074 | 2024.08.28 17:54:32.967226 [ 3 ] {} <Debug> HTTP-Session: 581e53fc-a48c-4158-9af8-8606e73b93c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3075 | 2024.08.28 17:54:32.967600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 204718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3076 | 2024.08.28 17:54:32.967661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3077 | 2024.08.28 17:54:32.967681 [ 3 ] {} <Debug> HTTP-Session: 71ed7140-48de-46fa-bd98-38f2962f8cb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3078 | 2024.08.28 17:54:32.967700 [ 3 ] {} <Debug> HTTP-Session: 71ed7140-48de-46fa-bd98-38f2962f8cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.08.28 17:54:32.967714 [ 3 ] {} <Debug> HTTP-Session: 71ed7140-48de-46fa-bd98-38f2962f8cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3080 | 2024.08.28 17:54:32.967750 [ 3 ] {} <Trace> HTTP-Session: 71ed7140-48de-46fa-bd98-38f2962f8cb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3081 | 2024.08.28 17:54:32.968372 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3082 | 2024.08.28 17:54:32.968425 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3083 | 2024.08.28 17:54:32.968684 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3084 | 2024.08.28 17:54:32.970009 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3085 | 2024.08.28 17:54:32.970053 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3086 | 2024.08.28 17:54:32.970586 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3087 | 2024.08.28 17:54:32.970972 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3088 | 2024.08.28 17:54:32.971138 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Debug> executeQuery: Read 1399 rows, 120.11 KiB in 0.003231 sec., 432992.88146084803 rows/sec., 36.30 MiB/sec. | ||
3089 | 2024.08.28 17:54:32.971321 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Debug> DynamicQueryHandler: Done processing query | ||
3090 | 2024.08.28 17:54:32.971348 [ 3 ] {2101d3ba-200d-4214-b596-49218e526e4d} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
3091 | 2024.08.28 17:54:32.971365 [ 3 ] {} <Debug> HTTP-Session: 71ed7140-48de-46fa-bd98-38f2962f8cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3092 | 2024.08.28 17:54:32.971726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3093 | 2024.08.28 17:54:32.971778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3094 | 2024.08.28 17:54:32.971798 [ 3 ] {} <Debug> HTTP-Session: cb070e93-173f-4140-a0a4-a05e79592c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3095 | 2024.08.28 17:54:32.971817 [ 3 ] {} <Debug> HTTP-Session: cb070e93-173f-4140-a0a4-a05e79592c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.08.28 17:54:32.971831 [ 3 ] {} <Debug> HTTP-Session: cb070e93-173f-4140-a0a4-a05e79592c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.08.28 17:54:32.971867 [ 3 ] {} <Trace> HTTP-Session: cb070e93-173f-4140-a0a4-a05e79592c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3098 | 2024.08.28 17:54:32.971987 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3099 | 2024.08.28 17:54:32.972034 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3100 | 2024.08.28 17:54:32.972282 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3101 | 2024.08.28 17:54:32.972623 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3102 | 2024.08.28 17:54:32.972661 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3103 | 2024.08.28 17:54:32.973025 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3104 | 2024.08.28 17:54:32.973408 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2024.08.28 17:54:32.973570 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.001617 sec., 24737.167594310453 rows/sec., 1.80 MiB/sec. | ||
3106 | 2024.08.28 17:54:32.973743 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Debug> DynamicQueryHandler: Done processing query | ||
3107 | 2024.08.28 17:54:32.973768 [ 3 ] {3c61dd53-e9ff-416e-ab31-e797171cb54a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3108 | 2024.08.28 17:54:32.973785 [ 3 ] {} <Debug> HTTP-Session: cb070e93-173f-4140-a0a4-a05e79592c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3109 | 2024.08.28 17:54:32.974005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3110 | 2024.08.28 17:54:32.974055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3111 | 2024.08.28 17:54:32.974074 [ 3 ] {} <Debug> HTTP-Session: ba292f1c-392b-4cc1-bb78-41149821f66d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3112 | 2024.08.28 17:54:32.974090 [ 3 ] {} <Debug> HTTP-Session: ba292f1c-392b-4cc1-bb78-41149821f66d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.08.28 17:54:32.974104 [ 3 ] {} <Debug> HTTP-Session: ba292f1c-392b-4cc1-bb78-41149821f66d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3114 | 2024.08.28 17:54:32.974137 [ 3 ] {} <Trace> HTTP-Session: ba292f1c-392b-4cc1-bb78-41149821f66d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3115 | 2024.08.28 17:54:32.974310 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3116 | 2024.08.28 17:54:32.974353 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3117 | 2024.08.28 17:54:32.974582 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3118 | 2024.08.28 17:54:32.975007 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3119 | 2024.08.28 17:54:32.975044 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3120 | 2024.08.28 17:54:32.975434 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3121 | 2024.08.28 17:54:32.975834 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3122 | 2024.08.28 17:54:32.976032 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001802 sec., 134295.22752497226 rows/sec., 9.10 MiB/sec. | ||
3123 | 2024.08.28 17:54:32.976226 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Debug> DynamicQueryHandler: Done processing query | ||
3124 | 2024.08.28 17:54:32.976255 [ 3 ] {7127a722-da17-4aad-8c0b-303bf75cd74d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3125 | 2024.08.28 17:54:32.976272 [ 3 ] {} <Debug> HTTP-Session: ba292f1c-392b-4cc1-bb78-41149821f66d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3126 | 2024.08.28 17:54:32.976435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3127 | 2024.08.28 17:54:32.976502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3128 | 2024.08.28 17:54:32.976529 [ 3 ] {} <Debug> HTTP-Session: a85b4df2-cd6f-465a-a050-4f720ecd2bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3129 | 2024.08.28 17:54:32.976553 [ 3 ] {} <Debug> HTTP-Session: a85b4df2-cd6f-465a-a050-4f720ecd2bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.08.28 17:54:32.976567 [ 3 ] {} <Debug> HTTP-Session: a85b4df2-cd6f-465a-a050-4f720ecd2bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3131 | 2024.08.28 17:54:32.976599 [ 3 ] {} <Trace> HTTP-Session: a85b4df2-cd6f-465a-a050-4f720ecd2bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3132 | 2024.08.28 17:54:32.976695 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3133 | 2024.08.28 17:54:32.976755 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3134 | 2024.08.28 17:54:32.977009 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3135 | 2024.08.28 17:54:32.977330 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3136 | 2024.08.28 17:54:32.977366 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3137 | 2024.08.28 17:54:32.977709 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3138 | 2024.08.28 17:54:32.978064 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3139 | 2024.08.28 17:54:32.978222 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 228.41 KiB/sec. | ||
3140 | 2024.08.28 17:54:32.978391 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Debug> DynamicQueryHandler: Done processing query | ||
3141 | 2024.08.28 17:54:32.978416 [ 3 ] {c3f77a7c-e3d3-4d50-a63f-7854e4d77592} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3142 | 2024.08.28 17:54:32.978431 [ 3 ] {} <Debug> HTTP-Session: a85b4df2-cd6f-465a-a050-4f720ecd2bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3143 | 2024.08.28 17:54:32.978719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3144 | 2024.08.28 17:54:32.978768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3145 | 2024.08.28 17:54:32.978787 [ 3 ] {} <Debug> HTTP-Session: 8a6e02ee-7923-4a89-afca-da941c4f5009 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3146 | 2024.08.28 17:54:32.978803 [ 3 ] {} <Debug> HTTP-Session: 8a6e02ee-7923-4a89-afca-da941c4f5009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.08.28 17:54:32.978816 [ 3 ] {} <Debug> HTTP-Session: 8a6e02ee-7923-4a89-afca-da941c4f5009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3148 | 2024.08.28 17:54:32.978847 [ 3 ] {} <Trace> HTTP-Session: 8a6e02ee-7923-4a89-afca-da941c4f5009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3149 | 2024.08.28 17:54:32.979181 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3150 | 2024.08.28 17:54:32.979224 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3151 | 2024.08.28 17:54:32.979451 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3152 | 2024.08.28 17:54:32.980229 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3153 | 2024.08.28 17:54:32.980265 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3154 | 2024.08.28 17:54:32.980665 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3155 | 2024.08.28 17:54:32.981046 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3156 | 2024.08.28 17:54:32.981245 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Debug> executeQuery: Read 876 rows, 65.02 KiB in 0.002268 sec., 386243.38624338625 rows/sec., 28.00 MiB/sec. | ||
3157 | 2024.08.28 17:54:32.981406 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Debug> DynamicQueryHandler: Done processing query | ||
3158 | 2024.08.28 17:54:32.981431 [ 3 ] {d6bdb34a-5bad-4fff-b10f-18472d1befe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
3159 | 2024.08.28 17:54:32.981447 [ 3 ] {} <Debug> HTTP-Session: 8a6e02ee-7923-4a89-afca-da941c4f5009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3160 | 2024.08.28 17:54:32.981625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3161 | 2024.08.28 17:54:32.981672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3162 | 2024.08.28 17:54:32.981690 [ 3 ] {} <Debug> HTTP-Session: 67828161-ffc9-4a74-98ce-ed3e12d2a932 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3163 | 2024.08.28 17:54:32.981706 [ 3 ] {} <Debug> HTTP-Session: 67828161-ffc9-4a74-98ce-ed3e12d2a932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.08.28 17:54:32.981721 [ 3 ] {} <Debug> HTTP-Session: 67828161-ffc9-4a74-98ce-ed3e12d2a932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3165 | 2024.08.28 17:54:32.981752 [ 3 ] {} <Trace> HTTP-Session: 67828161-ffc9-4a74-98ce-ed3e12d2a932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3166 | 2024.08.28 17:54:32.981845 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3167 | 2024.08.28 17:54:32.981888 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3168 | 2024.08.28 17:54:32.982016 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3169 | 2024.08.28 17:54:32.982280 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3170 | 2024.08.28 17:54:32.982316 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3171 | 2024.08.28 17:54:32.982669 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3172 | 2024.08.28 17:54:32.982996 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3173 | 2024.08.28 17:54:32.983157 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
3174 | 2024.08.28 17:54:32.983410 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Debug> DynamicQueryHandler: Done processing query | ||
3175 | 2024.08.28 17:54:32.983436 [ 3 ] {c5be9d43-2524-4a80-8bf4-2a323d50475b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3176 | 2024.08.28 17:54:32.983451 [ 3 ] {} <Debug> HTTP-Session: 67828161-ffc9-4a74-98ce-ed3e12d2a932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3177 | 2024.08.28 17:54:32.983718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3178 | 2024.08.28 17:54:32.983767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3179 | 2024.08.28 17:54:32.983786 [ 3 ] {} <Debug> HTTP-Session: 038cee9c-2fc1-40e9-aa0c-fcc975d28c07 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3180 | 2024.08.28 17:54:32.983802 [ 3 ] {} <Debug> HTTP-Session: 038cee9c-2fc1-40e9-aa0c-fcc975d28c07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.08.28 17:54:32.983816 [ 3 ] {} <Debug> HTTP-Session: 038cee9c-2fc1-40e9-aa0c-fcc975d28c07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3182 | 2024.08.28 17:54:32.983847 [ 3 ] {} <Trace> HTTP-Session: 038cee9c-2fc1-40e9-aa0c-fcc975d28c07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3183 | 2024.08.28 17:54:32.984287 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3184 | 2024.08.28 17:54:32.984333 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3185 | 2024.08.28 17:54:32.984498 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3186 | 2024.08.28 17:54:32.985255 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3187 | 2024.08.28 17:54:32.985291 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3188 | 2024.08.28 17:54:32.985725 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3189 | 2024.08.28 17:54:32.986073 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3190 | 2024.08.28 17:54:32.986243 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Debug> executeQuery: Read 893 rows, 60.98 KiB in 0.002233 sec., 399910.434393193 rows/sec., 26.67 MiB/sec. | ||
3191 | 2024.08.28 17:54:32.986416 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Debug> DynamicQueryHandler: Done processing query | ||
3192 | 2024.08.28 17:54:32.986443 [ 3 ] {39b350b1-3436-4873-ab2e-de5a24476352} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
3193 | 2024.08.28 17:54:32.986460 [ 3 ] {} <Debug> HTTP-Session: 038cee9c-2fc1-40e9-aa0c-fcc975d28c07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3194 | 2024.08.28 17:54:32.986629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3195 | 2024.08.28 17:54:32.986677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3196 | 2024.08.28 17:54:32.986696 [ 3 ] {} <Debug> HTTP-Session: 7a647d9b-d3a2-410c-9e70-6fccac0c6efe Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3197 | 2024.08.28 17:54:32.986712 [ 3 ] {} <Debug> HTTP-Session: 7a647d9b-d3a2-410c-9e70-6fccac0c6efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3198 | 2024.08.28 17:54:32.986726 [ 3 ] {} <Debug> HTTP-Session: 7a647d9b-d3a2-410c-9e70-6fccac0c6efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3199 | 2024.08.28 17:54:32.986757 [ 3 ] {} <Trace> HTTP-Session: 7a647d9b-d3a2-410c-9e70-6fccac0c6efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3200 | 2024.08.28 17:54:32.986849 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3201 | 2024.08.28 17:54:32.986893 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3202 | 2024.08.28 17:54:32.987024 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3203 | 2024.08.28 17:54:32.987284 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3204 | 2024.08.28 17:54:32.987319 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3205 | 2024.08.28 17:54:32.987664 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3206 | 2024.08.28 17:54:32.987992 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3207 | 2024.08.28 17:54:32.988154 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
3208 | 2024.08.28 17:54:32.988321 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Debug> DynamicQueryHandler: Done processing query | ||
3209 | 2024.08.28 17:54:32.988346 [ 3 ] {8475bea2-f4a2-4cfc-84d4-8f2f6e080a01} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3210 | 2024.08.28 17:54:32.988362 [ 3 ] {} <Debug> HTTP-Session: 7a647d9b-d3a2-410c-9e70-6fccac0c6efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3211 | 2024.08.28 17:54:32.988523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3212 | 2024.08.28 17:54:32.988572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3213 | 2024.08.28 17:54:32.988593 [ 3 ] {} <Debug> HTTP-Session: c1c96679-eb0a-4ff0-a011-35e45d97d206 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3214 | 2024.08.28 17:54:32.988610 [ 3 ] {} <Debug> HTTP-Session: c1c96679-eb0a-4ff0-a011-35e45d97d206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3215 | 2024.08.28 17:54:32.988624 [ 3 ] {} <Debug> HTTP-Session: c1c96679-eb0a-4ff0-a011-35e45d97d206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3216 | 2024.08.28 17:54:32.988656 [ 3 ] {} <Trace> HTTP-Session: c1c96679-eb0a-4ff0-a011-35e45d97d206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3217 | 2024.08.28 17:54:32.989142 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3218 | 2024.08.28 17:54:32.989210 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3219 | 2024.08.28 17:54:32.989625 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3220 | 2024.08.28 17:54:32.990435 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3221 | 2024.08.28 17:54:32.990472 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3222 | 2024.08.28 17:54:32.991117 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3223 | 2024.08.28 17:54:32.991524 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3224 | 2024.08.28 17:54:32.991699 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002956 sec., 12178.619756427606 rows/sec., 21.82 MiB/sec. | ||
3225 | 2024.08.28 17:54:32.991929 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Debug> DynamicQueryHandler: Done processing query | ||
3226 | 2024.08.28 17:54:32.991955 [ 3 ] {bbc05057-1274-4269-aace-823b86713a5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3227 | 2024.08.28 17:54:32.991970 [ 3 ] {} <Debug> HTTP-Session: c1c96679-eb0a-4ff0-a011-35e45d97d206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3228 | 2024.08.28 17:54:32.992097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3229 | 2024.08.28 17:54:32.992146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3230 | 2024.08.28 17:54:32.992166 [ 3 ] {} <Debug> HTTP-Session: dfa34e8c-dd5c-492a-b448-771743e64607 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3231 | 2024.08.28 17:54:32.992183 [ 3 ] {} <Debug> HTTP-Session: dfa34e8c-dd5c-492a-b448-771743e64607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.08.28 17:54:32.992196 [ 3 ] {} <Debug> HTTP-Session: dfa34e8c-dd5c-492a-b448-771743e64607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3233 | 2024.08.28 17:54:32.992227 [ 3 ] {} <Trace> HTTP-Session: dfa34e8c-dd5c-492a-b448-771743e64607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3234 | 2024.08.28 17:54:32.992323 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3235 | 2024.08.28 17:54:32.992368 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3236 | 2024.08.28 17:54:32.992497 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3237 | 2024.08.28 17:54:32.992776 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3238 | 2024.08.28 17:54:32.992812 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3239 | 2024.08.28 17:54:32.993161 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3240 | 2024.08.28 17:54:32.993478 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3241 | 2024.08.28 17:54:32.993631 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 319.87 KiB/sec. | ||
3242 | 2024.08.28 17:54:32.993898 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Debug> DynamicQueryHandler: Done processing query | ||
3243 | 2024.08.28 17:54:32.993923 [ 3 ] {e5b995f5-d3d0-437a-822e-05ae8fa88e30} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3244 | 2024.08.28 17:54:32.993939 [ 3 ] {} <Debug> HTTP-Session: dfa34e8c-dd5c-492a-b448-771743e64607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3245 | 2024.08.28 17:54:32.994068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3246 | 2024.08.28 17:54:32.994114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3247 | 2024.08.28 17:54:32.994133 [ 3 ] {} <Debug> HTTP-Session: c3b04f0f-9ec3-49c8-8027-60aaf8a2251c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3248 | 2024.08.28 17:54:32.994151 [ 3 ] {} <Debug> HTTP-Session: c3b04f0f-9ec3-49c8-8027-60aaf8a2251c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3249 | 2024.08.28 17:54:32.994165 [ 3 ] {} <Debug> HTTP-Session: c3b04f0f-9ec3-49c8-8027-60aaf8a2251c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3250 | 2024.08.28 17:54:32.994195 [ 3 ] {} <Trace> HTTP-Session: c3b04f0f-9ec3-49c8-8027-60aaf8a2251c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3251 | 2024.08.28 17:54:32.994310 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3252 | 2024.08.28 17:54:32.994354 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3253 | 2024.08.28 17:54:32.994499 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3254 | 2024.08.28 17:54:32.994792 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3255 | 2024.08.28 17:54:32.994826 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3256 | 2024.08.28 17:54:32.995187 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3257 | 2024.08.28 17:54:32.995514 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3258 | 2024.08.28 17:54:32.995662 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Debug> executeQuery: Read 66 rows, 4.28 KiB in 0.001382 sec., 47756.87409551375 rows/sec., 3.03 MiB/sec. | ||
3259 | 2024.08.28 17:54:32.995832 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Debug> DynamicQueryHandler: Done processing query | ||
3260 | 2024.08.28 17:54:32.995857 [ 3 ] {db78c72a-5fc4-4894-b25a-d264f34a64cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3261 | 2024.08.28 17:54:32.995873 [ 3 ] {} <Debug> HTTP-Session: c3b04f0f-9ec3-49c8-8027-60aaf8a2251c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3262 | 2024.08.28 17:54:33.009296 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3263 | 2024.08.28 17:54:33.009346 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3264 | 2024.08.28 17:54:33.407461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3265 | 2024.08.28 17:54:33.407586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3266 | 2024.08.28 17:54:33.407616 [ 3 ] {} <Debug> HTTP-Session: 8aa346ff-07a4-490c-94d3-c6d32adb7640 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3267 | 2024.08.28 17:54:33.407645 [ 3 ] {} <Debug> HTTP-Session: 8aa346ff-07a4-490c-94d3-c6d32adb7640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3268 | 2024.08.28 17:54:33.407663 [ 3 ] {} <Debug> HTTP-Session: 8aa346ff-07a4-490c-94d3-c6d32adb7640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.08.28 17:54:33.407718 [ 3 ] {} <Trace> HTTP-Session: 8aa346ff-07a4-490c-94d3-c6d32adb7640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3270 | 2024.08.28 17:54:33.407925 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3271 | 2024.08.28 17:54:33.407992 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3272 | 2024.08.28 17:54:33.408327 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3273 | 2024.08.28 17:54:33.408751 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3274 | 2024.08.28 17:54:33.408796 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3275 | 2024.08.28 17:54:33.409209 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3276 | 2024.08.28 17:54:33.409593 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3277 | 2024.08.28 17:54:33.409741 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001884 sec., 13800.424628450106 rows/sec., 1.04 MiB/sec. | ||
3278 | 2024.08.28 17:54:33.409942 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Debug> DynamicQueryHandler: Done processing query | ||
3279 | 2024.08.28 17:54:33.409968 [ 3 ] {f78a2514-fbb8-480e-aed9-83bd34352780} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3280 | 2024.08.28 17:54:33.409984 [ 3 ] {} <Debug> HTTP-Session: 8aa346ff-07a4-490c-94d3-c6d32adb7640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3281 | 2024.08.28 17:54:33.410118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3282 | 2024.08.28 17:54:33.410172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3283 | 2024.08.28 17:54:33.410191 [ 3 ] {} <Debug> HTTP-Session: 8b02f4c8-38a5-4615-925d-b59433cc7cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3284 | 2024.08.28 17:54:33.410209 [ 3 ] {} <Debug> HTTP-Session: 8b02f4c8-38a5-4615-925d-b59433cc7cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3285 | 2024.08.28 17:54:33.410224 [ 3 ] {} <Debug> HTTP-Session: 8b02f4c8-38a5-4615-925d-b59433cc7cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.08.28 17:54:33.410258 [ 3 ] {} <Trace> HTTP-Session: 8b02f4c8-38a5-4615-925d-b59433cc7cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3287 | 2024.08.28 17:54:33.410370 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3288 | 2024.08.28 17:54:33.410416 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3289 | 2024.08.28 17:54:33.410648 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3290 | 2024.08.28 17:54:33.410992 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3291 | 2024.08.28 17:54:33.411028 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3292 | 2024.08.28 17:54:33.411375 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3293 | 2024.08.28 17:54:33.411743 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3294 | 2024.08.28 17:54:33.411872 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001535 sec., 18241.042345276874 rows/sec., 1.42 MiB/sec. | ||
3295 | 2024.08.28 17:54:33.412043 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Debug> DynamicQueryHandler: Done processing query | ||
3296 | 2024.08.28 17:54:33.412068 [ 3 ] {36a26a18-c082-4a0c-b5e2-c0ee618675f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3297 | 2024.08.28 17:54:33.412084 [ 3 ] {} <Debug> HTTP-Session: 8b02f4c8-38a5-4615-925d-b59433cc7cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3298 | 2024.08.28 17:54:33.412210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 3881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3299 | 2024.08.28 17:54:33.412259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3300 | 2024.08.28 17:54:33.412278 [ 3 ] {} <Debug> HTTP-Session: 8e6a89e3-abcd-44c8-9852-5314e3792892 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3301 | 2024.08.28 17:54:33.412294 [ 3 ] {} <Debug> HTTP-Session: 8e6a89e3-abcd-44c8-9852-5314e3792892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3302 | 2024.08.28 17:54:33.412308 [ 3 ] {} <Debug> HTTP-Session: 8e6a89e3-abcd-44c8-9852-5314e3792892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.08.28 17:54:33.412340 [ 3 ] {} <Trace> HTTP-Session: 8e6a89e3-abcd-44c8-9852-5314e3792892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3304 | 2024.08.28 17:54:33.412444 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3305 | 2024.08.28 17:54:33.412491 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3306 | 2024.08.28 17:54:33.412636 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3307 | 2024.08.28 17:54:33.412927 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3308 | 2024.08.28 17:54:33.412962 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3309 | 2024.08.28 17:54:33.413329 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3310 | 2024.08.28 17:54:33.413660 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3311 | 2024.08.28 17:54:33.413785 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001373 sec., 14566.642388929351 rows/sec., 1.01 MiB/sec. | ||
3312 | 2024.08.28 17:54:33.413788 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3313 | 2024.08.28 17:54:33.413846 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3314 | 2024.08.28 17:54:33.413879 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3315 | 2024.08.28 17:54:33.414010 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Debug> DynamicQueryHandler: Done processing query | ||
3316 | 2024.08.28 17:54:33.414063 [ 3 ] {64bf5556-84e5-4571-b25b-66a1aec94f0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3317 | 2024.08.28 17:54:33.414093 [ 3 ] {} <Debug> HTTP-Session: 8e6a89e3-abcd-44c8-9852-5314e3792892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3318 | 2024.08.28 17:54:33.414093 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
3319 | 2024.08.28 17:54:33.414291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3320 | 2024.08.28 17:54:33.414410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3321 | 2024.08.28 17:54:33.414410 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3322 | 2024.08.28 17:54:33.414438 [ 3 ] {} <Debug> HTTP-Session: 428514ad-21ef-4f24-a0cb-2df25e690082 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3323 | 2024.08.28 17:54:33.414486 [ 3 ] {} <Debug> HTTP-Session: 428514ad-21ef-4f24-a0cb-2df25e690082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.08.28 17:54:33.414493 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2993 rows starting from the beginning of the part | ||
3325 | 2024.08.28 17:54:33.414505 [ 3 ] {} <Debug> HTTP-Session: 428514ad-21ef-4f24-a0cb-2df25e690082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3326 | 2024.08.28 17:54:33.414591 [ 3 ] {} <Trace> HTTP-Session: 428514ad-21ef-4f24-a0cb-2df25e690082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3327 | 2024.08.28 17:54:33.414732 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
3328 | 2024.08.28 17:54:33.414914 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3329 | 2024.08.28 17:54:33.415072 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 188 rows starting from the beginning of the part | ||
3330 | 2024.08.28 17:54:33.415109 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3331 | 2024.08.28 17:54:33.415511 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part | ||
3332 | 2024.08.28 17:54:33.415927 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 893 rows starting from the beginning of the part | ||
3333 | 2024.08.28 17:54:33.415956 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3334 | 2024.08.28 17:54:33.416213 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
3335 | 2024.08.28 17:54:33.416915 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3336 | 2024.08.28 17:54:33.416977 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3337 | 2024.08.28 17:54:33.417701 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3338 | 2024.08.28 17:54:33.418646 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3339 | 2024.08.28 17:54:33.419037 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.004241 sec., 1414.7606696533837 rows/sec., 99.25 KiB/sec. | ||
3340 | 2024.08.28 17:54:33.419441 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Debug> DynamicQueryHandler: Done processing query | ||
3341 | 2024.08.28 17:54:33.419467 [ 3 ] {dddb752b-18e2-4ced-95f0-5d25a2838804} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3342 | 2024.08.28 17:54:33.419484 [ 3 ] {} <Debug> HTTP-Session: 428514ad-21ef-4f24-a0cb-2df25e690082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3343 | 2024.08.28 17:54:33.419792 [ 190 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4294 rows, containing 5 columns (5 merged, 0 gathered) in 0.00582636 sec., 736995.3109660234 rows/sec., 49.29 MiB/sec. | ||
3344 | 2024.08.28 17:54:33.420191 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3345 | 2024.08.28 17:54:33.420676 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3346 | 2024.08.28 17:54:33.420766 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3347 | 2024.08.28 17:54:33.420871 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
3348 | 2024.08.28 17:54:38.407553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3349 | 2024.08.28 17:54:38.407698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3350 | 2024.08.28 17:54:38.407726 [ 3 ] {} <Debug> HTTP-Session: 34774d23-0590-4a16-8a8f-c35693420b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3351 | 2024.08.28 17:54:38.407754 [ 3 ] {} <Debug> HTTP-Session: 34774d23-0590-4a16-8a8f-c35693420b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.08.28 17:54:38.407772 [ 3 ] {} <Debug> HTTP-Session: 34774d23-0590-4a16-8a8f-c35693420b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3353 | 2024.08.28 17:54:38.407829 [ 3 ] {} <Trace> HTTP-Session: 34774d23-0590-4a16-8a8f-c35693420b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3354 | 2024.08.28 17:54:38.408110 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', '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', 'sled_data_link:packets_sent', '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) | ||
3355 | 2024.08.28 17:54:38.408526 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3356 | 2024.08.28 17:54:38.408580 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <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', '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', 'sled_data_link:packets_sent', '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 | ||
3357 | 2024.08.28 17:54:38.408946 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3358 | 2024.08.28 17:54:38.409029 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3359 | 2024.08.28 17:54:38.409206 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
3360 | 2024.08.28 17:54:38.409246 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3361 | 2024.08.28 17:54:38.409272 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
3362 | 2024.08.28 17:54:38.409290 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3363 | 2024.08.28 17:54:38.409338 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
3364 | 2024.08.28 17:54:38.409362 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3365 | 2024.08.28 17:54:38.410445 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.002471 sec., 15378.389316066368 rows/sec., 581.75 KiB/sec. | ||
3366 | 2024.08.28 17:54:38.410743 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Debug> DynamicQueryHandler: Done processing query | ||
3367 | 2024.08.28 17:54:38.410771 [ 3 ] {367ee15c-95cc-4822-b18c-fb425dec36af} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3368 | 2024.08.28 17:54:38.410788 [ 3 ] {} <Debug> HTTP-Session: 34774d23-0590-4a16-8a8f-c35693420b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3369 | 2024.08.28 17:54:38.411023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3370 | 2024.08.28 17:54:38.411076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3371 | 2024.08.28 17:54:38.411096 [ 3 ] {} <Debug> HTTP-Session: b7bd8a25-3e4c-404d-9abf-0a7733f480a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3372 | 2024.08.28 17:54:38.411115 [ 3 ] {} <Debug> HTTP-Session: b7bd8a25-3e4c-404d-9abf-0a7733f480a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3373 | 2024.08.28 17:54:38.411129 [ 3 ] {} <Debug> HTTP-Session: b7bd8a25-3e4c-404d-9abf-0a7733f480a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3374 | 2024.08.28 17:54:38.411165 [ 3 ] {} <Trace> HTTP-Session: b7bd8a25-3e4c-404d-9abf-0a7733f480a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3375 | 2024.08.28 17:54:38.411335 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', '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', 'sled_data_link:packets_sent', '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) | ||
3376 | 2024.08.28 17:54:38.411645 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3377 | 2024.08.28 17:54:38.411695 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <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', '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', 'sled_data_link:packets_sent', '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 | ||
3378 | 2024.08.28 17:54:38.412022 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3379 | 2024.08.28 17:54:38.412089 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3380 | 2024.08.28 17:54:38.412233 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
3381 | 2024.08.28 17:54:38.412266 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3382 | 2024.08.28 17:54:38.412289 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
3383 | 2024.08.28 17:54:38.412306 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3384 | 2024.08.28 17:54:38.412349 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
3385 | 2024.08.28 17:54:38.412372 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3386 | 2024.08.28 17:54:38.413113 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001865 sec., 20375.335120643434 rows/sec., 770.78 KiB/sec. | ||
3387 | 2024.08.28 17:54:38.413352 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Debug> DynamicQueryHandler: Done processing query | ||
3388 | 2024.08.28 17:54:38.413377 [ 3 ] {d3c28434-52ab-4c47-8eea-89b9d0362ccc} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3389 | 2024.08.28 17:54:38.413393 [ 3 ] {} <Debug> HTTP-Session: b7bd8a25-3e4c-404d-9abf-0a7733f480a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3390 | 2024.08.28 17:54:38.413727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3391 | 2024.08.28 17:54:38.413777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3392 | 2024.08.28 17:54:38.413797 [ 3 ] {} <Debug> HTTP-Session: e5efaa2f-38be-438a-a2a8-d6fd1ba6492a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3393 | 2024.08.28 17:54:38.413815 [ 3 ] {} <Debug> HTTP-Session: e5efaa2f-38be-438a-a2a8-d6fd1ba6492a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3394 | 2024.08.28 17:54:38.413829 [ 3 ] {} <Debug> HTTP-Session: e5efaa2f-38be-438a-a2a8-d6fd1ba6492a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3395 | 2024.08.28 17:54:38.413862 [ 3 ] {} <Trace> HTTP-Session: e5efaa2f-38be-438a-a2a8-d6fd1ba6492a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3396 | 2024.08.28 17:54:38.414021 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', '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', 'sled_data_link:packets_sent', '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) | ||
3397 | 2024.08.28 17:54:38.414322 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3398 | 2024.08.28 17:54:38.414373 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <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', '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', 'sled_data_link:packets_sent', '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 | ||
3399 | 2024.08.28 17:54:38.414702 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3400 | 2024.08.28 17:54:38.414767 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3401 | 2024.08.28 17:54:38.414909 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3402 | 2024.08.28 17:54:38.414941 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3403 | 2024.08.28 17:54:38.414966 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
3404 | 2024.08.28 17:54:38.414983 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3405 | 2024.08.28 17:54:38.415024 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <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', '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', 'sled_data_link:packets_sent', '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'))" | ||
3406 | 2024.08.28 17:54:38.415047 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3407 | 2024.08.28 17:54:38.415937 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001999 sec., 19009.50475237619 rows/sec., 719.11 KiB/sec. | ||
3408 | 2024.08.28 17:54:38.416170 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Debug> DynamicQueryHandler: Done processing query | ||
3409 | 2024.08.28 17:54:38.416197 [ 3 ] {d4e3011c-7936-40b0-97a2-3c66d3e8d541} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3410 | 2024.08.28 17:54:38.416214 [ 3 ] {} <Debug> HTTP-Session: e5efaa2f-38be-438a-a2a8-d6fd1ba6492a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.08.28 17:54:38.416438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3412 | 2024.08.28 17:54:38.416487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3413 | 2024.08.28 17:54:38.416505 [ 3 ] {} <Debug> HTTP-Session: 31710cd1-fafb-4b1d-87b9-1b27cf5030d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3414 | 2024.08.28 17:54:38.416523 [ 3 ] {} <Debug> HTTP-Session: 31710cd1-fafb-4b1d-87b9-1b27cf5030d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.08.28 17:54:38.416537 [ 3 ] {} <Debug> HTTP-Session: 31710cd1-fafb-4b1d-87b9-1b27cf5030d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3416 | 2024.08.28 17:54:38.416568 [ 3 ] {} <Trace> HTTP-Session: 31710cd1-fafb-4b1d-87b9-1b27cf5030d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3417 | 2024.08.28 17:54:38.416726 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', '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', 'sled_data_link:packets_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) | ||
3418 | 2024.08.28 17:54:38.417024 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3419 | 2024.08.28 17:54:38.417075 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <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', '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', 'sled_data_link:packets_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 | ||
3420 | 2024.08.28 17:54:38.417410 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3421 | 2024.08.28 17:54:38.417474 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3422 | 2024.08.28 17:54:38.417615 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
3423 | 2024.08.28 17:54:38.417648 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3424 | 2024.08.28 17:54:38.417671 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
3425 | 2024.08.28 17:54:38.417688 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3426 | 2024.08.28 17:54:38.417731 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <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', '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', 'sled_data_link:packets_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'))" | ||
3427 | 2024.08.28 17:54:38.417754 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3428 | 2024.08.28 17:54:38.418583 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.00194 sec., 19587.62886597938 rows/sec., 740.98 KiB/sec. | ||
3429 | 2024.08.28 17:54:38.418810 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Debug> DynamicQueryHandler: Done processing query | ||
3430 | 2024.08.28 17:54:38.418835 [ 3 ] {d729b91f-262d-450e-9302-6502244b2f7a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3431 | 2024.08.28 17:54:38.418851 [ 3 ] {} <Debug> HTTP-Session: 31710cd1-fafb-4b1d-87b9-1b27cf5030d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3432 | 2024.08.28 17:54:38.426311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3433 | 2024.08.28 17:54:38.426364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3434 | 2024.08.28 17:54:38.426384 [ 3 ] {} <Debug> HTTP-Session: 04910281-fd43-4ae4-a355-ee4f0027b63c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3435 | 2024.08.28 17:54:38.426401 [ 3 ] {} <Debug> HTTP-Session: 04910281-fd43-4ae4-a355-ee4f0027b63c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3436 | 2024.08.28 17:54:38.426415 [ 3 ] {} <Debug> HTTP-Session: 04910281-fd43-4ae4-a355-ee4f0027b63c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3437 | 2024.08.28 17:54:38.426447 [ 3 ] {} <Trace> HTTP-Session: 04910281-fd43-4ae4-a355-ee4f0027b63c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3438 | 2024.08.28 17:54:38.426558 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3439 | 2024.08.28 17:54:38.426605 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3440 | 2024.08.28 17:54:38.426773 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3441 | 2024.08.28 17:54:38.427060 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3442 | 2024.08.28 17:54:38.427097 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3443 | 2024.08.28 17:54:38.427583 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3444 | 2024.08.28 17:54:38.427899 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3445 | 2024.08.28 17:54:38.428039 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00152 sec., 2631.578947368421 rows/sec., 334.73 KiB/sec. | ||
3446 | 2024.08.28 17:54:38.428195 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Debug> DynamicQueryHandler: Done processing query | ||
3447 | 2024.08.28 17:54:38.428220 [ 3 ] {b2408a83-dad7-490f-8003-74aa5e206e47} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3448 | 2024.08.28 17:54:38.428235 [ 3 ] {} <Debug> HTTP-Session: 04910281-fd43-4ae4-a355-ee4f0027b63c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3449 | 2024.08.28 17:54:38.428363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3450 | 2024.08.28 17:54:38.428409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3451 | 2024.08.28 17:54:38.428428 [ 3 ] {} <Debug> HTTP-Session: 3637e532-36e3-4871-ae93-44b20e910215 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3452 | 2024.08.28 17:54:38.428445 [ 3 ] {} <Debug> HTTP-Session: 3637e532-36e3-4871-ae93-44b20e910215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3453 | 2024.08.28 17:54:38.428459 [ 3 ] {} <Debug> HTTP-Session: 3637e532-36e3-4871-ae93-44b20e910215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3454 | 2024.08.28 17:54:38.428490 [ 3 ] {} <Trace> HTTP-Session: 3637e532-36e3-4871-ae93-44b20e910215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3455 | 2024.08.28 17:54:38.428599 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3456 | 2024.08.28 17:54:38.428642 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3457 | 2024.08.28 17:54:38.428872 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3458 | 2024.08.28 17:54:38.429237 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3459 | 2024.08.28 17:54:38.429273 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3460 | 2024.08.28 17:54:38.429626 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3461 | 2024.08.28 17:54:38.429977 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3462 | 2024.08.28 17:54:38.430107 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.001546 sec., 37516.17076326002 rows/sec., 2.90 MiB/sec. | ||
3463 | 2024.08.28 17:54:38.430405 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Debug> DynamicQueryHandler: Done processing query | ||
3464 | 2024.08.28 17:54:38.430429 [ 3 ] {eba483f7-0637-4c71-bf2b-ce0cf52dbf09} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3465 | 2024.08.28 17:54:38.430446 [ 3 ] {} <Debug> HTTP-Session: 3637e532-36e3-4871-ae93-44b20e910215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3466 | 2024.08.28 17:54:38.430610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3467 | 2024.08.28 17:54:38.430658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3468 | 2024.08.28 17:54:38.430678 [ 3 ] {} <Debug> HTTP-Session: d602a6d4-dfd6-47d8-891f-14e8aa811b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3469 | 2024.08.28 17:54:38.430694 [ 3 ] {} <Debug> HTTP-Session: d602a6d4-dfd6-47d8-891f-14e8aa811b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3470 | 2024.08.28 17:54:38.430708 [ 3 ] {} <Debug> HTTP-Session: d602a6d4-dfd6-47d8-891f-14e8aa811b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.08.28 17:54:38.430739 [ 3 ] {} <Trace> HTTP-Session: d602a6d4-dfd6-47d8-891f-14e8aa811b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3472 | 2024.08.28 17:54:38.430833 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3473 | 2024.08.28 17:54:38.430876 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3474 | 2024.08.28 17:54:38.431121 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3475 | 2024.08.28 17:54:38.431436 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3476 | 2024.08.28 17:54:38.431473 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3477 | 2024.08.28 17:54:38.431802 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3478 | 2024.08.28 17:54:38.432159 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3479 | 2024.08.28 17:54:38.432288 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 50.88 KiB/sec. | ||
3480 | 2024.08.28 17:54:38.432458 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Debug> DynamicQueryHandler: Done processing query | ||
3481 | 2024.08.28 17:54:38.432491 [ 3 ] {ec7b8c01-579f-4459-b59e-b1d03e4fb0b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3482 | 2024.08.28 17:54:38.432508 [ 3 ] {} <Debug> HTTP-Session: d602a6d4-dfd6-47d8-891f-14e8aa811b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.08.28 17:54:38.432635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3484 | 2024.08.28 17:54:38.432682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3485 | 2024.08.28 17:54:38.432701 [ 3 ] {} <Debug> HTTP-Session: 7f62d68c-74eb-4de4-a1c8-1dff15d8c8a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3486 | 2024.08.28 17:54:38.432718 [ 3 ] {} <Debug> HTTP-Session: 7f62d68c-74eb-4de4-a1c8-1dff15d8c8a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3487 | 2024.08.28 17:54:38.432732 [ 3 ] {} <Debug> HTTP-Session: 7f62d68c-74eb-4de4-a1c8-1dff15d8c8a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3488 | 2024.08.28 17:54:38.432764 [ 3 ] {} <Trace> HTTP-Session: 7f62d68c-74eb-4de4-a1c8-1dff15d8c8a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3489 | 2024.08.28 17:54:38.432882 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3490 | 2024.08.28 17:54:38.432926 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3491 | 2024.08.28 17:54:38.433152 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3492 | 2024.08.28 17:54:38.433510 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3493 | 2024.08.28 17:54:38.433545 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3494 | 2024.08.28 17:54:38.433904 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3495 | 2024.08.28 17:54:38.434276 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3496 | 2024.08.28 17:54:38.434406 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001562 sec., 41613.31626120358 rows/sec., 3.25 MiB/sec. | ||
3497 | 2024.08.28 17:54:38.434614 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Debug> DynamicQueryHandler: Done processing query | ||
3498 | 2024.08.28 17:54:38.434639 [ 3 ] {354f1ee5-02da-4c7d-81b4-ce7d4b906f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3499 | 2024.08.28 17:54:38.434655 [ 3 ] {} <Debug> HTTP-Session: 7f62d68c-74eb-4de4-a1c8-1dff15d8c8a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3500 | 2024.08.28 17:54:38.434841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3501 | 2024.08.28 17:54:38.434890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3502 | 2024.08.28 17:54:38.434909 [ 3 ] {} <Debug> HTTP-Session: 8ef0cdba-d067-4792-a917-ea19adfe28ad Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3503 | 2024.08.28 17:54:38.434925 [ 3 ] {} <Debug> HTTP-Session: 8ef0cdba-d067-4792-a917-ea19adfe28ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3504 | 2024.08.28 17:54:38.434939 [ 3 ] {} <Debug> HTTP-Session: 8ef0cdba-d067-4792-a917-ea19adfe28ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3505 | 2024.08.28 17:54:38.434970 [ 3 ] {} <Trace> HTTP-Session: 8ef0cdba-d067-4792-a917-ea19adfe28ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3506 | 2024.08.28 17:54:38.435114 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3507 | 2024.08.28 17:54:38.435160 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3508 | 2024.08.28 17:54:38.435300 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3509 | 2024.08.28 17:54:38.435676 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3510 | 2024.08.28 17:54:38.435711 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3511 | 2024.08.28 17:54:38.436091 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3512 | 2024.08.28 17:54:38.436428 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3513 | 2024.08.28 17:54:38.436564 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
3514 | 2024.08.28 17:54:38.436821 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Debug> DynamicQueryHandler: Done processing query | ||
3515 | 2024.08.28 17:54:38.436847 [ 3 ] {90dbb599-9d7a-4a51-9f6f-433f9ab7c8bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3516 | 2024.08.28 17:54:38.436863 [ 3 ] {} <Debug> HTTP-Session: 8ef0cdba-d067-4792-a917-ea19adfe28ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.08.28 17:54:38.436990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3518 | 2024.08.28 17:54:38.437038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3519 | 2024.08.28 17:54:38.437058 [ 3 ] {} <Debug> HTTP-Session: 8343487a-432b-418c-88d1-4e9212b2b14b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3520 | 2024.08.28 17:54:38.437074 [ 3 ] {} <Debug> HTTP-Session: 8343487a-432b-418c-88d1-4e9212b2b14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.08.28 17:54:38.437088 [ 3 ] {} <Debug> HTTP-Session: 8343487a-432b-418c-88d1-4e9212b2b14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.08.28 17:54:38.437120 [ 3 ] {} <Trace> HTTP-Session: 8343487a-432b-418c-88d1-4e9212b2b14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3523 | 2024.08.28 17:54:38.437226 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3524 | 2024.08.28 17:54:38.437293 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3525 | 2024.08.28 17:54:38.437711 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3526 | 2024.08.28 17:54:38.438160 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3527 | 2024.08.28 17:54:38.438202 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3528 | 2024.08.28 17:54:38.438775 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3529 | 2024.08.28 17:54:38.439184 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3530 | 2024.08.28 17:54:38.439397 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002199 sec., 454.7521600727603 rows/sec., 834.45 KiB/sec. | ||
3531 | 2024.08.28 17:54:38.439731 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Debug> DynamicQueryHandler: Done processing query | ||
3532 | 2024.08.28 17:54:38.439756 [ 3 ] {ca11ded8-2f15-44d3-8e8b-7519e4e488a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3533 | 2024.08.28 17:54:38.439772 [ 3 ] {} <Debug> HTTP-Session: 8343487a-432b-418c-88d1-4e9212b2b14b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3534 | 2024.08.28 17:54:38.439902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3535 | 2024.08.28 17:54:38.439950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3536 | 2024.08.28 17:54:38.439970 [ 3 ] {} <Debug> HTTP-Session: 545c657d-f7f5-4219-93fe-7f5bf6bd3037 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3537 | 2024.08.28 17:54:38.439987 [ 3 ] {} <Debug> HTTP-Session: 545c657d-f7f5-4219-93fe-7f5bf6bd3037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3538 | 2024.08.28 17:54:38.440001 [ 3 ] {} <Debug> HTTP-Session: 545c657d-f7f5-4219-93fe-7f5bf6bd3037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3539 | 2024.08.28 17:54:38.440032 [ 3 ] {} <Trace> HTTP-Session: 545c657d-f7f5-4219-93fe-7f5bf6bd3037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3540 | 2024.08.28 17:54:38.440149 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3541 | 2024.08.28 17:54:38.440196 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3542 | 2024.08.28 17:54:38.440322 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3543 | 2024.08.28 17:54:38.440604 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3544 | 2024.08.28 17:54:38.440640 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3545 | 2024.08.28 17:54:38.441004 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3546 | 2024.08.28 17:54:38.441330 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3547 | 2024.08.28 17:54:38.441483 [ 41 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3548 | 2024.08.28 17:54:38.441486 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
3549 | 2024.08.28 17:54:38.441575 [ 41 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3550 | 2024.08.28 17:54:38.441649 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3551 | 2024.08.28 17:54:38.441906 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Debug> DynamicQueryHandler: Done processing query | ||
3552 | 2024.08.28 17:54:38.442002 [ 3 ] {8284a5f3-a583-4cc3-aa75-d076b536b223} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3553 | 2024.08.28 17:54:38.442076 [ 3 ] {} <Debug> HTTP-Session: 545c657d-f7f5-4219-93fe-7f5bf6bd3037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.08.28 17:54:38.442077 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
3555 | 2024.08.28 17:54:38.442302 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3556 | 2024.08.28 17:54:38.442351 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part | ||
3557 | 2024.08.28 17:54:38.442465 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
3558 | 2024.08.28 17:54:38.442568 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
3559 | 2024.08.28 17:54:38.442754 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 66 rows starting from the beginning of the part | ||
3560 | 2024.08.28 17:54:38.442844 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
3561 | 2024.08.28 17:54:38.442931 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
3562 | 2024.08.28 17:54:38.444038 [ 191 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 4 columns (4 merged, 0 gathered) in 0.00223415 sec., 164715.8874739834 rows/sec., 10.81 MiB/sec. | ||
3563 | 2024.08.28 17:54:38.444265 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3564 | 2024.08.28 17:54:38.444807 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3565 | 2024.08.28 17:54:38.444900 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_11_2} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3566 | 2024.08.28 17:54:38.444996 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3567 | 2024.08.28 17:54:43.421368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3568 | 2024.08.28 17:54:43.421574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3569 | 2024.08.28 17:54:43.421619 [ 3 ] {} <Debug> HTTP-Session: a583f63f-91fa-4d63-b47c-4dbbe2bf6263 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3570 | 2024.08.28 17:54:43.421661 [ 3 ] {} <Debug> HTTP-Session: a583f63f-91fa-4d63-b47c-4dbbe2bf6263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.08.28 17:54:43.421690 [ 3 ] {} <Debug> HTTP-Session: a583f63f-91fa-4d63-b47c-4dbbe2bf6263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3572 | 2024.08.28 17:54:43.421771 [ 3 ] {} <Trace> HTTP-Session: a583f63f-91fa-4d63-b47c-4dbbe2bf6263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3573 | 2024.08.28 17:54:43.422184 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3574 | 2024.08.28 17:54:43.422301 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3575 | 2024.08.28 17:54:43.422710 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3576 | 2024.08.28 17:54:43.423340 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3577 | 2024.08.28 17:54:43.423387 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3578 | 2024.08.28 17:54:43.423846 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3579 | 2024.08.28 17:54:43.424252 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3580 | 2024.08.28 17:54:43.424438 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002451 sec., 106487.14810281518 rows/sec., 9.46 MiB/sec. | ||
3581 | 2024.08.28 17:54:43.424659 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Debug> DynamicQueryHandler: Done processing query | ||
3582 | 2024.08.28 17:54:43.424688 [ 3 ] {56e0ce65-f464-4349-a425-0369919f682e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3583 | 2024.08.28 17:54:43.424786 [ 3 ] {} <Debug> HTTP-Session: a583f63f-91fa-4d63-b47c-4dbbe2bf6263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.08.28 17:54:43.425023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3585 | 2024.08.28 17:54:43.425078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3586 | 2024.08.28 17:54:43.425098 [ 3 ] {} <Debug> HTTP-Session: df35a782-6039-4827-9783-090fd8a4dd5e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3587 | 2024.08.28 17:54:43.425117 [ 3 ] {} <Debug> HTTP-Session: df35a782-6039-4827-9783-090fd8a4dd5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3588 | 2024.08.28 17:54:43.425131 [ 3 ] {} <Debug> HTTP-Session: df35a782-6039-4827-9783-090fd8a4dd5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.08.28 17:54:43.425166 [ 3 ] {} <Trace> HTTP-Session: df35a782-6039-4827-9783-090fd8a4dd5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3590 | 2024.08.28 17:54:43.425286 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3591 | 2024.08.28 17:54:43.425333 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3592 | 2024.08.28 17:54:43.425649 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3593 | 2024.08.28 17:54:43.425983 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3594 | 2024.08.28 17:54:43.426021 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3595 | 2024.08.28 17:54:43.426380 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3596 | 2024.08.28 17:54:43.426746 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3597 | 2024.08.28 17:54:43.426909 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001653 sec., 21778.58439201452 rows/sec., 1.60 MiB/sec. | ||
3598 | 2024.08.28 17:54:43.427075 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Debug> DynamicQueryHandler: Done processing query | ||
3599 | 2024.08.28 17:54:43.427099 [ 3 ] {40990bb8-5bff-4cde-a7bd-d709d9c836df} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3600 | 2024.08.28 17:54:43.427115 [ 3 ] {} <Debug> HTTP-Session: df35a782-6039-4827-9783-090fd8a4dd5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3601 | 2024.08.28 17:54:43.427249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3602 | 2024.08.28 17:54:43.427297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3603 | 2024.08.28 17:54:43.427316 [ 3 ] {} <Debug> HTTP-Session: 0ebe8f45-3ab0-4588-b01a-c46717f0ee5b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3604 | 2024.08.28 17:54:43.427334 [ 3 ] {} <Debug> HTTP-Session: 0ebe8f45-3ab0-4588-b01a-c46717f0ee5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.08.28 17:54:43.427348 [ 3 ] {} <Debug> HTTP-Session: 0ebe8f45-3ab0-4588-b01a-c46717f0ee5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.08.28 17:54:43.427380 [ 3 ] {} <Trace> HTTP-Session: 0ebe8f45-3ab0-4588-b01a-c46717f0ee5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3607 | 2024.08.28 17:54:43.427504 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3608 | 2024.08.28 17:54:43.427547 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3609 | 2024.08.28 17:54:43.427769 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3610 | 2024.08.28 17:54:43.428070 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3611 | 2024.08.28 17:54:43.428106 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3612 | 2024.08.28 17:54:43.428448 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3613 | 2024.08.28 17:54:43.428796 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3614 | 2024.08.28 17:54:43.428956 [ 37 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3615 | 2024.08.28 17:54:43.428967 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001485 sec., 9427.609427609428 rows/sec., 660.25 KiB/sec. | ||
3616 | 2024.08.28 17:54:43.429053 [ 37 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3617 | 2024.08.28 17:54:43.429127 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3618 | 2024.08.28 17:54:43.429325 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Debug> DynamicQueryHandler: Done processing query | ||
3619 | 2024.08.28 17:54:43.429348 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
3620 | 2024.08.28 17:54:43.429363 [ 3 ] {3b2ab05d-7c21-407d-b72b-c8787d8628a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3621 | 2024.08.28 17:54:43.429422 [ 3 ] {} <Debug> HTTP-Session: 0ebe8f45-3ab0-4588-b01a-c46717f0ee5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.08.28 17:54:43.429609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3623 | 2024.08.28 17:54:43.429656 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3624 | 2024.08.28 17:54:43.429701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3625 | 2024.08.28 17:54:43.429732 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3626 | 2024.08.28 17:54:43.429739 [ 3 ] {} <Debug> HTTP-Session: 729771bd-585b-4038-861a-1ceef43a2e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3627 | 2024.08.28 17:54:43.429800 [ 3 ] {} <Debug> HTTP-Session: 729771bd-585b-4038-861a-1ceef43a2e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.08.28 17:54:43.429834 [ 3 ] {} <Debug> HTTP-Session: 729771bd-585b-4038-861a-1ceef43a2e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3629 | 2024.08.28 17:54:43.429938 [ 3 ] {} <Trace> HTTP-Session: 729771bd-585b-4038-861a-1ceef43a2e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3630 | 2024.08.28 17:54:43.430031 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
3631 | 2024.08.28 17:54:43.430324 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3632 | 2024.08.28 17:54:43.430505 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3633 | 2024.08.28 17:54:43.430524 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3634 | 2024.08.28 17:54:43.430922 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3635 | 2024.08.28 17:54:43.431269 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part | ||
3636 | 2024.08.28 17:54:43.431687 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
3637 | 2024.08.28 17:54:43.432047 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3638 | 2024.08.28 17:54:43.432904 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3639 | 2024.08.28 17:54:43.432963 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3640 | 2024.08.28 17:54:43.433959 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3641 | 2024.08.28 17:54:43.435091 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.00582789 sec., 88024.99704009513 rows/sec., 5.98 MiB/sec. | ||
3642 | 2024.08.28 17:54:43.435121 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3643 | 2024.08.28 17:54:43.435419 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005248 sec., 1143.2926829268292 rows/sec., 67.55 KiB/sec. | ||
3644 | 2024.08.28 17:54:43.435412 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3645 | 2024.08.28 17:54:43.435991 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Debug> DynamicQueryHandler: Done processing query | ||
3646 | 2024.08.28 17:54:43.436052 [ 3 ] {30166aa7-54fa-4825-ba46-981040ece323} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3647 | 2024.08.28 17:54:43.436111 [ 3 ] {} <Debug> HTTP-Session: 729771bd-585b-4038-861a-1ceef43a2e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.08.28 17:54:43.436460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3649 | 2024.08.28 17:54:43.436563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3650 | 2024.08.28 17:54:43.436589 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3651 | 2024.08.28 17:54:43.436606 [ 3 ] {} <Debug> HTTP-Session: 8252992c-cc15-47aa-aed6-5f1f204d07a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3652 | 2024.08.28 17:54:43.436669 [ 3 ] {} <Debug> HTTP-Session: 8252992c-cc15-47aa-aed6-5f1f204d07a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3653 | 2024.08.28 17:54:43.436707 [ 3 ] {} <Debug> HTTP-Session: 8252992c-cc15-47aa-aed6-5f1f204d07a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3654 | 2024.08.28 17:54:43.436754 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_6_1} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3655 | 2024.08.28 17:54:43.436767 [ 3 ] {} <Trace> HTTP-Session: 8252992c-cc15-47aa-aed6-5f1f204d07a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3656 | 2024.08.28 17:54:43.436899 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3657 | 2024.08.28 17:54:43.437074 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3658 | 2024.08.28 17:54:43.437125 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3659 | 2024.08.28 17:54:43.437375 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3660 | 2024.08.28 17:54:43.437930 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3661 | 2024.08.28 17:54:43.437974 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3662 | 2024.08.28 17:54:43.438379 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3663 | 2024.08.28 17:54:43.438795 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3664 | 2024.08.28 17:54:43.438946 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.001999 sec., 209104.55227613807 rows/sec., 14.93 MiB/sec. | ||
3665 | 2024.08.28 17:54:43.439129 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Debug> DynamicQueryHandler: Done processing query | ||
3666 | 2024.08.28 17:54:43.439153 [ 3 ] {0a63788d-1fcc-49aa-bafd-5d57bc5c913c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
3667 | 2024.08.28 17:54:43.439173 [ 3 ] {} <Debug> HTTP-Session: 8252992c-cc15-47aa-aed6-5f1f204d07a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.08.28 17:54:43.439380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3669 | 2024.08.28 17:54:43.439426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3670 | 2024.08.28 17:54:43.439444 [ 3 ] {} <Debug> HTTP-Session: 0e997bac-5349-4e14-a7e9-1ea251c5b7b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3671 | 2024.08.28 17:54:43.439460 [ 3 ] {} <Debug> HTTP-Session: 0e997bac-5349-4e14-a7e9-1ea251c5b7b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3672 | 2024.08.28 17:54:43.439474 [ 3 ] {} <Debug> HTTP-Session: 0e997bac-5349-4e14-a7e9-1ea251c5b7b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3673 | 2024.08.28 17:54:43.439506 [ 3 ] {} <Trace> HTTP-Session: 0e997bac-5349-4e14-a7e9-1ea251c5b7b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3674 | 2024.08.28 17:54:43.439599 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3675 | 2024.08.28 17:54:43.439645 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3676 | 2024.08.28 17:54:43.439773 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3677 | 2024.08.28 17:54:43.440000 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3678 | 2024.08.28 17:54:43.440035 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3679 | 2024.08.28 17:54:43.440385 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3680 | 2024.08.28 17:54:43.440717 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.08.28 17:54:43.440879 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 242.07 KiB/sec. | ||
3682 | 2024.08.28 17:54:43.441032 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Debug> DynamicQueryHandler: Done processing query | ||
3683 | 2024.08.28 17:54:43.441056 [ 3 ] {1f81c5c3-7372-4b9c-8dc9-5bc1ce9027f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3684 | 2024.08.28 17:54:43.441071 [ 3 ] {} <Debug> HTTP-Session: 0e997bac-5349-4e14-a7e9-1ea251c5b7b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3685 | 2024.08.28 17:54:43.441251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3686 | 2024.08.28 17:54:43.441297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3687 | 2024.08.28 17:54:43.441317 [ 3 ] {} <Debug> HTTP-Session: 48820f9d-460e-4cb6-8fda-d6926fe0a5c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3688 | 2024.08.28 17:54:43.441332 [ 3 ] {} <Debug> HTTP-Session: 48820f9d-460e-4cb6-8fda-d6926fe0a5c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.08.28 17:54:43.441346 [ 3 ] {} <Debug> HTTP-Session: 48820f9d-460e-4cb6-8fda-d6926fe0a5c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3690 | 2024.08.28 17:54:43.441377 [ 3 ] {} <Trace> HTTP-Session: 48820f9d-460e-4cb6-8fda-d6926fe0a5c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3691 | 2024.08.28 17:54:43.441546 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3692 | 2024.08.28 17:54:43.441592 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3693 | 2024.08.28 17:54:43.441735 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3694 | 2024.08.28 17:54:43.442103 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3695 | 2024.08.28 17:54:43.442138 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3696 | 2024.08.28 17:54:43.442529 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3697 | 2024.08.28 17:54:43.442861 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3698 | 2024.08.28 17:54:43.443022 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec. | ||
3699 | 2024.08.28 17:54:43.443180 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Debug> DynamicQueryHandler: Done processing query | ||
3700 | 2024.08.28 17:54:43.443203 [ 3 ] {d2972294-260f-44fe-8a97-3b14ce687821} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3701 | 2024.08.28 17:54:43.443220 [ 3 ] {} <Debug> HTTP-Session: 48820f9d-460e-4cb6-8fda-d6926fe0a5c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3702 | 2024.08.28 17:54:43.443381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3703 | 2024.08.28 17:54:43.443426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3704 | 2024.08.28 17:54:43.443445 [ 3 ] {} <Debug> HTTP-Session: de964b96-1ee9-41ac-a902-61e01fe87519 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3705 | 2024.08.28 17:54:43.443462 [ 3 ] {} <Debug> HTTP-Session: de964b96-1ee9-41ac-a902-61e01fe87519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3706 | 2024.08.28 17:54:43.443476 [ 3 ] {} <Debug> HTTP-Session: de964b96-1ee9-41ac-a902-61e01fe87519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3707 | 2024.08.28 17:54:43.443506 [ 3 ] {} <Trace> HTTP-Session: de964b96-1ee9-41ac-a902-61e01fe87519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3708 | 2024.08.28 17:54:43.443596 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3709 | 2024.08.28 17:54:43.443640 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3710 | 2024.08.28 17:54:43.443765 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3711 | 2024.08.28 17:54:43.443989 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3712 | 2024.08.28 17:54:43.444024 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3713 | 2024.08.28 17:54:43.444383 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3714 | 2024.08.28 17:54:43.444702 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3715 | 2024.08.28 17:54:43.444866 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001282 sec., 780.0312012480499 rows/sec., 52.56 KiB/sec. | ||
3716 | 2024.08.28 17:54:43.445150 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Debug> DynamicQueryHandler: Done processing query | ||
3717 | 2024.08.28 17:54:43.445174 [ 3 ] {c63b8406-b234-4435-b4b7-1594dc5c0671} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3718 | 2024.08.28 17:54:43.445190 [ 3 ] {} <Debug> HTTP-Session: de964b96-1ee9-41ac-a902-61e01fe87519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3719 | 2024.08.28 17:54:43.445365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3720 | 2024.08.28 17:54:43.445413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3721 | 2024.08.28 17:54:43.445432 [ 3 ] {} <Debug> HTTP-Session: 0fb25420-fb76-441d-a729-13cbf6bad342 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3722 | 2024.08.28 17:54:43.445449 [ 3 ] {} <Debug> HTTP-Session: 0fb25420-fb76-441d-a729-13cbf6bad342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3723 | 2024.08.28 17:54:43.445463 [ 3 ] {} <Debug> HTTP-Session: 0fb25420-fb76-441d-a729-13cbf6bad342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3724 | 2024.08.28 17:54:43.445492 [ 3 ] {} <Trace> HTTP-Session: 0fb25420-fb76-441d-a729-13cbf6bad342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3725 | 2024.08.28 17:54:43.446212 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3726 | 2024.08.28 17:54:43.446285 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3727 | 2024.08.28 17:54:43.446716 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3728 | 2024.08.28 17:54:43.447323 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3729 | 2024.08.28 17:54:43.447358 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3730 | 2024.08.28 17:54:43.447973 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3731 | 2024.08.28 17:54:43.448387 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3732 | 2024.08.28 17:54:43.448570 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002993 sec., 12028.065486134314 rows/sec., 21.55 MiB/sec. | ||
3733 | 2024.08.28 17:54:43.448764 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Debug> DynamicQueryHandler: Done processing query | ||
3734 | 2024.08.28 17:54:43.448788 [ 3 ] {1ed8287d-a56c-4941-beaf-0b3da28f9a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3735 | 2024.08.28 17:54:43.448804 [ 3 ] {} <Debug> HTTP-Session: 0fb25420-fb76-441d-a729-13cbf6bad342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3736 | 2024.08.28 17:54:43.448951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3737 | 2024.08.28 17:54:43.448996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3738 | 2024.08.28 17:54:43.449014 [ 3 ] {} <Debug> HTTP-Session: 753c06c3-33e1-4517-9562-e7322be5a672 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3739 | 2024.08.28 17:54:43.449032 [ 3 ] {} <Debug> HTTP-Session: 753c06c3-33e1-4517-9562-e7322be5a672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3740 | 2024.08.28 17:54:43.449045 [ 3 ] {} <Debug> HTTP-Session: 753c06c3-33e1-4517-9562-e7322be5a672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3741 | 2024.08.28 17:54:43.449076 [ 3 ] {} <Trace> HTTP-Session: 753c06c3-33e1-4517-9562-e7322be5a672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3742 | 2024.08.28 17:54:43.449190 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3743 | 2024.08.28 17:54:43.449235 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3744 | 2024.08.28 17:54:43.449360 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3745 | 2024.08.28 17:54:43.449627 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3746 | 2024.08.28 17:54:43.449662 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3747 | 2024.08.28 17:54:43.450019 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3748 | 2024.08.28 17:54:43.450339 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3749 | 2024.08.28 17:54:43.450509 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001351 sec., 60695.78090303479 rows/sec., 3.85 MiB/sec. | ||
3750 | 2024.08.28 17:54:43.450664 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Debug> DynamicQueryHandler: Done processing query | ||
3751 | 2024.08.28 17:54:43.450688 [ 3 ] {08054297-275b-4e36-8ca3-7a20d52d13b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3752 | 2024.08.28 17:54:43.450703 [ 3 ] {} <Debug> HTTP-Session: 753c06c3-33e1-4517-9562-e7322be5a672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3753 | 2024.08.28 17:54:48.009390 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3754 | 2024.08.28 17:54:48.009461 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3755 | 2024.08.28 17:54:48.414198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3756 | 2024.08.28 17:54:48.414319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3757 | 2024.08.28 17:54:48.414344 [ 3 ] {} <Debug> HTTP-Session: 5ce5057e-3537-4574-8ac1-07048a5ef1b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3758 | 2024.08.28 17:54:48.414369 [ 3 ] {} <Debug> HTTP-Session: 5ce5057e-3537-4574-8ac1-07048a5ef1b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3759 | 2024.08.28 17:54:48.414384 [ 3 ] {} <Debug> HTTP-Session: 5ce5057e-3537-4574-8ac1-07048a5ef1b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3760 | 2024.08.28 17:54:48.414436 [ 3 ] {} <Trace> HTTP-Session: 5ce5057e-3537-4574-8ac1-07048a5ef1b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3761 | 2024.08.28 17:54:48.414648 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3762 | 2024.08.28 17:54:48.414720 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3763 | 2024.08.28 17:54:48.415057 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3764 | 2024.08.28 17:54:48.415532 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3765 | 2024.08.28 17:54:48.415580 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3766 | 2024.08.28 17:54:48.416004 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3767 | 2024.08.28 17:54:48.416386 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3768 | 2024.08.28 17:54:48.416554 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.001965 sec., 29516.53944020356 rows/sec., 2.28 MiB/sec. | ||
3769 | 2024.08.28 17:54:48.416568 [ 32 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3770 | 2024.08.28 17:54:48.416671 [ 32 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3771 | 2024.08.28 17:54:48.416731 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3772 | 2024.08.28 17:54:48.416881 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Debug> DynamicQueryHandler: Done processing query | ||
3773 | 2024.08.28 17:54:48.416935 [ 3 ] {fe039840-1622-4ffc-af2b-347e507c73e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3774 | 2024.08.28 17:54:48.416950 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
3775 | 2024.08.28 17:54:48.416965 [ 3 ] {} <Debug> HTTP-Session: 5ce5057e-3537-4574-8ac1-07048a5ef1b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.08.28 17:54:48.417206 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3777 | 2024.08.28 17:54:48.417230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3778 | 2024.08.28 17:54:48.417279 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1397 rows starting from the beginning of the part | ||
3779 | 2024.08.28 17:54:48.417338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3780 | 2024.08.28 17:54:48.417411 [ 3 ] {} <Debug> HTTP-Session: 60aaabd1-cc8c-4a39-94f0-b85104c44b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3781 | 2024.08.28 17:54:48.417523 [ 3 ] {} <Debug> HTTP-Session: 60aaabd1-cc8c-4a39-94f0-b85104c44b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3782 | 2024.08.28 17:54:48.417538 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1399 rows starting from the beginning of the part | ||
3783 | 2024.08.28 17:54:48.417588 [ 3 ] {} <Debug> HTTP-Session: 60aaabd1-cc8c-4a39-94f0-b85104c44b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3784 | 2024.08.28 17:54:48.417765 [ 3 ] {} <Trace> HTTP-Session: 60aaabd1-cc8c-4a39-94f0-b85104c44b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3785 | 2024.08.28 17:54:48.417842 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
3786 | 2024.08.28 17:54:48.418070 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part | ||
3787 | 2024.08.28 17:54:48.418238 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3788 | 2024.08.28 17:54:48.418400 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3789 | 2024.08.28 17:54:48.418448 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 261 rows starting from the beginning of the part | ||
3790 | 2024.08.28 17:54:48.418859 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part | ||
3791 | 2024.08.28 17:54:48.419608 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3792 | 2024.08.28 17:54:48.420391 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3793 | 2024.08.28 17:54:48.420461 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3794 | 2024.08.28 17:54:48.421554 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3795 | 2024.08.28 17:54:48.422193 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3796 | 2024.08.28 17:54:48.422733 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.004603 sec., 217.2496198131653 rows/sec., 16.34 KiB/sec. | ||
3797 | 2024.08.28 17:54:48.422956 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3199 rows, containing 5 columns (5 merged, 0 gathered) in 0.006126297 sec., 522175.14103544113 rows/sec., 45.83 MiB/sec. | ||
3798 | 2024.08.28 17:54:48.423267 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Debug> DynamicQueryHandler: Done processing query | ||
3799 | 2024.08.28 17:54:48.423276 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3800 | 2024.08.28 17:54:48.423316 [ 3 ] {b6e33f7d-3641-4d13-8e42-56835c23c8be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3801 | 2024.08.28 17:54:48.423372 [ 3 ] {} <Debug> HTTP-Session: 60aaabd1-cc8c-4a39-94f0-b85104c44b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3802 | 2024.08.28 17:54:48.423611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3803 | 2024.08.28 17:54:48.423761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3804 | 2024.08.28 17:54:48.423819 [ 3 ] {} <Debug> HTTP-Session: 0c26f065-de87-45d8-9c74-1a6e013b573c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3805 | 2024.08.28 17:54:48.423874 [ 3 ] {} <Debug> HTTP-Session: 0c26f065-de87-45d8-9c74-1a6e013b573c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.08.28 17:54:48.423920 [ 3 ] {} <Debug> HTTP-Session: 0c26f065-de87-45d8-9c74-1a6e013b573c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.08.28 17:54:48.423994 [ 3 ] {} <Trace> HTTP-Session: 0c26f065-de87-45d8-9c74-1a6e013b573c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3808 | 2024.08.28 17:54:48.424225 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3809 | 2024.08.28 17:54:48.424239 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3810 | 2024.08.28 17:54:48.424349 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3811 | 2024.08.28 17:54:48.424408 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_16_3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3812 | 2024.08.28 17:54:48.424580 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3813 | 2024.08.28 17:54:48.424780 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3814 | 2024.08.28 17:54:48.425155 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3815 | 2024.08.28 17:54:48.425193 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3816 | 2024.08.28 17:54:48.425551 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3817 | 2024.08.28 17:54:48.425916 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3818 | 2024.08.28 17:54:48.426081 [ 32 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3819 | 2024.08.28 17:54:48.426083 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001939 sec., 33522.43424445591 rows/sec., 2.62 MiB/sec. | ||
3820 | 2024.08.28 17:54:48.426149 [ 32 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3821 | 2024.08.28 17:54:48.426219 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3822 | 2024.08.28 17:54:48.426420 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
3823 | 2024.08.28 17:54:48.426454 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Debug> DynamicQueryHandler: Done processing query | ||
3824 | 2024.08.28 17:54:48.426515 [ 3 ] {d400cbde-23d5-4107-81dd-76d16658b1e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3825 | 2024.08.28 17:54:48.426565 [ 3 ] {} <Debug> HTTP-Session: 0c26f065-de87-45d8-9c74-1a6e013b573c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3826 | 2024.08.28 17:54:48.426675 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3827 | 2024.08.28 17:54:48.426715 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 879 rows starting from the beginning of the part | ||
3828 | 2024.08.28 17:54:48.426868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3829 | 2024.08.28 17:54:48.426966 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 876 rows starting from the beginning of the part | ||
3830 | 2024.08.28 17:54:48.427019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3831 | 2024.08.28 17:54:48.427093 [ 3 ] {} <Debug> HTTP-Session: 217d8176-4e4a-482d-84ff-c5cf828890c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3832 | 2024.08.28 17:54:48.427173 [ 3 ] {} <Debug> HTTP-Session: 217d8176-4e4a-482d-84ff-c5cf828890c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3833 | 2024.08.28 17:54:48.427243 [ 3 ] {} <Debug> HTTP-Session: 217d8176-4e4a-482d-84ff-c5cf828890c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.08.28 17:54:48.427316 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part | ||
3835 | 2024.08.28 17:54:48.427333 [ 3 ] {} <Trace> HTTP-Session: 217d8176-4e4a-482d-84ff-c5cf828890c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3836 | 2024.08.28 17:54:48.427615 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 65 rows starting from the beginning of the part | ||
3837 | 2024.08.28 17:54:48.427744 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3838 | 2024.08.28 17:54:48.427904 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 418 rows starting from the beginning of the part | ||
3839 | 2024.08.28 17:54:48.427929 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3840 | 2024.08.28 17:54:48.428297 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 65 rows starting from the beginning of the part | ||
3841 | 2024.08.28 17:54:48.429027 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3842 | 2024.08.28 17:54:48.429900 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3843 | 2024.08.28 17:54:48.429968 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3844 | 2024.08.28 17:54:48.430959 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3845 | 2024.08.28 17:54:48.431733 [ 193 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2331 rows, containing 5 columns (5 merged, 0 gathered) in 0.00538984 sec., 432480.37047481927 rows/sec., 33.08 MiB/sec. | ||
3846 | 2024.08.28 17:54:48.431864 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3847 | 2024.08.28 17:54:48.432041 [ 193 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3848 | 2024.08.28 17:54:48.432142 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004594 sec., 34828.036569438395 rows/sec., 2.43 MiB/sec. | ||
3849 | 2024.08.28 17:54:48.432494 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Debug> DynamicQueryHandler: Done processing query | ||
3850 | 2024.08.28 17:54:48.432556 [ 3 ] {e4c50071-8a2f-46b0-9076-491cc6b1d454} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3851 | 2024.08.28 17:54:48.432625 [ 3 ] {} <Debug> HTTP-Session: 217d8176-4e4a-482d-84ff-c5cf828890c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3852 | 2024.08.28 17:54:48.432850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3853 | 2024.08.28 17:54:48.432929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3854 | 2024.08.28 17:54:48.432966 [ 3 ] {} <Debug> HTTP-Session: 31b5ada1-8e44-4eea-9011-dc5c9c2dbe37 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3855 | 2024.08.28 17:54:48.432991 [ 3 ] {} <Debug> HTTP-Session: 31b5ada1-8e44-4eea-9011-dc5c9c2dbe37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.08.28 17:54:48.433028 [ 3 ] {} <Debug> HTTP-Session: 31b5ada1-8e44-4eea-9011-dc5c9c2dbe37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3857 | 2024.08.28 17:54:48.433060 [ 193 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3858 | 2024.08.28 17:54:48.433082 [ 3 ] {} <Trace> HTTP-Session: 31b5ada1-8e44-4eea-9011-dc5c9c2dbe37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3859 | 2024.08.28 17:54:48.433242 [ 193 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_16_3} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3860 | 2024.08.28 17:54:48.433291 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3861 | 2024.08.28 17:54:48.433413 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
3862 | 2024.08.28 17:54:48.433458 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3863 | 2024.08.28 17:54:48.433927 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3864 | 2024.08.28 17:54:48.434415 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3865 | 2024.08.28 17:54:48.434452 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3866 | 2024.08.28 17:54:48.435032 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3867 | 2024.08.28 17:54:48.435455 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3868 | 2024.08.28 17:54:48.435653 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002434 sec., 410.84634346754314 rows/sec., 753.89 KiB/sec. | ||
3869 | 2024.08.28 17:54:48.435882 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Debug> DynamicQueryHandler: Done processing query | ||
3870 | 2024.08.28 17:54:48.435907 [ 3 ] {a1d32c46-bfa1-4ea3-a1c3-c4e7064f7346} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3871 | 2024.08.28 17:54:48.435923 [ 3 ] {} <Debug> HTTP-Session: 31b5ada1-8e44-4eea-9011-dc5c9c2dbe37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.08.28 17:54:48.436057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3873 | 2024.08.28 17:54:48.436105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3874 | 2024.08.28 17:54:48.436125 [ 3 ] {} <Debug> HTTP-Session: 20a67264-e2e3-4e35-a3df-afd0ed762fca Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3875 | 2024.08.28 17:54:48.436142 [ 3 ] {} <Debug> HTTP-Session: 20a67264-e2e3-4e35-a3df-afd0ed762fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3876 | 2024.08.28 17:54:48.436156 [ 3 ] {} <Debug> HTTP-Session: 20a67264-e2e3-4e35-a3df-afd0ed762fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3877 | 2024.08.28 17:54:48.436188 [ 3 ] {} <Trace> HTTP-Session: 20a67264-e2e3-4e35-a3df-afd0ed762fca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3878 | 2024.08.28 17:54:48.436307 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3879 | 2024.08.28 17:54:48.436351 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3880 | 2024.08.28 17:54:48.436479 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3881 | 2024.08.28 17:54:48.436781 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3882 | 2024.08.28 17:54:48.436816 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3883 | 2024.08.28 17:54:48.437186 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3884 | 2024.08.28 17:54:48.437514 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3885 | 2024.08.28 17:54:48.437673 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
3886 | 2024.08.28 17:54:48.437989 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Debug> DynamicQueryHandler: Done processing query | ||
3887 | 2024.08.28 17:54:48.438014 [ 3 ] {fa765126-9b08-4aec-81e0-4027f7aec381} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3888 | 2024.08.28 17:54:48.438030 [ 3 ] {} <Debug> HTTP-Session: 20a67264-e2e3-4e35-a3df-afd0ed762fca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.08.28 17:54:53.421470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3890 | 2024.08.28 17:54:53.421614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3891 | 2024.08.28 17:54:53.421642 [ 3 ] {} <Debug> HTTP-Session: b4543719-3334-4f82-abc3-e31a1c36c85d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3892 | 2024.08.28 17:54:53.421668 [ 3 ] {} <Debug> HTTP-Session: b4543719-3334-4f82-abc3-e31a1c36c85d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3893 | 2024.08.28 17:54:53.421683 [ 3 ] {} <Debug> HTTP-Session: b4543719-3334-4f82-abc3-e31a1c36c85d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.08.28 17:54:53.421735 [ 3 ] {} <Trace> HTTP-Session: b4543719-3334-4f82-abc3-e31a1c36c85d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3895 | 2024.08.28 17:54:53.421925 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3896 | 2024.08.28 17:54:53.421994 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3897 | 2024.08.28 17:54:53.422334 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3898 | 2024.08.28 17:54:53.422753 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3899 | 2024.08.28 17:54:53.422798 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3900 | 2024.08.28 17:54:53.423215 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3901 | 2024.08.28 17:54:53.423604 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3902 | 2024.08.28 17:54:53.423778 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001904 sec., 1050.4201680672268 rows/sec., 85.65 KiB/sec. | ||
3903 | 2024.08.28 17:54:53.424020 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Debug> DynamicQueryHandler: Done processing query | ||
3904 | 2024.08.28 17:54:53.424048 [ 3 ] {5cef96a2-e1b8-49e1-8921-9b84cf4a177c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3905 | 2024.08.28 17:54:53.424065 [ 3 ] {} <Debug> HTTP-Session: b4543719-3334-4f82-abc3-e31a1c36c85d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.08.28 17:54:53.424273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3907 | 2024.08.28 17:54:53.424324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3908 | 2024.08.28 17:54:53.424343 [ 3 ] {} <Debug> HTTP-Session: f2319bae-02fa-4f87-9c7f-d38096c61973 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3909 | 2024.08.28 17:54:53.424361 [ 3 ] {} <Debug> HTTP-Session: f2319bae-02fa-4f87-9c7f-d38096c61973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3910 | 2024.08.28 17:54:53.424375 [ 3 ] {} <Debug> HTTP-Session: f2319bae-02fa-4f87-9c7f-d38096c61973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.08.28 17:54:53.424407 [ 3 ] {} <Trace> HTTP-Session: f2319bae-02fa-4f87-9c7f-d38096c61973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3912 | 2024.08.28 17:54:53.424588 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3913 | 2024.08.28 17:54:53.424631 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3914 | 2024.08.28 17:54:53.424861 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3915 | 2024.08.28 17:54:53.425342 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3916 | 2024.08.28 17:54:53.425379 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3917 | 2024.08.28 17:54:53.425760 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3918 | 2024.08.28 17:54:53.426260 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3919 | 2024.08.28 17:54:53.426438 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Debug> executeQuery: Read 262 rows, 23.81 KiB in 0.00193 sec., 135751.29533678756 rows/sec., 12.05 MiB/sec. | ||
3920 | 2024.08.28 17:54:53.426603 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Debug> DynamicQueryHandler: Done processing query | ||
3921 | 2024.08.28 17:54:53.426628 [ 3 ] {a329d91d-ff17-476f-8804-9df279c7f749} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3922 | 2024.08.28 17:54:53.426644 [ 3 ] {} <Debug> HTTP-Session: f2319bae-02fa-4f87-9c7f-d38096c61973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3923 | 2024.08.28 17:54:53.426797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3924 | 2024.08.28 17:54:53.426846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3925 | 2024.08.28 17:54:53.426864 [ 3 ] {} <Debug> HTTP-Session: 5c71fd71-2fa9-45dd-b1e8-debe1349572e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3926 | 2024.08.28 17:54:53.426881 [ 3 ] {} <Debug> HTTP-Session: 5c71fd71-2fa9-45dd-b1e8-debe1349572e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.08.28 17:54:53.426895 [ 3 ] {} <Debug> HTTP-Session: 5c71fd71-2fa9-45dd-b1e8-debe1349572e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.08.28 17:54:53.426926 [ 3 ] {} <Trace> HTTP-Session: 5c71fd71-2fa9-45dd-b1e8-debe1349572e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3929 | 2024.08.28 17:54:53.427040 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3930 | 2024.08.28 17:54:53.427083 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3931 | 2024.08.28 17:54:53.427309 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3932 | 2024.08.28 17:54:53.427692 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3933 | 2024.08.28 17:54:53.427729 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3934 | 2024.08.28 17:54:53.428077 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3935 | 2024.08.28 17:54:53.428436 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3936 | 2024.08.28 17:54:53.428595 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001578 sec., 24081.115335868188 rows/sec., 1.76 MiB/sec. | ||
3937 | 2024.08.28 17:54:53.428596 [ 67 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3938 | 2024.08.28 17:54:53.428711 [ 67 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3939 | 2024.08.28 17:54:53.428761 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3940 | 2024.08.28 17:54:53.428846 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Debug> DynamicQueryHandler: Done processing query | ||
3941 | 2024.08.28 17:54:53.428899 [ 3 ] {f3a6e97e-e8bf-48d1-84be-b885c35eef8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3942 | 2024.08.28 17:54:53.428965 [ 3 ] {} <Debug> HTTP-Session: 5c71fd71-2fa9-45dd-b1e8-debe1349572e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3943 | 2024.08.28 17:54:53.429031 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
3944 | 2024.08.28 17:54:53.429130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3945 | 2024.08.28 17:54:53.429224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3946 | 2024.08.28 17:54:53.429287 [ 3 ] {} <Debug> HTTP-Session: 107c9b27-8bd6-4053-9ad5-9aff9dcd6b8b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3947 | 2024.08.28 17:54:53.429351 [ 3 ] {} <Debug> HTTP-Session: 107c9b27-8bd6-4053-9ad5-9aff9dcd6b8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3948 | 2024.08.28 17:54:53.429364 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3949 | 2024.08.28 17:54:53.429379 [ 3 ] {} <Debug> HTTP-Session: 107c9b27-8bd6-4053-9ad5-9aff9dcd6b8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.08.28 17:54:53.429434 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
3951 | 2024.08.28 17:54:53.429453 [ 3 ] {} <Trace> HTTP-Session: 107c9b27-8bd6-4053-9ad5-9aff9dcd6b8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3952 | 2024.08.28 17:54:53.429716 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
3953 | 2024.08.28 17:54:53.429786 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3954 | 2024.08.28 17:54:53.429958 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3955 | 2024.08.28 17:54:53.429998 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
3956 | 2024.08.28 17:54:53.430461 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
3957 | 2024.08.28 17:54:53.430751 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
3958 | 2024.08.28 17:54:53.431085 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
3959 | 2024.08.28 17:54:53.431832 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3960 | 2024.08.28 17:54:53.432684 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3961 | 2024.08.28 17:54:53.432742 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3962 | 2024.08.28 17:54:53.433846 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3963 | 2024.08.28 17:54:53.434062 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.005188526 sec., 29488.143646191616 rows/sec., 2.27 MiB/sec. | ||
3964 | 2024.08.28 17:54:53.434394 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3965 | 2024.08.28 17:54:53.434609 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3966 | 2024.08.28 17:54:53.435045 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005391 sec., 2596.9207939157855 rows/sec., 181.87 KiB/sec. | ||
3967 | 2024.08.28 17:54:53.435458 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Debug> DynamicQueryHandler: Done processing query | ||
3968 | 2024.08.28 17:54:53.435489 [ 3 ] {0102042f-eab2-4ef6-8abc-e1a9e9199409} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3969 | 2024.08.28 17:54:53.435524 [ 3 ] {} <Debug> HTTP-Session: 107c9b27-8bd6-4053-9ad5-9aff9dcd6b8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3970 | 2024.08.28 17:54:53.435635 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3971 | 2024.08.28 17:54:53.435677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3972 | 2024.08.28 17:54:53.435752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3973 | 2024.08.28 17:54:53.435792 [ 3 ] {} <Debug> HTTP-Session: a8718d41-7b16-4165-8930-3327771b6b66 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
3974 | 2024.08.28 17:54:53.435792 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_11_2} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3975 | 2024.08.28 17:54:53.435821 [ 3 ] {} <Debug> HTTP-Session: a8718d41-7b16-4165-8930-3327771b6b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3976 | 2024.08.28 17:54:53.435856 [ 3 ] {} <Debug> HTTP-Session: a8718d41-7b16-4165-8930-3327771b6b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3977 | 2024.08.28 17:54:53.435937 [ 3 ] {} <Trace> HTTP-Session: a8718d41-7b16-4165-8930-3327771b6b66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3978 | 2024.08.28 17:54:53.435982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3979 | 2024.08.28 17:54:53.436081 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3980 | 2024.08.28 17:54:53.436131 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3981 | 2024.08.28 17:54:53.436383 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3982 | 2024.08.28 17:54:53.436719 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3983 | 2024.08.28 17:54:53.436756 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3984 | 2024.08.28 17:54:53.437116 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3985 | 2024.08.28 17:54:53.437494 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3986 | 2024.08.28 17:54:53.437662 [ 67 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3987 | 2024.08.28 17:54:53.437668 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 221.14 KiB/sec. | ||
3988 | 2024.08.28 17:54:53.437704 [ 67 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3989 | 2024.08.28 17:54:53.437766 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
3990 | 2024.08.28 17:54:53.437950 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
3991 | 2024.08.28 17:54:53.437999 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Debug> DynamicQueryHandler: Done processing query | ||
3992 | 2024.08.28 17:54:53.438048 [ 3 ] {9fad2659-4831-4c57-aeda-baef260e1de4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3993 | 2024.08.28 17:54:53.438100 [ 3 ] {} <Debug> HTTP-Session: a8718d41-7b16-4165-8930-3327771b6b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3994 | 2024.08.28 17:54:53.438203 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3995 | 2024.08.28 17:54:53.438245 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
3996 | 2024.08.28 17:54:53.438393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3997 | 2024.08.28 17:54:53.438467 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
3998 | 2024.08.28 17:54:53.438552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3999 | 2024.08.28 17:54:53.438651 [ 3 ] {} <Debug> HTTP-Session: 976dcc68-a419-47e3-af69-320faaedac1d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4000 | 2024.08.28 17:54:53.438730 [ 3 ] {} <Debug> HTTP-Session: 976dcc68-a419-47e3-af69-320faaedac1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4001 | 2024.08.28 17:54:53.438807 [ 3 ] {} <Debug> HTTP-Session: 976dcc68-a419-47e3-af69-320faaedac1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.08.28 17:54:53.438799 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
4003 | 2024.08.28 17:54:53.438926 [ 3 ] {} <Trace> HTTP-Session: 976dcc68-a419-47e3-af69-320faaedac1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4004 | 2024.08.28 17:54:53.439081 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
4005 | 2024.08.28 17:54:53.439357 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
4006 | 2024.08.28 17:54:53.439536 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4007 | 2024.08.28 17:54:53.439691 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4008 | 2024.08.28 17:54:53.440687 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4009 | 2024.08.28 17:54:53.441385 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4010 | 2024.08.28 17:54:53.441423 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4011 | 2024.08.28 17:54:53.441780 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4012 | 2024.08.28 17:54:53.442139 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4013 | 2024.08.28 17:54:53.442350 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Debug> executeQuery: Read 420 rows, 30.73 KiB in 0.003177 sec., 132200.18885741264 rows/sec., 9.45 MiB/sec. | ||
4014 | 2024.08.28 17:54:53.442517 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Debug> DynamicQueryHandler: Done processing query | ||
4015 | 2024.08.28 17:54:53.442543 [ 3 ] {4b96d139-1421-477b-9fd2-f623a7e770c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
4016 | 2024.08.28 17:54:53.442560 [ 3 ] {} <Debug> HTTP-Session: 976dcc68-a419-47e3-af69-320faaedac1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4017 | 2024.08.28 17:54:53.442699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4018 | 2024.08.28 17:54:53.442746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4019 | 2024.08.28 17:54:53.442764 [ 3 ] {} <Debug> HTTP-Session: 7a8b9e24-6090-461a-962e-b495b0943583 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4020 | 2024.08.28 17:54:53.442781 [ 3 ] {} <Debug> HTTP-Session: 7a8b9e24-6090-461a-962e-b495b0943583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4021 | 2024.08.28 17:54:53.442795 [ 3 ] {} <Debug> HTTP-Session: 7a8b9e24-6090-461a-962e-b495b0943583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4022 | 2024.08.28 17:54:53.442825 [ 3 ] {} <Trace> HTTP-Session: 7a8b9e24-6090-461a-962e-b495b0943583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4023 | 2024.08.28 17:54:53.442929 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4024 | 2024.08.28 17:54:53.442990 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4025 | 2024.08.28 17:54:53.443595 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4026 | 2024.08.28 17:54:53.444513 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4027 | 2024.08.28 17:54:53.444584 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4028 | 2024.08.28 17:54:53.444618 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00673979 sec., 4451.177262199564 rows/sec., 282.55 KiB/sec. | ||
4029 | 2024.08.28 17:54:53.444873 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4030 | 2024.08.28 17:54:53.445347 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4031 | 2024.08.28 17:54:53.446086 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_5_1} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4032 | 2024.08.28 17:54:53.446150 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4033 | 2024.08.28 17:54:53.446330 [ 187 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_5_1} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4034 | 2024.08.28 17:54:53.446481 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003564 sec., 1683.5016835016836 rows/sec., 87.96 KiB/sec. | ||
4035 | 2024.08.28 17:54:53.446541 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4036 | 2024.08.28 17:54:53.446774 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Debug> DynamicQueryHandler: Done processing query | ||
4037 | 2024.08.28 17:54:53.446805 [ 3 ] {8a2a1971-79ad-4f12-ab4e-99e31dcf88d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4038 | 2024.08.28 17:54:53.446822 [ 3 ] {} <Debug> HTTP-Session: 7a8b9e24-6090-461a-962e-b495b0943583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4039 | 2024.08.28 17:54:53.446984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4040 | 2024.08.28 17:54:53.447032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4041 | 2024.08.28 17:54:53.447051 [ 3 ] {} <Debug> HTTP-Session: 59525ce6-d6d5-4872-b15a-7b2494568db5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4042 | 2024.08.28 17:54:53.447068 [ 3 ] {} <Debug> HTTP-Session: 59525ce6-d6d5-4872-b15a-7b2494568db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.08.28 17:54:53.447082 [ 3 ] {} <Debug> HTTP-Session: 59525ce6-d6d5-4872-b15a-7b2494568db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.08.28 17:54:53.447114 [ 3 ] {} <Trace> HTTP-Session: 59525ce6-d6d5-4872-b15a-7b2494568db5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4045 | 2024.08.28 17:54:53.447315 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4046 | 2024.08.28 17:54:53.447361 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4047 | 2024.08.28 17:54:53.447524 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4048 | 2024.08.28 17:54:53.447969 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4049 | 2024.08.28 17:54:53.448007 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4050 | 2024.08.28 17:54:53.448407 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4051 | 2024.08.28 17:54:53.448748 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4052 | 2024.08.28 17:54:53.448919 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001714 sec., 138856.47607934655 rows/sec., 9.31 MiB/sec. | ||
4053 | 2024.08.28 17:54:53.449075 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Debug> DynamicQueryHandler: Done processing query | ||
4054 | 2024.08.28 17:54:53.449099 [ 3 ] {a070e0bf-ff5b-44f7-8db8-8fa1430023dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4055 | 2024.08.28 17:54:53.449116 [ 3 ] {} <Debug> HTTP-Session: 59525ce6-d6d5-4872-b15a-7b2494568db5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4056 | 2024.08.28 17:54:53.449241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4057 | 2024.08.28 17:54:53.449288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4058 | 2024.08.28 17:54:53.449307 [ 3 ] {} <Debug> HTTP-Session: 5dc35b89-4715-4040-81fc-3dd4f585b442 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4059 | 2024.08.28 17:54:53.449324 [ 3 ] {} <Debug> HTTP-Session: 5dc35b89-4715-4040-81fc-3dd4f585b442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.08.28 17:54:53.449338 [ 3 ] {} <Debug> HTTP-Session: 5dc35b89-4715-4040-81fc-3dd4f585b442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.08.28 17:54:53.449369 [ 3 ] {} <Trace> HTTP-Session: 5dc35b89-4715-4040-81fc-3dd4f585b442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4062 | 2024.08.28 17:54:53.449461 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4063 | 2024.08.28 17:54:53.449505 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4064 | 2024.08.28 17:54:53.449635 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4065 | 2024.08.28 17:54:53.449887 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4066 | 2024.08.28 17:54:53.449923 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4067 | 2024.08.28 17:54:53.450295 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4068 | 2024.08.28 17:54:53.450619 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4069 | 2024.08.28 17:54:53.450771 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
4070 | 2024.08.28 17:54:53.450781 [ 67 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4071 | 2024.08.28 17:54:53.450868 [ 67 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4072 | 2024.08.28 17:54:53.450931 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4073 | 2024.08.28 17:54:53.451057 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Debug> DynamicQueryHandler: Done processing query | ||
4074 | 2024.08.28 17:54:53.451110 [ 3 ] {dd752400-79c7-48a6-a03f-6fd48ff8d320} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4075 | 2024.08.28 17:54:53.451117 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
4076 | 2024.08.28 17:54:53.451132 [ 3 ] {} <Debug> HTTP-Session: 5dc35b89-4715-4040-81fc-3dd4f585b442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.08.28 17:54:53.451313 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4078 | 2024.08.28 17:54:53.451362 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
4079 | 2024.08.28 17:54:53.451386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4080 | 2024.08.28 17:54:53.451526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4081 | 2024.08.28 17:54:53.451539 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
4082 | 2024.08.28 17:54:53.451605 [ 3 ] {} <Debug> HTTP-Session: dcbd1d84-6d4a-4cdd-a33d-23980affed33 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4083 | 2024.08.28 17:54:53.451683 [ 3 ] {} <Debug> HTTP-Session: dcbd1d84-6d4a-4cdd-a33d-23980affed33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.08.28 17:54:53.451754 [ 3 ] {} <Debug> HTTP-Session: dcbd1d84-6d4a-4cdd-a33d-23980affed33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4085 | 2024.08.28 17:54:53.451860 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
4086 | 2024.08.28 17:54:53.451883 [ 3 ] {} <Trace> HTTP-Session: dcbd1d84-6d4a-4cdd-a33d-23980affed33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4087 | 2024.08.28 17:54:53.452154 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
4088 | 2024.08.28 17:54:53.452276 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
4089 | 2024.08.28 17:54:53.452425 [ 186 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
4090 | 2024.08.28 17:54:53.452641 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4091 | 2024.08.28 17:54:53.452942 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4092 | 2024.08.28 17:54:53.455134 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4093 | 2024.08.28 17:54:53.455897 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.004878589 sec., 1229.8637987336092 rows/sec., 82.07 KiB/sec. | ||
4094 | 2024.08.28 17:54:53.456045 [ 187 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4095 | 2024.08.28 17:54:53.457093 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4096 | 2024.08.28 17:54:53.457143 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4097 | 2024.08.28 17:54:53.457363 [ 187 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4098 | 2024.08.28 17:54:53.457598 [ 187 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_6_1} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4099 | 2024.08.28 17:54:53.457770 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4100 | 2024.08.28 17:54:53.458253 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4101 | 2024.08.28 17:54:53.458687 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4102 | 2024.08.28 17:54:53.458866 [ 67 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4103 | 2024.08.28 17:54:53.458906 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.006799 sec., 5294.8963082806295 rows/sec., 9.49 MiB/sec. | ||
4104 | 2024.08.28 17:54:53.458932 [ 67 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4105 | 2024.08.28 17:54:53.459000 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4106 | 2024.08.28 17:54:53.459340 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
4107 | 2024.08.28 17:54:53.459544 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Debug> DynamicQueryHandler: Done processing query | ||
4108 | 2024.08.28 17:54:53.459601 [ 3 ] {c4a7c2cc-3b55-4516-bb43-bf64a22647d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4109 | 2024.08.28 17:54:53.459666 [ 3 ] {} <Debug> HTTP-Session: dcbd1d84-6d4a-4cdd-a33d-23980affed33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.08.28 17:54:53.459900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4111 | 2024.08.28 17:54:53.460002 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4112 | 2024.08.28 17:54:53.460012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4113 | 2024.08.28 17:54:53.460089 [ 3 ] {} <Debug> HTTP-Session: 6bb05e86-f088-4f7b-b6e1-8a6fabfad5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4114 | 2024.08.28 17:54:53.460144 [ 3 ] {} <Debug> HTTP-Session: 6bb05e86-f088-4f7b-b6e1-8a6fabfad5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4115 | 2024.08.28 17:54:53.460159 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 181 rows starting from the beginning of the part | ||
4116 | 2024.08.28 17:54:53.460176 [ 3 ] {} <Debug> HTTP-Session: 6bb05e86-f088-4f7b-b6e1-8a6fabfad5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.08.28 17:54:53.460279 [ 3 ] {} <Trace> HTTP-Session: 6bb05e86-f088-4f7b-b6e1-8a6fabfad5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4118 | 2024.08.28 17:54:53.460700 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4119 | 2024.08.28 17:54:53.460784 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
4120 | 2024.08.28 17:54:53.460810 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4121 | 2024.08.28 17:54:53.461622 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
4122 | 2024.08.28 17:54:53.461713 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4123 | 2024.08.28 17:54:53.462256 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
4124 | 2024.08.28 17:54:53.462976 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4125 | 2024.08.28 17:54:53.463000 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
4126 | 2024.08.28 17:54:53.463043 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
4127 | 2024.08.28 17:54:53.463540 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
4128 | 2024.08.28 17:54:53.464465 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4129 | 2024.08.28 17:54:53.465412 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4130 | 2024.08.28 17:54:53.465691 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005206 sec., 15751.05647330004 rows/sec., 1.00 MiB/sec. | ||
4131 | 2024.08.28 17:54:53.466053 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Debug> DynamicQueryHandler: Done processing query | ||
4132 | 2024.08.28 17:54:53.466107 [ 3 ] {e4a82f63-bfe7-43d8-bbee-fbccf408cbac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4133 | 2024.08.28 17:54:53.466157 [ 3 ] {} <Debug> HTTP-Session: 6bb05e86-f088-4f7b-b6e1-8a6fabfad5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4134 | 2024.08.28 17:54:53.470496 [ 187 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 19 columns (19 merged, 0 gathered) in 0.011343563 sec., 25653.31545300185 rows/sec., 45.97 MiB/sec. | ||
4135 | 2024.08.28 17:54:53.471251 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4136 | 2024.08.28 17:54:53.472044 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4137 | 2024.08.28 17:54:53.472144 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4138 | 2024.08.28 17:54:53.472314 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
4139 | 2024.08.28 17:54:58.415042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4140 | 2024.08.28 17:54:58.415234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4141 | 2024.08.28 17:54:58.415281 [ 3 ] {} <Debug> HTTP-Session: 1bdf96ca-6f2a-4618-99e1-580452f0aa58 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4142 | 2024.08.28 17:54:58.415326 [ 3 ] {} <Debug> HTTP-Session: 1bdf96ca-6f2a-4618-99e1-580452f0aa58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4143 | 2024.08.28 17:54:58.415356 [ 3 ] {} <Debug> HTTP-Session: 1bdf96ca-6f2a-4618-99e1-580452f0aa58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.08.28 17:54:58.415437 [ 3 ] {} <Trace> HTTP-Session: 1bdf96ca-6f2a-4618-99e1-580452f0aa58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4145 | 2024.08.28 17:54:58.415782 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4146 | 2024.08.28 17:54:58.415899 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4147 | 2024.08.28 17:54:58.416292 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4148 | 2024.08.28 17:54:58.416723 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4149 | 2024.08.28 17:54:58.416766 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4150 | 2024.08.28 17:54:58.417201 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4151 | 2024.08.28 17:54:58.417598 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4152 | 2024.08.28 17:54:58.417759 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002087 sec., 27791.087685673217 rows/sec., 2.15 MiB/sec. | ||
4153 | 2024.08.28 17:54:58.418156 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Debug> DynamicQueryHandler: Done processing query | ||
4154 | 2024.08.28 17:54:58.418186 [ 3 ] {405da44f-1e41-4fe5-95ee-0fe1fd3b7ce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4155 | 2024.08.28 17:54:58.418203 [ 3 ] {} <Debug> HTTP-Session: 1bdf96ca-6f2a-4618-99e1-580452f0aa58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4156 | 2024.08.28 17:54:58.418346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4157 | 2024.08.28 17:54:58.418399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4158 | 2024.08.28 17:54:58.418419 [ 3 ] {} <Debug> HTTP-Session: 090ec8dc-f014-451e-bb73-9dd3089f1871 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4159 | 2024.08.28 17:54:58.418437 [ 3 ] {} <Debug> HTTP-Session: 090ec8dc-f014-451e-bb73-9dd3089f1871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.08.28 17:54:58.418452 [ 3 ] {} <Debug> HTTP-Session: 090ec8dc-f014-451e-bb73-9dd3089f1871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.08.28 17:54:58.418487 [ 3 ] {} <Trace> HTTP-Session: 090ec8dc-f014-451e-bb73-9dd3089f1871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4162 | 2024.08.28 17:54:58.418591 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4163 | 2024.08.28 17:54:58.418640 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4164 | 2024.08.28 17:54:58.418904 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4165 | 2024.08.28 17:54:58.419174 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4166 | 2024.08.28 17:54:58.419212 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4167 | 2024.08.28 17:54:58.419549 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4168 | 2024.08.28 17:54:58.419909 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4169 | 2024.08.28 17:54:58.420042 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 50.84 KiB/sec. | ||
4170 | 2024.08.28 17:54:58.420204 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Debug> DynamicQueryHandler: Done processing query | ||
4171 | 2024.08.28 17:54:58.420229 [ 3 ] {71b44cc4-15ac-49f1-94c0-550659d6f95f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4172 | 2024.08.28 17:54:58.420246 [ 3 ] {} <Debug> HTTP-Session: 090ec8dc-f014-451e-bb73-9dd3089f1871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4173 | 2024.08.28 17:54:58.420419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4174 | 2024.08.28 17:54:58.420468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4175 | 2024.08.28 17:54:58.420486 [ 3 ] {} <Debug> HTTP-Session: 4039b786-ffb8-49f2-95b3-3e716d20db5b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4176 | 2024.08.28 17:54:58.420503 [ 3 ] {} <Debug> HTTP-Session: 4039b786-ffb8-49f2-95b3-3e716d20db5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4177 | 2024.08.28 17:54:58.420518 [ 3 ] {} <Debug> HTTP-Session: 4039b786-ffb8-49f2-95b3-3e716d20db5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.08.28 17:54:58.420550 [ 3 ] {} <Trace> HTTP-Session: 4039b786-ffb8-49f2-95b3-3e716d20db5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4179 | 2024.08.28 17:54:58.420666 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4180 | 2024.08.28 17:54:58.420710 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4181 | 2024.08.28 17:54:58.420937 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4182 | 2024.08.28 17:54:58.421241 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4183 | 2024.08.28 17:54:58.421277 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4184 | 2024.08.28 17:54:58.421632 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4185 | 2024.08.28 17:54:58.422018 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4186 | 2024.08.28 17:54:58.422158 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001528 sec., 42539.267015706806 rows/sec., 3.32 MiB/sec. | ||
4187 | 2024.08.28 17:54:58.422365 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Debug> DynamicQueryHandler: Done processing query | ||
4188 | 2024.08.28 17:54:58.422390 [ 3 ] {31886141-6f1f-4486-9587-322c952d5bb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4189 | 2024.08.28 17:54:58.422407 [ 3 ] {} <Debug> HTTP-Session: 4039b786-ffb8-49f2-95b3-3e716d20db5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4190 | 2024.08.28 17:54:58.422576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4191 | 2024.08.28 17:54:58.422625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4192 | 2024.08.28 17:54:58.422645 [ 3 ] {} <Debug> HTTP-Session: 29a553c9-f70c-43dc-852f-eeae88b8d600 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4193 | 2024.08.28 17:54:58.422661 [ 3 ] {} <Debug> HTTP-Session: 29a553c9-f70c-43dc-852f-eeae88b8d600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4194 | 2024.08.28 17:54:58.422675 [ 3 ] {} <Debug> HTTP-Session: 29a553c9-f70c-43dc-852f-eeae88b8d600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.08.28 17:54:58.422707 [ 3 ] {} <Trace> HTTP-Session: 29a553c9-f70c-43dc-852f-eeae88b8d600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4196 | 2024.08.28 17:54:58.422853 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4197 | 2024.08.28 17:54:58.422902 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4198 | 2024.08.28 17:54:58.423060 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4199 | 2024.08.28 17:54:58.423415 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4200 | 2024.08.28 17:54:58.423452 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4201 | 2024.08.28 17:54:58.423837 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4202 | 2024.08.28 17:54:58.424179 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4203 | 2024.08.28 17:54:58.424347 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
4204 | 2024.08.28 17:54:58.424354 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4205 | 2024.08.28 17:54:58.424466 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4206 | 2024.08.28 17:54:58.424506 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4207 | 2024.08.28 17:54:58.424587 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Debug> DynamicQueryHandler: Done processing query | ||
4208 | 2024.08.28 17:54:58.424646 [ 3 ] {496bb2fe-b7db-4483-8934-d232ac734133} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4209 | 2024.08.28 17:54:58.424702 [ 3 ] {} <Debug> HTTP-Session: 29a553c9-f70c-43dc-852f-eeae88b8d600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4210 | 2024.08.28 17:54:58.424763 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
4211 | 2024.08.28 17:54:58.424956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4212 | 2024.08.28 17:54:58.425030 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4213 | 2024.08.28 17:54:58.425050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4214 | 2024.08.28 17:54:58.425108 [ 3 ] {} <Debug> HTTP-Session: bc1612ad-650f-4024-b4ec-00e117a03a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4215 | 2024.08.28 17:54:58.425113 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4294 rows starting from the beginning of the part | ||
4216 | 2024.08.28 17:54:58.425145 [ 3 ] {} <Debug> HTTP-Session: bc1612ad-650f-4024-b4ec-00e117a03a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.08.28 17:54:58.425181 [ 3 ] {} <Debug> HTTP-Session: bc1612ad-650f-4024-b4ec-00e117a03a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.08.28 17:54:58.425306 [ 3 ] {} <Trace> HTTP-Session: bc1612ad-650f-4024-b4ec-00e117a03a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4219 | 2024.08.28 17:54:58.425372 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
4220 | 2024.08.28 17:54:58.425634 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
4221 | 2024.08.28 17:54:58.425712 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4222 | 2024.08.28 17:54:58.426058 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
4223 | 2024.08.28 17:54:58.426186 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4224 | 2024.08.28 17:54:58.426411 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 238 rows starting from the beginning of the part | ||
4225 | 2024.08.28 17:54:58.426816 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
4226 | 2024.08.28 17:54:58.428586 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4227 | 2024.08.28 17:54:58.430119 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4228 | 2024.08.28 17:54:58.430178 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4229 | 2024.08.28 17:54:58.431396 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4230 | 2024.08.28 17:54:58.432137 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5249 rows, containing 5 columns (5 merged, 0 gathered) in 0.007525177 sec., 697525.1213360165 rows/sec., 46.84 MiB/sec. | ||
4231 | 2024.08.28 17:54:58.432248 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4232 | 2024.08.28 17:54:58.432488 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.006936 sec., 144.1753171856978 rows/sec., 264.56 KiB/sec. | ||
4233 | 2024.08.28 17:54:58.432715 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4234 | 2024.08.28 17:54:58.432790 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Debug> DynamicQueryHandler: Done processing query | ||
4235 | 2024.08.28 17:54:58.432818 [ 3 ] {aa524fdf-c111-432f-baf7-dd2c4df33a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4236 | 2024.08.28 17:54:58.432841 [ 3 ] {} <Debug> HTTP-Session: bc1612ad-650f-4024-b4ec-00e117a03a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4237 | 2024.08.28 17:54:58.432982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4238 | 2024.08.28 17:54:58.433040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4239 | 2024.08.28 17:54:58.433067 [ 3 ] {} <Debug> HTTP-Session: f9bb1560-5881-4431-a648-6e0cbfa806e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4240 | 2024.08.28 17:54:58.433084 [ 3 ] {} <Debug> HTTP-Session: f9bb1560-5881-4431-a648-6e0cbfa806e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4241 | 2024.08.28 17:54:58.433106 [ 3 ] {} <Debug> HTTP-Session: f9bb1560-5881-4431-a648-6e0cbfa806e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4242 | 2024.08.28 17:54:58.433142 [ 3 ] {} <Trace> HTTP-Session: f9bb1560-5881-4431-a648-6e0cbfa806e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4243 | 2024.08.28 17:54:58.433203 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4244 | 2024.08.28 17:54:58.433278 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4245 | 2024.08.28 17:54:58.433296 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4246 | 2024.08.28 17:54:58.433329 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4247 | 2024.08.28 17:54:58.433408 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
4248 | 2024.08.28 17:54:58.433516 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4249 | 2024.08.28 17:54:58.433785 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4250 | 2024.08.28 17:54:58.433821 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4251 | 2024.08.28 17:54:58.434208 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4252 | 2024.08.28 17:54:58.434545 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4253 | 2024.08.28 17:54:58.434712 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
4254 | 2024.08.28 17:54:58.434870 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Debug> DynamicQueryHandler: Done processing query | ||
4255 | 2024.08.28 17:54:58.434895 [ 3 ] {4be6c60d-2fc0-4ed6-8c9f-0aee4da365f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4256 | 2024.08.28 17:54:58.434913 [ 3 ] {} <Debug> HTTP-Session: f9bb1560-5881-4431-a648-6e0cbfa806e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.08.28 17:55:02.561020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4258 | 2024.08.28 17:55:02.561185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4259 | 2024.08.28 17:55:02.561215 [ 3 ] {} <Debug> HTTP-Session: 606fb7e2-a3bd-4d00-99cb-294e3aa62265 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4260 | 2024.08.28 17:55:02.561244 [ 3 ] {} <Debug> HTTP-Session: 606fb7e2-a3bd-4d00-99cb-294e3aa62265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4261 | 2024.08.28 17:55:02.561262 [ 3 ] {} <Debug> HTTP-Session: 606fb7e2-a3bd-4d00-99cb-294e3aa62265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4262 | 2024.08.28 17:55:02.561320 [ 3 ] {} <Trace> HTTP-Session: 606fb7e2-a3bd-4d00-99cb-294e3aa62265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4263 | 2024.08.28 17:55:02.561961 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4264 | 2024.08.28 17:55:02.562041 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4265 | 2024.08.28 17:55:02.562383 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4266 | 2024.08.28 17:55:02.563669 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4267 | 2024.08.28 17:55:02.563718 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4268 | 2024.08.28 17:55:02.564234 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4269 | 2024.08.28 17:55:02.564638 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4270 | 2024.08.28 17:55:02.564806 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Debug> executeQuery: Read 1401 rows, 120.30 KiB in 0.003273 sec., 428047.66269477544 rows/sec., 35.89 MiB/sec. | ||
4271 | 2024.08.28 17:55:02.565027 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Debug> DynamicQueryHandler: Done processing query | ||
4272 | 2024.08.28 17:55:02.565057 [ 3 ] {81fa6b5e-32a8-4228-9d46-52b06e7e3939} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
4273 | 2024.08.28 17:55:02.565073 [ 3 ] {} <Debug> HTTP-Session: 606fb7e2-a3bd-4d00-99cb-294e3aa62265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.08.28 17:55:02.565517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4275 | 2024.08.28 17:55:02.565572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4276 | 2024.08.28 17:55:02.565592 [ 3 ] {} <Debug> HTTP-Session: c17f8454-7f50-46ed-b9e0-7e84b369fa82 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4277 | 2024.08.28 17:55:02.565610 [ 3 ] {} <Debug> HTTP-Session: c17f8454-7f50-46ed-b9e0-7e84b369fa82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4278 | 2024.08.28 17:55:02.565624 [ 3 ] {} <Debug> HTTP-Session: c17f8454-7f50-46ed-b9e0-7e84b369fa82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4279 | 2024.08.28 17:55:02.565661 [ 3 ] {} <Trace> HTTP-Session: c17f8454-7f50-46ed-b9e0-7e84b369fa82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4280 | 2024.08.28 17:55:02.565776 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4281 | 2024.08.28 17:55:02.565823 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4282 | 2024.08.28 17:55:02.566062 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4283 | 2024.08.28 17:55:02.566442 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4284 | 2024.08.28 17:55:02.566480 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4285 | 2024.08.28 17:55:02.566838 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4286 | 2024.08.28 17:55:02.567202 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4287 | 2024.08.28 17:55:02.567378 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001625 sec., 22153.846153846156 rows/sec., 1.63 MiB/sec. | ||
4288 | 2024.08.28 17:55:02.567554 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Debug> DynamicQueryHandler: Done processing query | ||
4289 | 2024.08.28 17:55:02.567580 [ 3 ] {08882a6b-68b4-4374-a77c-1c8be9a01ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4290 | 2024.08.28 17:55:02.567595 [ 3 ] {} <Debug> HTTP-Session: c17f8454-7f50-46ed-b9e0-7e84b369fa82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.08.28 17:55:02.567764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4292 | 2024.08.28 17:55:02.567814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4293 | 2024.08.28 17:55:02.567833 [ 3 ] {} <Debug> HTTP-Session: a3457599-be2a-42bc-bdf6-7a2ca320d6f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4294 | 2024.08.28 17:55:02.567934 [ 3 ] {} <Debug> HTTP-Session: a3457599-be2a-42bc-bdf6-7a2ca320d6f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4295 | 2024.08.28 17:55:02.567948 [ 3 ] {} <Debug> HTTP-Session: a3457599-be2a-42bc-bdf6-7a2ca320d6f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.08.28 17:55:02.567981 [ 3 ] {} <Trace> HTTP-Session: a3457599-be2a-42bc-bdf6-7a2ca320d6f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4297 | 2024.08.28 17:55:02.568138 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4298 | 2024.08.28 17:55:02.568183 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4299 | 2024.08.28 17:55:02.568408 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4300 | 2024.08.28 17:55:02.568849 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4301 | 2024.08.28 17:55:02.568886 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4302 | 2024.08.28 17:55:02.569273 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4303 | 2024.08.28 17:55:02.569654 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4304 | 2024.08.28 17:55:02.569913 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001842 sec., 131378.93593919653 rows/sec., 8.90 MiB/sec. | ||
4305 | 2024.08.28 17:55:02.570079 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Debug> DynamicQueryHandler: Done processing query | ||
4306 | 2024.08.28 17:55:02.570104 [ 3 ] {6c7dbbae-02fb-40fa-81c1-b51c353bda1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4307 | 2024.08.28 17:55:02.570119 [ 3 ] {} <Debug> HTTP-Session: a3457599-be2a-42bc-bdf6-7a2ca320d6f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.08.28 17:55:02.570298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4309 | 2024.08.28 17:55:02.570347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4310 | 2024.08.28 17:55:02.570366 [ 3 ] {} <Debug> HTTP-Session: f54cd659-637a-4f69-b823-b6faa84dc182 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4311 | 2024.08.28 17:55:02.570383 [ 3 ] {} <Debug> HTTP-Session: f54cd659-637a-4f69-b823-b6faa84dc182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4312 | 2024.08.28 17:55:02.570396 [ 3 ] {} <Debug> HTTP-Session: f54cd659-637a-4f69-b823-b6faa84dc182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.08.28 17:55:02.570428 [ 3 ] {} <Trace> HTTP-Session: f54cd659-637a-4f69-b823-b6faa84dc182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4314 | 2024.08.28 17:55:02.570523 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4315 | 2024.08.28 17:55:02.570566 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4316 | 2024.08.28 17:55:02.570789 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4317 | 2024.08.28 17:55:02.571085 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4318 | 2024.08.28 17:55:02.571121 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4319 | 2024.08.28 17:55:02.571473 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4320 | 2024.08.28 17:55:02.571844 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4321 | 2024.08.28 17:55:02.571996 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
4322 | 2024.08.28 17:55:02.572201 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Debug> DynamicQueryHandler: Done processing query | ||
4323 | 2024.08.28 17:55:02.572226 [ 3 ] {17a1f7b3-27de-4277-8ea3-c88f4bb322a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4324 | 2024.08.28 17:55:02.572241 [ 3 ] {} <Debug> HTTP-Session: f54cd659-637a-4f69-b823-b6faa84dc182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.08.28 17:55:02.572446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 142848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4326 | 2024.08.28 17:55:02.572494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4327 | 2024.08.28 17:55:02.572512 [ 3 ] {} <Debug> HTTP-Session: eb7d174a-dee1-43e8-b18b-f2cf62c5b0bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4328 | 2024.08.28 17:55:02.572529 [ 3 ] {} <Debug> HTTP-Session: eb7d174a-dee1-43e8-b18b-f2cf62c5b0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4329 | 2024.08.28 17:55:02.572543 [ 3 ] {} <Debug> HTTP-Session: eb7d174a-dee1-43e8-b18b-f2cf62c5b0bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.08.28 17:55:02.572573 [ 3 ] {} <Trace> HTTP-Session: eb7d174a-dee1-43e8-b18b-f2cf62c5b0bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4331 | 2024.08.28 17:55:02.572920 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4332 | 2024.08.28 17:55:02.572964 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4333 | 2024.08.28 17:55:02.573190 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4334 | 2024.08.28 17:55:02.574040 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4335 | 2024.08.28 17:55:02.574076 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4336 | 2024.08.28 17:55:02.574479 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4337 | 2024.08.28 17:55:02.574838 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4338 | 2024.08.28 17:55:02.575004 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Debug> executeQuery: Read 874 rows, 64.85 KiB in 0.002265 sec., 385871.9646799117 rows/sec., 27.96 MiB/sec. | ||
4339 | 2024.08.28 17:55:02.575290 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Debug> DynamicQueryHandler: Done processing query | ||
4340 | 2024.08.28 17:55:02.575356 [ 3 ] {bc45b6ff-2007-4dba-a3b5-b3c1cb32072d} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
4341 | 2024.08.28 17:55:02.575413 [ 3 ] {} <Debug> HTTP-Session: eb7d174a-dee1-43e8-b18b-f2cf62c5b0bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.08.28 17:55:02.575796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4343 | 2024.08.28 17:55:02.575849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4344 | 2024.08.28 17:55:02.575868 [ 3 ] {} <Debug> HTTP-Session: 562800cd-002a-425c-b5c1-2bfb08576df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4345 | 2024.08.28 17:55:02.575884 [ 3 ] {} <Debug> HTTP-Session: 562800cd-002a-425c-b5c1-2bfb08576df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.08.28 17:55:02.575898 [ 3 ] {} <Debug> HTTP-Session: 562800cd-002a-425c-b5c1-2bfb08576df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.08.28 17:55:02.575930 [ 3 ] {} <Trace> HTTP-Session: 562800cd-002a-425c-b5c1-2bfb08576df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4348 | 2024.08.28 17:55:02.576032 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4349 | 2024.08.28 17:55:02.576077 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4350 | 2024.08.28 17:55:02.576229 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4351 | 2024.08.28 17:55:02.576482 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4352 | 2024.08.28 17:55:02.576518 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4353 | 2024.08.28 17:55:02.576896 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4354 | 2024.08.28 17:55:02.577216 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4355 | 2024.08.28 17:55:02.577388 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec. | ||
4356 | 2024.08.28 17:55:02.577401 [ 46 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4357 | 2024.08.28 17:55:02.577530 [ 46 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4358 | 2024.08.28 17:55:02.577590 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4359 | 2024.08.28 17:55:02.577601 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Debug> DynamicQueryHandler: Done processing query | ||
4360 | 2024.08.28 17:55:02.577648 [ 3 ] {9657f20c-3206-4735-b0d5-1b05c79d7666} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4361 | 2024.08.28 17:55:02.577689 [ 3 ] {} <Debug> HTTP-Session: 562800cd-002a-425c-b5c1-2bfb08576df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4362 | 2024.08.28 17:55:02.577790 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4363 | 2024.08.28 17:55:02.577921 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4364 | 2024.08.28 17:55:02.577926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4365 | 2024.08.28 17:55:02.577957 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4366 | 2024.08.28 17:55:02.577986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4367 | 2024.08.28 17:55:02.578010 [ 3 ] {} <Debug> HTTP-Session: bb36ca5e-74dd-48f0-86c5-de1b97a46534 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4368 | 2024.08.28 17:55:02.578042 [ 3 ] {} <Debug> HTTP-Session: bb36ca5e-74dd-48f0-86c5-de1b97a46534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4369 | 2024.08.28 17:55:02.578065 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4370 | 2024.08.28 17:55:02.578085 [ 3 ] {} <Debug> HTTP-Session: bb36ca5e-74dd-48f0-86c5-de1b97a46534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4371 | 2024.08.28 17:55:02.578185 [ 3 ] {} <Trace> HTTP-Session: bb36ca5e-74dd-48f0-86c5-de1b97a46534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4372 | 2024.08.28 17:55:02.578317 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4373 | 2024.08.28 17:55:02.578680 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4374 | 2024.08.28 17:55:02.578996 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4375 | 2024.08.28 17:55:02.579064 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4376 | 2024.08.28 17:55:02.579246 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4377 | 2024.08.28 17:55:02.579414 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
4378 | 2024.08.28 17:55:02.580142 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4379 | 2024.08.28 17:55:02.581068 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003345965 sec., 10759.22790585078 rows/sec., 562.13 KiB/sec. | ||
4380 | 2024.08.28 17:55:02.581221 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2024.08.28 17:55:02.581266 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4382 | 2024.08.28 17:55:02.581274 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4383 | 2024.08.28 17:55:02.581873 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4384 | 2024.08.28 17:55:02.581908 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_6_1} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4385 | 2024.08.28 17:55:02.582030 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_6_1} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4386 | 2024.08.28 17:55:02.582135 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4387 | 2024.08.28 17:55:02.582321 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4388 | 2024.08.28 17:55:02.582499 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Debug> executeQuery: Read 889 rows, 60.74 KiB in 0.003988 sec., 222918.7562688064 rows/sec., 14.87 MiB/sec. | ||
4389 | 2024.08.28 17:55:02.582676 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Debug> DynamicQueryHandler: Done processing query | ||
4390 | 2024.08.28 17:55:02.582701 [ 3 ] {dfc2ef79-1322-4b89-a006-ec127519e36e} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
4391 | 2024.08.28 17:55:02.582717 [ 3 ] {} <Debug> HTTP-Session: bb36ca5e-74dd-48f0-86c5-de1b97a46534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.08.28 17:55:02.583062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4393 | 2024.08.28 17:55:02.583109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4394 | 2024.08.28 17:55:02.583127 [ 3 ] {} <Debug> HTTP-Session: f6c42540-c532-438f-b2e1-7ec6bf55774d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4395 | 2024.08.28 17:55:02.583143 [ 3 ] {} <Debug> HTTP-Session: f6c42540-c532-438f-b2e1-7ec6bf55774d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4396 | 2024.08.28 17:55:02.583158 [ 3 ] {} <Debug> HTTP-Session: f6c42540-c532-438f-b2e1-7ec6bf55774d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4397 | 2024.08.28 17:55:02.583189 [ 3 ] {} <Trace> HTTP-Session: f6c42540-c532-438f-b2e1-7ec6bf55774d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4398 | 2024.08.28 17:55:02.583280 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4399 | 2024.08.28 17:55:02.583327 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4400 | 2024.08.28 17:55:02.583461 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4401 | 2024.08.28 17:55:02.583701 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4402 | 2024.08.28 17:55:02.583734 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4403 | 2024.08.28 17:55:02.584076 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4404 | 2024.08.28 17:55:02.584415 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4405 | 2024.08.28 17:55:02.584585 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
4406 | 2024.08.28 17:55:02.584776 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Debug> DynamicQueryHandler: Done processing query | ||
4407 | 2024.08.28 17:55:02.584800 [ 3 ] {5f36e65c-8f4d-4ac7-b330-0cfffee66649} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4408 | 2024.08.28 17:55:02.584815 [ 3 ] {} <Debug> HTTP-Session: f6c42540-c532-438f-b2e1-7ec6bf55774d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.08.28 17:55:02.584964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4410 | 2024.08.28 17:55:02.585011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4411 | 2024.08.28 17:55:02.585029 [ 3 ] {} <Debug> HTTP-Session: 4d74a3ba-fe22-4a96-8223-1cae74aa8d7d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4412 | 2024.08.28 17:55:02.585045 [ 3 ] {} <Debug> HTTP-Session: 4d74a3ba-fe22-4a96-8223-1cae74aa8d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4413 | 2024.08.28 17:55:02.585059 [ 3 ] {} <Debug> HTTP-Session: 4d74a3ba-fe22-4a96-8223-1cae74aa8d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4414 | 2024.08.28 17:55:02.585091 [ 3 ] {} <Trace> HTTP-Session: 4d74a3ba-fe22-4a96-8223-1cae74aa8d7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4415 | 2024.08.28 17:55:02.585524 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4416 | 2024.08.28 17:55:02.585585 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4417 | 2024.08.28 17:55:02.585979 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4418 | 2024.08.28 17:55:02.586696 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4419 | 2024.08.28 17:55:02.586731 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4420 | 2024.08.28 17:55:02.587354 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4421 | 2024.08.28 17:55:02.587759 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4422 | 2024.08.28 17:55:02.587955 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002783 sec., 12935.680919870643 rows/sec., 23.18 MiB/sec. | ||
4423 | 2024.08.28 17:55:02.588153 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Debug> DynamicQueryHandler: Done processing query | ||
4424 | 2024.08.28 17:55:02.588178 [ 3 ] {432d49dd-fcae-4bf6-831f-214328172891} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4425 | 2024.08.28 17:55:02.588194 [ 3 ] {} <Debug> HTTP-Session: 4d74a3ba-fe22-4a96-8223-1cae74aa8d7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4426 | 2024.08.28 17:55:02.588333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4427 | 2024.08.28 17:55:02.588379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4428 | 2024.08.28 17:55:02.588398 [ 3 ] {} <Debug> HTTP-Session: 33bb3648-3be8-4a29-b332-d2efcf2901c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4429 | 2024.08.28 17:55:02.588415 [ 3 ] {} <Debug> HTTP-Session: 33bb3648-3be8-4a29-b332-d2efcf2901c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.08.28 17:55:02.588429 [ 3 ] {} <Debug> HTTP-Session: 33bb3648-3be8-4a29-b332-d2efcf2901c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4431 | 2024.08.28 17:55:02.588460 [ 3 ] {} <Trace> HTTP-Session: 33bb3648-3be8-4a29-b332-d2efcf2901c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4432 | 2024.08.28 17:55:02.588579 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4433 | 2024.08.28 17:55:02.588624 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4434 | 2024.08.28 17:55:02.588751 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4435 | 2024.08.28 17:55:02.589076 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4436 | 2024.08.28 17:55:02.589112 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4437 | 2024.08.28 17:55:02.589470 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4438 | 2024.08.28 17:55:02.589790 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4439 | 2024.08.28 17:55:02.589939 [ 46 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4440 | 2024.08.28 17:55:02.589950 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001411 sec., 49610.20552799433 rows/sec., 3.12 MiB/sec. | ||
4441 | 2024.08.28 17:55:02.589986 [ 46 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4442 | 2024.08.28 17:55:02.590060 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4443 | 2024.08.28 17:55:02.590246 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Debug> DynamicQueryHandler: Done processing query | ||
4444 | 2024.08.28 17:55:02.590251 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
4445 | 2024.08.28 17:55:02.590277 [ 3 ] {14fd9fb7-da20-4c56-bb78-884d2096f663} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4446 | 2024.08.28 17:55:02.590304 [ 3 ] {} <Debug> HTTP-Session: 33bb3648-3be8-4a29-b332-d2efcf2901c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4447 | 2024.08.28 17:55:02.590411 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4448 | 2024.08.28 17:55:02.590446 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 368 rows starting from the beginning of the part | ||
4449 | 2024.08.28 17:55:02.590516 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
4450 | 2024.08.28 17:55:02.590737 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
4451 | 2024.08.28 17:55:02.591013 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
4452 | 2024.08.28 17:55:02.591143 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
4453 | 2024.08.28 17:55:02.591326 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 70 rows starting from the beginning of the part | ||
4454 | 2024.08.28 17:55:02.592464 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 722 rows, containing 4 columns (4 merged, 0 gathered) in 0.002274831 sec., 317386.2146242951 rows/sec., 20.68 MiB/sec. | ||
4455 | 2024.08.28 17:55:02.592734 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4456 | 2024.08.28 17:55:02.593277 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4457 | 2024.08.28 17:55:02.593376 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_16_3} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4458 | 2024.08.28 17:55:02.593483 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4459 | 2024.08.28 17:55:03.009713 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4460 | 2024.08.28 17:55:03.009770 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4461 | 2024.08.28 17:55:03.408479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4462 | 2024.08.28 17:55:03.408614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4463 | 2024.08.28 17:55:03.408643 [ 3 ] {} <Debug> HTTP-Session: 09a204c9-4f46-461f-9b4b-e11021652df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4464 | 2024.08.28 17:55:03.408671 [ 3 ] {} <Debug> HTTP-Session: 09a204c9-4f46-461f-9b4b-e11021652df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.08.28 17:55:03.408690 [ 3 ] {} <Debug> HTTP-Session: 09a204c9-4f46-461f-9b4b-e11021652df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4466 | 2024.08.28 17:55:03.408746 [ 3 ] {} <Trace> HTTP-Session: 09a204c9-4f46-461f-9b4b-e11021652df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4467 | 2024.08.28 17:55:03.408945 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4468 | 2024.08.28 17:55:03.409020 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4469 | 2024.08.28 17:55:03.409369 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4470 | 2024.08.28 17:55:03.409788 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4471 | 2024.08.28 17:55:03.409831 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4472 | 2024.08.28 17:55:03.410251 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4473 | 2024.08.28 17:55:03.410648 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4474 | 2024.08.28 17:55:03.410797 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001911 sec., 1046.5724751439038 rows/sec., 85.34 KiB/sec. | ||
4475 | 2024.08.28 17:55:03.411041 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Debug> DynamicQueryHandler: Done processing query | ||
4476 | 2024.08.28 17:55:03.411070 [ 3 ] {96d58c19-c573-4836-ade5-91d667d6192a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4477 | 2024.08.28 17:55:03.411087 [ 3 ] {} <Debug> HTTP-Session: 09a204c9-4f46-461f-9b4b-e11021652df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4478 | 2024.08.28 17:55:03.411232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4479 | 2024.08.28 17:55:03.411285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4480 | 2024.08.28 17:55:03.411305 [ 3 ] {} <Debug> HTTP-Session: c6cd0480-53c5-468b-95f2-760e4f1b217b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4481 | 2024.08.28 17:55:03.411324 [ 3 ] {} <Debug> HTTP-Session: c6cd0480-53c5-468b-95f2-760e4f1b217b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.08.28 17:55:03.411338 [ 3 ] {} <Debug> HTTP-Session: c6cd0480-53c5-468b-95f2-760e4f1b217b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4483 | 2024.08.28 17:55:03.411374 [ 3 ] {} <Trace> HTTP-Session: c6cd0480-53c5-468b-95f2-760e4f1b217b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4484 | 2024.08.28 17:55:03.411492 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4485 | 2024.08.28 17:55:03.411538 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4486 | 2024.08.28 17:55:03.411771 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4487 | 2024.08.28 17:55:03.412141 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4488 | 2024.08.28 17:55:03.412177 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4489 | 2024.08.28 17:55:03.412526 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4490 | 2024.08.28 17:55:03.412885 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4491 | 2024.08.28 17:55:03.413016 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001563 sec., 36468.330134357006 rows/sec., 2.80 MiB/sec. | ||
4492 | 2024.08.28 17:55:03.413183 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Debug> DynamicQueryHandler: Done processing query | ||
4493 | 2024.08.28 17:55:03.413207 [ 3 ] {0c3fe0d3-32a1-4785-9395-98cf6c6240a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4494 | 2024.08.28 17:55:03.413223 [ 3 ] {} <Debug> HTTP-Session: c6cd0480-53c5-468b-95f2-760e4f1b217b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4495 | 2024.08.28 17:55:03.413392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4496 | 2024.08.28 17:55:03.413440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4497 | 2024.08.28 17:55:03.413459 [ 3 ] {} <Debug> HTTP-Session: a96315f6-24e3-4201-9593-51d5a154f1fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4498 | 2024.08.28 17:55:03.413476 [ 3 ] {} <Debug> HTTP-Session: a96315f6-24e3-4201-9593-51d5a154f1fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.08.28 17:55:03.413489 [ 3 ] {} <Debug> HTTP-Session: a96315f6-24e3-4201-9593-51d5a154f1fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.08.28 17:55:03.413522 [ 3 ] {} <Trace> HTTP-Session: a96315f6-24e3-4201-9593-51d5a154f1fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4501 | 2024.08.28 17:55:03.413615 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4502 | 2024.08.28 17:55:03.413658 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4503 | 2024.08.28 17:55:03.413882 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4504 | 2024.08.28 17:55:03.414157 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4505 | 2024.08.28 17:55:03.414192 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4506 | 2024.08.28 17:55:03.414521 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4507 | 2024.08.28 17:55:03.414875 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4508 | 2024.08.28 17:55:03.415001 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001411 sec., 1417.4344436569809 rows/sec., 98.97 KiB/sec. | ||
4509 | 2024.08.28 17:55:03.415154 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Debug> DynamicQueryHandler: Done processing query | ||
4510 | 2024.08.28 17:55:03.415179 [ 3 ] {f758b48a-5576-4cf7-9e95-47b5f610ca40} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4511 | 2024.08.28 17:55:03.415194 [ 3 ] {} <Debug> HTTP-Session: a96315f6-24e3-4201-9593-51d5a154f1fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4512 | 2024.08.28 17:55:03.415324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4513 | 2024.08.28 17:55:03.415371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4514 | 2024.08.28 17:55:03.415390 [ 3 ] {} <Debug> HTTP-Session: 245a8a7e-e6e6-41f7-bdea-44828efd25d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4515 | 2024.08.28 17:55:03.415406 [ 3 ] {} <Debug> HTTP-Session: 245a8a7e-e6e6-41f7-bdea-44828efd25d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.08.28 17:55:03.415420 [ 3 ] {} <Debug> HTTP-Session: 245a8a7e-e6e6-41f7-bdea-44828efd25d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4517 | 2024.08.28 17:55:03.415452 [ 3 ] {} <Trace> HTTP-Session: 245a8a7e-e6e6-41f7-bdea-44828efd25d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4518 | 2024.08.28 17:55:03.415568 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4519 | 2024.08.28 17:55:03.415610 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4520 | 2024.08.28 17:55:03.415829 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4521 | 2024.08.28 17:55:03.416168 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4522 | 2024.08.28 17:55:03.416204 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4523 | 2024.08.28 17:55:03.416586 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4524 | 2024.08.28 17:55:03.416935 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4525 | 2024.08.28 17:55:03.417064 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001534 sec., 43024.77183833116 rows/sec., 3.36 MiB/sec. | ||
4526 | 2024.08.28 17:55:03.417229 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Debug> DynamicQueryHandler: Done processing query | ||
4527 | 2024.08.28 17:55:03.417253 [ 3 ] {64a8c765-150a-4c76-b990-93a75eb7b5ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4528 | 2024.08.28 17:55:03.417269 [ 3 ] {} <Debug> HTTP-Session: 245a8a7e-e6e6-41f7-bdea-44828efd25d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4529 | 2024.08.28 17:55:03.417394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4530 | 2024.08.28 17:55:03.417441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4531 | 2024.08.28 17:55:03.417460 [ 3 ] {} <Debug> HTTP-Session: 0f954102-8b2f-48c8-a717-3c2a8a676863 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4532 | 2024.08.28 17:55:03.417476 [ 3 ] {} <Debug> HTTP-Session: 0f954102-8b2f-48c8-a717-3c2a8a676863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.08.28 17:55:03.417490 [ 3 ] {} <Debug> HTTP-Session: 0f954102-8b2f-48c8-a717-3c2a8a676863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4534 | 2024.08.28 17:55:03.417520 [ 3 ] {} <Trace> HTTP-Session: 0f954102-8b2f-48c8-a717-3c2a8a676863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4535 | 2024.08.28 17:55:03.417626 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4536 | 2024.08.28 17:55:03.417672 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4537 | 2024.08.28 17:55:03.417814 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4538 | 2024.08.28 17:55:03.418105 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4539 | 2024.08.28 17:55:03.418140 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4540 | 2024.08.28 17:55:03.418504 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4541 | 2024.08.28 17:55:03.418839 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4542 | 2024.08.28 17:55:03.418978 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.001386 sec., 23809.52380952381 rows/sec., 1.66 MiB/sec. | ||
4543 | 2024.08.28 17:55:03.419279 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Debug> DynamicQueryHandler: Done processing query | ||
4544 | 2024.08.28 17:55:03.419328 [ 3 ] {80a86ea2-96e2-45f6-99f8-f6e344eb6574} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4545 | 2024.08.28 17:55:03.419377 [ 3 ] {} <Debug> HTTP-Session: 0f954102-8b2f-48c8-a717-3c2a8a676863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4546 | 2024.08.28 17:55:03.419513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4547 | 2024.08.28 17:55:03.419563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4548 | 2024.08.28 17:55:03.419581 [ 3 ] {} <Debug> HTTP-Session: 51a90a36-8ddd-4afb-b1b2-76f182eceaac Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4549 | 2024.08.28 17:55:03.419598 [ 3 ] {} <Debug> HTTP-Session: 51a90a36-8ddd-4afb-b1b2-76f182eceaac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.08.28 17:55:03.419611 [ 3 ] {} <Debug> HTTP-Session: 51a90a36-8ddd-4afb-b1b2-76f182eceaac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4551 | 2024.08.28 17:55:03.419643 [ 3 ] {} <Trace> HTTP-Session: 51a90a36-8ddd-4afb-b1b2-76f182eceaac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4552 | 2024.08.28 17:55:03.419745 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4553 | 2024.08.28 17:55:03.419791 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4554 | 2024.08.28 17:55:03.419937 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4555 | 2024.08.28 17:55:03.420204 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4556 | 2024.08.28 17:55:03.420239 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4557 | 2024.08.28 17:55:03.420591 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4558 | 2024.08.28 17:55:03.420929 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4559 | 2024.08.28 17:55:03.421055 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001338 sec., 8968.609865470851 rows/sec., 618.93 KiB/sec. | ||
4560 | 2024.08.28 17:55:03.421253 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Debug> DynamicQueryHandler: Done processing query | ||
4561 | 2024.08.28 17:55:03.421277 [ 3 ] {8d05dadb-6d9e-493e-9a43-855670d8e423} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4562 | 2024.08.28 17:55:03.421293 [ 3 ] {} <Debug> HTTP-Session: 51a90a36-8ddd-4afb-b1b2-76f182eceaac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4563 | 2024.08.28 17:55:04.001433 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001033103 sec. | ||
4564 | 2024.08.28 17:55:08.414995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4565 | 2024.08.28 17:55:08.415171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4566 | 2024.08.28 17:55:08.415219 [ 3 ] {} <Debug> HTTP-Session: 97fd5e21-e3ac-439c-8ff6-554dff28abae Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4567 | 2024.08.28 17:55:08.415262 [ 3 ] {} <Debug> HTTP-Session: 97fd5e21-e3ac-439c-8ff6-554dff28abae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.08.28 17:55:08.415292 [ 3 ] {} <Debug> HTTP-Session: 97fd5e21-e3ac-439c-8ff6-554dff28abae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4569 | 2024.08.28 17:55:08.415347 [ 3 ] {} <Trace> HTTP-Session: 97fd5e21-e3ac-439c-8ff6-554dff28abae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4570 | 2024.08.28 17:55:08.415557 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4571 | 2024.08.28 17:55:08.415627 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4572 | 2024.08.28 17:55:08.415968 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4573 | 2024.08.28 17:55:08.416435 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4574 | 2024.08.28 17:55:08.416484 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4575 | 2024.08.28 17:55:08.416928 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4576 | 2024.08.28 17:55:08.417320 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4577 | 2024.08.28 17:55:08.417500 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002007 sec., 28898.854010961633 rows/sec., 2.24 MiB/sec. | ||
4578 | 2024.08.28 17:55:08.417528 [ 153 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4579 | 2024.08.28 17:55:08.417660 [ 153 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4580 | 2024.08.28 17:55:08.417701 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4581 | 2024.08.28 17:55:08.417830 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Debug> DynamicQueryHandler: Done processing query | ||
4582 | 2024.08.28 17:55:08.417897 [ 3 ] {22bd2b6f-d54e-45c5-943a-9defa0d58e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4583 | 2024.08.28 17:55:08.417931 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
4584 | 2024.08.28 17:55:08.417950 [ 3 ] {} <Debug> HTTP-Session: 97fd5e21-e3ac-439c-8ff6-554dff28abae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.08.28 17:55:08.418254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4586 | 2024.08.28 17:55:08.418378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4587 | 2024.08.28 17:55:08.418396 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4588 | 2024.08.28 17:55:08.418407 [ 3 ] {} <Debug> HTTP-Session: 81d16ef8-7e9b-4f7a-b2cf-72951971e84c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4589 | 2024.08.28 17:55:08.418432 [ 3 ] {} <Debug> HTTP-Session: 81d16ef8-7e9b-4f7a-b2cf-72951971e84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4590 | 2024.08.28 17:55:08.418435 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1407 rows starting from the beginning of the part | ||
4591 | 2024.08.28 17:55:08.418449 [ 3 ] {} <Debug> HTTP-Session: 81d16ef8-7e9b-4f7a-b2cf-72951971e84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.08.28 17:55:08.418492 [ 3 ] {} <Trace> HTTP-Session: 81d16ef8-7e9b-4f7a-b2cf-72951971e84c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4593 | 2024.08.28 17:55:08.418547 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 262 rows starting from the beginning of the part | ||
4594 | 2024.08.28 17:55:08.418783 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4595 | 2024.08.28 17:55:08.418876 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 58 rows starting from the beginning of the part | ||
4596 | 2024.08.28 17:55:08.418965 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4597 | 2024.08.28 17:55:08.419275 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1401 rows starting from the beginning of the part | ||
4598 | 2024.08.28 17:55:08.419704 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 57 rows starting from the beginning of the part | ||
4599 | 2024.08.28 17:55:08.420062 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 58 rows starting from the beginning of the part | ||
4600 | 2024.08.28 17:55:08.420730 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4601 | 2024.08.28 17:55:08.421218 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4602 | 2024.08.28 17:55:08.421261 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4603 | 2024.08.28 17:55:08.421774 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4604 | 2024.08.28 17:55:08.422264 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4605 | 2024.08.28 17:55:08.422518 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.003882 sec., 257.5991756826378 rows/sec., 19.37 KiB/sec. | ||
4606 | 2024.08.28 17:55:08.422826 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005044493 sec., 642879.2744880407 rows/sec., 56.38 MiB/sec. | ||
4607 | 2024.08.28 17:55:08.422852 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Debug> DynamicQueryHandler: Done processing query | ||
4608 | 2024.08.28 17:55:08.422901 [ 3 ] {e5e87d7e-52fb-4ea8-bf96-c4622a8689ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4609 | 2024.08.28 17:55:08.422922 [ 3 ] {} <Debug> HTTP-Session: 81d16ef8-7e9b-4f7a-b2cf-72951971e84c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.08.28 17:55:08.423084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4611 | 2024.08.28 17:55:08.423126 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4612 | 2024.08.28 17:55:08.423156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4613 | 2024.08.28 17:55:08.423219 [ 3 ] {} <Debug> HTTP-Session: 38bd7760-948a-47a5-b461-f347a4f5ef55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4614 | 2024.08.28 17:55:08.423261 [ 3 ] {} <Debug> HTTP-Session: 38bd7760-948a-47a5-b461-f347a4f5ef55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.08.28 17:55:08.423292 [ 3 ] {} <Debug> HTTP-Session: 38bd7760-948a-47a5-b461-f347a4f5ef55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4616 | 2024.08.28 17:55:08.423327 [ 3 ] {} <Trace> HTTP-Session: 38bd7760-948a-47a5-b461-f347a4f5ef55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4617 | 2024.08.28 17:55:08.423621 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4618 | 2024.08.28 17:55:08.423776 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4619 | 2024.08.28 17:55:08.424316 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4620 | 2024.08.28 17:55:08.424452 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4621 | 2024.08.28 17:55:08.424533 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_21_4} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4622 | 2024.08.28 17:55:08.424696 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
4623 | 2024.08.28 17:55:08.424960 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4624 | 2024.08.28 17:55:08.425003 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4625 | 2024.08.28 17:55:08.425383 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4626 | 2024.08.28 17:55:08.425781 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4627 | 2024.08.28 17:55:08.425941 [ 153 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4628 | 2024.08.28 17:55:08.425949 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.002482 sec., 26188.557614826754 rows/sec., 2.04 MiB/sec. | ||
4629 | 2024.08.28 17:55:08.425989 [ 153 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4630 | 2024.08.28 17:55:08.426063 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4631 | 2024.08.28 17:55:08.426307 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Debug> DynamicQueryHandler: Done processing query | ||
4632 | 2024.08.28 17:55:08.426313 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
4633 | 2024.08.28 17:55:08.426349 [ 3 ] {5fefd35e-4bea-4387-9d4a-8e72a175dd06} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4634 | 2024.08.28 17:55:08.426439 [ 3 ] {} <Debug> HTTP-Session: 38bd7760-948a-47a5-b461-f347a4f5ef55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4635 | 2024.08.28 17:55:08.426768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4636 | 2024.08.28 17:55:08.426904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4637 | 2024.08.28 17:55:08.426943 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4638 | 2024.08.28 17:55:08.426948 [ 3 ] {} <Debug> HTTP-Session: 329af810-ad80-476f-aefc-2b5a4fbac255 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4639 | 2024.08.28 17:55:08.426985 [ 3 ] {} <Debug> HTTP-Session: 329af810-ad80-476f-aefc-2b5a4fbac255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.08.28 17:55:08.426989 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 899 rows starting from the beginning of the part | ||
4641 | 2024.08.28 17:55:08.427001 [ 3 ] {} <Debug> HTTP-Session: 329af810-ad80-476f-aefc-2b5a4fbac255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.08.28 17:55:08.427044 [ 3 ] {} <Trace> HTTP-Session: 329af810-ad80-476f-aefc-2b5a4fbac255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4643 | 2024.08.28 17:55:08.427211 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 420 rows starting from the beginning of the part | ||
4644 | 2024.08.28 17:55:08.427458 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4645 | 2024.08.28 17:55:08.427556 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 65 rows starting from the beginning of the part | ||
4646 | 2024.08.28 17:55:08.427619 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4647 | 2024.08.28 17:55:08.427930 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 874 rows starting from the beginning of the part | ||
4648 | 2024.08.28 17:55:08.428272 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part | ||
4649 | 2024.08.28 17:55:08.428602 [ 196 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 65 rows starting from the beginning of the part | ||
4650 | 2024.08.28 17:55:08.429121 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4651 | 2024.08.28 17:55:08.429862 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4652 | 2024.08.28 17:55:08.429909 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4653 | 2024.08.28 17:55:08.430434 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4654 | 2024.08.28 17:55:08.430858 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2389 rows, containing 5 columns (5 merged, 0 gathered) in 0.004682494 sec., 510198.19779801107 rows/sec., 39.09 MiB/sec. | ||
4655 | 2024.08.28 17:55:08.431111 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4656 | 2024.08.28 17:55:08.431173 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4657 | 2024.08.28 17:55:08.431523 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004247 sec., 37673.651989639744 rows/sec., 2.62 MiB/sec. | ||
4658 | 2024.08.28 17:55:08.432310 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Debug> DynamicQueryHandler: Done processing query | ||
4659 | 2024.08.28 17:55:08.432345 [ 3 ] {99b124d6-51b1-4569-b91c-445426a34965} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4660 | 2024.08.28 17:55:08.432377 [ 3 ] {} <Debug> HTTP-Session: 329af810-ad80-476f-aefc-2b5a4fbac255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4661 | 2024.08.28 17:55:08.432543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4662 | 2024.08.28 17:55:08.432585 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4663 | 2024.08.28 17:55:08.432645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4664 | 2024.08.28 17:55:08.432701 [ 3 ] {} <Debug> HTTP-Session: 56bc25f0-f105-4eca-831f-b0b731406b19 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4665 | 2024.08.28 17:55:08.432721 [ 3 ] {} <Debug> HTTP-Session: 56bc25f0-f105-4eca-831f-b0b731406b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.08.28 17:55:08.432740 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_21_4} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4667 | 2024.08.28 17:55:08.432752 [ 3 ] {} <Debug> HTTP-Session: 56bc25f0-f105-4eca-831f-b0b731406b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4668 | 2024.08.28 17:55:08.432833 [ 3 ] {} <Trace> HTTP-Session: 56bc25f0-f105-4eca-831f-b0b731406b19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4669 | 2024.08.28 17:55:08.432888 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
4670 | 2024.08.28 17:55:08.432999 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4671 | 2024.08.28 17:55:08.433074 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4672 | 2024.08.28 17:55:08.433524 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4673 | 2024.08.28 17:55:08.433946 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4674 | 2024.08.28 17:55:08.433980 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4675 | 2024.08.28 17:55:08.434605 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4676 | 2024.08.28 17:55:08.435019 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4677 | 2024.08.28 17:55:08.435209 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002248 sec., 444.83985765124555 rows/sec., 816.26 KiB/sec. | ||
4678 | 2024.08.28 17:55:08.435412 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Debug> DynamicQueryHandler: Done processing query | ||
4679 | 2024.08.28 17:55:08.435438 [ 3 ] {8c19c1e1-302c-4b0c-9900-1bb8099ff6f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4680 | 2024.08.28 17:55:08.435454 [ 3 ] {} <Debug> HTTP-Session: 56bc25f0-f105-4eca-831f-b0b731406b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4681 | 2024.08.28 17:55:08.435577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4682 | 2024.08.28 17:55:08.435625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4683 | 2024.08.28 17:55:08.435645 [ 3 ] {} <Debug> HTTP-Session: ff2d3fa0-9ac5-46f3-b595-fd9118c3ac3d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4684 | 2024.08.28 17:55:08.435662 [ 3 ] {} <Debug> HTTP-Session: ff2d3fa0-9ac5-46f3-b595-fd9118c3ac3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4685 | 2024.08.28 17:55:08.435676 [ 3 ] {} <Debug> HTTP-Session: ff2d3fa0-9ac5-46f3-b595-fd9118c3ac3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.08.28 17:55:08.435708 [ 3 ] {} <Trace> HTTP-Session: ff2d3fa0-9ac5-46f3-b595-fd9118c3ac3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4687 | 2024.08.28 17:55:08.435822 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4688 | 2024.08.28 17:55:08.435868 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4689 | 2024.08.28 17:55:08.435996 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4690 | 2024.08.28 17:55:08.436287 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4691 | 2024.08.28 17:55:08.436322 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4692 | 2024.08.28 17:55:08.436701 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4693 | 2024.08.28 17:55:08.437026 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4694 | 2024.08.28 17:55:08.437195 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
4695 | 2024.08.28 17:55:08.437514 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Debug> DynamicQueryHandler: Done processing query | ||
4696 | 2024.08.28 17:55:08.437539 [ 3 ] {c7fdaee3-b89a-45e6-80b4-fd63bc91c81f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4697 | 2024.08.28 17:55:08.437555 [ 3 ] {} <Debug> HTTP-Session: ff2d3fa0-9ac5-46f3-b595-fd9118c3ac3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4698 | 2024.08.28 17:55:13.421773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4699 | 2024.08.28 17:55:13.421920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4700 | 2024.08.28 17:55:13.421951 [ 3 ] {} <Debug> HTTP-Session: e2830cd8-13eb-4e02-9091-e39f05ace8de Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4701 | 2024.08.28 17:55:13.421980 [ 3 ] {} <Debug> HTTP-Session: e2830cd8-13eb-4e02-9091-e39f05ace8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4702 | 2024.08.28 17:55:13.421998 [ 3 ] {} <Debug> HTTP-Session: e2830cd8-13eb-4e02-9091-e39f05ace8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.08.28 17:55:13.422054 [ 3 ] {} <Trace> HTTP-Session: e2830cd8-13eb-4e02-9091-e39f05ace8de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4704 | 2024.08.28 17:55:13.422359 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4705 | 2024.08.28 17:55:13.422439 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4706 | 2024.08.28 17:55:13.422782 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4707 | 2024.08.28 17:55:13.423405 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4708 | 2024.08.28 17:55:13.423453 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4709 | 2024.08.28 17:55:13.423917 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4710 | 2024.08.28 17:55:13.424311 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4711 | 2024.08.28 17:55:13.424486 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002268 sec., 115079.36507936507 rows/sec., 10.22 MiB/sec. | ||
4712 | 2024.08.28 17:55:13.424714 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Debug> DynamicQueryHandler: Done processing query | ||
4713 | 2024.08.28 17:55:13.424743 [ 3 ] {2fa70ded-b9a4-41b4-9492-74940a6fa2ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4714 | 2024.08.28 17:55:13.424760 [ 3 ] {} <Debug> HTTP-Session: e2830cd8-13eb-4e02-9091-e39f05ace8de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4715 | 2024.08.28 17:55:13.424939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4716 | 2024.08.28 17:55:13.424994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4717 | 2024.08.28 17:55:13.425015 [ 3 ] {} <Debug> HTTP-Session: d531772b-2240-4884-acbe-8890db019d2a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4718 | 2024.08.28 17:55:13.425033 [ 3 ] {} <Debug> HTTP-Session: d531772b-2240-4884-acbe-8890db019d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4719 | 2024.08.28 17:55:13.425047 [ 3 ] {} <Debug> HTTP-Session: d531772b-2240-4884-acbe-8890db019d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.08.28 17:55:13.425084 [ 3 ] {} <Trace> HTTP-Session: d531772b-2240-4884-acbe-8890db019d2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4721 | 2024.08.28 17:55:13.425203 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4722 | 2024.08.28 17:55:13.425251 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4723 | 2024.08.28 17:55:13.425492 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4724 | 2024.08.28 17:55:13.425847 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4725 | 2024.08.28 17:55:13.425886 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4726 | 2024.08.28 17:55:13.426245 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4727 | 2024.08.28 17:55:13.426648 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4728 | 2024.08.28 17:55:13.426817 [ 26 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4729 | 2024.08.28 17:55:13.426824 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001648 sec., 21844.660194174758 rows/sec., 1.60 MiB/sec. | ||
4730 | 2024.08.28 17:55:13.426913 [ 26 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2024.08.28 17:55:13.426987 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4732 | 2024.08.28 17:55:13.427194 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Debug> DynamicQueryHandler: Done processing query | ||
4733 | 2024.08.28 17:55:13.427210 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
4734 | 2024.08.28 17:55:13.427233 [ 3 ] {736bb39e-97f5-4a86-a50b-5787e3c708eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4735 | 2024.08.28 17:55:13.427297 [ 3 ] {} <Debug> HTTP-Session: d531772b-2240-4884-acbe-8890db019d2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4736 | 2024.08.28 17:55:13.427489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4737 | 2024.08.28 17:55:13.427520 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4738 | 2024.08.28 17:55:13.427585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4739 | 2024.08.28 17:55:13.427603 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
4740 | 2024.08.28 17:55:13.427632 [ 3 ] {} <Debug> HTTP-Session: ee4dc020-b5aa-443e-b983-7251238aab52 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4741 | 2024.08.28 17:55:13.427672 [ 3 ] {} <Debug> HTTP-Session: ee4dc020-b5aa-443e-b983-7251238aab52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4742 | 2024.08.28 17:55:13.427708 [ 3 ] {} <Debug> HTTP-Session: ee4dc020-b5aa-443e-b983-7251238aab52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4743 | 2024.08.28 17:55:13.427827 [ 3 ] {} <Trace> HTTP-Session: ee4dc020-b5aa-443e-b983-7251238aab52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4744 | 2024.08.28 17:55:13.427832 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
4745 | 2024.08.28 17:55:13.428200 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
4746 | 2024.08.28 17:55:13.428359 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4747 | 2024.08.28 17:55:13.428522 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
4748 | 2024.08.28 17:55:13.428538 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4749 | 2024.08.28 17:55:13.428930 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
4750 | 2024.08.28 17:55:13.429234 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
4751 | 2024.08.28 17:55:13.430083 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4752 | 2024.08.28 17:55:13.430982 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4753 | 2024.08.28 17:55:13.431048 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4754 | 2024.08.28 17:55:13.432158 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4755 | 2024.08.28 17:55:13.432294 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 5 columns (5 merged, 0 gathered) in 0.005194896 sec., 23292.09285421691 rows/sec., 1.79 MiB/sec. | ||
4756 | 2024.08.28 17:55:13.432470 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4757 | 2024.08.28 17:55:13.432717 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4758 | 2024.08.28 17:55:13.432989 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004877 sec., 2870.617182694279 rows/sec., 201.04 KiB/sec. | ||
4759 | 2024.08.28 17:55:13.433149 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4760 | 2024.08.28 17:55:13.433224 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Debug> DynamicQueryHandler: Done processing query | ||
4761 | 2024.08.28 17:55:13.433241 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_16_3} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4762 | 2024.08.28 17:55:13.433253 [ 3 ] {d9af3973-2454-469c-aa5e-9415a08206f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4763 | 2024.08.28 17:55:13.433272 [ 3 ] {} <Debug> HTTP-Session: ee4dc020-b5aa-443e-b983-7251238aab52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4764 | 2024.08.28 17:55:13.433351 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4765 | 2024.08.28 17:55:13.433407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4766 | 2024.08.28 17:55:13.433455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4767 | 2024.08.28 17:55:13.433475 [ 3 ] {} <Debug> HTTP-Session: 1427a410-4a33-44d4-9910-761d2cc19aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4768 | 2024.08.28 17:55:13.433492 [ 3 ] {} <Debug> HTTP-Session: 1427a410-4a33-44d4-9910-761d2cc19aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.08.28 17:55:13.433505 [ 3 ] {} <Debug> HTTP-Session: 1427a410-4a33-44d4-9910-761d2cc19aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4770 | 2024.08.28 17:55:13.433537 [ 3 ] {} <Trace> HTTP-Session: 1427a410-4a33-44d4-9910-761d2cc19aa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4771 | 2024.08.28 17:55:13.433636 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4772 | 2024.08.28 17:55:13.433680 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4773 | 2024.08.28 17:55:13.433912 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4774 | 2024.08.28 17:55:13.434217 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4775 | 2024.08.28 17:55:13.434254 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4776 | 2024.08.28 17:55:13.434606 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4777 | 2024.08.28 17:55:13.434970 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4778 | 2024.08.28 17:55:13.435133 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 233.99 KiB/sec. | ||
4779 | 2024.08.28 17:55:13.435293 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Debug> DynamicQueryHandler: Done processing query | ||
4780 | 2024.08.28 17:55:13.435318 [ 3 ] {919dccf1-0fd8-4fec-b5e9-1ed1e6bc5d81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4781 | 2024.08.28 17:55:13.435334 [ 3 ] {} <Debug> HTTP-Session: 1427a410-4a33-44d4-9910-761d2cc19aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4782 | 2024.08.28 17:55:13.435510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4783 | 2024.08.28 17:55:13.435557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4784 | 2024.08.28 17:55:13.435577 [ 3 ] {} <Debug> HTTP-Session: ca980a51-687e-4cd0-8e9c-c9f85cdf17d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4785 | 2024.08.28 17:55:13.435593 [ 3 ] {} <Debug> HTTP-Session: ca980a51-687e-4cd0-8e9c-c9f85cdf17d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.08.28 17:55:13.435607 [ 3 ] {} <Debug> HTTP-Session: ca980a51-687e-4cd0-8e9c-c9f85cdf17d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4787 | 2024.08.28 17:55:13.435638 [ 3 ] {} <Trace> HTTP-Session: ca980a51-687e-4cd0-8e9c-c9f85cdf17d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4788 | 2024.08.28 17:55:13.435855 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4789 | 2024.08.28 17:55:13.435899 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4790 | 2024.08.28 17:55:13.436127 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4791 | 2024.08.28 17:55:13.436678 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4792 | 2024.08.28 17:55:13.436716 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4793 | 2024.08.28 17:55:13.437091 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4794 | 2024.08.28 17:55:13.437480 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4795 | 2024.08.28 17:55:13.437642 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.001893 sec., 220813.52350765982 rows/sec., 15.77 MiB/sec. | ||
4796 | 2024.08.28 17:55:13.437805 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Debug> DynamicQueryHandler: Done processing query | ||
4797 | 2024.08.28 17:55:13.437831 [ 3 ] {9cb7ebb4-0657-457e-b0bc-81166b439fcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
4798 | 2024.08.28 17:55:13.437846 [ 3 ] {} <Debug> HTTP-Session: ca980a51-687e-4cd0-8e9c-c9f85cdf17d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4799 | 2024.08.28 17:55:13.438041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4800 | 2024.08.28 17:55:13.438088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4801 | 2024.08.28 17:55:13.438107 [ 3 ] {} <Debug> HTTP-Session: 8d5bbb63-820f-4377-a654-e0f91423ee41 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4802 | 2024.08.28 17:55:13.438124 [ 3 ] {} <Debug> HTTP-Session: 8d5bbb63-820f-4377-a654-e0f91423ee41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.08.28 17:55:13.438137 [ 3 ] {} <Debug> HTTP-Session: 8d5bbb63-820f-4377-a654-e0f91423ee41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4804 | 2024.08.28 17:55:13.438169 [ 3 ] {} <Trace> HTTP-Session: 8d5bbb63-820f-4377-a654-e0f91423ee41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4805 | 2024.08.28 17:55:13.438267 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4806 | 2024.08.28 17:55:13.438312 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4807 | 2024.08.28 17:55:13.438445 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4808 | 2024.08.28 17:55:13.438736 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4809 | 2024.08.28 17:55:13.438773 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4810 | 2024.08.28 17:55:13.439127 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4811 | 2024.08.28 17:55:13.439451 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4812 | 2024.08.28 17:55:13.439598 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
4813 | 2024.08.28 17:55:13.439885 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Debug> DynamicQueryHandler: Done processing query | ||
4814 | 2024.08.28 17:55:13.439910 [ 3 ] {30e503fe-ea3d-480d-8397-4f82d71b644e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4815 | 2024.08.28 17:55:13.439926 [ 3 ] {} <Debug> HTTP-Session: 8d5bbb63-820f-4377-a654-e0f91423ee41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4816 | 2024.08.28 17:55:13.440107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4817 | 2024.08.28 17:55:13.440161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4818 | 2024.08.28 17:55:13.440180 [ 3 ] {} <Debug> HTTP-Session: 77ddedf6-4962-4308-a943-57579510c326 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4819 | 2024.08.28 17:55:13.440196 [ 3 ] {} <Debug> HTTP-Session: 77ddedf6-4962-4308-a943-57579510c326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.08.28 17:55:13.440210 [ 3 ] {} <Debug> HTTP-Session: 77ddedf6-4962-4308-a943-57579510c326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4821 | 2024.08.28 17:55:13.440241 [ 3 ] {} <Trace> HTTP-Session: 77ddedf6-4962-4308-a943-57579510c326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4822 | 2024.08.28 17:55:13.440415 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4823 | 2024.08.28 17:55:13.440464 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4824 | 2024.08.28 17:55:13.440627 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4825 | 2024.08.28 17:55:13.441034 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4826 | 2024.08.28 17:55:13.441070 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4827 | 2024.08.28 17:55:13.441456 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4828 | 2024.08.28 17:55:13.441795 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4829 | 2024.08.28 17:55:13.441954 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec. | ||
4830 | 2024.08.28 17:55:13.442122 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Debug> DynamicQueryHandler: Done processing query | ||
4831 | 2024.08.28 17:55:13.442146 [ 3 ] {4eb4d39b-edaa-4415-932e-445ed4848530} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4832 | 2024.08.28 17:55:13.442161 [ 3 ] {} <Debug> HTTP-Session: 77ddedf6-4962-4308-a943-57579510c326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4833 | 2024.08.28 17:55:13.442287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4834 | 2024.08.28 17:55:13.442335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4835 | 2024.08.28 17:55:13.442354 [ 3 ] {} <Debug> HTTP-Session: 47b56eac-ca9a-4999-94c5-bb67c99148d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4836 | 2024.08.28 17:55:13.442370 [ 3 ] {} <Debug> HTTP-Session: 47b56eac-ca9a-4999-94c5-bb67c99148d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.08.28 17:55:13.442385 [ 3 ] {} <Debug> HTTP-Session: 47b56eac-ca9a-4999-94c5-bb67c99148d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4838 | 2024.08.28 17:55:13.442417 [ 3 ] {} <Trace> HTTP-Session: 47b56eac-ca9a-4999-94c5-bb67c99148d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4839 | 2024.08.28 17:55:13.442508 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4840 | 2024.08.28 17:55:13.442553 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4841 | 2024.08.28 17:55:13.442682 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4842 | 2024.08.28 17:55:13.442931 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4843 | 2024.08.28 17:55:13.442966 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4844 | 2024.08.28 17:55:13.443338 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4845 | 2024.08.28 17:55:13.443660 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4846 | 2024.08.28 17:55:13.443825 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 50.40 KiB/sec. | ||
4847 | 2024.08.28 17:55:13.444108 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Debug> DynamicQueryHandler: Done processing query | ||
4848 | 2024.08.28 17:55:13.444132 [ 3 ] {47d9b7ef-973e-4bee-aa74-ca530e506ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4849 | 2024.08.28 17:55:13.444148 [ 3 ] {} <Debug> HTTP-Session: 47b56eac-ca9a-4999-94c5-bb67c99148d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4850 | 2024.08.28 17:55:13.444334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4851 | 2024.08.28 17:55:13.444387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4852 | 2024.08.28 17:55:13.444407 [ 3 ] {} <Debug> HTTP-Session: b29fa980-41e2-455b-ae24-3992ad1bc5b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4853 | 2024.08.28 17:55:13.444423 [ 3 ] {} <Debug> HTTP-Session: b29fa980-41e2-455b-ae24-3992ad1bc5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.08.28 17:55:13.444437 [ 3 ] {} <Debug> HTTP-Session: b29fa980-41e2-455b-ae24-3992ad1bc5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4855 | 2024.08.28 17:55:13.444467 [ 3 ] {} <Trace> HTTP-Session: b29fa980-41e2-455b-ae24-3992ad1bc5b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4856 | 2024.08.28 17:55:13.444854 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4857 | 2024.08.28 17:55:13.444926 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4858 | 2024.08.28 17:55:13.445371 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4859 | 2024.08.28 17:55:13.446036 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4860 | 2024.08.28 17:55:13.446073 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4861 | 2024.08.28 17:55:13.446702 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4862 | 2024.08.28 17:55:13.447111 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4863 | 2024.08.28 17:55:13.447301 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002748 sec., 13100.436681222707 rows/sec., 23.48 MiB/sec. | ||
4864 | 2024.08.28 17:55:13.447504 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Debug> DynamicQueryHandler: Done processing query | ||
4865 | 2024.08.28 17:55:13.447529 [ 3 ] {181826ab-4351-4747-bc72-a2cb59e620d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4866 | 2024.08.28 17:55:13.447545 [ 3 ] {} <Debug> HTTP-Session: b29fa980-41e2-455b-ae24-3992ad1bc5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4867 | 2024.08.28 17:55:13.447669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4868 | 2024.08.28 17:55:13.447716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4869 | 2024.08.28 17:55:13.447734 [ 3 ] {} <Debug> HTTP-Session: 8dcb1d7a-5f72-4e4b-bec0-a07a7e170f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4870 | 2024.08.28 17:55:13.447751 [ 3 ] {} <Debug> HTTP-Session: 8dcb1d7a-5f72-4e4b-bec0-a07a7e170f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.08.28 17:55:13.447765 [ 3 ] {} <Debug> HTTP-Session: 8dcb1d7a-5f72-4e4b-bec0-a07a7e170f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4872 | 2024.08.28 17:55:13.447795 [ 3 ] {} <Trace> HTTP-Session: 8dcb1d7a-5f72-4e4b-bec0-a07a7e170f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4873 | 2024.08.28 17:55:13.447923 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4874 | 2024.08.28 17:55:13.447966 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4875 | 2024.08.28 17:55:13.448093 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4876 | 2024.08.28 17:55:13.448393 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4877 | 2024.08.28 17:55:13.448429 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4878 | 2024.08.28 17:55:13.448791 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4879 | 2024.08.28 17:55:13.449130 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4880 | 2024.08.28 17:55:13.449288 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec. | ||
4881 | 2024.08.28 17:55:13.449612 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Debug> DynamicQueryHandler: Done processing query | ||
4882 | 2024.08.28 17:55:13.449638 [ 3 ] {aff94c89-63de-43b9-a571-c6bb2879404b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4883 | 2024.08.28 17:55:13.449654 [ 3 ] {} <Debug> HTTP-Session: 8dcb1d7a-5f72-4e4b-bec0-a07a7e170f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4884 | 2024.08.28 17:55:18.010024 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4885 | 2024.08.28 17:55:18.010108 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4886 | 2024.08.28 17:55:18.414928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4887 | 2024.08.28 17:55:18.415105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4888 | 2024.08.28 17:55:18.415151 [ 3 ] {} <Debug> HTTP-Session: 4f9045b6-436d-4ed2-a87e-ef1391d39ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4889 | 2024.08.28 17:55:18.415193 [ 3 ] {} <Debug> HTTP-Session: 4f9045b6-436d-4ed2-a87e-ef1391d39ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4890 | 2024.08.28 17:55:18.415223 [ 3 ] {} <Debug> HTTP-Session: 4f9045b6-436d-4ed2-a87e-ef1391d39ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.08.28 17:55:18.415304 [ 3 ] {} <Trace> HTTP-Session: 4f9045b6-436d-4ed2-a87e-ef1391d39ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4892 | 2024.08.28 17:55:18.415625 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4893 | 2024.08.28 17:55:18.415728 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4894 | 2024.08.28 17:55:18.416074 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4895 | 2024.08.28 17:55:18.416584 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4896 | 2024.08.28 17:55:18.416633 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4897 | 2024.08.28 17:55:18.417075 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4898 | 2024.08.28 17:55:18.417466 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4899 | 2024.08.28 17:55:18.417652 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002142 sec., 27077.49766573296 rows/sec., 2.10 MiB/sec. | ||
4900 | 2024.08.28 17:55:18.417862 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Debug> DynamicQueryHandler: Done processing query | ||
4901 | 2024.08.28 17:55:18.417891 [ 3 ] {cac1518b-fc93-48eb-ae07-4b72e5d5112f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4902 | 2024.08.28 17:55:18.417908 [ 3 ] {} <Debug> HTTP-Session: 4f9045b6-436d-4ed2-a87e-ef1391d39ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4903 | 2024.08.28 17:55:18.418082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4904 | 2024.08.28 17:55:18.418136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4905 | 2024.08.28 17:55:18.418155 [ 3 ] {} <Debug> HTTP-Session: c6ca2290-da21-4d8a-917e-b5d8809240f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4906 | 2024.08.28 17:55:18.418173 [ 3 ] {} <Debug> HTTP-Session: c6ca2290-da21-4d8a-917e-b5d8809240f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.08.28 17:55:18.418187 [ 3 ] {} <Debug> HTTP-Session: c6ca2290-da21-4d8a-917e-b5d8809240f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.08.28 17:55:18.418224 [ 3 ] {} <Trace> HTTP-Session: c6ca2290-da21-4d8a-917e-b5d8809240f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4909 | 2024.08.28 17:55:18.418325 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4910 | 2024.08.28 17:55:18.418371 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4911 | 2024.08.28 17:55:18.418613 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4912 | 2024.08.28 17:55:18.418962 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2024.08.28 17:55:18.419000 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4914 | 2024.08.28 17:55:18.419349 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4915 | 2024.08.28 17:55:18.419712 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4916 | 2024.08.28 17:55:18.419873 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 47.80 KiB/sec. | ||
4917 | 2024.08.28 17:55:18.420054 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Debug> DynamicQueryHandler: Done processing query | ||
4918 | 2024.08.28 17:55:18.420079 [ 3 ] {3bcf9293-b34e-4fb6-a544-0da9f504db4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4919 | 2024.08.28 17:55:18.420095 [ 3 ] {} <Debug> HTTP-Session: c6ca2290-da21-4d8a-917e-b5d8809240f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.08.28 17:55:18.420232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4921 | 2024.08.28 17:55:18.420283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4922 | 2024.08.28 17:55:18.420304 [ 3 ] {} <Debug> HTTP-Session: 54f17a99-f4e9-4053-9d80-4b43dcb4c4eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4923 | 2024.08.28 17:55:18.420321 [ 3 ] {} <Debug> HTTP-Session: 54f17a99-f4e9-4053-9d80-4b43dcb4c4eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.08.28 17:55:18.420335 [ 3 ] {} <Debug> HTTP-Session: 54f17a99-f4e9-4053-9d80-4b43dcb4c4eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.08.28 17:55:18.420368 [ 3 ] {} <Trace> HTTP-Session: 54f17a99-f4e9-4053-9d80-4b43dcb4c4eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4926 | 2024.08.28 17:55:18.420490 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4927 | 2024.08.28 17:55:18.420536 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4928 | 2024.08.28 17:55:18.420767 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4929 | 2024.08.28 17:55:18.421113 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4930 | 2024.08.28 17:55:18.421150 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4931 | 2024.08.28 17:55:18.421514 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4932 | 2024.08.28 17:55:18.421903 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4933 | 2024.08.28 17:55:18.422068 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001621 sec., 40098.70450339297 rows/sec., 3.13 MiB/sec. | ||
4934 | 2024.08.28 17:55:18.422238 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Debug> DynamicQueryHandler: Done processing query | ||
4935 | 2024.08.28 17:55:18.422264 [ 3 ] {02331a3b-2b99-4b9c-91f4-5aa6db6f7e98} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4936 | 2024.08.28 17:55:18.422280 [ 3 ] {} <Debug> HTTP-Session: 54f17a99-f4e9-4053-9d80-4b43dcb4c4eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4937 | 2024.08.28 17:55:18.422457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4938 | 2024.08.28 17:55:18.422506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4939 | 2024.08.28 17:55:18.422526 [ 3 ] {} <Debug> HTTP-Session: e930be1e-8f97-4a09-a2bf-a61b0d4eb10e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4940 | 2024.08.28 17:55:18.422543 [ 3 ] {} <Debug> HTTP-Session: e930be1e-8f97-4a09-a2bf-a61b0d4eb10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4941 | 2024.08.28 17:55:18.422557 [ 3 ] {} <Debug> HTTP-Session: e930be1e-8f97-4a09-a2bf-a61b0d4eb10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4942 | 2024.08.28 17:55:18.422589 [ 3 ] {} <Trace> HTTP-Session: e930be1e-8f97-4a09-a2bf-a61b0d4eb10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4943 | 2024.08.28 17:55:18.422741 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4944 | 2024.08.28 17:55:18.422790 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4945 | 2024.08.28 17:55:18.422938 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4946 | 2024.08.28 17:55:18.423342 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4947 | 2024.08.28 17:55:18.423379 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4948 | 2024.08.28 17:55:18.423774 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4949 | 2024.08.28 17:55:18.424117 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4950 | 2024.08.28 17:55:18.424279 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4951 | 2024.08.28 17:55:18.424288 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
4952 | 2024.08.28 17:55:18.424373 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2024.08.28 17:55:18.424444 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4954 | 2024.08.28 17:55:18.424639 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Debug> DynamicQueryHandler: Done processing query | ||
4955 | 2024.08.28 17:55:18.424664 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
4956 | 2024.08.28 17:55:18.424677 [ 3 ] {38982f66-44c7-4ff4-b42f-933a6b2bfe03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4957 | 2024.08.28 17:55:18.424765 [ 3 ] {} <Debug> HTTP-Session: e930be1e-8f97-4a09-a2bf-a61b0d4eb10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.08.28 17:55:18.424946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4959 | 2024.08.28 17:55:18.425071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4960 | 2024.08.28 17:55:18.425072 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4961 | 2024.08.28 17:55:18.425102 [ 3 ] {} <Debug> HTTP-Session: 5723a618-60a4-4655-bb33-bc6793077644 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4962 | 2024.08.28 17:55:18.425162 [ 3 ] {} <Debug> HTTP-Session: 5723a618-60a4-4655-bb33-bc6793077644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4963 | 2024.08.28 17:55:18.425177 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5249 rows starting from the beginning of the part | ||
4964 | 2024.08.28 17:55:18.425192 [ 3 ] {} <Debug> HTTP-Session: 5723a618-60a4-4655-bb33-bc6793077644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.08.28 17:55:18.425242 [ 3 ] {} <Trace> HTTP-Session: 5723a618-60a4-4655-bb33-bc6793077644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4966 | 2024.08.28 17:55:18.425455 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 889 rows starting from the beginning of the part | ||
4967 | 2024.08.28 17:55:18.425553 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4968 | 2024.08.28 17:55:18.425791 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part | ||
4969 | 2024.08.28 17:55:18.425882 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4970 | 2024.08.28 17:55:18.426119 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
4971 | 2024.08.28 17:55:18.426567 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
4972 | 2024.08.28 17:55:18.427079 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
4973 | 2024.08.28 17:55:18.428697 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4974 | 2024.08.28 17:55:18.429848 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4975 | 2024.08.28 17:55:18.429929 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4976 | 2024.08.28 17:55:18.431797 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4977 | 2024.08.28 17:55:18.432449 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4978 | 2024.08.28 17:55:18.432665 [ 82 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4979 | 2024.08.28 17:55:18.432689 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.0073 sec., 136.986301369863 rows/sec., 251.36 KiB/sec. | ||
4980 | 2024.08.28 17:55:18.432740 [ 82 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4981 | 2024.08.28 17:55:18.433589 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
4982 | 2024.08.28 17:55:18.433601 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6728 rows, containing 5 columns (5 merged, 0 gathered) in 0.009039721 sec., 744270.7579138781 rows/sec., 50.03 MiB/sec. | ||
4983 | 2024.08.28 17:55:18.433740 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Debug> DynamicQueryHandler: Done processing query | ||
4984 | 2024.08.28 17:55:18.433805 [ 3 ] {87be2765-0d63-4915-aeb6-07eb56dc96f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4985 | 2024.08.28 17:55:18.433851 [ 3 ] {} <Debug> HTTP-Session: 5723a618-60a4-4655-bb33-bc6793077644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4986 | 2024.08.28 17:55:18.433878 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
4987 | 2024.08.28 17:55:18.434067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4988 | 2024.08.28 17:55:18.434207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4989 | 2024.08.28 17:55:18.434211 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4990 | 2024.08.28 17:55:18.434308 [ 3 ] {} <Debug> HTTP-Session: e5dca753-7d18-4ec4-a809-ed2bb3690931 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
4991 | 2024.08.28 17:55:18.434391 [ 3 ] {} <Debug> HTTP-Session: e5dca753-7d18-4ec4-a809-ed2bb3690931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4992 | 2024.08.28 17:55:18.434471 [ 3 ] {} <Debug> HTTP-Session: e5dca753-7d18-4ec4-a809-ed2bb3690931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4993 | 2024.08.28 17:55:18.434645 [ 3 ] {} <Trace> HTTP-Session: e5dca753-7d18-4ec4-a809-ed2bb3690931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4994 | 2024.08.28 17:55:18.435048 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4995 | 2024.08.28 17:55:18.435257 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4996 | 2024.08.28 17:55:18.436063 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4997 | 2024.08.28 17:55:18.436354 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4998 | 2024.08.28 17:55:18.436414 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 291 rows starting from the beginning of the part | ||
4999 | 2024.08.28 17:55:18.436405 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5000 | 2024.08.28 17:55:18.436778 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5001 | 2024.08.28 17:55:18.437273 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
5002 | 2024.08.28 17:55:18.437702 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
5003 | 2024.08.28 17:55:18.437784 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5004 | 2024.08.28 17:55:18.437860 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5005 | 2024.08.28 17:55:18.438370 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
5006 | 2024.08.28 17:55:18.439029 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
5007 | 2024.08.28 17:55:18.439347 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5008 | 2024.08.28 17:55:18.439564 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
5009 | 2024.08.28 17:55:18.440282 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
5010 | 2024.08.28 17:55:18.440751 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5011 | 2024.08.28 17:55:18.441219 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006369 sec., 9420.631182289213 rows/sec., 650.12 KiB/sec. | ||
5012 | 2024.08.28 17:55:18.441679 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Debug> DynamicQueryHandler: Done processing query | ||
5013 | 2024.08.28 17:55:18.441738 [ 3 ] {1f1b9558-75f2-45a4-aaa7-bb6b357b8702} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5014 | 2024.08.28 17:55:18.441760 [ 3 ] {} <Debug> HTTP-Session: e5dca753-7d18-4ec4-a809-ed2bb3690931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5015 | 2024.08.28 17:55:18.444589 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 19 columns (19 merged, 0 gathered) in 0.010852352 sec., 33725.40809586715 rows/sec., 60.44 MiB/sec. | ||
5016 | 2024.08.28 17:55:18.445041 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5017 | 2024.08.28 17:55:18.445651 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5018 | 2024.08.28 17:55:18.445731 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5019 | 2024.08.28 17:55:18.445838 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
5020 | 2024.08.28 17:55:19.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.24 MiB, peak 194.77 MiB, free memory in arenas 0.00 B, will set to 186.45 MiB (RSS), difference: 1.21 MiB | ||
5021 | 2024.08.28 17:55:23.431982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5022 | 2024.08.28 17:55:23.432112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5023 | 2024.08.28 17:55:23.432139 [ 3 ] {} <Debug> HTTP-Session: 8c2d7bbd-49b7-4f41-95b5-32034e9eedee Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5024 | 2024.08.28 17:55:23.432166 [ 3 ] {} <Debug> HTTP-Session: 8c2d7bbd-49b7-4f41-95b5-32034e9eedee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5025 | 2024.08.28 17:55:23.432181 [ 3 ] {} <Debug> HTTP-Session: 8c2d7bbd-49b7-4f41-95b5-32034e9eedee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.08.28 17:55:23.432237 [ 3 ] {} <Trace> HTTP-Session: 8c2d7bbd-49b7-4f41-95b5-32034e9eedee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5027 | 2024.08.28 17:55:23.432443 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5028 | 2024.08.28 17:55:23.432513 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5029 | 2024.08.28 17:55:23.432870 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5030 | 2024.08.28 17:55:23.433326 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5031 | 2024.08.28 17:55:23.433379 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5032 | 2024.08.28 17:55:23.433812 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5033 | 2024.08.28 17:55:23.434213 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5034 | 2024.08.28 17:55:23.434385 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002002 sec., 2997.0029970029973 rows/sec., 244.38 KiB/sec. | ||
5035 | 2024.08.28 17:55:23.434643 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Debug> DynamicQueryHandler: Done processing query | ||
5036 | 2024.08.28 17:55:23.434671 [ 3 ] {67513997-dd0b-46a1-9ec9-2e9296e6109d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5037 | 2024.08.28 17:55:23.434688 [ 3 ] {} <Debug> HTTP-Session: 8c2d7bbd-49b7-4f41-95b5-32034e9eedee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5038 | 2024.08.28 17:55:23.434950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 40024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5039 | 2024.08.28 17:55:23.435004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5040 | 2024.08.28 17:55:23.435025 [ 3 ] {} <Debug> HTTP-Session: b7a7ed6e-03e5-43c5-9dca-532ab1db4d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5041 | 2024.08.28 17:55:23.435044 [ 3 ] {} <Debug> HTTP-Session: b7a7ed6e-03e5-43c5-9dca-532ab1db4d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5042 | 2024.08.28 17:55:23.435058 [ 3 ] {} <Debug> HTTP-Session: b7a7ed6e-03e5-43c5-9dca-532ab1db4d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.08.28 17:55:23.435095 [ 3 ] {} <Trace> HTTP-Session: b7a7ed6e-03e5-43c5-9dca-532ab1db4d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5044 | 2024.08.28 17:55:23.435293 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5045 | 2024.08.28 17:55:23.435343 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5046 | 2024.08.28 17:55:23.435591 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5047 | 2024.08.28 17:55:23.436128 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5048 | 2024.08.28 17:55:23.436166 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5049 | 2024.08.28 17:55:23.436556 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5050 | 2024.08.28 17:55:23.436935 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5051 | 2024.08.28 17:55:23.437103 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Debug> executeQuery: Read 264 rows, 23.96 KiB in 0.001912 sec., 138075.31380753138 rows/sec., 12.24 MiB/sec. | ||
5052 | 2024.08.28 17:55:23.437302 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Debug> DynamicQueryHandler: Done processing query | ||
5053 | 2024.08.28 17:55:23.437328 [ 3 ] {0356ed3b-5804-4e1d-a193-54927132f56c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5054 | 2024.08.28 17:55:23.437344 [ 3 ] {} <Debug> HTTP-Session: b7a7ed6e-03e5-43c5-9dca-532ab1db4d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5055 | 2024.08.28 17:55:23.437504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5056 | 2024.08.28 17:55:23.437555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5057 | 2024.08.28 17:55:23.437575 [ 3 ] {} <Debug> HTTP-Session: 94047f2b-375d-4b07-8473-54f5a5914c13 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5058 | 2024.08.28 17:55:23.437593 [ 3 ] {} <Debug> HTTP-Session: 94047f2b-375d-4b07-8473-54f5a5914c13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5059 | 2024.08.28 17:55:23.437608 [ 3 ] {} <Debug> HTTP-Session: 94047f2b-375d-4b07-8473-54f5a5914c13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.08.28 17:55:23.437642 [ 3 ] {} <Trace> HTTP-Session: 94047f2b-375d-4b07-8473-54f5a5914c13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5061 | 2024.08.28 17:55:23.437761 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5062 | 2024.08.28 17:55:23.437807 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5063 | 2024.08.28 17:55:23.438053 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5064 | 2024.08.28 17:55:23.438429 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5065 | 2024.08.28 17:55:23.438469 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5066 | 2024.08.28 17:55:23.438828 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5067 | 2024.08.28 17:55:23.439198 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5068 | 2024.08.28 17:55:23.439357 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.001633 sec., 25719.534598897735 rows/sec., 1.87 MiB/sec. | ||
5069 | 2024.08.28 17:55:23.439539 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Debug> DynamicQueryHandler: Done processing query | ||
5070 | 2024.08.28 17:55:23.439567 [ 3 ] {0d6b00aa-0549-4192-a965-0b90e78afd77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5071 | 2024.08.28 17:55:23.439583 [ 3 ] {} <Debug> HTTP-Session: 94047f2b-375d-4b07-8473-54f5a5914c13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5072 | 2024.08.28 17:55:23.439735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5073 | 2024.08.28 17:55:23.439785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5074 | 2024.08.28 17:55:23.439806 [ 3 ] {} <Debug> HTTP-Session: 4eeab582-8e64-4941-a9db-5743326665d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5075 | 2024.08.28 17:55:23.439824 [ 3 ] {} <Debug> HTTP-Session: 4eeab582-8e64-4941-a9db-5743326665d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.08.28 17:55:23.439839 [ 3 ] {} <Debug> HTTP-Session: 4eeab582-8e64-4941-a9db-5743326665d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.08.28 17:55:23.439872 [ 3 ] {} <Trace> HTTP-Session: 4eeab582-8e64-4941-a9db-5743326665d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5078 | 2024.08.28 17:55:23.439983 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5079 | 2024.08.28 17:55:23.440035 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5080 | 2024.08.28 17:55:23.440269 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5081 | 2024.08.28 17:55:23.440576 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5082 | 2024.08.28 17:55:23.440614 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5083 | 2024.08.28 17:55:23.440982 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5084 | 2024.08.28 17:55:23.441506 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5085 | 2024.08.28 17:55:23.441749 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001788 sec., 7829.977628635346 rows/sec., 548.36 KiB/sec. | ||
5086 | 2024.08.28 17:55:23.442137 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Debug> DynamicQueryHandler: Done processing query | ||
5087 | 2024.08.28 17:55:23.442176 [ 3 ] {d73046b7-0109-4c8c-8480-cd3e55c0deb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5088 | 2024.08.28 17:55:23.442201 [ 3 ] {} <Debug> HTTP-Session: 4eeab582-8e64-4941-a9db-5743326665d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5089 | 2024.08.28 17:55:23.442359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5090 | 2024.08.28 17:55:23.442434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5091 | 2024.08.28 17:55:23.442465 [ 3 ] {} <Debug> HTTP-Session: ec29b0db-a867-4ed7-8ac9-5692d19f04a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5092 | 2024.08.28 17:55:23.442494 [ 3 ] {} <Debug> HTTP-Session: ec29b0db-a867-4ed7-8ac9-5692d19f04a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5093 | 2024.08.28 17:55:23.442518 [ 3 ] {} <Debug> HTTP-Session: ec29b0db-a867-4ed7-8ac9-5692d19f04a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5094 | 2024.08.28 17:55:23.442564 [ 3 ] {} <Trace> HTTP-Session: ec29b0db-a867-4ed7-8ac9-5692d19f04a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5095 | 2024.08.28 17:55:23.442723 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5096 | 2024.08.28 17:55:23.442787 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5097 | 2024.08.28 17:55:23.443155 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5098 | 2024.08.28 17:55:23.443558 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5099 | 2024.08.28 17:55:23.443609 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5100 | 2024.08.28 17:55:23.444112 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5101 | 2024.08.28 17:55:23.444691 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5102 | 2024.08.28 17:55:23.444919 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00223 sec., 2690.5829596412555 rows/sec., 158.97 KiB/sec. | ||
5103 | 2024.08.28 17:55:23.445299 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Debug> DynamicQueryHandler: Done processing query | ||
5104 | 2024.08.28 17:55:23.445338 [ 3 ] {06934270-1f94-45ed-a954-21c6bb660397} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5105 | 2024.08.28 17:55:23.445364 [ 3 ] {} <Debug> HTTP-Session: ec29b0db-a867-4ed7-8ac9-5692d19f04a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5106 | 2024.08.28 17:55:23.445607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5107 | 2024.08.28 17:55:23.445665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5108 | 2024.08.28 17:55:23.445687 [ 3 ] {} <Debug> HTTP-Session: 61aa9385-9fe8-4688-81ec-a194576544d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5109 | 2024.08.28 17:55:23.445716 [ 3 ] {} <Debug> HTTP-Session: 61aa9385-9fe8-4688-81ec-a194576544d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5110 | 2024.08.28 17:55:23.445742 [ 3 ] {} <Debug> HTTP-Session: 61aa9385-9fe8-4688-81ec-a194576544d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5111 | 2024.08.28 17:55:23.445781 [ 3 ] {} <Trace> HTTP-Session: 61aa9385-9fe8-4688-81ec-a194576544d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5112 | 2024.08.28 17:55:23.446034 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5113 | 2024.08.28 17:55:23.446088 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5114 | 2024.08.28 17:55:23.446387 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5115 | 2024.08.28 17:55:23.447012 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5116 | 2024.08.28 17:55:23.447050 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5117 | 2024.08.28 17:55:23.447437 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5118 | 2024.08.28 17:55:23.447915 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5119 | 2024.08.28 17:55:23.448087 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.002174 sec., 195032.1987120515 rows/sec., 13.95 MiB/sec. | ||
5120 | 2024.08.28 17:55:23.448295 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Debug> DynamicQueryHandler: Done processing query | ||
5121 | 2024.08.28 17:55:23.448322 [ 3 ] {1df4a6e3-5d1a-4127-be53-bb4e5b424c3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
5122 | 2024.08.28 17:55:23.448339 [ 3 ] {} <Debug> HTTP-Session: 61aa9385-9fe8-4688-81ec-a194576544d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5123 | 2024.08.28 17:55:23.448522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5124 | 2024.08.28 17:55:23.448584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5125 | 2024.08.28 17:55:23.448609 [ 3 ] {} <Debug> HTTP-Session: 6db746d2-b8b7-48fb-8488-960b3d01217d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5126 | 2024.08.28 17:55:23.448631 [ 3 ] {} <Debug> HTTP-Session: 6db746d2-b8b7-48fb-8488-960b3d01217d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5127 | 2024.08.28 17:55:23.448650 [ 3 ] {} <Debug> HTTP-Session: 6db746d2-b8b7-48fb-8488-960b3d01217d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.08.28 17:55:23.448731 [ 3 ] {} <Trace> HTTP-Session: 6db746d2-b8b7-48fb-8488-960b3d01217d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5129 | 2024.08.28 17:55:23.448853 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5130 | 2024.08.28 17:55:23.448915 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5131 | 2024.08.28 17:55:23.449093 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5132 | 2024.08.28 17:55:23.449516 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5133 | 2024.08.28 17:55:23.449558 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5134 | 2024.08.28 17:55:23.450008 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5135 | 2024.08.28 17:55:23.450428 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5136 | 2024.08.28 17:55:23.450632 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001799 sec., 3335.1862145636464 rows/sec., 174.25 KiB/sec. | ||
5137 | 2024.08.28 17:55:23.450999 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Debug> DynamicQueryHandler: Done processing query | ||
5138 | 2024.08.28 17:55:23.451027 [ 3 ] {cd34c0f6-6824-4efa-952f-237b6e2827cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5139 | 2024.08.28 17:55:23.451053 [ 3 ] {} <Debug> HTTP-Session: 6db746d2-b8b7-48fb-8488-960b3d01217d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5140 | 2024.08.28 17:55:23.451280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5141 | 2024.08.28 17:55:23.451330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5142 | 2024.08.28 17:55:23.451350 [ 3 ] {} <Debug> HTTP-Session: 63cf81ad-c646-4ba9-aca3-3e0337c663f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5143 | 2024.08.28 17:55:23.451372 [ 3 ] {} <Debug> HTTP-Session: 63cf81ad-c646-4ba9-aca3-3e0337c663f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5144 | 2024.08.28 17:55:23.451387 [ 3 ] {} <Debug> HTTP-Session: 63cf81ad-c646-4ba9-aca3-3e0337c663f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5145 | 2024.08.28 17:55:23.451421 [ 3 ] {} <Trace> HTTP-Session: 63cf81ad-c646-4ba9-aca3-3e0337c663f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5146 | 2024.08.28 17:55:23.451627 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5147 | 2024.08.28 17:55:23.451679 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5148 | 2024.08.28 17:55:23.451850 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5149 | 2024.08.28 17:55:23.452298 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5150 | 2024.08.28 17:55:23.452352 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5151 | 2024.08.28 17:55:23.452783 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5152 | 2024.08.28 17:55:23.453153 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5153 | 2024.08.28 17:55:23.453312 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001784 sec., 134529.14798206277 rows/sec., 9.02 MiB/sec. | ||
5154 | 2024.08.28 17:55:23.453503 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Debug> DynamicQueryHandler: Done processing query | ||
5155 | 2024.08.28 17:55:23.453528 [ 3 ] {847bd4e2-4911-4134-9ef2-156cf23dc758} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5156 | 2024.08.28 17:55:23.453544 [ 3 ] {} <Debug> HTTP-Session: 63cf81ad-c646-4ba9-aca3-3e0337c663f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.08.28 17:55:23.453696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5158 | 2024.08.28 17:55:23.453747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5159 | 2024.08.28 17:55:23.453767 [ 3 ] {} <Debug> HTTP-Session: 53526e80-585e-41e6-a210-fbf749014386 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5160 | 2024.08.28 17:55:23.453784 [ 3 ] {} <Debug> HTTP-Session: 53526e80-585e-41e6-a210-fbf749014386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5161 | 2024.08.28 17:55:23.453799 [ 3 ] {} <Debug> HTTP-Session: 53526e80-585e-41e6-a210-fbf749014386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5162 | 2024.08.28 17:55:23.453832 [ 3 ] {} <Trace> HTTP-Session: 53526e80-585e-41e6-a210-fbf749014386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5163 | 2024.08.28 17:55:23.453932 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5164 | 2024.08.28 17:55:23.453986 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5165 | 2024.08.28 17:55:23.454123 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5166 | 2024.08.28 17:55:23.454390 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5167 | 2024.08.28 17:55:23.454428 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5168 | 2024.08.28 17:55:23.454795 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5169 | 2024.08.28 17:55:23.455131 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5170 | 2024.08.28 17:55:23.455295 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec. | ||
5171 | 2024.08.28 17:55:23.455464 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Debug> DynamicQueryHandler: Done processing query | ||
5172 | 2024.08.28 17:55:23.455490 [ 3 ] {b833cb22-c6c7-4f3b-a0a9-148b7fca193e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5173 | 2024.08.28 17:55:23.455505 [ 3 ] {} <Debug> HTTP-Session: 53526e80-585e-41e6-a210-fbf749014386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.08.28 17:55:23.455686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5175 | 2024.08.28 17:55:23.455735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5176 | 2024.08.28 17:55:23.455753 [ 3 ] {} <Debug> HTTP-Session: ec12fb28-8537-4f8c-b85f-2a89213bb0bd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5177 | 2024.08.28 17:55:23.455770 [ 3 ] {} <Debug> HTTP-Session: ec12fb28-8537-4f8c-b85f-2a89213bb0bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5178 | 2024.08.28 17:55:23.455784 [ 3 ] {} <Debug> HTTP-Session: ec12fb28-8537-4f8c-b85f-2a89213bb0bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5179 | 2024.08.28 17:55:23.455815 [ 3 ] {} <Trace> HTTP-Session: ec12fb28-8537-4f8c-b85f-2a89213bb0bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5180 | 2024.08.28 17:55:23.456262 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5181 | 2024.08.28 17:55:23.456356 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5182 | 2024.08.28 17:55:23.456988 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5183 | 2024.08.28 17:55:23.457712 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5184 | 2024.08.28 17:55:23.457753 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5185 | 2024.08.28 17:55:23.458423 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5186 | 2024.08.28 17:55:23.458913 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5187 | 2024.08.28 17:55:23.459087 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003171 sec., 11352.885525070955 rows/sec., 20.34 MiB/sec. | ||
5188 | 2024.08.28 17:55:23.459644 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Debug> DynamicQueryHandler: Done processing query | ||
5189 | 2024.08.28 17:55:23.459671 [ 3 ] {7fc9b8f3-513e-44db-a92d-671be47f4384} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5190 | 2024.08.28 17:55:23.459687 [ 3 ] {} <Debug> HTTP-Session: ec12fb28-8537-4f8c-b85f-2a89213bb0bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.08.28 17:55:23.459850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5192 | 2024.08.28 17:55:23.459902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5193 | 2024.08.28 17:55:23.459922 [ 3 ] {} <Debug> HTTP-Session: 4707baf5-75b5-4536-80c2-2e082a4d5da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5194 | 2024.08.28 17:55:23.459938 [ 3 ] {} <Debug> HTTP-Session: 4707baf5-75b5-4536-80c2-2e082a4d5da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5195 | 2024.08.28 17:55:23.459953 [ 3 ] {} <Debug> HTTP-Session: 4707baf5-75b5-4536-80c2-2e082a4d5da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5196 | 2024.08.28 17:55:23.459985 [ 3 ] {} <Trace> HTTP-Session: 4707baf5-75b5-4536-80c2-2e082a4d5da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5197 | 2024.08.28 17:55:23.460111 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5198 | 2024.08.28 17:55:23.460159 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5199 | 2024.08.28 17:55:23.460310 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5200 | 2024.08.28 17:55:23.460702 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5201 | 2024.08.28 17:55:23.460745 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5202 | 2024.08.28 17:55:23.461192 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5203 | 2024.08.28 17:55:23.461664 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5204 | 2024.08.28 17:55:23.461854 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001781 sec., 46041.54969118473 rows/sec., 2.92 MiB/sec. | ||
5205 | 2024.08.28 17:55:23.461881 [ 89 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5206 | 2024.08.28 17:55:23.462019 [ 89 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5207 | 2024.08.28 17:55:23.462063 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
5208 | 2024.08.28 17:55:23.462149 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Debug> DynamicQueryHandler: Done processing query | ||
5209 | 2024.08.28 17:55:23.462214 [ 3 ] {7cd6cfc0-8682-49ed-9429-9258029eddcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5210 | 2024.08.28 17:55:23.462270 [ 3 ] {} <Debug> HTTP-Session: 4707baf5-75b5-4536-80c2-2e082a4d5da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5211 | 2024.08.28 17:55:23.462317 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
5212 | 2024.08.28 17:55:23.462509 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5213 | 2024.08.28 17:55:23.462553 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 722 rows starting from the beginning of the part | ||
5214 | 2024.08.28 17:55:23.462633 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
5215 | 2024.08.28 17:55:23.462796 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
5216 | 2024.08.28 17:55:23.463078 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
5217 | 2024.08.28 17:55:23.463191 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
5218 | 2024.08.28 17:55:23.463364 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
5219 | 2024.08.28 17:55:23.464913 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 4 columns (4 merged, 0 gathered) in 0.002753062 sec., 369770.0959876675 rows/sec., 24.10 MiB/sec. | ||
5220 | 2024.08.28 17:55:23.465133 [ 198 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5221 | 2024.08.28 17:55:23.465613 [ 198 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5222 | 2024.08.28 17:55:23.465715 [ 198 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_21_4} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5223 | 2024.08.28 17:55:23.465809 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
5224 | 2024.08.28 17:55:28.415184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5225 | 2024.08.28 17:55:28.415372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5226 | 2024.08.28 17:55:28.415418 [ 3 ] {} <Debug> HTTP-Session: 887a4bca-3e06-4b15-9ac0-947c83ef9e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5227 | 2024.08.28 17:55:28.415460 [ 3 ] {} <Debug> HTTP-Session: 887a4bca-3e06-4b15-9ac0-947c83ef9e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.08.28 17:55:28.415492 [ 3 ] {} <Debug> HTTP-Session: 887a4bca-3e06-4b15-9ac0-947c83ef9e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5229 | 2024.08.28 17:55:28.415573 [ 3 ] {} <Trace> HTTP-Session: 887a4bca-3e06-4b15-9ac0-947c83ef9e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5230 | 2024.08.28 17:55:28.415851 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5231 | 2024.08.28 17:55:28.415960 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5232 | 2024.08.28 17:55:28.416345 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5233 | 2024.08.28 17:55:28.416800 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5234 | 2024.08.28 17:55:28.416842 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5235 | 2024.08.28 17:55:28.417258 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5236 | 2024.08.28 17:55:28.417659 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5237 | 2024.08.28 17:55:28.417800 [ 116 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5238 | 2024.08.28 17:55:28.417807 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002043 sec., 978.952520802741 rows/sec., 79.83 KiB/sec. | ||
5239 | 2024.08.28 17:55:28.417847 [ 116 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5240 | 2024.08.28 17:55:28.417890 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5241 | 2024.08.28 17:55:28.418081 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::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 | ||
5242 | 2024.08.28 17:55:28.418116 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Debug> DynamicQueryHandler: Done processing query | ||
5243 | 2024.08.28 17:55:28.418166 [ 3 ] {f51ddfb8-16f6-45fa-a50b-07402247e12b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5244 | 2024.08.28 17:55:28.418193 [ 3 ] {} <Debug> HTTP-Session: 887a4bca-3e06-4b15-9ac0-947c83ef9e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5245 | 2024.08.28 17:55:28.418336 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5246 | 2024.08.28 17:55:28.418384 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::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 | ||
5247 | 2024.08.28 17:55:28.418423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5248 | 2024.08.28 17:55:28.418580 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::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 | ||
5249 | 2024.08.28 17:55:28.418597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5250 | 2024.08.28 17:55:28.418691 [ 3 ] {} <Debug> HTTP-Session: 2b1d2740-9b46-4533-8a08-da98f650742a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5251 | 2024.08.28 17:55:28.418800 [ 3 ] {} <Debug> HTTP-Session: 2b1d2740-9b46-4533-8a08-da98f650742a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5252 | 2024.08.28 17:55:28.418898 [ 3 ] {} <Debug> HTTP-Session: 2b1d2740-9b46-4533-8a08-da98f650742a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5253 | 2024.08.28 17:55:28.418911 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
5254 | 2024.08.28 17:55:28.418995 [ 3 ] {} <Trace> HTTP-Session: 2b1d2740-9b46-4533-8a08-da98f650742a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5255 | 2024.08.28 17:55:28.419126 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::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 | ||
5256 | 2024.08.28 17:55:28.419360 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5257 | 2024.08.28 17:55:28.419419 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::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 | ||
5258 | 2024.08.28 17:55:28.419452 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5259 | 2024.08.28 17:55:28.419710 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5260 | 2024.08.28 17:55:28.420799 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5261 | 2024.08.28 17:55:28.421797 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5262 | 2024.08.28 17:55:28.421864 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5263 | 2024.08.28 17:55:28.422872 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 5 columns (5 merged, 0 gathered) in 0.004873288 sec., 3693.6048105509053 rows/sec., 315.62 KiB/sec. | ||
5264 | 2024.08.28 17:55:28.422977 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5265 | 2024.08.28 17:55:28.423030 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5266 | 2024.08.28 17:55:28.424041 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5267 | 2024.08.28 17:55:28.424105 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5268 | 2024.08.28 17:55:28.424330 [ 194 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_6_1} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5269 | 2024.08.28 17:55:28.424428 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.005215 sec., 11313.518696069032 rows/sec., 895.48 KiB/sec. | ||
5270 | 2024.08.28 17:55:28.424560 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5271 | 2024.08.28 17:55:28.424997 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Debug> DynamicQueryHandler: Done processing query | ||
5272 | 2024.08.28 17:55:28.425026 [ 3 ] {8f180d8d-5788-4f35-9630-55ec188ecf05} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5273 | 2024.08.28 17:55:28.425043 [ 3 ] {} <Debug> HTTP-Session: 2b1d2740-9b46-4533-8a08-da98f650742a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5274 | 2024.08.28 17:55:28.425170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5275 | 2024.08.28 17:55:28.425222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5276 | 2024.08.28 17:55:28.425241 [ 3 ] {} <Debug> HTTP-Session: af3ba12b-7ac1-48dc-a5f2-6960fd6ef7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5277 | 2024.08.28 17:55:28.425258 [ 3 ] {} <Debug> HTTP-Session: af3ba12b-7ac1-48dc-a5f2-6960fd6ef7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5278 | 2024.08.28 17:55:28.425273 [ 3 ] {} <Debug> HTTP-Session: af3ba12b-7ac1-48dc-a5f2-6960fd6ef7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5279 | 2024.08.28 17:55:28.425305 [ 3 ] {} <Trace> HTTP-Session: af3ba12b-7ac1-48dc-a5f2-6960fd6ef7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5280 | 2024.08.28 17:55:28.425404 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5281 | 2024.08.28 17:55:28.425449 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5282 | 2024.08.28 17:55:28.425709 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5283 | 2024.08.28 17:55:28.426024 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5284 | 2024.08.28 17:55:28.426061 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5285 | 2024.08.28 17:55:28.426411 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5286 | 2024.08.28 17:55:28.426775 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5287 | 2024.08.28 17:55:28.426907 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Debug> executeQuery: Read 3 rows, 220.00 B in 0.001529 sec., 1962.066710268149 rows/sec., 140.51 KiB/sec. | ||
5288 | 2024.08.28 17:55:28.427077 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Debug> DynamicQueryHandler: Done processing query | ||
5289 | 2024.08.28 17:55:28.427100 [ 3 ] {cc69deb4-143d-4478-822a-a66a8a945840} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5290 | 2024.08.28 17:55:28.427117 [ 3 ] {} <Debug> HTTP-Session: af3ba12b-7ac1-48dc-a5f2-6960fd6ef7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5291 | 2024.08.28 17:55:28.427258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5292 | 2024.08.28 17:55:28.427307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5293 | 2024.08.28 17:55:28.427327 [ 3 ] {} <Debug> HTTP-Session: 2cca6ba8-fbc5-4f1c-b2e1-90f635fdb446 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5294 | 2024.08.28 17:55:28.427343 [ 3 ] {} <Debug> HTTP-Session: 2cca6ba8-fbc5-4f1c-b2e1-90f635fdb446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5295 | 2024.08.28 17:55:28.427357 [ 3 ] {} <Debug> HTTP-Session: 2cca6ba8-fbc5-4f1c-b2e1-90f635fdb446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5296 | 2024.08.28 17:55:28.427388 [ 3 ] {} <Trace> HTTP-Session: 2cca6ba8-fbc5-4f1c-b2e1-90f635fdb446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5297 | 2024.08.28 17:55:28.427507 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5298 | 2024.08.28 17:55:28.427551 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5299 | 2024.08.28 17:55:28.427775 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5300 | 2024.08.28 17:55:28.428131 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5301 | 2024.08.28 17:55:28.428168 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5302 | 2024.08.28 17:55:28.428524 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5303 | 2024.08.28 17:55:28.428879 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5304 | 2024.08.28 17:55:28.429014 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001552 sec., 43170.1030927835 rows/sec., 3.37 MiB/sec. | ||
5305 | 2024.08.28 17:55:28.429183 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Debug> DynamicQueryHandler: Done processing query | ||
5306 | 2024.08.28 17:55:28.429207 [ 3 ] {40872910-1714-4169-a0cf-842aec23d0f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5307 | 2024.08.28 17:55:28.429223 [ 3 ] {} <Debug> HTTP-Session: 2cca6ba8-fbc5-4f1c-b2e1-90f635fdb446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5308 | 2024.08.28 17:55:28.429377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5309 | 2024.08.28 17:55:28.429425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5310 | 2024.08.28 17:55:28.429444 [ 3 ] {} <Debug> HTTP-Session: b5ac74eb-ea96-4430-b9cd-460f837d9d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5311 | 2024.08.28 17:55:28.429460 [ 3 ] {} <Debug> HTTP-Session: b5ac74eb-ea96-4430-b9cd-460f837d9d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.08.28 17:55:28.429476 [ 3 ] {} <Debug> HTTP-Session: b5ac74eb-ea96-4430-b9cd-460f837d9d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5313 | 2024.08.28 17:55:28.429507 [ 3 ] {} <Trace> HTTP-Session: b5ac74eb-ea96-4430-b9cd-460f837d9d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5314 | 2024.08.28 17:55:28.429652 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5315 | 2024.08.28 17:55:28.429699 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5316 | 2024.08.28 17:55:28.429843 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5317 | 2024.08.28 17:55:28.430235 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5318 | 2024.08.28 17:55:28.430272 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5319 | 2024.08.28 17:55:28.430657 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5320 | 2024.08.28 17:55:28.431001 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5321 | 2024.08.28 17:55:28.431132 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001549 sec., 103938.02453195609 rows/sec., 7.24 MiB/sec. | ||
5322 | 2024.08.28 17:55:28.431297 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Debug> DynamicQueryHandler: Done processing query | ||
5323 | 2024.08.28 17:55:28.431320 [ 3 ] {e653c3ea-d74c-43fa-947d-9f516c96fe9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5324 | 2024.08.28 17:55:28.431336 [ 3 ] {} <Debug> HTTP-Session: b5ac74eb-ea96-4430-b9cd-460f837d9d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5325 | 2024.08.28 17:55:28.431462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5326 | 2024.08.28 17:55:28.431512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5327 | 2024.08.28 17:55:28.431530 [ 3 ] {} <Debug> HTTP-Session: ee01d8ea-f984-4ad4-a71f-0d50497a05de Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5328 | 2024.08.28 17:55:28.431546 [ 3 ] {} <Debug> HTTP-Session: ee01d8ea-f984-4ad4-a71f-0d50497a05de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.08.28 17:55:28.431560 [ 3 ] {} <Debug> HTTP-Session: ee01d8ea-f984-4ad4-a71f-0d50497a05de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5330 | 2024.08.28 17:55:28.431591 [ 3 ] {} <Trace> HTTP-Session: ee01d8ea-f984-4ad4-a71f-0d50497a05de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5331 | 2024.08.28 17:55:28.431694 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5332 | 2024.08.28 17:55:28.431757 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5333 | 2024.08.28 17:55:28.432169 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5334 | 2024.08.28 17:55:28.432832 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5335 | 2024.08.28 17:55:28.432867 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5336 | 2024.08.28 17:55:28.433440 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5337 | 2024.08.28 17:55:28.433853 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5338 | 2024.08.28 17:55:28.434041 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002368 sec., 422.2972972972973 rows/sec., 774.90 KiB/sec. | ||
5339 | 2024.08.28 17:55:28.434660 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Debug> DynamicQueryHandler: Done processing query | ||
5340 | 2024.08.28 17:55:28.434684 [ 3 ] {cf39d448-0af2-4ad8-b662-2445ea513980} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5341 | 2024.08.28 17:55:28.434700 [ 3 ] {} <Debug> HTTP-Session: ee01d8ea-f984-4ad4-a71f-0d50497a05de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5342 | 2024.08.28 17:55:28.434838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5343 | 2024.08.28 17:55:28.434888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5344 | 2024.08.28 17:55:28.434907 [ 3 ] {} <Debug> HTTP-Session: ecb876ee-d5fe-4b05-8da4-99cdb6db2e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5345 | 2024.08.28 17:55:28.434923 [ 3 ] {} <Debug> HTTP-Session: ecb876ee-d5fe-4b05-8da4-99cdb6db2e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5346 | 2024.08.28 17:55:28.434937 [ 3 ] {} <Debug> HTTP-Session: ecb876ee-d5fe-4b05-8da4-99cdb6db2e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5347 | 2024.08.28 17:55:28.434968 [ 3 ] {} <Trace> HTTP-Session: ecb876ee-d5fe-4b05-8da4-99cdb6db2e2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5348 | 2024.08.28 17:55:28.435098 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5349 | 2024.08.28 17:55:28.435144 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5350 | 2024.08.28 17:55:28.435297 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5351 | 2024.08.28 17:55:28.435595 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5352 | 2024.08.28 17:55:28.435631 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5353 | 2024.08.28 17:55:28.435997 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5354 | 2024.08.28 17:55:28.436320 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5355 | 2024.08.28 17:55:28.436449 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
5356 | 2024.08.28 17:55:28.436614 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Debug> DynamicQueryHandler: Done processing query | ||
5357 | 2024.08.28 17:55:28.436637 [ 3 ] {45f756a2-d1b9-4c79-8955-7228effc176c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5358 | 2024.08.28 17:55:28.436653 [ 3 ] {} <Debug> HTTP-Session: ecb876ee-d5fe-4b05-8da4-99cdb6db2e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5359 | 2024.08.28 17:55:32.562295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5360 | 2024.08.28 17:55:32.562431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5361 | 2024.08.28 17:55:32.562456 [ 3 ] {} <Debug> HTTP-Session: fc6e5852-afa3-4001-90ba-0bd4c1a5f830 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5362 | 2024.08.28 17:55:32.562481 [ 3 ] {} <Debug> HTTP-Session: fc6e5852-afa3-4001-90ba-0bd4c1a5f830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5363 | 2024.08.28 17:55:32.562499 [ 3 ] {} <Debug> HTTP-Session: fc6e5852-afa3-4001-90ba-0bd4c1a5f830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.08.28 17:55:32.562549 [ 3 ] {} <Trace> HTTP-Session: fc6e5852-afa3-4001-90ba-0bd4c1a5f830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5365 | 2024.08.28 17:55:32.562739 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5366 | 2024.08.28 17:55:32.562809 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5367 | 2024.08.28 17:55:32.563152 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5368 | 2024.08.28 17:55:32.563661 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5369 | 2024.08.28 17:55:32.563709 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5370 | 2024.08.28 17:55:32.564121 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5371 | 2024.08.28 17:55:32.564513 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5372 | 2024.08.28 17:55:32.564697 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002009 sec., 1991.040318566451 rows/sec., 162.36 KiB/sec. | ||
5373 | 2024.08.28 17:55:32.564959 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Debug> DynamicQueryHandler: Done processing query | ||
5374 | 2024.08.28 17:55:32.564986 [ 3 ] {04223c60-705c-4acf-8f5b-4895f11c6214} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5375 | 2024.08.28 17:55:32.565003 [ 3 ] {} <Debug> HTTP-Session: fc6e5852-afa3-4001-90ba-0bd4c1a5f830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.08.28 17:55:32.565432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5377 | 2024.08.28 17:55:32.565496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5378 | 2024.08.28 17:55:32.565526 [ 3 ] {} <Debug> HTTP-Session: 2a27169b-b178-47d0-8de6-c2073d7ee27c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5379 | 2024.08.28 17:55:32.565552 [ 3 ] {} <Debug> HTTP-Session: 2a27169b-b178-47d0-8de6-c2073d7ee27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.08.28 17:55:32.565567 [ 3 ] {} <Debug> HTTP-Session: 2a27169b-b178-47d0-8de6-c2073d7ee27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.08.28 17:55:32.565603 [ 3 ] {} <Trace> HTTP-Session: 2a27169b-b178-47d0-8de6-c2073d7ee27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5382 | 2024.08.28 17:55:32.566101 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.08.28 17:55:32.566149 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5384 | 2024.08.28 17:55:32.566387 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5385 | 2024.08.28 17:55:32.567665 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5386 | 2024.08.28 17:55:32.567705 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5387 | 2024.08.28 17:55:32.568183 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5388 | 2024.08.28 17:55:32.568565 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5389 | 2024.08.28 17:55:32.568728 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Debug> executeQuery: Read 1403 rows, 120.45 KiB in 0.002968 sec., 472708.8948787062 rows/sec., 39.63 MiB/sec. | ||
5390 | 2024.08.28 17:55:32.568737 [ 149 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5391 | 2024.08.28 17:55:32.568864 [ 149 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5392 | 2024.08.28 17:55:32.568916 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5393 | 2024.08.28 17:55:32.569007 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Debug> DynamicQueryHandler: Done processing query | ||
5394 | 2024.08.28 17:55:32.569080 [ 3 ] {a3adc629-40cb-4dc4-9b11-b898c6cb25b8} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
5395 | 2024.08.28 17:55:32.569141 [ 3 ] {} <Debug> HTTP-Session: 2a27169b-b178-47d0-8de6-c2073d7ee27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5396 | 2024.08.28 17:55:32.569541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5397 | 2024.08.28 17:55:32.569636 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
5398 | 2024.08.28 17:55:32.569695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5399 | 2024.08.28 17:55:32.569800 [ 3 ] {} <Debug> HTTP-Session: bedae2e0-3176-4ca9-b9e0-fa2e3aba23c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5400 | 2024.08.28 17:55:32.569830 [ 3 ] {} <Debug> HTTP-Session: bedae2e0-3176-4ca9-b9e0-fa2e3aba23c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5401 | 2024.08.28 17:55:32.569847 [ 3 ] {} <Debug> HTTP-Session: bedae2e0-3176-4ca9-b9e0-fa2e3aba23c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5402 | 2024.08.28 17:55:32.569927 [ 3 ] {} <Trace> HTTP-Session: bedae2e0-3176-4ca9-b9e0-fa2e3aba23c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5403 | 2024.08.28 17:55:32.570241 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5404 | 2024.08.28 17:55:32.570245 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5405 | 2024.08.28 17:55:32.570332 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1409 rows starting from the beginning of the part | ||
5406 | 2024.08.28 17:55:32.570335 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5407 | 2024.08.28 17:55:32.570659 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 261 rows starting from the beginning of the part | ||
5408 | 2024.08.28 17:55:32.571103 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part | ||
5409 | 2024.08.28 17:55:32.571540 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 264 rows starting from the beginning of the part | ||
5410 | 2024.08.28 17:55:32.571935 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 59 rows starting from the beginning of the part | ||
5411 | 2024.08.28 17:55:32.572040 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5412 | 2024.08.28 17:55:32.572238 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1403 rows starting from the beginning of the part | ||
5413 | 2024.08.28 17:55:32.573236 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5414 | 2024.08.28 17:55:32.573303 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5415 | 2024.08.28 17:55:32.574253 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5416 | 2024.08.28 17:55:32.575280 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5417 | 2024.08.28 17:55:32.575498 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.005387 sec., 7425.283088917765 rows/sec., 554.36 KiB/sec. | ||
5418 | 2024.08.28 17:55:32.575724 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Debug> DynamicQueryHandler: Done processing query | ||
5419 | 2024.08.28 17:55:32.575749 [ 3 ] {ec843307-b503-4918-a17a-9524c8822280} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5420 | 2024.08.28 17:55:32.575774 [ 3 ] {} <Debug> HTTP-Session: bedae2e0-3176-4ca9-b9e0-fa2e3aba23c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.08.28 17:55:32.576026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5422 | 2024.08.28 17:55:32.576156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5423 | 2024.08.28 17:55:32.576184 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3454 rows, containing 5 columns (5 merged, 0 gathered) in 0.007148899 sec., 483151.3216230919 rows/sec., 42.60 MiB/sec. | ||
5424 | 2024.08.28 17:55:32.576197 [ 3 ] {} <Debug> HTTP-Session: 90d009b5-d550-4975-a398-1d49aa5f4416 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5425 | 2024.08.28 17:55:32.576251 [ 3 ] {} <Debug> HTTP-Session: 90d009b5-d550-4975-a398-1d49aa5f4416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5426 | 2024.08.28 17:55:32.576267 [ 3 ] {} <Debug> HTTP-Session: 90d009b5-d550-4975-a398-1d49aa5f4416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.08.28 17:55:32.576309 [ 3 ] {} <Trace> HTTP-Session: 90d009b5-d550-4975-a398-1d49aa5f4416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5428 | 2024.08.28 17:55:32.576438 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5429 | 2024.08.28 17:55:32.576623 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5430 | 2024.08.28 17:55:32.576755 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5431 | 2024.08.28 17:55:32.577456 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5432 | 2024.08.28 17:55:32.577578 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5433 | 2024.08.28 17:55:32.577644 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_26_5} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5434 | 2024.08.28 17:55:32.577795 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
5435 | 2024.08.28 17:55:32.578153 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5436 | 2024.08.28 17:55:32.578195 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5437 | 2024.08.28 17:55:32.578580 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5438 | 2024.08.28 17:55:32.578953 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5439 | 2024.08.28 17:55:32.579119 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002701 sec., 89596.44576082933 rows/sec., 6.07 MiB/sec. | ||
5440 | 2024.08.28 17:55:32.579124 [ 149 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5441 | 2024.08.28 17:55:32.579224 [ 149 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5442 | 2024.08.28 17:55:32.579271 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5443 | 2024.08.28 17:55:32.579431 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Debug> DynamicQueryHandler: Done processing query | ||
5444 | 2024.08.28 17:55:32.579443 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
5445 | 2024.08.28 17:55:32.579469 [ 3 ] {6c26e9c3-fa3a-4d2e-8a9a-968ea049262d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5446 | 2024.08.28 17:55:32.579521 [ 3 ] {} <Debug> HTTP-Session: 90d009b5-d550-4975-a398-1d49aa5f4416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5447 | 2024.08.28 17:55:32.579663 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5448 | 2024.08.28 17:55:32.579703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5449 | 2024.08.28 17:55:32.579726 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
5450 | 2024.08.28 17:55:32.579809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5451 | 2024.08.28 17:55:32.579903 [ 3 ] {} <Debug> HTTP-Session: 6c21eca9-742c-497a-919f-4ca6f9d970ef Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5452 | 2024.08.28 17:55:32.579980 [ 3 ] {} <Debug> HTTP-Session: 6c21eca9-742c-497a-919f-4ca6f9d970ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5453 | 2024.08.28 17:55:32.580013 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
5454 | 2024.08.28 17:55:32.580034 [ 3 ] {} <Debug> HTTP-Session: 6c21eca9-742c-497a-919f-4ca6f9d970ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5455 | 2024.08.28 17:55:32.580195 [ 3 ] {} <Trace> HTTP-Session: 6c21eca9-742c-497a-919f-4ca6f9d970ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5456 | 2024.08.28 17:55:32.580285 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 242 rows starting from the beginning of the part | ||
5457 | 2024.08.28 17:55:32.580614 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
5458 | 2024.08.28 17:55:32.580637 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5459 | 2024.08.28 17:55:32.580786 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5460 | 2024.08.28 17:55:32.580917 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
5461 | 2024.08.28 17:55:32.581273 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
5462 | 2024.08.28 17:55:32.582104 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5463 | 2024.08.28 17:55:32.583023 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5464 | 2024.08.28 17:55:32.583088 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5465 | 2024.08.28 17:55:32.584005 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5466 | 2024.08.28 17:55:32.584361 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.004998761 sec., 153838.1210864052 rows/sec., 10.44 MiB/sec. | ||
5467 | 2024.08.28 17:55:32.584650 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5468 | 2024.08.28 17:55:32.584976 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5469 | 2024.08.28 17:55:32.585527 [ 149 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5470 | 2024.08.28 17:55:32.585600 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005118 sec., 1172.3329425556858 rows/sec., 69.26 KiB/sec. | ||
5471 | 2024.08.28 17:55:32.585617 [ 149 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5472 | 2024.08.28 17:55:32.585689 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5473 | 2024.08.28 17:55:32.585907 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5474 | 2024.08.28 17:55:32.586162 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
5475 | 2024.08.28 17:55:32.586212 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_11_2} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5476 | 2024.08.28 17:55:32.586256 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Debug> DynamicQueryHandler: Done processing query | ||
5477 | 2024.08.28 17:55:32.586315 [ 3 ] {8c1939a1-5b29-4c78-bc94-722033aaccbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5478 | 2024.08.28 17:55:32.586398 [ 3 ] {} <Debug> HTTP-Session: 6c21eca9-742c-497a-919f-4ca6f9d970ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5479 | 2024.08.28 17:55:32.586524 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5480 | 2024.08.28 17:55:32.586603 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5481 | 2024.08.28 17:55:32.586645 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
5482 | 2024.08.28 17:55:32.586782 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
5483 | 2024.08.28 17:55:32.586826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5484 | 2024.08.28 17:55:32.587000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5485 | 2024.08.28 17:55:32.587096 [ 3 ] {} <Debug> HTTP-Session: df610823-67ac-434b-ba2d-6d6ddb27d89b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5486 | 2024.08.28 17:55:32.587137 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
5487 | 2024.08.28 17:55:32.587166 [ 3 ] {} <Debug> HTTP-Session: df610823-67ac-434b-ba2d-6d6ddb27d89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.08.28 17:55:32.587236 [ 3 ] {} <Debug> HTTP-Session: df610823-67ac-434b-ba2d-6d6ddb27d89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5489 | 2024.08.28 17:55:32.587381 [ 3 ] {} <Trace> HTTP-Session: df610823-67ac-434b-ba2d-6d6ddb27d89b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5490 | 2024.08.28 17:55:32.587510 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
5491 | 2024.08.28 17:55:32.587739 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
5492 | 2024.08.28 17:55:32.587979 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5493 | 2024.08.28 17:55:32.588149 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5494 | 2024.08.28 17:55:32.589001 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5495 | 2024.08.28 17:55:32.590046 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004190414 sec., 7159.197158085096 rows/sec., 454.44 KiB/sec. | ||
5496 | 2024.08.28 17:55:32.590251 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5497 | 2024.08.28 17:55:32.590465 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5498 | 2024.08.28 17:55:32.590548 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5499 | 2024.08.28 17:55:32.591218 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_9_2} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2024.08.28 17:55:32.591447 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_9_2} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5501 | 2024.08.28 17:55:32.591591 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5502 | 2024.08.28 17:55:32.591616 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5503 | 2024.08.28 17:55:32.592011 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5504 | 2024.08.28 17:55:32.592185 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Debug> executeQuery: Read 878 rows, 65.18 KiB in 0.004555 sec., 192755.21405049396 rows/sec., 13.97 MiB/sec. | ||
5505 | 2024.08.28 17:55:32.592194 [ 149 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5506 | 2024.08.28 17:55:32.592290 [ 149 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5507 | 2024.08.28 17:55:32.592336 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5508 | 2024.08.28 17:55:32.592529 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
5509 | 2024.08.28 17:55:32.592565 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Debug> DynamicQueryHandler: Done processing query | ||
5510 | 2024.08.28 17:55:32.592607 [ 3 ] {77154f45-61f3-45b8-8a02-688efbae24dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
5511 | 2024.08.28 17:55:32.592645 [ 3 ] {} <Debug> HTTP-Session: df610823-67ac-434b-ba2d-6d6ddb27d89b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5512 | 2024.08.28 17:55:32.592756 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5513 | 2024.08.28 17:55:32.592792 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 903 rows starting from the beginning of the part | ||
5514 | 2024.08.28 17:55:32.592870 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 418 rows starting from the beginning of the part | ||
5515 | 2024.08.28 17:55:32.593009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5516 | 2024.08.28 17:55:32.593203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5517 | 2024.08.28 17:55:32.593241 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 65 rows starting from the beginning of the part | ||
5518 | 2024.08.28 17:55:32.593289 [ 3 ] {} <Debug> HTTP-Session: b6f7a38a-ef44-49eb-a5bf-6a038f7b4fd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5519 | 2024.08.28 17:55:32.593349 [ 3 ] {} <Debug> HTTP-Session: b6f7a38a-ef44-49eb-a5bf-6a038f7b4fd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5520 | 2024.08.28 17:55:32.593448 [ 3 ] {} <Debug> HTTP-Session: b6f7a38a-ef44-49eb-a5bf-6a038f7b4fd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.08.28 17:55:32.593590 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 424 rows starting from the beginning of the part | ||
5522 | 2024.08.28 17:55:32.593606 [ 3 ] {} <Trace> HTTP-Session: b6f7a38a-ef44-49eb-a5bf-6a038f7b4fd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5523 | 2024.08.28 17:55:32.593819 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 67 rows starting from the beginning of the part | ||
5524 | 2024.08.28 17:55:32.594000 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5525 | 2024.08.28 17:55:32.594067 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 878 rows starting from the beginning of the part | ||
5526 | 2024.08.28 17:55:32.594186 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5527 | 2024.08.28 17:55:32.594866 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5528 | 2024.08.28 17:55:32.595581 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5529 | 2024.08.28 17:55:32.595642 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5530 | 2024.08.28 17:55:32.596729 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5531 | 2024.08.28 17:55:32.597477 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5532 | 2024.08.28 17:55:32.597700 [ 188 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2755 rows, containing 5 columns (5 merged, 0 gathered) in 0.005242987 sec., 525463.8243428794 rows/sec., 40.10 MiB/sec. | ||
5533 | 2024.08.28 17:55:32.597829 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003998 sec., 1500.7503751875938 rows/sec., 78.41 KiB/sec. | ||
5534 | 2024.08.28 17:55:32.598061 [ 188 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5535 | 2024.08.28 17:55:32.598137 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Debug> DynamicQueryHandler: Done processing query | ||
5536 | 2024.08.28 17:55:32.598163 [ 3 ] {8cff6a08-a353-455b-a394-91292da3a3da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5537 | 2024.08.28 17:55:32.598181 [ 3 ] {} <Debug> HTTP-Session: b6f7a38a-ef44-49eb-a5bf-6a038f7b4fd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.08.28 17:55:32.598443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5539 | 2024.08.28 17:55:32.598509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5540 | 2024.08.28 17:55:32.598529 [ 188 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2024.08.28 17:55:32.598536 [ 3 ] {} <Debug> HTTP-Session: e6421dd2-a4b9-4d62-a8e0-19795e43ce96 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5542 | 2024.08.28 17:55:32.598572 [ 3 ] {} <Debug> HTTP-Session: e6421dd2-a4b9-4d62-a8e0-19795e43ce96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5543 | 2024.08.28 17:55:32.598589 [ 3 ] {} <Debug> HTTP-Session: e6421dd2-a4b9-4d62-a8e0-19795e43ce96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5544 | 2024.08.28 17:55:32.598631 [ 3 ] {} <Trace> HTTP-Session: e6421dd2-a4b9-4d62-a8e0-19795e43ce96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5545 | 2024.08.28 17:55:32.598633 [ 188 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_26_5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5546 | 2024.08.28 17:55:32.598740 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
5547 | 2024.08.28 17:55:32.599313 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5548 | 2024.08.28 17:55:32.599363 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5549 | 2024.08.28 17:55:32.599514 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5550 | 2024.08.28 17:55:32.600338 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5551 | 2024.08.28 17:55:32.600375 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5552 | 2024.08.28 17:55:32.600819 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5553 | 2024.08.28 17:55:32.601182 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5554 | 2024.08.28 17:55:32.601343 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Debug> executeQuery: Read 891 rows, 60.88 KiB in 0.002478 sec., 359564.1646489104 rows/sec., 23.99 MiB/sec. | ||
5555 | 2024.08.28 17:55:32.601699 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Debug> DynamicQueryHandler: Done processing query | ||
5556 | 2024.08.28 17:55:32.601726 [ 3 ] {c561d45b-7c00-45d5-bd9e-508827a45231} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
5557 | 2024.08.28 17:55:32.601744 [ 3 ] {} <Debug> HTTP-Session: e6421dd2-a4b9-4d62-a8e0-19795e43ce96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5558 | 2024.08.28 17:55:32.602027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5559 | 2024.08.28 17:55:32.602075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5560 | 2024.08.28 17:55:32.602094 [ 3 ] {} <Debug> HTTP-Session: 9dc8066a-40cb-4c4d-a601-a46daca326b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5561 | 2024.08.28 17:55:32.602112 [ 3 ] {} <Debug> HTTP-Session: 9dc8066a-40cb-4c4d-a601-a46daca326b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5562 | 2024.08.28 17:55:32.602128 [ 3 ] {} <Debug> HTTP-Session: 9dc8066a-40cb-4c4d-a601-a46daca326b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5563 | 2024.08.28 17:55:32.602159 [ 3 ] {} <Trace> HTTP-Session: 9dc8066a-40cb-4c4d-a601-a46daca326b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5564 | 2024.08.28 17:55:32.602257 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5565 | 2024.08.28 17:55:32.602305 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5566 | 2024.08.28 17:55:32.602463 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5567 | 2024.08.28 17:55:32.602747 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5568 | 2024.08.28 17:55:32.602784 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5569 | 2024.08.28 17:55:32.603137 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5570 | 2024.08.28 17:55:32.603479 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5571 | 2024.08.28 17:55:32.603661 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001416 sec., 706.2146892655368 rows/sec., 47.59 KiB/sec. | ||
5572 | 2024.08.28 17:55:32.603866 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Debug> DynamicQueryHandler: Done processing query | ||
5573 | 2024.08.28 17:55:32.603891 [ 3 ] {d95dabd0-2cb0-46d2-8ffc-7bcfe729fe31} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5574 | 2024.08.28 17:55:32.603907 [ 3 ] {} <Debug> HTTP-Session: 9dc8066a-40cb-4c4d-a601-a46daca326b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5575 | 2024.08.28 17:55:32.604074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5576 | 2024.08.28 17:55:32.604121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5577 | 2024.08.28 17:55:32.604139 [ 3 ] {} <Debug> HTTP-Session: baa8a5b2-fe42-44ee-ac2c-aaba7c1f786e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5578 | 2024.08.28 17:55:32.604156 [ 3 ] {} <Debug> HTTP-Session: baa8a5b2-fe42-44ee-ac2c-aaba7c1f786e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.08.28 17:55:32.604170 [ 3 ] {} <Debug> HTTP-Session: baa8a5b2-fe42-44ee-ac2c-aaba7c1f786e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5580 | 2024.08.28 17:55:32.604202 [ 3 ] {} <Trace> HTTP-Session: baa8a5b2-fe42-44ee-ac2c-aaba7c1f786e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5581 | 2024.08.28 17:55:32.604778 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5582 | 2024.08.28 17:55:32.604846 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5583 | 2024.08.28 17:55:32.605281 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5584 | 2024.08.28 17:55:32.606081 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5585 | 2024.08.28 17:55:32.606118 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5586 | 2024.08.28 17:55:32.606759 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5587 | 2024.08.28 17:55:32.607180 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5588 | 2024.08.28 17:55:32.607367 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003079 sec., 11692.107827216629 rows/sec., 20.95 MiB/sec. | ||
5589 | 2024.08.28 17:55:32.607599 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Debug> DynamicQueryHandler: Done processing query | ||
5590 | 2024.08.28 17:55:32.607624 [ 3 ] {63f13ecf-55d9-4139-be7b-ebc9e2eae569} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5591 | 2024.08.28 17:55:32.607641 [ 3 ] {} <Debug> HTTP-Session: baa8a5b2-fe42-44ee-ac2c-aaba7c1f786e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5592 | 2024.08.28 17:55:32.607777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5593 | 2024.08.28 17:55:32.607825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5594 | 2024.08.28 17:55:32.607844 [ 3 ] {} <Debug> HTTP-Session: 4c73f882-443d-4ebd-88a7-00a8e0a796cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5595 | 2024.08.28 17:55:32.607861 [ 3 ] {} <Debug> HTTP-Session: 4c73f882-443d-4ebd-88a7-00a8e0a796cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.08.28 17:55:32.607874 [ 3 ] {} <Debug> HTTP-Session: 4c73f882-443d-4ebd-88a7-00a8e0a796cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5597 | 2024.08.28 17:55:32.607905 [ 3 ] {} <Trace> HTTP-Session: 4c73f882-443d-4ebd-88a7-00a8e0a796cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5598 | 2024.08.28 17:55:32.608017 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5599 | 2024.08.28 17:55:32.608062 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5600 | 2024.08.28 17:55:32.608194 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5601 | 2024.08.28 17:55:32.608499 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5602 | 2024.08.28 17:55:32.608535 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5603 | 2024.08.28 17:55:32.608891 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5604 | 2024.08.28 17:55:32.609215 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5605 | 2024.08.28 17:55:32.609359 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001376 sec., 50872.09302325581 rows/sec., 3.20 MiB/sec. | ||
5606 | 2024.08.28 17:55:32.609636 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Debug> DynamicQueryHandler: Done processing query | ||
5607 | 2024.08.28 17:55:32.609675 [ 3 ] {631fb39b-0b3a-4be5-9bf8-2f661c2baf37} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5608 | 2024.08.28 17:55:32.609692 [ 3 ] {} <Debug> HTTP-Session: 4c73f882-443d-4ebd-88a7-00a8e0a796cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5609 | 2024.08.28 17:55:33.010359 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5610 | 2024.08.28 17:55:33.010419 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5611 | 2024.08.28 17:55:33.408792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5612 | 2024.08.28 17:55:33.408965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5613 | 2024.08.28 17:55:33.409008 [ 3 ] {} <Debug> HTTP-Session: f2fb00c7-02f6-41fc-935b-119d51908840 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5614 | 2024.08.28 17:55:33.409053 [ 3 ] {} <Debug> HTTP-Session: f2fb00c7-02f6-41fc-935b-119d51908840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.08.28 17:55:33.409082 [ 3 ] {} <Debug> HTTP-Session: f2fb00c7-02f6-41fc-935b-119d51908840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.08.28 17:55:33.409162 [ 3 ] {} <Trace> HTTP-Session: f2fb00c7-02f6-41fc-935b-119d51908840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5617 | 2024.08.28 17:55:33.409376 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5618 | 2024.08.28 17:55:33.409443 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5619 | 2024.08.28 17:55:33.409779 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5620 | 2024.08.28 17:55:33.410268 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5621 | 2024.08.28 17:55:33.410314 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5622 | 2024.08.28 17:55:33.410722 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5623 | 2024.08.28 17:55:33.411117 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5624 | 2024.08.28 17:55:33.411281 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001957 sec., 1021.9724067450179 rows/sec., 83.33 KiB/sec. | ||
5625 | 2024.08.28 17:55:33.411505 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Debug> DynamicQueryHandler: Done processing query | ||
5626 | 2024.08.28 17:55:33.411532 [ 3 ] {2f760ac6-aba2-43e0-9254-45f1ad06ea5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5627 | 2024.08.28 17:55:33.411549 [ 3 ] {} <Debug> HTTP-Session: f2fb00c7-02f6-41fc-935b-119d51908840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.08.28 17:55:33.411681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5629 | 2024.08.28 17:55:33.411735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5630 | 2024.08.28 17:55:33.411755 [ 3 ] {} <Debug> HTTP-Session: cadc719d-bc1f-41db-af21-2e3ec33e700e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5631 | 2024.08.28 17:55:33.411773 [ 3 ] {} <Debug> HTTP-Session: cadc719d-bc1f-41db-af21-2e3ec33e700e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.08.28 17:55:33.411787 [ 3 ] {} <Debug> HTTP-Session: cadc719d-bc1f-41db-af21-2e3ec33e700e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.08.28 17:55:33.411822 [ 3 ] {} <Trace> HTTP-Session: cadc719d-bc1f-41db-af21-2e3ec33e700e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5634 | 2024.08.28 17:55:33.411940 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5635 | 2024.08.28 17:55:33.411987 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5636 | 2024.08.28 17:55:33.412220 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5637 | 2024.08.28 17:55:33.412576 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5638 | 2024.08.28 17:55:33.412613 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5639 | 2024.08.28 17:55:33.412965 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5640 | 2024.08.28 17:55:33.413324 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5641 | 2024.08.28 17:55:33.413494 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001585 sec., 35962.14511041009 rows/sec., 2.76 MiB/sec. | ||
5642 | 2024.08.28 17:55:33.413660 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Debug> DynamicQueryHandler: Done processing query | ||
5643 | 2024.08.28 17:55:33.413684 [ 3 ] {8fcceb27-4dba-4bae-9f0c-6e4c522abc78} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5644 | 2024.08.28 17:55:33.413701 [ 3 ] {} <Debug> HTTP-Session: cadc719d-bc1f-41db-af21-2e3ec33e700e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.08.28 17:55:33.413834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5646 | 2024.08.28 17:55:33.413880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5647 | 2024.08.28 17:55:33.413900 [ 3 ] {} <Debug> HTTP-Session: 6814c222-79af-4f41-9da0-0e3ceac8d55f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5648 | 2024.08.28 17:55:33.413916 [ 3 ] {} <Debug> HTTP-Session: 6814c222-79af-4f41-9da0-0e3ceac8d55f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5649 | 2024.08.28 17:55:33.413930 [ 3 ] {} <Debug> HTTP-Session: 6814c222-79af-4f41-9da0-0e3ceac8d55f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.08.28 17:55:33.413961 [ 3 ] {} <Trace> HTTP-Session: 6814c222-79af-4f41-9da0-0e3ceac8d55f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5651 | 2024.08.28 17:55:33.414057 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5652 | 2024.08.28 17:55:33.414100 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5653 | 2024.08.28 17:55:33.414321 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5654 | 2024.08.28 17:55:33.414605 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5655 | 2024.08.28 17:55:33.414641 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5656 | 2024.08.28 17:55:33.414965 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5657 | 2024.08.28 17:55:33.415315 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5658 | 2024.08.28 17:55:33.415478 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001435 sec., 1393.7282229965156 rows/sec., 97.32 KiB/sec. | ||
5659 | 2024.08.28 17:55:33.415483 [ 145 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5660 | 2024.08.28 17:55:33.415603 [ 145 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5661 | 2024.08.28 17:55:33.415648 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5662 | 2024.08.28 17:55:33.415730 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Debug> DynamicQueryHandler: Done processing query | ||
5663 | 2024.08.28 17:55:33.415785 [ 3 ] {767207bb-c41e-470f-97ae-b4dde8348d63} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5664 | 2024.08.28 17:55:33.415846 [ 3 ] {} <Debug> HTTP-Session: 6814c222-79af-4f41-9da0-0e3ceac8d55f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5665 | 2024.08.28 17:55:33.415917 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
5666 | 2024.08.28 17:55:33.416084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5667 | 2024.08.28 17:55:33.416201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5668 | 2024.08.28 17:55:33.416214 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5669 | 2024.08.28 17:55:33.416236 [ 3 ] {} <Debug> HTTP-Session: c8f44d52-edb8-4871-9ed9-aebb8d261198 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5670 | 2024.08.28 17:55:33.416281 [ 3 ] {} <Debug> HTTP-Session: c8f44d52-edb8-4871-9ed9-aebb8d261198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5671 | 2024.08.28 17:55:33.416280 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 47 rows starting from the beginning of the part | ||
5672 | 2024.08.28 17:55:33.416301 [ 3 ] {} <Debug> HTTP-Session: c8f44d52-edb8-4871-9ed9-aebb8d261198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5673 | 2024.08.28 17:55:33.416351 [ 3 ] {} <Trace> HTTP-Session: c8f44d52-edb8-4871-9ed9-aebb8d261198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5674 | 2024.08.28 17:55:33.416513 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
5675 | 2024.08.28 17:55:33.416715 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5676 | 2024.08.28 17:55:33.416808 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
5677 | 2024.08.28 17:55:33.416887 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5678 | 2024.08.28 17:55:33.417152 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3 rows starting from the beginning of the part | ||
5679 | 2024.08.28 17:55:33.417546 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
5680 | 2024.08.28 17:55:33.417809 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
5681 | 2024.08.28 17:55:33.419009 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5682 | 2024.08.28 17:55:33.420019 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5683 | 2024.08.28 17:55:33.420087 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5684 | 2024.08.28 17:55:33.421113 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005364929 sec., 25163.427139483112 rows/sec., 1.92 MiB/sec. | ||
5685 | 2024.08.28 17:55:33.421153 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5686 | 2024.08.28 17:55:33.421324 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5687 | 2024.08.28 17:55:33.422185 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5688 | 2024.08.28 17:55:33.422494 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005923 sec., 11143.001857166975 rows/sec., 891.16 KiB/sec. | ||
5689 | 2024.08.28 17:55:33.422511 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5690 | 2024.08.28 17:55:33.422861 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_21_4} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5691 | 2024.08.28 17:55:33.423123 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5692 | 2024.08.28 17:55:33.423227 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Debug> DynamicQueryHandler: Done processing query | ||
5693 | 2024.08.28 17:55:33.423258 [ 3 ] {34af0e8b-a996-4ce8-8a8f-4f06dbfd46a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5694 | 2024.08.28 17:55:33.423274 [ 3 ] {} <Debug> HTTP-Session: c8f44d52-edb8-4871-9ed9-aebb8d261198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5695 | 2024.08.28 17:55:33.423438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5696 | 2024.08.28 17:55:33.423484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5697 | 2024.08.28 17:55:33.423505 [ 3 ] {} <Debug> HTTP-Session: d819c0c1-e763-4fe3-8950-c40e2e90aead Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5698 | 2024.08.28 17:55:33.423521 [ 3 ] {} <Debug> HTTP-Session: d819c0c1-e763-4fe3-8950-c40e2e90aead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5699 | 2024.08.28 17:55:33.423535 [ 3 ] {} <Debug> HTTP-Session: d819c0c1-e763-4fe3-8950-c40e2e90aead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5700 | 2024.08.28 17:55:33.423567 [ 3 ] {} <Trace> HTTP-Session: d819c0c1-e763-4fe3-8950-c40e2e90aead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5701 | 2024.08.28 17:55:33.423686 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5702 | 2024.08.28 17:55:33.423735 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5703 | 2024.08.28 17:55:33.423912 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5704 | 2024.08.28 17:55:33.424217 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5705 | 2024.08.28 17:55:33.424282 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5706 | 2024.08.28 17:55:33.424740 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5707 | 2024.08.28 17:55:33.425123 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5708 | 2024.08.28 17:55:33.425301 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.001651 sec., 19987.886129618415 rows/sec., 1.39 MiB/sec. | ||
5709 | 2024.08.28 17:55:33.425468 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Debug> DynamicQueryHandler: Done processing query | ||
5710 | 2024.08.28 17:55:33.425492 [ 3 ] {7e946424-1dd9-4e05-a629-748ac5188340} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5711 | 2024.08.28 17:55:33.425509 [ 3 ] {} <Debug> HTTP-Session: d819c0c1-e763-4fe3-8950-c40e2e90aead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5712 | 2024.08.28 17:55:33.425650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5713 | 2024.08.28 17:55:33.425700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5714 | 2024.08.28 17:55:33.425721 [ 3 ] {} <Debug> HTTP-Session: 5f97e0ef-74d5-4676-b317-e95be462ae2f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5715 | 2024.08.28 17:55:33.425744 [ 3 ] {} <Debug> HTTP-Session: 5f97e0ef-74d5-4676-b317-e95be462ae2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5716 | 2024.08.28 17:55:33.425759 [ 3 ] {} <Debug> HTTP-Session: 5f97e0ef-74d5-4676-b317-e95be462ae2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.08.28 17:55:33.425790 [ 3 ] {} <Trace> HTTP-Session: 5f97e0ef-74d5-4676-b317-e95be462ae2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5718 | 2024.08.28 17:55:33.425891 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5719 | 2024.08.28 17:55:33.425937 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5720 | 2024.08.28 17:55:33.426108 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5721 | 2024.08.28 17:55:33.426349 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5722 | 2024.08.28 17:55:33.426385 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5723 | 2024.08.28 17:55:33.426767 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5724 | 2024.08.28 17:55:33.427118 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5725 | 2024.08.28 17:55:33.427285 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001415 sec., 8480.565371024735 rows/sec., 585.25 KiB/sec. | ||
5726 | 2024.08.28 17:55:33.427441 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Debug> DynamicQueryHandler: Done processing query | ||
5727 | 2024.08.28 17:55:33.427465 [ 3 ] {74a65b11-e11d-4ba2-a81e-17a4bd6da42e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5728 | 2024.08.28 17:55:33.427481 [ 3 ] {} <Debug> HTTP-Session: 5f97e0ef-74d5-4676-b317-e95be462ae2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5729 | 2024.08.28 17:55:38.415244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5730 | 2024.08.28 17:55:38.415406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5731 | 2024.08.28 17:55:38.415453 [ 3 ] {} <Debug> HTTP-Session: 78f257dd-a02e-45ed-8bb9-24f19e4460ca Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5732 | 2024.08.28 17:55:38.415498 [ 3 ] {} <Debug> HTTP-Session: 78f257dd-a02e-45ed-8bb9-24f19e4460ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5733 | 2024.08.28 17:55:38.415531 [ 3 ] {} <Debug> HTTP-Session: 78f257dd-a02e-45ed-8bb9-24f19e4460ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.08.28 17:55:38.415613 [ 3 ] {} <Trace> HTTP-Session: 78f257dd-a02e-45ed-8bb9-24f19e4460ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5735 | 2024.08.28 17:55:38.415927 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5736 | 2024.08.28 17:55:38.416036 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5737 | 2024.08.28 17:55:38.416545 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5738 | 2024.08.28 17:55:38.417034 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5739 | 2024.08.28 17:55:38.417077 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5740 | 2024.08.28 17:55:38.417506 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5741 | 2024.08.28 17:55:38.417910 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5742 | 2024.08.28 17:55:38.418063 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002251 sec., 25766.326077298978 rows/sec., 1.99 MiB/sec. | ||
5743 | 2024.08.28 17:55:38.418284 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Debug> DynamicQueryHandler: Done processing query | ||
5744 | 2024.08.28 17:55:38.418311 [ 3 ] {efa25f64-97be-41ab-bac9-718b76695778} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5745 | 2024.08.28 17:55:38.418327 [ 3 ] {} <Debug> HTTP-Session: 78f257dd-a02e-45ed-8bb9-24f19e4460ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5746 | 2024.08.28 17:55:38.418489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5747 | 2024.08.28 17:55:38.418545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5748 | 2024.08.28 17:55:38.418566 [ 3 ] {} <Debug> HTTP-Session: 441de2ab-369e-448f-969d-ea31fc4053c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5749 | 2024.08.28 17:55:38.418584 [ 3 ] {} <Debug> HTTP-Session: 441de2ab-369e-448f-969d-ea31fc4053c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5750 | 2024.08.28 17:55:38.418599 [ 3 ] {} <Debug> HTTP-Session: 441de2ab-369e-448f-969d-ea31fc4053c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.08.28 17:55:38.418637 [ 3 ] {} <Trace> HTTP-Session: 441de2ab-369e-448f-969d-ea31fc4053c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5752 | 2024.08.28 17:55:38.418743 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5753 | 2024.08.28 17:55:38.418791 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5754 | 2024.08.28 17:55:38.419031 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5755 | 2024.08.28 17:55:38.419343 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5756 | 2024.08.28 17:55:38.419380 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5757 | 2024.08.28 17:55:38.419737 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5758 | 2024.08.28 17:55:38.420117 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5759 | 2024.08.28 17:55:38.420253 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 48.89 KiB/sec. | ||
5760 | 2024.08.28 17:55:38.420550 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Debug> DynamicQueryHandler: Done processing query | ||
5761 | 2024.08.28 17:55:38.420605 [ 3 ] {945c4b75-2e6f-4966-9dd9-27cee0497865} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5762 | 2024.08.28 17:55:38.420659 [ 3 ] {} <Debug> HTTP-Session: 441de2ab-369e-448f-969d-ea31fc4053c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5763 | 2024.08.28 17:55:38.420836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5764 | 2024.08.28 17:55:38.420887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5765 | 2024.08.28 17:55:38.420906 [ 3 ] {} <Debug> HTTP-Session: 713ac038-40a4-4d9b-9e98-1053a54ca0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5766 | 2024.08.28 17:55:38.420923 [ 3 ] {} <Debug> HTTP-Session: 713ac038-40a4-4d9b-9e98-1053a54ca0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5767 | 2024.08.28 17:55:38.420939 [ 3 ] {} <Debug> HTTP-Session: 713ac038-40a4-4d9b-9e98-1053a54ca0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.08.28 17:55:38.420972 [ 3 ] {} <Trace> HTTP-Session: 713ac038-40a4-4d9b-9e98-1053a54ca0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5769 | 2024.08.28 17:55:38.421095 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5770 | 2024.08.28 17:55:38.421142 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5771 | 2024.08.28 17:55:38.421397 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5772 | 2024.08.28 17:55:38.421779 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5773 | 2024.08.28 17:55:38.421821 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5774 | 2024.08.28 17:55:38.422198 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5775 | 2024.08.28 17:55:38.422567 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5776 | 2024.08.28 17:55:38.422699 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001647 sec., 39465.69520340012 rows/sec., 3.08 MiB/sec. | ||
5777 | 2024.08.28 17:55:38.422874 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Debug> DynamicQueryHandler: Done processing query | ||
5778 | 2024.08.28 17:55:38.422900 [ 3 ] {a21e914b-81a6-45d7-98c4-2c88dd18b8e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5779 | 2024.08.28 17:55:38.422916 [ 3 ] {} <Debug> HTTP-Session: 713ac038-40a4-4d9b-9e98-1053a54ca0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5780 | 2024.08.28 17:55:38.423073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5781 | 2024.08.28 17:55:38.423123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5782 | 2024.08.28 17:55:38.423143 [ 3 ] {} <Debug> HTTP-Session: c635b887-04ec-4cc9-9477-503a48967e50 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5783 | 2024.08.28 17:55:38.423160 [ 3 ] {} <Debug> HTTP-Session: c635b887-04ec-4cc9-9477-503a48967e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5784 | 2024.08.28 17:55:38.423175 [ 3 ] {} <Debug> HTTP-Session: c635b887-04ec-4cc9-9477-503a48967e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.08.28 17:55:38.423208 [ 3 ] {} <Trace> HTTP-Session: c635b887-04ec-4cc9-9477-503a48967e50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5786 | 2024.08.28 17:55:38.423363 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5787 | 2024.08.28 17:55:38.423413 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5788 | 2024.08.28 17:55:38.423563 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5789 | 2024.08.28 17:55:38.423937 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5790 | 2024.08.28 17:55:38.423973 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5791 | 2024.08.28 17:55:38.424366 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5792 | 2024.08.28 17:55:38.424717 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5793 | 2024.08.28 17:55:38.424843 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5794 | 2024.08.28 17:55:38.424847 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
5795 | 2024.08.28 17:55:38.424892 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5796 | 2024.08.28 17:55:38.424934 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5797 | 2024.08.28 17:55:38.425082 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Debug> DynamicQueryHandler: Done processing query | ||
5798 | 2024.08.28 17:55:38.425144 [ 3 ] {e7d164ad-5e41-4aff-97a3-b02e8f87d30a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5799 | 2024.08.28 17:55:38.425200 [ 3 ] {} <Debug> HTTP-Session: c635b887-04ec-4cc9-9477-503a48967e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.08.28 17:55:38.425259 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
5801 | 2024.08.28 17:55:38.425377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5802 | 2024.08.28 17:55:38.425463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5803 | 2024.08.28 17:55:38.425518 [ 3 ] {} <Debug> HTTP-Session: b110ebea-f1e1-4a34-88e3-a86e60e712c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5804 | 2024.08.28 17:55:38.425571 [ 3 ] {} <Debug> HTTP-Session: b110ebea-f1e1-4a34-88e3-a86e60e712c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5805 | 2024.08.28 17:55:38.425610 [ 3 ] {} <Debug> HTTP-Session: b110ebea-f1e1-4a34-88e3-a86e60e712c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5806 | 2024.08.28 17:55:38.425671 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5807 | 2024.08.28 17:55:38.425689 [ 3 ] {} <Trace> HTTP-Session: b110ebea-f1e1-4a34-88e3-a86e60e712c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5808 | 2024.08.28 17:55:38.425752 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6728 rows starting from the beginning of the part | ||
5809 | 2024.08.28 17:55:38.426013 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 240 rows starting from the beginning of the part | ||
5810 | 2024.08.28 17:55:38.426034 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5811 | 2024.08.28 17:55:38.426369 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 161 rows starting from the beginning of the part | ||
5812 | 2024.08.28 17:55:38.426424 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5813 | 2024.08.28 17:55:38.426788 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 891 rows starting from the beginning of the part | ||
5814 | 2024.08.28 17:55:38.427218 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
5815 | 2024.08.28 17:55:38.427619 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
5816 | 2024.08.28 17:55:38.429151 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5817 | 2024.08.28 17:55:38.430395 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5818 | 2024.08.28 17:55:38.430447 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5819 | 2024.08.28 17:55:38.432050 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5820 | 2024.08.28 17:55:38.432832 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5821 | 2024.08.28 17:55:38.433051 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.007215 sec., 138.6001386001386 rows/sec., 254.33 KiB/sec. | ||
5822 | 2024.08.28 17:55:38.433714 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Debug> DynamicQueryHandler: Done processing query | ||
5823 | 2024.08.28 17:55:38.433739 [ 3 ] {4905c38f-3e58-4975-8a39-e2a9769ba30a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5824 | 2024.08.28 17:55:38.433756 [ 3 ] {} <Debug> HTTP-Session: b110ebea-f1e1-4a34-88e3-a86e60e712c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5825 | 2024.08.28 17:55:38.433937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5826 | 2024.08.28 17:55:38.434085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5827 | 2024.08.28 17:55:38.434116 [ 3 ] {} <Debug> HTTP-Session: 4a10338a-65be-4fa3-a3e8-03e1551281a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5828 | 2024.08.28 17:55:38.434146 [ 3 ] {} <Debug> HTTP-Session: 4a10338a-65be-4fa3-a3e8-03e1551281a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.08.28 17:55:38.434166 [ 3 ] {} <Debug> HTTP-Session: 4a10338a-65be-4fa3-a3e8-03e1551281a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5830 | 2024.08.28 17:55:38.434163 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8213 rows, containing 5 columns (5 merged, 0 gathered) in 0.009116383 sec., 900905.5455436656 rows/sec., 60.60 MiB/sec. | ||
5831 | 2024.08.28 17:55:38.434211 [ 3 ] {} <Trace> HTTP-Session: 4a10338a-65be-4fa3-a3e8-03e1551281a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5832 | 2024.08.28 17:55:38.434432 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5833 | 2024.08.28 17:55:38.434477 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5834 | 2024.08.28 17:55:38.434523 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5835 | 2024.08.28 17:55:38.434918 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5836 | 2024.08.28 17:55:38.435579 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5837 | 2024.08.28 17:55:38.435683 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5838 | 2024.08.28 17:55:38.435754 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5839 | 2024.08.28 17:55:38.435791 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5840 | 2024.08.28 17:55:38.435980 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
5841 | 2024.08.28 17:55:38.436280 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5842 | 2024.08.28 17:55:38.436624 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5843 | 2024.08.28 17:55:38.436755 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002415 sec., 24844.72049689441 rows/sec., 1.67 MiB/sec. | ||
5844 | 2024.08.28 17:55:38.436916 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Debug> DynamicQueryHandler: Done processing query | ||
5845 | 2024.08.28 17:55:38.436941 [ 3 ] {4995f3c0-26bf-465a-a514-0a81a457d615} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5846 | 2024.08.28 17:55:38.436957 [ 3 ] {} <Debug> HTTP-Session: 4a10338a-65be-4fa3-a3e8-03e1551281a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5847 | 2024.08.28 17:55:43.420776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5848 | 2024.08.28 17:55:43.420966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5849 | 2024.08.28 17:55:43.421012 [ 3 ] {} <Debug> HTTP-Session: b2bcc0de-a89d-48b5-9720-b55ddb93aaf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5850 | 2024.08.28 17:55:43.421054 [ 3 ] {} <Debug> HTTP-Session: b2bcc0de-a89d-48b5-9720-b55ddb93aaf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5851 | 2024.08.28 17:55:43.421085 [ 3 ] {} <Debug> HTTP-Session: b2bcc0de-a89d-48b5-9720-b55ddb93aaf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5852 | 2024.08.28 17:55:43.421165 [ 3 ] {} <Trace> HTTP-Session: b2bcc0de-a89d-48b5-9720-b55ddb93aaf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5853 | 2024.08.28 17:55:43.421591 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5854 | 2024.08.28 17:55:43.421684 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5855 | 2024.08.28 17:55:43.422025 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5856 | 2024.08.28 17:55:43.422643 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5857 | 2024.08.28 17:55:43.422693 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5858 | 2024.08.28 17:55:43.423158 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5859 | 2024.08.28 17:55:43.423570 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5860 | 2024.08.28 17:55:43.423759 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002366 sec., 110312.764158918 rows/sec., 9.80 MiB/sec. | ||
5861 | 2024.08.28 17:55:43.424167 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Debug> DynamicQueryHandler: Done processing query | ||
5862 | 2024.08.28 17:55:43.424197 [ 3 ] {b5ed4d1b-87c8-4779-9412-1f9d42d3a40a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5863 | 2024.08.28 17:55:43.424214 [ 3 ] {} <Debug> HTTP-Session: b2bcc0de-a89d-48b5-9720-b55ddb93aaf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5864 | 2024.08.28 17:55:43.424419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5865 | 2024.08.28 17:55:43.424478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5866 | 2024.08.28 17:55:43.424498 [ 3 ] {} <Debug> HTTP-Session: 3878b7a0-d0ab-47fb-a1ea-3544bb3e210a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5867 | 2024.08.28 17:55:43.424517 [ 3 ] {} <Debug> HTTP-Session: 3878b7a0-d0ab-47fb-a1ea-3544bb3e210a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5868 | 2024.08.28 17:55:43.424532 [ 3 ] {} <Debug> HTTP-Session: 3878b7a0-d0ab-47fb-a1ea-3544bb3e210a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5869 | 2024.08.28 17:55:43.424568 [ 3 ] {} <Trace> HTTP-Session: 3878b7a0-d0ab-47fb-a1ea-3544bb3e210a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5870 | 2024.08.28 17:55:43.424698 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5871 | 2024.08.28 17:55:43.424749 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5872 | 2024.08.28 17:55:43.425021 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5873 | 2024.08.28 17:55:43.425361 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5874 | 2024.08.28 17:55:43.425400 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5875 | 2024.08.28 17:55:43.425776 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5876 | 2024.08.28 17:55:43.426151 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5877 | 2024.08.28 17:55:43.426321 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001659 sec., 21699.8191681736 rows/sec., 1.59 MiB/sec. | ||
5878 | 2024.08.28 17:55:43.426658 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Debug> DynamicQueryHandler: Done processing query | ||
5879 | 2024.08.28 17:55:43.426686 [ 3 ] {acf5ba88-7701-4852-a3b2-61b8250fa314} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5880 | 2024.08.28 17:55:43.426702 [ 3 ] {} <Debug> HTTP-Session: 3878b7a0-d0ab-47fb-a1ea-3544bb3e210a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5881 | 2024.08.28 17:55:43.426859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5882 | 2024.08.28 17:55:43.426913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5883 | 2024.08.28 17:55:43.426933 [ 3 ] {} <Debug> HTTP-Session: 8d657fbd-0a4c-4f2e-a1f9-5cdf56608a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5884 | 2024.08.28 17:55:43.426952 [ 3 ] {} <Debug> HTTP-Session: 8d657fbd-0a4c-4f2e-a1f9-5cdf56608a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.08.28 17:55:43.426966 [ 3 ] {} <Debug> HTTP-Session: 8d657fbd-0a4c-4f2e-a1f9-5cdf56608a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5886 | 2024.08.28 17:55:43.427000 [ 3 ] {} <Trace> HTTP-Session: 8d657fbd-0a4c-4f2e-a1f9-5cdf56608a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5887 | 2024.08.28 17:55:43.427114 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5888 | 2024.08.28 17:55:43.427161 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5889 | 2024.08.28 17:55:43.427418 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5890 | 2024.08.28 17:55:43.427737 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5891 | 2024.08.28 17:55:43.427775 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5892 | 2024.08.28 17:55:43.428143 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5893 | 2024.08.28 17:55:43.428520 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5894 | 2024.08.28 17:55:43.428684 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001599 sec., 8755.472170106317 rows/sec., 613.18 KiB/sec. | ||
5895 | 2024.08.28 17:55:43.429012 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Debug> DynamicQueryHandler: Done processing query | ||
5896 | 2024.08.28 17:55:43.429038 [ 3 ] {a6f0cf36-2cb1-43e1-9d99-7c6bda333c7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5897 | 2024.08.28 17:55:43.429054 [ 3 ] {} <Debug> HTTP-Session: 8d657fbd-0a4c-4f2e-a1f9-5cdf56608a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5898 | 2024.08.28 17:55:43.429184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5899 | 2024.08.28 17:55:43.429237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5900 | 2024.08.28 17:55:43.429257 [ 3 ] {} <Debug> HTTP-Session: 6ed596b4-16cb-424f-8207-5307ed702bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5901 | 2024.08.28 17:55:43.429274 [ 3 ] {} <Debug> HTTP-Session: 6ed596b4-16cb-424f-8207-5307ed702bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5902 | 2024.08.28 17:55:43.429288 [ 3 ] {} <Debug> HTTP-Session: 6ed596b4-16cb-424f-8207-5307ed702bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.08.28 17:55:43.429320 [ 3 ] {} <Trace> HTTP-Session: 6ed596b4-16cb-424f-8207-5307ed702bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5904 | 2024.08.28 17:55:43.429420 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5905 | 2024.08.28 17:55:43.429465 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5906 | 2024.08.28 17:55:43.429716 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5907 | 2024.08.28 17:55:43.429991 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5908 | 2024.08.28 17:55:43.430027 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5909 | 2024.08.28 17:55:43.430379 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5910 | 2024.08.28 17:55:43.430742 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5911 | 2024.08.28 17:55:43.430897 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 235.70 KiB/sec. | ||
5912 | 2024.08.28 17:55:43.431055 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Debug> DynamicQueryHandler: Done processing query | ||
5913 | 2024.08.28 17:55:43.431081 [ 3 ] {90a25c10-e56d-4da7-bd46-531d01dd7dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5914 | 2024.08.28 17:55:43.431097 [ 3 ] {} <Debug> HTTP-Session: 6ed596b4-16cb-424f-8207-5307ed702bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5915 | 2024.08.28 17:55:43.431310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5916 | 2024.08.28 17:55:43.431366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5917 | 2024.08.28 17:55:43.431386 [ 3 ] {} <Debug> HTTP-Session: 7deacfaf-2aa0-4d89-a4d0-359aa8cbf718 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5918 | 2024.08.28 17:55:43.431404 [ 3 ] {} <Debug> HTTP-Session: 7deacfaf-2aa0-4d89-a4d0-359aa8cbf718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5919 | 2024.08.28 17:55:43.431419 [ 3 ] {} <Debug> HTTP-Session: 7deacfaf-2aa0-4d89-a4d0-359aa8cbf718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.08.28 17:55:43.431450 [ 3 ] {} <Trace> HTTP-Session: 7deacfaf-2aa0-4d89-a4d0-359aa8cbf718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5921 | 2024.08.28 17:55:43.431691 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5922 | 2024.08.28 17:55:43.431736 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5923 | 2024.08.28 17:55:43.431960 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5924 | 2024.08.28 17:55:43.432489 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5925 | 2024.08.28 17:55:43.432531 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5926 | 2024.08.28 17:55:43.432973 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5927 | 2024.08.28 17:55:43.433347 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5928 | 2024.08.28 17:55:43.433509 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.001961 sec., 213156.5527791943 rows/sec., 15.22 MiB/sec. | ||
5929 | 2024.08.28 17:55:43.433665 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Debug> DynamicQueryHandler: Done processing query | ||
5930 | 2024.08.28 17:55:43.433689 [ 3 ] {1867d896-284b-4e29-b7cc-47a16a1af8a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
5931 | 2024.08.28 17:55:43.433705 [ 3 ] {} <Debug> HTTP-Session: 7deacfaf-2aa0-4d89-a4d0-359aa8cbf718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5932 | 2024.08.28 17:55:43.433870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5933 | 2024.08.28 17:55:43.433920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5934 | 2024.08.28 17:55:43.433940 [ 3 ] {} <Debug> HTTP-Session: 507d047d-78db-4dc4-b007-3d381c9182a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5935 | 2024.08.28 17:55:43.433957 [ 3 ] {} <Debug> HTTP-Session: 507d047d-78db-4dc4-b007-3d381c9182a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5936 | 2024.08.28 17:55:43.433972 [ 3 ] {} <Debug> HTTP-Session: 507d047d-78db-4dc4-b007-3d381c9182a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5937 | 2024.08.28 17:55:43.434002 [ 3 ] {} <Trace> HTTP-Session: 507d047d-78db-4dc4-b007-3d381c9182a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5938 | 2024.08.28 17:55:43.434097 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5939 | 2024.08.28 17:55:43.434143 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5940 | 2024.08.28 17:55:43.434272 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5941 | 2024.08.28 17:55:43.434507 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5942 | 2024.08.28 17:55:43.434544 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5943 | 2024.08.28 17:55:43.434921 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5944 | 2024.08.28 17:55:43.435254 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5945 | 2024.08.28 17:55:43.435408 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
5946 | 2024.08.28 17:55:43.435599 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Debug> DynamicQueryHandler: Done processing query | ||
5947 | 2024.08.28 17:55:43.435624 [ 3 ] {e9c30831-6739-406c-9586-36836bdcfaf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5948 | 2024.08.28 17:55:43.435640 [ 3 ] {} <Debug> HTTP-Session: 507d047d-78db-4dc4-b007-3d381c9182a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.08.28 17:55:43.435833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5950 | 2024.08.28 17:55:43.435882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5951 | 2024.08.28 17:55:43.435902 [ 3 ] {} <Debug> HTTP-Session: 78de10f1-263b-440c-804a-3b2fc5ff3ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5952 | 2024.08.28 17:55:43.435919 [ 3 ] {} <Debug> HTTP-Session: 78de10f1-263b-440c-804a-3b2fc5ff3ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5953 | 2024.08.28 17:55:43.435933 [ 3 ] {} <Debug> HTTP-Session: 78de10f1-263b-440c-804a-3b2fc5ff3ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.08.28 17:55:43.435964 [ 3 ] {} <Trace> HTTP-Session: 78de10f1-263b-440c-804a-3b2fc5ff3ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5955 | 2024.08.28 17:55:43.436131 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5956 | 2024.08.28 17:55:43.436178 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5957 | 2024.08.28 17:55:43.436323 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5958 | 2024.08.28 17:55:43.436705 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5959 | 2024.08.28 17:55:43.436742 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5960 | 2024.08.28 17:55:43.437128 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5961 | 2024.08.28 17:55:43.437466 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5962 | 2024.08.28 17:55:43.437625 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001579 sec., 150094.99683343887 rows/sec., 10.06 MiB/sec. | ||
5963 | 2024.08.28 17:55:43.437782 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Debug> DynamicQueryHandler: Done processing query | ||
5964 | 2024.08.28 17:55:43.437807 [ 3 ] {336d7169-d1bb-4e83-ab6a-d31bec10bb22} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5965 | 2024.08.28 17:55:43.437823 [ 3 ] {} <Debug> HTTP-Session: 78de10f1-263b-440c-804a-3b2fc5ff3ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.08.28 17:55:43.437974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5967 | 2024.08.28 17:55:43.438022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5968 | 2024.08.28 17:55:43.438040 [ 3 ] {} <Debug> HTTP-Session: 0afc708e-c05d-4d85-95ff-6d9428954b06 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5969 | 2024.08.28 17:55:43.438057 [ 3 ] {} <Debug> HTTP-Session: 0afc708e-c05d-4d85-95ff-6d9428954b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5970 | 2024.08.28 17:55:43.438070 [ 3 ] {} <Debug> HTTP-Session: 0afc708e-c05d-4d85-95ff-6d9428954b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.08.28 17:55:43.438100 [ 3 ] {} <Trace> HTTP-Session: 0afc708e-c05d-4d85-95ff-6d9428954b06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5972 | 2024.08.28 17:55:43.438193 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5973 | 2024.08.28 17:55:43.438239 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5974 | 2024.08.28 17:55:43.438369 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5975 | 2024.08.28 17:55:43.438621 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2024.08.28 17:55:43.438656 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5977 | 2024.08.28 17:55:43.439007 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5978 | 2024.08.28 17:55:43.439342 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2024.08.28 17:55:43.439494 [ 137 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5980 | 2024.08.28 17:55:43.439502 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
5981 | 2024.08.28 17:55:43.439583 [ 137 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5982 | 2024.08.28 17:55:43.439653 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
5983 | 2024.08.28 17:55:43.439837 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Debug> DynamicQueryHandler: Done processing query | ||
5984 | 2024.08.28 17:55:43.439902 [ 3 ] {2347ada5-b166-4b79-bb70-da477809a595} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5985 | 2024.08.28 17:55:43.439972 [ 3 ] {} <Debug> HTTP-Session: 0afc708e-c05d-4d85-95ff-6d9428954b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5986 | 2024.08.28 17:55:43.439990 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
5987 | 2024.08.28 17:55:43.440239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5988 | 2024.08.28 17:55:43.440307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5989 | 2024.08.28 17:55:43.440311 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5990 | 2024.08.28 17:55:43.440331 [ 3 ] {} <Debug> HTTP-Session: af4504e2-730f-41c5-b8ac-fc21b508ed73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
5991 | 2024.08.28 17:55:43.440357 [ 3 ] {} <Debug> HTTP-Session: af4504e2-730f-41c5-b8ac-fc21b508ed73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.08.28 17:55:43.440361 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
5993 | 2024.08.28 17:55:43.440372 [ 3 ] {} <Debug> HTTP-Session: af4504e2-730f-41c5-b8ac-fc21b508ed73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5994 | 2024.08.28 17:55:43.440414 [ 3 ] {} <Trace> HTTP-Session: af4504e2-730f-41c5-b8ac-fc21b508ed73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5995 | 2024.08.28 17:55:43.440488 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5996 | 2024.08.28 17:55:43.440739 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5997 | 2024.08.28 17:55:43.440997 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5998 | 2024.08.28 17:55:43.441085 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5999 | 2024.08.28 17:55:43.441309 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
6000 | 2024.08.28 17:55:43.441490 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6001 | 2024.08.28 17:55:43.441633 [ 200 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
6002 | 2024.08.28 17:55:43.443358 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6003 | 2024.08.28 17:55:43.443917 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.004169483 sec., 2638.216776516417 rows/sec., 176.83 KiB/sec. | ||
6004 | 2024.08.28 17:55:43.444183 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6005 | 2024.08.28 17:55:43.444569 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6006 | 2024.08.28 17:55:43.444658 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6007 | 2024.08.28 17:55:43.445233 [ 187 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6008 | 2024.08.28 17:55:43.445475 [ 187 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_11_2} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6009 | 2024.08.28 17:55:43.445684 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
6010 | 2024.08.28 17:55:43.446003 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6011 | 2024.08.28 17:55:43.446442 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6012 | 2024.08.28 17:55:43.446624 [ 137 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6013 | 2024.08.28 17:55:43.446647 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.006079 sec., 5922.026649119921 rows/sec., 10.61 MiB/sec. | ||
6014 | 2024.08.28 17:55:43.446686 [ 137 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6015 | 2024.08.28 17:55:43.446761 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6016 | 2024.08.28 17:55:43.447096 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
6017 | 2024.08.28 17:55:43.447248 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Debug> DynamicQueryHandler: Done processing query | ||
6018 | 2024.08.28 17:55:43.447306 [ 3 ] {abf7151b-1585-453b-b92b-9e69ae941066} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6019 | 2024.08.28 17:55:43.447359 [ 3 ] {} <Debug> HTTP-Session: af4504e2-730f-41c5-b8ac-fc21b508ed73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.08.28 17:55:43.447560 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6021 | 2024.08.28 17:55:43.447612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6022 | 2024.08.28 17:55:43.447678 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 366 rows starting from the beginning of the part | ||
6023 | 2024.08.28 17:55:43.447706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6024 | 2024.08.28 17:55:43.447761 [ 3 ] {} <Debug> HTTP-Session: b0472835-3f65-4401-9877-0e5828b430d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6025 | 2024.08.28 17:55:43.447799 [ 3 ] {} <Debug> HTTP-Session: b0472835-3f65-4401-9877-0e5828b430d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6026 | 2024.08.28 17:55:43.447829 [ 3 ] {} <Debug> HTTP-Session: b0472835-3f65-4401-9877-0e5828b430d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6027 | 2024.08.28 17:55:43.447955 [ 3 ] {} <Trace> HTTP-Session: b0472835-3f65-4401-9877-0e5828b430d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6028 | 2024.08.28 17:55:43.448314 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
6029 | 2024.08.28 17:55:43.448327 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6030 | 2024.08.28 17:55:43.448443 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6031 | 2024.08.28 17:55:43.449117 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
6032 | 2024.08.28 17:55:43.449418 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6033 | 2024.08.28 17:55:43.449954 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
6034 | 2024.08.28 17:55:43.450718 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6035 | 2024.08.28 17:55:43.450770 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
6036 | 2024.08.28 17:55:43.450791 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6037 | 2024.08.28 17:55:43.451457 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
6038 | 2024.08.28 17:55:43.452216 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6039 | 2024.08.28 17:55:43.453051 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6040 | 2024.08.28 17:55:43.453371 [ 137 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6041 | 2024.08.28 17:55:43.453476 [ 137 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6042 | 2024.08.28 17:55:43.453490 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005242 sec., 15642.88439526898 rows/sec., 1017.36 KiB/sec. | ||
6043 | 2024.08.28 17:55:43.453536 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6044 | 2024.08.28 17:55:43.453911 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6045 | 2024.08.28 17:55:43.453976 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Debug> DynamicQueryHandler: Done processing query | ||
6046 | 2024.08.28 17:55:43.454043 [ 3 ] {9070e7cd-7d2d-4f71-a949-52e861fbf5c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6047 | 2024.08.28 17:55:43.454109 [ 3 ] {} <Debug> HTTP-Session: b0472835-3f65-4401-9877-0e5828b430d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6048 | 2024.08.28 17:55:43.454434 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6049 | 2024.08.28 17:55:43.454524 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1018 rows starting from the beginning of the part | ||
6050 | 2024.08.28 17:55:43.454846 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6051 | 2024.08.28 17:55:43.455153 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 70 rows starting from the beginning of the part | ||
6052 | 2024.08.28 17:55:43.455454 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
6053 | 2024.08.28 17:55:43.455762 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
6054 | 2024.08.28 17:55:43.456058 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6055 | 2024.08.28 17:55:43.459595 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 4 columns (4 merged, 0 gathered) in 0.005870591 sec., 221783.46268714685 rows/sec., 14.45 MiB/sec. | ||
6056 | 2024.08.28 17:55:43.459834 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6057 | 2024.08.28 17:55:43.460660 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6058 | 2024.08.28 17:55:43.460771 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_26_5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6059 | 2024.08.28 17:55:43.460916 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
6060 | 2024.08.28 17:55:43.461534 [ 189 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 19 columns (19 merged, 0 gathered) in 0.014648996 sec., 32493.69444841135 rows/sec., 58.23 MiB/sec. | ||
6061 | 2024.08.28 17:55:43.462169 [ 195 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6062 | 2024.08.28 17:55:43.462786 [ 195 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6063 | 2024.08.28 17:55:43.462871 [ 195 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6064 | 2024.08.28 17:55:43.463020 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. | ||
6065 | 2024.08.28 17:55:48.010464 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6066 | 2024.08.28 17:55:48.010530 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6067 | 2024.08.28 17:55:48.415225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6068 | 2024.08.28 17:55:48.415342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6069 | 2024.08.28 17:55:48.415367 [ 3 ] {} <Debug> HTTP-Session: b998264a-0594-44d4-8828-134b662c33cf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6070 | 2024.08.28 17:55:48.415392 [ 3 ] {} <Debug> HTTP-Session: b998264a-0594-44d4-8828-134b662c33cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6071 | 2024.08.28 17:55:48.415408 [ 3 ] {} <Debug> HTTP-Session: b998264a-0594-44d4-8828-134b662c33cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6072 | 2024.08.28 17:55:48.415456 [ 3 ] {} <Trace> HTTP-Session: b998264a-0594-44d4-8828-134b662c33cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6073 | 2024.08.28 17:55:48.415660 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6074 | 2024.08.28 17:55:48.415730 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6075 | 2024.08.28 17:55:48.416072 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6076 | 2024.08.28 17:55:48.416557 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6077 | 2024.08.28 17:55:48.416604 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6078 | 2024.08.28 17:55:48.417034 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6079 | 2024.08.28 17:55:48.417448 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6080 | 2024.08.28 17:55:48.417600 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002009 sec., 28870.08461921354 rows/sec., 2.23 MiB/sec. | ||
6081 | 2024.08.28 17:55:48.417821 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Debug> DynamicQueryHandler: Done processing query | ||
6082 | 2024.08.28 17:55:48.417850 [ 3 ] {f2b0c543-6af4-4639-9033-81f26b24e8c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6083 | 2024.08.28 17:55:48.417867 [ 3 ] {} <Debug> HTTP-Session: b998264a-0594-44d4-8828-134b662c33cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6084 | 2024.08.28 17:55:48.418026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6085 | 2024.08.28 17:55:48.418082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6086 | 2024.08.28 17:55:48.418101 [ 3 ] {} <Debug> HTTP-Session: 77ffeb36-23eb-4d7e-aae3-baad060e87c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6087 | 2024.08.28 17:55:48.418121 [ 3 ] {} <Debug> HTTP-Session: 77ffeb36-23eb-4d7e-aae3-baad060e87c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6088 | 2024.08.28 17:55:48.418135 [ 3 ] {} <Debug> HTTP-Session: 77ffeb36-23eb-4d7e-aae3-baad060e87c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6089 | 2024.08.28 17:55:48.418169 [ 3 ] {} <Trace> HTTP-Session: 77ffeb36-23eb-4d7e-aae3-baad060e87c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6090 | 2024.08.28 17:55:48.418276 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6091 | 2024.08.28 17:55:48.418322 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6092 | 2024.08.28 17:55:48.418560 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6093 | 2024.08.28 17:55:48.418867 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6094 | 2024.08.28 17:55:48.418905 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6095 | 2024.08.28 17:55:48.419249 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6096 | 2024.08.28 17:55:48.419623 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6097 | 2024.08.28 17:55:48.419748 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 50.10 KiB/sec. | ||
6098 | 2024.08.28 17:55:48.420037 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Debug> DynamicQueryHandler: Done processing query | ||
6099 | 2024.08.28 17:55:48.420078 [ 3 ] {91e7ab52-5060-4c95-89dd-abcb4bc8a7bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6100 | 2024.08.28 17:55:48.420097 [ 3 ] {} <Debug> HTTP-Session: 77ffeb36-23eb-4d7e-aae3-baad060e87c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6101 | 2024.08.28 17:55:48.420273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6102 | 2024.08.28 17:55:48.420326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6103 | 2024.08.28 17:55:48.420347 [ 3 ] {} <Debug> HTTP-Session: ba13284d-d625-4e0e-95b2-9f49eacf47df Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6104 | 2024.08.28 17:55:48.420365 [ 3 ] {} <Debug> HTTP-Session: ba13284d-d625-4e0e-95b2-9f49eacf47df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6105 | 2024.08.28 17:55:48.420380 [ 3 ] {} <Debug> HTTP-Session: ba13284d-d625-4e0e-95b2-9f49eacf47df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6106 | 2024.08.28 17:55:48.420414 [ 3 ] {} <Trace> HTTP-Session: ba13284d-d625-4e0e-95b2-9f49eacf47df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6107 | 2024.08.28 17:55:48.420547 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6108 | 2024.08.28 17:55:48.420595 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6109 | 2024.08.28 17:55:48.420847 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6110 | 2024.08.28 17:55:48.421201 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6111 | 2024.08.28 17:55:48.421238 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6112 | 2024.08.28 17:55:48.421606 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6113 | 2024.08.28 17:55:48.421980 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6114 | 2024.08.28 17:55:48.422112 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001609 sec., 40397.7625854568 rows/sec., 3.15 MiB/sec. | ||
6115 | 2024.08.28 17:55:48.422341 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Debug> DynamicQueryHandler: Done processing query | ||
6116 | 2024.08.28 17:55:48.422366 [ 3 ] {36815eca-8866-4765-97a1-88aaed7a5d0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6117 | 2024.08.28 17:55:48.422383 [ 3 ] {} <Debug> HTTP-Session: ba13284d-d625-4e0e-95b2-9f49eacf47df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6118 | 2024.08.28 17:55:48.422613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6119 | 2024.08.28 17:55:48.422665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6120 | 2024.08.28 17:55:48.422686 [ 3 ] {} <Debug> HTTP-Session: 523c4d12-6070-4594-84a4-60dee3b9a780 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6121 | 2024.08.28 17:55:48.422703 [ 3 ] {} <Debug> HTTP-Session: 523c4d12-6070-4594-84a4-60dee3b9a780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6122 | 2024.08.28 17:55:48.422718 [ 3 ] {} <Debug> HTTP-Session: 523c4d12-6070-4594-84a4-60dee3b9a780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6123 | 2024.08.28 17:55:48.422751 [ 3 ] {} <Trace> HTTP-Session: 523c4d12-6070-4594-84a4-60dee3b9a780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6124 | 2024.08.28 17:55:48.422899 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6125 | 2024.08.28 17:55:48.422950 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6126 | 2024.08.28 17:55:48.423097 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6127 | 2024.08.28 17:55:48.423480 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6128 | 2024.08.28 17:55:48.423517 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6129 | 2024.08.28 17:55:48.423913 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6130 | 2024.08.28 17:55:48.424272 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6131 | 2024.08.28 17:55:48.424400 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
6132 | 2024.08.28 17:55:48.424559 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Debug> DynamicQueryHandler: Done processing query | ||
6133 | 2024.08.28 17:55:48.424583 [ 3 ] {54d598e4-dbcd-4b55-b585-632b90267d85} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6134 | 2024.08.28 17:55:48.424600 [ 3 ] {} <Debug> HTTP-Session: 523c4d12-6070-4594-84a4-60dee3b9a780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6135 | 2024.08.28 17:55:48.424729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6136 | 2024.08.28 17:55:48.424778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6137 | 2024.08.28 17:55:48.424798 [ 3 ] {} <Debug> HTTP-Session: acc3dbad-b805-475b-a2c7-85c514f65005 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6138 | 2024.08.28 17:55:48.424816 [ 3 ] {} <Debug> HTTP-Session: acc3dbad-b805-475b-a2c7-85c514f65005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6139 | 2024.08.28 17:55:48.424831 [ 3 ] {} <Debug> HTTP-Session: acc3dbad-b805-475b-a2c7-85c514f65005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6140 | 2024.08.28 17:55:48.424863 [ 3 ] {} <Trace> HTTP-Session: acc3dbad-b805-475b-a2c7-85c514f65005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6141 | 2024.08.28 17:55:48.424968 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6142 | 2024.08.28 17:55:48.425032 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6143 | 2024.08.28 17:55:48.425431 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6144 | 2024.08.28 17:55:48.425896 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6145 | 2024.08.28 17:55:48.425933 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6146 | 2024.08.28 17:55:48.426515 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6147 | 2024.08.28 17:55:48.426950 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6148 | 2024.08.28 17:55:48.427102 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002165 sec., 461.8937644341802 rows/sec., 847.56 KiB/sec. | ||
6149 | 2024.08.28 17:55:48.427618 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Debug> DynamicQueryHandler: Done processing query | ||
6150 | 2024.08.28 17:55:48.427643 [ 3 ] {50afcb05-41bc-41bb-a4b7-8caaa2ea8fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6151 | 2024.08.28 17:55:48.427659 [ 3 ] {} <Debug> HTTP-Session: acc3dbad-b805-475b-a2c7-85c514f65005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.08.28 17:55:48.427801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6153 | 2024.08.28 17:55:48.427851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6154 | 2024.08.28 17:55:48.427872 [ 3 ] {} <Debug> HTTP-Session: 492b18bf-0009-4d97-947b-2d4b75c91341 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6155 | 2024.08.28 17:55:48.427888 [ 3 ] {} <Debug> HTTP-Session: 492b18bf-0009-4d97-947b-2d4b75c91341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6156 | 2024.08.28 17:55:48.427903 [ 3 ] {} <Debug> HTTP-Session: 492b18bf-0009-4d97-947b-2d4b75c91341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6157 | 2024.08.28 17:55:48.427935 [ 3 ] {} <Trace> HTTP-Session: 492b18bf-0009-4d97-947b-2d4b75c91341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6158 | 2024.08.28 17:55:48.428063 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6159 | 2024.08.28 17:55:48.428110 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6160 | 2024.08.28 17:55:48.428262 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6161 | 2024.08.28 17:55:48.428562 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6162 | 2024.08.28 17:55:48.428598 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6163 | 2024.08.28 17:55:48.428962 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6164 | 2024.08.28 17:55:48.429302 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6165 | 2024.08.28 17:55:48.429433 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec. | ||
6166 | 2024.08.28 17:55:48.429706 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Debug> DynamicQueryHandler: Done processing query | ||
6167 | 2024.08.28 17:55:48.429737 [ 3 ] {d84b3f25-23f0-4eb1-b60b-3c6cc5f213e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6168 | 2024.08.28 17:55:48.429753 [ 3 ] {} <Debug> HTTP-Session: 492b18bf-0009-4d97-947b-2d4b75c91341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6169 | 2024.08.28 17:55:53.422974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6170 | 2024.08.28 17:55:53.423113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6171 | 2024.08.28 17:55:53.423138 [ 3 ] {} <Debug> HTTP-Session: 30e11616-e53a-43df-905d-2e423eaf6cf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6172 | 2024.08.28 17:55:53.423163 [ 3 ] {} <Debug> HTTP-Session: 30e11616-e53a-43df-905d-2e423eaf6cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6173 | 2024.08.28 17:55:53.423179 [ 3 ] {} <Debug> HTTP-Session: 30e11616-e53a-43df-905d-2e423eaf6cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.08.28 17:55:53.423229 [ 3 ] {} <Trace> HTTP-Session: 30e11616-e53a-43df-905d-2e423eaf6cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6175 | 2024.08.28 17:55:53.423438 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6176 | 2024.08.28 17:55:53.423512 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6177 | 2024.08.28 17:55:53.423902 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6178 | 2024.08.28 17:55:53.424412 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6179 | 2024.08.28 17:55:53.424461 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6180 | 2024.08.28 17:55:53.424891 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6181 | 2024.08.28 17:55:53.425298 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6182 | 2024.08.28 17:55:53.425481 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002105 sec., 950.1187648456057 rows/sec., 77.48 KiB/sec. | ||
6183 | 2024.08.28 17:55:53.425825 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Debug> DynamicQueryHandler: Done processing query | ||
6184 | 2024.08.28 17:55:53.425853 [ 3 ] {68aee638-ca9d-459a-8707-f8377a4952a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6185 | 2024.08.28 17:55:53.425870 [ 3 ] {} <Debug> HTTP-Session: 30e11616-e53a-43df-905d-2e423eaf6cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6186 | 2024.08.28 17:55:53.426094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6187 | 2024.08.28 17:55:53.426152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6188 | 2024.08.28 17:55:53.426173 [ 3 ] {} <Debug> HTTP-Session: c124a13d-5803-4b62-aac2-38b2666d7794 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6189 | 2024.08.28 17:55:53.426191 [ 3 ] {} <Debug> HTTP-Session: c124a13d-5803-4b62-aac2-38b2666d7794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6190 | 2024.08.28 17:55:53.426205 [ 3 ] {} <Debug> HTTP-Session: c124a13d-5803-4b62-aac2-38b2666d7794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6191 | 2024.08.28 17:55:53.426242 [ 3 ] {} <Trace> HTTP-Session: c124a13d-5803-4b62-aac2-38b2666d7794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6192 | 2024.08.28 17:55:53.426430 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6193 | 2024.08.28 17:55:53.426482 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6194 | 2024.08.28 17:55:53.426745 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6195 | 2024.08.28 17:55:53.427243 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6196 | 2024.08.28 17:55:53.427282 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6197 | 2024.08.28 17:55:53.427686 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6198 | 2024.08.28 17:55:53.428055 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6199 | 2024.08.28 17:55:53.428235 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Debug> executeQuery: Read 262 rows, 23.81 KiB in 0.001886 sec., 138918.34570519617 rows/sec., 12.33 MiB/sec. | ||
6200 | 2024.08.28 17:55:53.428237 [ 126 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6201 | 2024.08.28 17:55:53.428370 [ 126 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6202 | 2024.08.28 17:55:53.428435 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6203 | 2024.08.28 17:55:53.428534 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Debug> DynamicQueryHandler: Done processing query | ||
6204 | 2024.08.28 17:55:53.428597 [ 3 ] {a230c691-f2cf-4cc4-b860-5b97edfbe6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6205 | 2024.08.28 17:55:53.428641 [ 3 ] {} <Debug> HTTP-Session: c124a13d-5803-4b62-aac2-38b2666d7794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.08.28 17:55:53.428727 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
6207 | 2024.08.28 17:55:53.428866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6208 | 2024.08.28 17:55:53.428983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6209 | 2024.08.28 17:55:53.429026 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6210 | 2024.08.28 17:55:53.429037 [ 3 ] {} <Debug> HTTP-Session: 499d0d33-c868-44ab-a810-537d90fd9e93 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6211 | 2024.08.28 17:55:53.429093 [ 3 ] {} <Debug> HTTP-Session: 499d0d33-c868-44ab-a810-537d90fd9e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.08.28 17:55:53.429096 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1412 rows starting from the beginning of the part | ||
6213 | 2024.08.28 17:55:53.429120 [ 3 ] {} <Debug> HTTP-Session: 499d0d33-c868-44ab-a810-537d90fd9e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6214 | 2024.08.28 17:55:53.429197 [ 3 ] {} <Trace> HTTP-Session: 499d0d33-c868-44ab-a810-537d90fd9e93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6215 | 2024.08.28 17:55:53.429347 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 57 rows starting from the beginning of the part | ||
6216 | 2024.08.28 17:55:53.429673 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6217 | 2024.08.28 17:55:53.429697 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
6218 | 2024.08.28 17:55:53.429801 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6219 | 2024.08.28 17:55:53.429961 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 261 rows starting from the beginning of the part | ||
6220 | 2024.08.28 17:55:53.430344 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 58 rows starting from the beginning of the part | ||
6221 | 2024.08.28 17:55:53.430626 [ 189 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 262 rows starting from the beginning of the part | ||
6222 | 2024.08.28 17:55:53.431400 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6223 | 2024.08.28 17:55:53.432192 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6224 | 2024.08.28 17:55:53.432256 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6225 | 2024.08.28 17:55:53.433285 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6226 | 2024.08.28 17:55:53.434010 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2108 rows, containing 5 columns (5 merged, 0 gathered) in 0.005444462 sec., 387182.4250036092 rows/sec., 34.19 MiB/sec. | ||
6227 | 2024.08.28 17:55:53.434042 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6228 | 2024.08.28 17:55:53.434355 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.00489 sec., 7770.961145194274 rows/sec., 582.14 KiB/sec. | ||
6229 | 2024.08.28 17:55:53.434580 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6230 | 2024.08.28 17:55:53.434949 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Debug> DynamicQueryHandler: Done processing query | ||
6231 | 2024.08.28 17:55:53.435037 [ 3 ] {fac1d338-eb35-4ea1-8a87-1859073d609e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6232 | 2024.08.28 17:55:53.435101 [ 3 ] {} <Debug> HTTP-Session: 499d0d33-c868-44ab-a810-537d90fd9e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6233 | 2024.08.28 17:55:53.435335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6234 | 2024.08.28 17:55:53.435520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6235 | 2024.08.28 17:55:53.435584 [ 3 ] {} <Debug> HTTP-Session: b0cc5177-c6d5-4786-b256-aab239e1dc05 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6236 | 2024.08.28 17:55:53.435647 [ 3 ] {} <Debug> HTTP-Session: b0cc5177-c6d5-4786-b256-aab239e1dc05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6237 | 2024.08.28 17:55:53.435689 [ 3 ] {} <Debug> HTTP-Session: b0cc5177-c6d5-4786-b256-aab239e1dc05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6238 | 2024.08.28 17:55:53.435757 [ 3 ] {} <Trace> HTTP-Session: b0cc5177-c6d5-4786-b256-aab239e1dc05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6239 | 2024.08.28 17:55:53.435972 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6240 | 2024.08.28 17:55:53.435997 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6241 | 2024.08.28 17:55:53.436042 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6242 | 2024.08.28 17:55:53.436213 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_31_6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6243 | 2024.08.28 17:55:53.436414 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
6244 | 2024.08.28 17:55:53.436582 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6245 | 2024.08.28 17:55:53.436939 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6246 | 2024.08.28 17:55:53.436980 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6247 | 2024.08.28 17:55:53.437354 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6248 | 2024.08.28 17:55:53.437750 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6249 | 2024.08.28 17:55:53.437922 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002027 sec., 6906.758756783423 rows/sec., 483.70 KiB/sec. | ||
6250 | 2024.08.28 17:55:53.438100 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Debug> DynamicQueryHandler: Done processing query | ||
6251 | 2024.08.28 17:55:53.438125 [ 3 ] {b6e3595b-d21d-4f79-b6fb-053f2c1b0f33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6252 | 2024.08.28 17:55:53.438142 [ 3 ] {} <Debug> HTTP-Session: b0cc5177-c6d5-4786-b256-aab239e1dc05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6253 | 2024.08.28 17:55:53.438262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6254 | 2024.08.28 17:55:53.438312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6255 | 2024.08.28 17:55:53.438333 [ 3 ] {} <Debug> HTTP-Session: 2e9fcaea-e6e8-4231-906f-1669a49d30ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6256 | 2024.08.28 17:55:53.438349 [ 3 ] {} <Debug> HTTP-Session: 2e9fcaea-e6e8-4231-906f-1669a49d30ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6257 | 2024.08.28 17:55:53.438364 [ 3 ] {} <Debug> HTTP-Session: 2e9fcaea-e6e8-4231-906f-1669a49d30ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6258 | 2024.08.28 17:55:53.438397 [ 3 ] {} <Trace> HTTP-Session: 2e9fcaea-e6e8-4231-906f-1669a49d30ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6259 | 2024.08.28 17:55:53.438495 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6260 | 2024.08.28 17:55:53.438539 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6261 | 2024.08.28 17:55:53.438772 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6262 | 2024.08.28 17:55:53.439067 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6263 | 2024.08.28 17:55:53.439104 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6264 | 2024.08.28 17:55:53.439460 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6265 | 2024.08.28 17:55:53.439825 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6266 | 2024.08.28 17:55:53.440000 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 232.30 KiB/sec. | ||
6267 | 2024.08.28 17:55:53.440314 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Debug> DynamicQueryHandler: Done processing query | ||
6268 | 2024.08.28 17:55:53.440339 [ 3 ] {fb418ed5-af79-4147-8608-b2cb1eecd4dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6269 | 2024.08.28 17:55:53.440355 [ 3 ] {} <Debug> HTTP-Session: 2e9fcaea-e6e8-4231-906f-1669a49d30ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.08.28 17:55:53.440557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6271 | 2024.08.28 17:55:53.440606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6272 | 2024.08.28 17:55:53.440626 [ 3 ] {} <Debug> HTTP-Session: 295571a2-6949-4bb2-8356-d008c965654f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6273 | 2024.08.28 17:55:53.440643 [ 3 ] {} <Debug> HTTP-Session: 295571a2-6949-4bb2-8356-d008c965654f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.08.28 17:55:53.440657 [ 3 ] {} <Debug> HTTP-Session: 295571a2-6949-4bb2-8356-d008c965654f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6275 | 2024.08.28 17:55:53.440688 [ 3 ] {} <Trace> HTTP-Session: 295571a2-6949-4bb2-8356-d008c965654f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6276 | 2024.08.28 17:55:53.440996 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6277 | 2024.08.28 17:55:53.441040 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6278 | 2024.08.28 17:55:53.441284 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6279 | 2024.08.28 17:55:53.441830 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6280 | 2024.08.28 17:55:53.441867 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6281 | 2024.08.28 17:55:53.442242 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6282 | 2024.08.28 17:55:53.442614 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6283 | 2024.08.28 17:55:53.442782 [ 126 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6284 | 2024.08.28 17:55:53.442791 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Debug> executeQuery: Read 420 rows, 30.73 KiB in 0.00198 sec., 212121.21212121213 rows/sec., 15.16 MiB/sec. | ||
6285 | 2024.08.28 17:55:53.442842 [ 126 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6286 | 2024.08.28 17:55:53.442902 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6287 | 2024.08.28 17:55:53.443160 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
6288 | 2024.08.28 17:55:53.443235 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Debug> DynamicQueryHandler: Done processing query | ||
6289 | 2024.08.28 17:55:53.443293 [ 3 ] {1a2a1150-62d3-412f-981c-baf321bd37c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6290 | 2024.08.28 17:55:53.443349 [ 3 ] {} <Debug> HTTP-Session: 295571a2-6949-4bb2-8356-d008c965654f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6291 | 2024.08.28 17:55:53.443442 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6292 | 2024.08.28 17:55:53.443482 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
6293 | 2024.08.28 17:55:53.443563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6294 | 2024.08.28 17:55:53.443756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6295 | 2024.08.28 17:55:53.443765 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 66 rows starting from the beginning of the part | ||
6296 | 2024.08.28 17:55:53.443818 [ 3 ] {} <Debug> HTTP-Session: 7491e68e-4954-46ca-b1c9-2f73788bdec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6297 | 2024.08.28 17:55:53.443878 [ 3 ] {} <Debug> HTTP-Session: 7491e68e-4954-46ca-b1c9-2f73788bdec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6298 | 2024.08.28 17:55:53.443948 [ 3 ] {} <Debug> HTTP-Session: 7491e68e-4954-46ca-b1c9-2f73788bdec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6299 | 2024.08.28 17:55:53.444014 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 65 rows starting from the beginning of the part | ||
6300 | 2024.08.28 17:55:53.444077 [ 3 ] {} <Trace> HTTP-Session: 7491e68e-4954-46ca-b1c9-2f73788bdec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6301 | 2024.08.28 17:55:53.444359 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 418 rows starting from the beginning of the part | ||
6302 | 2024.08.28 17:55:53.444529 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6303 | 2024.08.28 17:55:53.444701 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 65 rows starting from the beginning of the part | ||
6304 | 2024.08.28 17:55:53.444723 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6305 | 2024.08.28 17:55:53.445033 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 420 rows starting from the beginning of the part | ||
6306 | 2024.08.28 17:55:53.445861 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6307 | 2024.08.28 17:55:53.446520 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6308 | 2024.08.28 17:55:53.446582 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6309 | 2024.08.28 17:55:53.447724 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6310 | 2024.08.28 17:55:53.448412 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.005366499 sec., 362061.0010362435 rows/sec., 27.70 MiB/sec. | ||
6311 | 2024.08.28 17:55:53.448425 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6312 | 2024.08.28 17:55:53.448661 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6313 | 2024.08.28 17:55:53.448688 [ 126 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6314 | 2024.08.28 17:55:53.448738 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004388 sec., 1367.3655423883317 rows/sec., 71.44 KiB/sec. | ||
6315 | 2024.08.28 17:55:53.448830 [ 126 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6316 | 2024.08.28 17:55:53.448968 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6317 | 2024.08.28 17:55:53.449428 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Debug> DynamicQueryHandler: Done processing query | ||
6318 | 2024.08.28 17:55:53.449592 [ 3 ] {45bceb3d-7962-45e4-9551-67780a5f1d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6319 | 2024.08.28 17:55:53.449758 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6320 | 2024.08.28 17:55:53.449765 [ 3 ] {} <Debug> HTTP-Session: 7491e68e-4954-46ca-b1c9-2f73788bdec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6321 | 2024.08.28 17:55:53.450253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6322 | 2024.08.28 17:55:53.450428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6323 | 2024.08.28 17:55:53.450489 [ 3 ] {} <Debug> HTTP-Session: fec20c15-f093-48eb-a1b2-02ebd42cee01 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6324 | 2024.08.28 17:55:53.450558 [ 3 ] {} <Debug> HTTP-Session: fec20c15-f093-48eb-a1b2-02ebd42cee01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.08.28 17:55:53.450588 [ 3 ] {} <Debug> HTTP-Session: fec20c15-f093-48eb-a1b2-02ebd42cee01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6326 | 2024.08.28 17:55:53.450587 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6327 | 2024.08.28 17:55:53.450671 [ 3 ] {} <Trace> HTTP-Session: fec20c15-f093-48eb-a1b2-02ebd42cee01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6328 | 2024.08.28 17:55:53.450682 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6329 | 2024.08.28 17:55:53.451054 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6330 | 2024.08.28 17:55:53.451112 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6331 | 2024.08.28 17:55:53.451247 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6332 | 2024.08.28 17:55:53.451444 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_31_6} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6333 | 2024.08.28 17:55:53.451478 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6334 | 2024.08.28 17:55:53.451638 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6335 | 2024.08.28 17:55:53.451908 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6336 | 2024.08.28 17:55:53.452055 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6337 | 2024.08.28 17:55:53.452530 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6338 | 2024.08.28 17:55:53.452912 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
6339 | 2024.08.28 17:55:53.452936 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6340 | 2024.08.28 17:55:53.453770 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6341 | 2024.08.28 17:55:53.453811 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6342 | 2024.08.28 17:55:53.454372 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6343 | 2024.08.28 17:55:53.454857 [ 199 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005753328 sec., 11471.621294666322 rows/sec., 599.35 KiB/sec. | ||
6344 | 2024.08.28 17:55:53.455056 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6345 | 2024.08.28 17:55:53.455106 [ 199 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6346 | 2024.08.28 17:55:53.455391 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004486 sec., 53053.94560855996 rows/sec., 3.56 MiB/sec. | ||
6347 | 2024.08.28 17:55:53.455837 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Debug> DynamicQueryHandler: Done processing query | ||
6348 | 2024.08.28 17:55:53.455879 [ 3 ] {cf24a063-0efc-4a5e-82b9-80626125d16a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6349 | 2024.08.28 17:55:53.455912 [ 3 ] {} <Debug> HTTP-Session: fec20c15-f093-48eb-a1b2-02ebd42cee01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6350 | 2024.08.28 17:55:53.456023 [ 199 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_11_2} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6351 | 2024.08.28 17:55:53.456114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6352 | 2024.08.28 17:55:53.456184 [ 199 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_11_2} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6353 | 2024.08.28 17:55:53.456200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6354 | 2024.08.28 17:55:53.456241 [ 3 ] {} <Debug> HTTP-Session: d9073ab4-63ee-44b0-96fa-124c2afaed29 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6355 | 2024.08.28 17:55:53.456296 [ 3 ] {} <Debug> HTTP-Session: d9073ab4-63ee-44b0-96fa-124c2afaed29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6356 | 2024.08.28 17:55:53.456336 [ 3 ] {} <Debug> HTTP-Session: d9073ab4-63ee-44b0-96fa-124c2afaed29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6357 | 2024.08.28 17:55:53.456347 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6358 | 2024.08.28 17:55:53.456404 [ 3 ] {} <Trace> HTTP-Session: d9073ab4-63ee-44b0-96fa-124c2afaed29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6359 | 2024.08.28 17:55:53.456509 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6360 | 2024.08.28 17:55:53.456556 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6361 | 2024.08.28 17:55:53.456714 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6362 | 2024.08.28 17:55:53.457007 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6363 | 2024.08.28 17:55:53.457043 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6364 | 2024.08.28 17:55:53.457406 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6365 | 2024.08.28 17:55:53.457753 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6366 | 2024.08.28 17:55:53.457915 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec. | ||
6367 | 2024.08.28 17:55:53.458235 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Debug> DynamicQueryHandler: Done processing query | ||
6368 | 2024.08.28 17:55:53.458272 [ 3 ] {ad5dee4c-dfc6-46d0-841d-3a25cd0f8743} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6369 | 2024.08.28 17:55:53.458290 [ 3 ] {} <Debug> HTTP-Session: d9073ab4-63ee-44b0-96fa-124c2afaed29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6370 | 2024.08.28 17:55:53.458460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6371 | 2024.08.28 17:55:53.458517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6372 | 2024.08.28 17:55:53.458537 [ 3 ] {} <Debug> HTTP-Session: 7823cd22-4388-4596-b799-4be8c758ad05 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6373 | 2024.08.28 17:55:53.458554 [ 3 ] {} <Debug> HTTP-Session: 7823cd22-4388-4596-b799-4be8c758ad05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6374 | 2024.08.28 17:55:53.458569 [ 3 ] {} <Debug> HTTP-Session: 7823cd22-4388-4596-b799-4be8c758ad05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.08.28 17:55:53.458600 [ 3 ] {} <Trace> HTTP-Session: 7823cd22-4388-4596-b799-4be8c758ad05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6376 | 2024.08.28 17:55:53.459032 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6377 | 2024.08.28 17:55:53.459105 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6378 | 2024.08.28 17:55:53.459548 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6379 | 2024.08.28 17:55:53.460250 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6380 | 2024.08.28 17:55:53.460287 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6381 | 2024.08.28 17:55:53.460940 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6382 | 2024.08.28 17:55:53.461357 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6383 | 2024.08.28 17:55:53.461508 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002813 sec., 12797.724848915748 rows/sec., 22.93 MiB/sec. | ||
6384 | 2024.08.28 17:55:53.461749 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Debug> DynamicQueryHandler: Done processing query | ||
6385 | 2024.08.28 17:55:53.461781 [ 3 ] {3c83b34f-0e4c-4f5a-b27b-d37fc9ad2abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6386 | 2024.08.28 17:55:53.461798 [ 3 ] {} <Debug> HTTP-Session: 7823cd22-4388-4596-b799-4be8c758ad05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6387 | 2024.08.28 17:55:53.461943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6388 | 2024.08.28 17:55:53.461994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6389 | 2024.08.28 17:55:53.462013 [ 3 ] {} <Debug> HTTP-Session: 33e812d5-932f-4870-a76e-bc5827132ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6390 | 2024.08.28 17:55:53.462030 [ 3 ] {} <Debug> HTTP-Session: 33e812d5-932f-4870-a76e-bc5827132ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6391 | 2024.08.28 17:55:53.462044 [ 3 ] {} <Debug> HTTP-Session: 33e812d5-932f-4870-a76e-bc5827132ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6392 | 2024.08.28 17:55:53.462076 [ 3 ] {} <Trace> HTTP-Session: 33e812d5-932f-4870-a76e-bc5827132ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6393 | 2024.08.28 17:55:53.462215 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6394 | 2024.08.28 17:55:53.462260 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6395 | 2024.08.28 17:55:53.462389 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6396 | 2024.08.28 17:55:53.462675 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6397 | 2024.08.28 17:55:53.462711 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
6398 | 2024.08.28 17:55:53.463083 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6399 | 2024.08.28 17:55:53.463417 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6400 | 2024.08.28 17:55:53.463544 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001384 sec., 59248.5549132948 rows/sec., 3.76 MiB/sec. | ||
6401 | 2024.08.28 17:55:53.463749 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Debug> DynamicQueryHandler: Done processing query | ||
6402 | 2024.08.28 17:55:53.463773 [ 3 ] {abd3dd1f-41b3-4aae-a82c-f521430e9e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6403 | 2024.08.28 17:55:53.463789 [ 3 ] {} <Debug> HTTP-Session: 33e812d5-932f-4870-a76e-bc5827132ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6404 | 2024.08.28 17:55:58.414517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6405 | 2024.08.28 17:55:58.414659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6406 | 2024.08.28 17:55:58.414690 [ 3 ] {} <Debug> HTTP-Session: 6d75bf80-38c1-49fa-bfc0-49a8f6a4e517 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6407 | 2024.08.28 17:55:58.414720 [ 3 ] {} <Debug> HTTP-Session: 6d75bf80-38c1-49fa-bfc0-49a8f6a4e517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6408 | 2024.08.28 17:55:58.414738 [ 3 ] {} <Debug> HTTP-Session: 6d75bf80-38c1-49fa-bfc0-49a8f6a4e517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6409 | 2024.08.28 17:55:58.414794 [ 3 ] {} <Trace> HTTP-Session: 6d75bf80-38c1-49fa-bfc0-49a8f6a4e517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6410 | 2024.08.28 17:55:58.415014 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6411 | 2024.08.28 17:55:58.415090 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6412 | 2024.08.28 17:55:58.415440 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6413 | 2024.08.28 17:55:58.415887 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6414 | 2024.08.28 17:55:58.415928 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6415 | 2024.08.28 17:55:58.416541 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6416 | 2024.08.28 17:55:58.416944 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6417 | 2024.08.28 17:55:58.417101 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002162 sec., 26827.012025901946 rows/sec., 2.08 MiB/sec. | ||
6418 | 2024.08.28 17:55:58.417351 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Debug> DynamicQueryHandler: Done processing query | ||
6419 | 2024.08.28 17:55:58.417379 [ 3 ] {67ab0ec5-68a4-4cfa-a61f-159a18524040} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6420 | 2024.08.28 17:55:58.417395 [ 3 ] {} <Debug> HTTP-Session: 6d75bf80-38c1-49fa-bfc0-49a8f6a4e517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.08.28 17:55:58.417572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6422 | 2024.08.28 17:55:58.417626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6423 | 2024.08.28 17:55:58.417645 [ 3 ] {} <Debug> HTTP-Session: 418a84ca-0393-4ed9-b178-91d0c895b01d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6424 | 2024.08.28 17:55:58.417666 [ 3 ] {} <Debug> HTTP-Session: 418a84ca-0393-4ed9-b178-91d0c895b01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6425 | 2024.08.28 17:55:58.417682 [ 3 ] {} <Debug> HTTP-Session: 418a84ca-0393-4ed9-b178-91d0c895b01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6426 | 2024.08.28 17:55:58.417717 [ 3 ] {} <Trace> HTTP-Session: 418a84ca-0393-4ed9-b178-91d0c895b01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6427 | 2024.08.28 17:55:58.417818 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6428 | 2024.08.28 17:55:58.417865 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6429 | 2024.08.28 17:55:58.418100 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6430 | 2024.08.28 17:55:58.418441 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6431 | 2024.08.28 17:55:58.418478 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6432 | 2024.08.28 17:55:58.418853 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6433 | 2024.08.28 17:55:58.419204 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6434 | 2024.08.28 17:55:58.419350 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 48.39 KiB/sec. | ||
6435 | 2024.08.28 17:55:58.419388 [ 119 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6436 | 2024.08.28 17:55:58.419504 [ 119 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6437 | 2024.08.28 17:55:58.419557 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6438 | 2024.08.28 17:55:58.419649 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Debug> DynamicQueryHandler: Done processing query | ||
6439 | 2024.08.28 17:55:58.419688 [ 3 ] {63284c7c-7bb6-4815-946c-d3a1bd223c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6440 | 2024.08.28 17:55:58.419715 [ 3 ] {} <Debug> HTTP-Session: 418a84ca-0393-4ed9-b178-91d0c895b01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.08.28 17:55:58.419737 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
6442 | 2024.08.28 17:55:58.419881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6443 | 2024.08.28 17:55:58.419939 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6444 | 2024.08.28 17:55:58.419948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6445 | 2024.08.28 17:55:58.419984 [ 3 ] {} <Debug> HTTP-Session: 54741a3a-3ffe-45ed-a6c4-f5b8d78e86e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6446 | 2024.08.28 17:55:58.419989 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 55 rows starting from the beginning of the part | ||
6447 | 2024.08.28 17:55:58.420006 [ 3 ] {} <Debug> HTTP-Session: 54741a3a-3ffe-45ed-a6c4-f5b8d78e86e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6448 | 2024.08.28 17:55:58.420027 [ 3 ] {} <Debug> HTTP-Session: 54741a3a-3ffe-45ed-a6c4-f5b8d78e86e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6449 | 2024.08.28 17:55:58.420080 [ 3 ] {} <Trace> HTTP-Session: 54741a3a-3ffe-45ed-a6c4-f5b8d78e86e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6450 | 2024.08.28 17:55:58.420107 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
6451 | 2024.08.28 17:55:58.420513 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6452 | 2024.08.28 17:55:58.420613 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
6453 | 2024.08.28 17:55:58.420651 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6454 | 2024.08.28 17:55:58.420870 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
6455 | 2024.08.28 17:55:58.421154 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part | ||
6456 | 2024.08.28 17:55:58.421519 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
6457 | 2024.08.28 17:55:58.422151 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6458 | 2024.08.28 17:55:58.422672 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6459 | 2024.08.28 17:55:58.422713 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6460 | 2024.08.28 17:55:58.423269 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6461 | 2024.08.28 17:55:58.423326 [ 199 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 5 columns (5 merged, 0 gathered) in 0.003668622 sec., 35980.81241403448 rows/sec., 2.75 MiB/sec. | ||
6462 | 2024.08.28 17:55:58.423594 [ 199 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6463 | 2024.08.28 17:55:58.423994 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6464 | 2024.08.28 17:55:58.424470 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.004237 sec., 15341.043190936982 rows/sec., 1.20 MiB/sec. | ||
6465 | 2024.08.28 17:55:58.424752 [ 199 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6466 | 2024.08.28 17:55:58.424856 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Debug> DynamicQueryHandler: Done processing query | ||
6467 | 2024.08.28 17:55:58.424899 [ 3 ] {25d69a10-d065-43f9-8c0a-fa38a4a1bf60} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6468 | 2024.08.28 17:55:58.424908 [ 199 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_26_5} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6469 | 2024.08.28 17:55:58.424924 [ 3 ] {} <Debug> HTTP-Session: 54741a3a-3ffe-45ed-a6c4-f5b8d78e86e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.08.28 17:55:58.425048 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6471 | 2024.08.28 17:55:58.425136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6472 | 2024.08.28 17:55:58.425192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6473 | 2024.08.28 17:55:58.425212 [ 3 ] {} <Debug> HTTP-Session: d8864669-afc6-4aeb-ba16-4d6152513dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6474 | 2024.08.28 17:55:58.425229 [ 3 ] {} <Debug> HTTP-Session: d8864669-afc6-4aeb-ba16-4d6152513dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6475 | 2024.08.28 17:55:58.425243 [ 3 ] {} <Debug> HTTP-Session: d8864669-afc6-4aeb-ba16-4d6152513dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6476 | 2024.08.28 17:55:58.425277 [ 3 ] {} <Trace> HTTP-Session: d8864669-afc6-4aeb-ba16-4d6152513dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6477 | 2024.08.28 17:55:58.425457 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6478 | 2024.08.28 17:55:58.425506 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6479 | 2024.08.28 17:55:58.425679 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6480 | 2024.08.28 17:55:58.426058 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6481 | 2024.08.28 17:55:58.426093 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6482 | 2024.08.28 17:55:58.426494 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6483 | 2024.08.28 17:55:58.426845 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6484 | 2024.08.28 17:55:58.427012 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
6485 | 2024.08.28 17:55:58.427197 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Debug> DynamicQueryHandler: Done processing query | ||
6486 | 2024.08.28 17:55:58.427221 [ 3 ] {d8f42b5b-647d-43f7-a30c-4ea8bff5a22e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6487 | 2024.08.28 17:55:58.427237 [ 3 ] {} <Debug> HTTP-Session: d8864669-afc6-4aeb-ba16-4d6152513dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6488 | 2024.08.28 17:55:58.427356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6489 | 2024.08.28 17:55:58.427406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6490 | 2024.08.28 17:55:58.427425 [ 3 ] {} <Debug> HTTP-Session: acfc275c-e2a9-4c2c-a399-80f601af4fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6491 | 2024.08.28 17:55:58.427441 [ 3 ] {} <Debug> HTTP-Session: acfc275c-e2a9-4c2c-a399-80f601af4fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6492 | 2024.08.28 17:55:58.427456 [ 3 ] {} <Debug> HTTP-Session: acfc275c-e2a9-4c2c-a399-80f601af4fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6493 | 2024.08.28 17:55:58.427489 [ 3 ] {} <Trace> HTTP-Session: acfc275c-e2a9-4c2c-a399-80f601af4fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6494 | 2024.08.28 17:55:58.427594 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6495 | 2024.08.28 17:55:58.427658 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6496 | 2024.08.28 17:55:58.428079 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6497 | 2024.08.28 17:55:58.428493 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6498 | 2024.08.28 17:55:58.428529 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6499 | 2024.08.28 17:55:58.429095 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6500 | 2024.08.28 17:55:58.429500 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6501 | 2024.08.28 17:55:58.429685 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002124 sec., 470.8097928436911 rows/sec., 863.92 KiB/sec. | ||
6502 | 2024.08.28 17:55:58.429894 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Debug> DynamicQueryHandler: Done processing query | ||
6503 | 2024.08.28 17:55:58.429918 [ 3 ] {36f04a7f-e262-44a4-83c8-c6392e404931} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6504 | 2024.08.28 17:55:58.429934 [ 3 ] {} <Debug> HTTP-Session: acfc275c-e2a9-4c2c-a399-80f601af4fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6505 | 2024.08.28 17:55:58.430063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6506 | 2024.08.28 17:55:58.430112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6507 | 2024.08.28 17:55:58.430131 [ 3 ] {} <Debug> HTTP-Session: 3171a285-b0e0-464e-8d66-11ab4ec189e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6508 | 2024.08.28 17:55:58.430148 [ 3 ] {} <Debug> HTTP-Session: 3171a285-b0e0-464e-8d66-11ab4ec189e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6509 | 2024.08.28 17:55:58.430162 [ 3 ] {} <Debug> HTTP-Session: 3171a285-b0e0-464e-8d66-11ab4ec189e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.08.28 17:55:58.430195 [ 3 ] {} <Trace> HTTP-Session: 3171a285-b0e0-464e-8d66-11ab4ec189e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6511 | 2024.08.28 17:55:58.430308 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6512 | 2024.08.28 17:55:58.430354 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6513 | 2024.08.28 17:55:58.430483 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6514 | 2024.08.28 17:55:58.430771 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6515 | 2024.08.28 17:55:58.430806 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6516 | 2024.08.28 17:55:58.431168 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6517 | 2024.08.28 17:55:58.431509 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6518 | 2024.08.28 17:55:58.431669 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
6519 | 2024.08.28 17:55:58.432022 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Debug> DynamicQueryHandler: Done processing query | ||
6520 | 2024.08.28 17:55:58.432047 [ 3 ] {d43e6a04-d68b-4abe-8068-0404cfd9fb7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6521 | 2024.08.28 17:55:58.432063 [ 3 ] {} <Debug> HTTP-Session: 3171a285-b0e0-464e-8d66-11ab4ec189e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6522 | 2024.08.28 17:56:02.561784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6523 | 2024.08.28 17:56:02.561918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6524 | 2024.08.28 17:56:02.561946 [ 3 ] {} <Debug> HTTP-Session: 9593b5f7-b182-4781-b42a-c3e4534483bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6525 | 2024.08.28 17:56:02.561972 [ 3 ] {} <Debug> HTTP-Session: 9593b5f7-b182-4781-b42a-c3e4534483bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6526 | 2024.08.28 17:56:02.561995 [ 3 ] {} <Debug> HTTP-Session: 9593b5f7-b182-4781-b42a-c3e4534483bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6527 | 2024.08.28 17:56:02.562047 [ 3 ] {} <Trace> HTTP-Session: 9593b5f7-b182-4781-b42a-c3e4534483bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6528 | 2024.08.28 17:56:02.562235 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6529 | 2024.08.28 17:56:02.562307 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6530 | 2024.08.28 17:56:02.562650 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6531 | 2024.08.28 17:56:02.563087 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6532 | 2024.08.28 17:56:02.563137 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6533 | 2024.08.28 17:56:02.563640 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6534 | 2024.08.28 17:56:02.564088 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6535 | 2024.08.28 17:56:02.564267 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002074 sec., 964.3201542912248 rows/sec., 78.63 KiB/sec. | ||
6536 | 2024.08.28 17:56:02.564681 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Debug> DynamicQueryHandler: Done processing query | ||
6537 | 2024.08.28 17:56:02.564710 [ 3 ] {1dc15fd4-e977-4998-a3cd-6ab2d187aa65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6538 | 2024.08.28 17:56:02.564727 [ 3 ] {} <Debug> HTTP-Session: 9593b5f7-b182-4781-b42a-c3e4534483bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6539 | 2024.08.28 17:56:02.565050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6540 | 2024.08.28 17:56:02.565111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6541 | 2024.08.28 17:56:02.565132 [ 3 ] {} <Debug> HTTP-Session: 8ec63d74-d326-453c-be35-36254386eab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6542 | 2024.08.28 17:56:02.565151 [ 3 ] {} <Debug> HTTP-Session: 8ec63d74-d326-453c-be35-36254386eab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.08.28 17:56:02.565166 [ 3 ] {} <Debug> HTTP-Session: 8ec63d74-d326-453c-be35-36254386eab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6544 | 2024.08.28 17:56:02.565203 [ 3 ] {} <Trace> HTTP-Session: 8ec63d74-d326-453c-be35-36254386eab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6545 | 2024.08.28 17:56:02.565688 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6546 | 2024.08.28 17:56:02.565739 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6547 | 2024.08.28 17:56:02.566002 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6548 | 2024.08.28 17:56:02.567283 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6549 | 2024.08.28 17:56:02.567321 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6550 | 2024.08.28 17:56:02.567760 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6551 | 2024.08.28 17:56:02.568114 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6552 | 2024.08.28 17:56:02.568262 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Debug> executeQuery: Read 1402 rows, 120.38 KiB in 0.002917 sec., 480630.7850531368 rows/sec., 40.30 MiB/sec. | ||
6553 | 2024.08.28 17:56:02.568541 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Debug> DynamicQueryHandler: Done processing query | ||
6554 | 2024.08.28 17:56:02.568608 [ 3 ] {c86a1552-e0d6-4f71-88fc-c02b0eb537f7} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
6555 | 2024.08.28 17:56:02.568670 [ 3 ] {} <Debug> HTTP-Session: 8ec63d74-d326-453c-be35-36254386eab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6556 | 2024.08.28 17:56:02.568989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6557 | 2024.08.28 17:56:02.569042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6558 | 2024.08.28 17:56:02.569061 [ 3 ] {} <Debug> HTTP-Session: c094173f-8d29-41a3-916f-d29ace22662f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6559 | 2024.08.28 17:56:02.569079 [ 3 ] {} <Debug> HTTP-Session: c094173f-8d29-41a3-916f-d29ace22662f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6560 | 2024.08.28 17:56:02.569093 [ 3 ] {} <Debug> HTTP-Session: c094173f-8d29-41a3-916f-d29ace22662f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.08.28 17:56:02.569127 [ 3 ] {} <Trace> HTTP-Session: c094173f-8d29-41a3-916f-d29ace22662f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6562 | 2024.08.28 17:56:02.569242 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6563 | 2024.08.28 17:56:02.569290 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6564 | 2024.08.28 17:56:02.569542 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6565 | 2024.08.28 17:56:02.569863 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6566 | 2024.08.28 17:56:02.569899 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6567 | 2024.08.28 17:56:02.570236 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6568 | 2024.08.28 17:56:02.570593 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6569 | 2024.08.28 17:56:02.570734 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001528 sec., 24869.109947643978 rows/sec., 1.82 MiB/sec. | ||
6570 | 2024.08.28 17:56:02.571046 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Debug> DynamicQueryHandler: Done processing query | ||
6571 | 2024.08.28 17:56:02.571114 [ 3 ] {b4dd317f-3569-4a34-9296-c07408ae3b23} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6572 | 2024.08.28 17:56:02.571158 [ 3 ] {} <Debug> HTTP-Session: c094173f-8d29-41a3-916f-d29ace22662f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6573 | 2024.08.28 17:56:02.571387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6574 | 2024.08.28 17:56:02.571439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6575 | 2024.08.28 17:56:02.571458 [ 3 ] {} <Debug> HTTP-Session: 9b97bb2d-0046-437a-afe2-6c369cd7ce26 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6576 | 2024.08.28 17:56:02.571475 [ 3 ] {} <Debug> HTTP-Session: 9b97bb2d-0046-437a-afe2-6c369cd7ce26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6577 | 2024.08.28 17:56:02.571489 [ 3 ] {} <Debug> HTTP-Session: 9b97bb2d-0046-437a-afe2-6c369cd7ce26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.08.28 17:56:02.571520 [ 3 ] {} <Trace> HTTP-Session: 9b97bb2d-0046-437a-afe2-6c369cd7ce26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6579 | 2024.08.28 17:56:02.571749 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6580 | 2024.08.28 17:56:02.571794 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6581 | 2024.08.28 17:56:02.572036 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6582 | 2024.08.28 17:56:02.572475 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6583 | 2024.08.28 17:56:02.572511 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6584 | 2024.08.28 17:56:02.572865 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6585 | 2024.08.28 17:56:02.573209 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6586 | 2024.08.28 17:56:02.573353 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001749 sec., 138364.77987421385 rows/sec., 9.37 MiB/sec. | ||
6587 | 2024.08.28 17:56:02.573653 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Debug> DynamicQueryHandler: Done processing query | ||
6588 | 2024.08.28 17:56:02.573704 [ 3 ] {b1f8c453-9b0b-4ded-b6a1-a500d87107fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6589 | 2024.08.28 17:56:02.573753 [ 3 ] {} <Debug> HTTP-Session: 9b97bb2d-0046-437a-afe2-6c369cd7ce26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6590 | 2024.08.28 17:56:02.573935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6591 | 2024.08.28 17:56:02.573986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6592 | 2024.08.28 17:56:02.574005 [ 3 ] {} <Debug> HTTP-Session: babd6eca-e0cc-41a4-923f-4239029ebfc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6593 | 2024.08.28 17:56:02.574022 [ 3 ] {} <Debug> HTTP-Session: babd6eca-e0cc-41a4-923f-4239029ebfc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6594 | 2024.08.28 17:56:02.574035 [ 3 ] {} <Debug> HTTP-Session: babd6eca-e0cc-41a4-923f-4239029ebfc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6595 | 2024.08.28 17:56:02.574067 [ 3 ] {} <Trace> HTTP-Session: babd6eca-e0cc-41a4-923f-4239029ebfc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6596 | 2024.08.28 17:56:02.574165 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6597 | 2024.08.28 17:56:02.574210 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6598 | 2024.08.28 17:56:02.574452 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6599 | 2024.08.28 17:56:02.574744 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6600 | 2024.08.28 17:56:02.574780 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6601 | 2024.08.28 17:56:02.575112 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6602 | 2024.08.28 17:56:02.575457 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6603 | 2024.08.28 17:56:02.575617 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 240.17 KiB/sec. | ||
6604 | 2024.08.28 17:56:02.575784 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Debug> DynamicQueryHandler: Done processing query | ||
6605 | 2024.08.28 17:56:02.575808 [ 3 ] {111564ad-6d1d-424b-a649-667bc7d619f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6606 | 2024.08.28 17:56:02.575825 [ 3 ] {} <Debug> HTTP-Session: babd6eca-e0cc-41a4-923f-4239029ebfc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6607 | 2024.08.28 17:56:02.576057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6608 | 2024.08.28 17:56:02.576105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6609 | 2024.08.28 17:56:02.576124 [ 3 ] {} <Debug> HTTP-Session: 26c1fdc1-aa16-441e-9b83-28fc2f6ff8a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6610 | 2024.08.28 17:56:02.576140 [ 3 ] {} <Debug> HTTP-Session: 26c1fdc1-aa16-441e-9b83-28fc2f6ff8a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6611 | 2024.08.28 17:56:02.576154 [ 3 ] {} <Debug> HTTP-Session: 26c1fdc1-aa16-441e-9b83-28fc2f6ff8a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.08.28 17:56:02.576184 [ 3 ] {} <Trace> HTTP-Session: 26c1fdc1-aa16-441e-9b83-28fc2f6ff8a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6613 | 2024.08.28 17:56:02.576488 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6614 | 2024.08.28 17:56:02.576531 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6615 | 2024.08.28 17:56:02.576755 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6616 | 2024.08.28 17:56:02.577634 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6617 | 2024.08.28 17:56:02.577670 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6618 | 2024.08.28 17:56:02.578058 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6619 | 2024.08.28 17:56:02.578427 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6620 | 2024.08.28 17:56:02.578584 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Debug> executeQuery: Read 876 rows, 65.02 KiB in 0.002291 sec., 382365.77913574857 rows/sec., 27.71 MiB/sec. | ||
6621 | 2024.08.28 17:56:02.578755 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Debug> DynamicQueryHandler: Done processing query | ||
6622 | 2024.08.28 17:56:02.578779 [ 3 ] {4400e482-dd2c-4e41-857f-0f39f1145acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
6623 | 2024.08.28 17:56:02.578795 [ 3 ] {} <Debug> HTTP-Session: 26c1fdc1-aa16-441e-9b83-28fc2f6ff8a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6624 | 2024.08.28 17:56:02.578973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6625 | 2024.08.28 17:56:02.579022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6626 | 2024.08.28 17:56:02.579041 [ 3 ] {} <Debug> HTTP-Session: 6233f7eb-189e-4774-9388-a6834d8aee4d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6627 | 2024.08.28 17:56:02.579057 [ 3 ] {} <Debug> HTTP-Session: 6233f7eb-189e-4774-9388-a6834d8aee4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6628 | 2024.08.28 17:56:02.579071 [ 3 ] {} <Debug> HTTP-Session: 6233f7eb-189e-4774-9388-a6834d8aee4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.08.28 17:56:02.579102 [ 3 ] {} <Trace> HTTP-Session: 6233f7eb-189e-4774-9388-a6834d8aee4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6630 | 2024.08.28 17:56:02.579195 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6631 | 2024.08.28 17:56:02.579239 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6632 | 2024.08.28 17:56:02.579367 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6633 | 2024.08.28 17:56:02.579631 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6634 | 2024.08.28 17:56:02.579667 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6635 | 2024.08.28 17:56:02.580015 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6636 | 2024.08.28 17:56:02.580337 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6637 | 2024.08.28 17:56:02.580483 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 238.93 KiB/sec. | ||
6638 | 2024.08.28 17:56:02.580632 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Debug> DynamicQueryHandler: Done processing query | ||
6639 | 2024.08.28 17:56:02.580656 [ 3 ] {08e0a98f-adc7-41ee-b827-aa55bae32a01} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6640 | 2024.08.28 17:56:02.580672 [ 3 ] {} <Debug> HTTP-Session: 6233f7eb-189e-4774-9388-a6834d8aee4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6641 | 2024.08.28 17:56:02.580912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6642 | 2024.08.28 17:56:02.580959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6643 | 2024.08.28 17:56:02.580977 [ 3 ] {} <Debug> HTTP-Session: ce845828-dedb-4b2e-9f05-fcda4ff59e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6644 | 2024.08.28 17:56:02.580994 [ 3 ] {} <Debug> HTTP-Session: ce845828-dedb-4b2e-9f05-fcda4ff59e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6645 | 2024.08.28 17:56:02.581007 [ 3 ] {} <Debug> HTTP-Session: ce845828-dedb-4b2e-9f05-fcda4ff59e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.08.28 17:56:02.581037 [ 3 ] {} <Trace> HTTP-Session: ce845828-dedb-4b2e-9f05-fcda4ff59e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6647 | 2024.08.28 17:56:02.581589 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6648 | 2024.08.28 17:56:02.581638 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6649 | 2024.08.28 17:56:02.581782 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6650 | 2024.08.28 17:56:02.582562 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6651 | 2024.08.28 17:56:02.582598 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6652 | 2024.08.28 17:56:02.583023 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6653 | 2024.08.28 17:56:02.583357 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6654 | 2024.08.28 17:56:02.583515 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Debug> executeQuery: Read 890 rows, 60.81 KiB in 0.002369 sec., 375685.943436049 rows/sec., 25.07 MiB/sec. | ||
6655 | 2024.08.28 17:56:02.583513 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6656 | 2024.08.28 17:56:02.583631 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2024.08.28 17:56:02.583680 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6658 | 2024.08.28 17:56:02.583815 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Debug> DynamicQueryHandler: Done processing query | ||
6659 | 2024.08.28 17:56:02.583919 [ 3 ] {6f09fb80-6c23-4dd6-9106-7450d3f0b6b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
6660 | 2024.08.28 17:56:02.583957 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
6661 | 2024.08.28 17:56:02.583971 [ 3 ] {} <Debug> HTTP-Session: ce845828-dedb-4b2e-9f05-fcda4ff59e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6662 | 2024.08.28 17:56:02.584438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6663 | 2024.08.28 17:56:02.584625 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6664 | 2024.08.28 17:56:02.584633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6665 | 2024.08.28 17:56:02.584718 [ 3 ] {} <Debug> HTTP-Session: 77d7813b-3422-4eca-91f0-6a630be66c0e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6666 | 2024.08.28 17:56:02.584748 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8213 rows starting from the beginning of the part | ||
6667 | 2024.08.28 17:56:02.584774 [ 3 ] {} <Debug> HTTP-Session: 77d7813b-3422-4eca-91f0-6a630be66c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6668 | 2024.08.28 17:56:02.584800 [ 3 ] {} <Debug> HTTP-Session: 77d7813b-3422-4eca-91f0-6a630be66c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.08.28 17:56:02.584851 [ 3 ] {} <Trace> HTTP-Session: 77d7813b-3422-4eca-91f0-6a630be66c0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6670 | 2024.08.28 17:56:02.584927 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
6671 | 2024.08.28 17:56:02.585323 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6672 | 2024.08.28 17:56:02.585360 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
6673 | 2024.08.28 17:56:02.585450 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6674 | 2024.08.28 17:56:02.585671 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 238 rows starting from the beginning of the part | ||
6675 | 2024.08.28 17:56:02.586027 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
6676 | 2024.08.28 17:56:02.586380 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 890 rows starting from the beginning of the part | ||
6677 | 2024.08.28 17:56:02.586699 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6678 | 2024.08.28 17:56:02.587251 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6679 | 2024.08.28 17:56:02.587291 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6680 | 2024.08.28 17:56:02.587695 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6681 | 2024.08.28 17:56:02.588204 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6682 | 2024.08.28 17:56:02.588393 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003298 sec., 303.21406913280777 rows/sec., 20.43 KiB/sec. | ||
6683 | 2024.08.28 17:56:02.588565 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Debug> DynamicQueryHandler: Done processing query | ||
6684 | 2024.08.28 17:56:02.588608 [ 3 ] {23757ed4-d6cc-4cdf-8701-7089c03d5af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6685 | 2024.08.28 17:56:02.588625 [ 3 ] {} <Debug> HTTP-Session: 77d7813b-3422-4eca-91f0-6a630be66c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6686 | 2024.08.28 17:56:02.588770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6687 | 2024.08.28 17:56:02.588820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6688 | 2024.08.28 17:56:02.588841 [ 3 ] {} <Debug> HTTP-Session: 9d8e01ec-accf-4ada-ab6f-4dde214e3ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6689 | 2024.08.28 17:56:02.588860 [ 3 ] {} <Debug> HTTP-Session: 9d8e01ec-accf-4ada-ab6f-4dde214e3ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.08.28 17:56:02.588916 [ 3 ] {} <Debug> HTTP-Session: 9d8e01ec-accf-4ada-ab6f-4dde214e3ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6691 | 2024.08.28 17:56:02.588952 [ 3 ] {} <Trace> HTTP-Session: 9d8e01ec-accf-4ada-ab6f-4dde214e3ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6692 | 2024.08.28 17:56:02.589673 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6693 | 2024.08.28 17:56:02.589739 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6694 | 2024.08.28 17:56:02.590249 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9898 rows, containing 5 columns (5 merged, 0 gathered) in 0.006490634 sec., 1524966.5903207606 rows/sec., 102.60 MiB/sec. | ||
6695 | 2024.08.28 17:56:02.590480 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6696 | 2024.08.28 17:56:02.590491 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6697 | 2024.08.28 17:56:02.591079 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6698 | 2024.08.28 17:56:02.591169 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6699 | 2024.08.28 17:56:02.591276 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
6700 | 2024.08.28 17:56:02.591779 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6701 | 2024.08.28 17:56:02.591816 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6702 | 2024.08.28 17:56:02.592461 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6703 | 2024.08.28 17:56:02.592862 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6704 | 2024.08.28 17:56:02.593064 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.004017 sec., 8961.911874533234 rows/sec., 16.06 MiB/sec. | ||
6705 | 2024.08.28 17:56:02.593293 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Debug> DynamicQueryHandler: Done processing query | ||
6706 | 2024.08.28 17:56:02.593317 [ 3 ] {ca7d9e09-80e4-4fa9-9506-da569614bf51} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6707 | 2024.08.28 17:56:02.593332 [ 3 ] {} <Debug> HTTP-Session: 9d8e01ec-accf-4ada-ab6f-4dde214e3ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6708 | 2024.08.28 17:56:02.593507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6709 | 2024.08.28 17:56:02.593555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6710 | 2024.08.28 17:56:02.593574 [ 3 ] {} <Debug> HTTP-Session: 40248d3f-2f63-4551-bf19-d1808789a8cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6711 | 2024.08.28 17:56:02.593590 [ 3 ] {} <Debug> HTTP-Session: 40248d3f-2f63-4551-bf19-d1808789a8cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6712 | 2024.08.28 17:56:02.593603 [ 3 ] {} <Debug> HTTP-Session: 40248d3f-2f63-4551-bf19-d1808789a8cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.08.28 17:56:02.593634 [ 3 ] {} <Trace> HTTP-Session: 40248d3f-2f63-4551-bf19-d1808789a8cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6714 | 2024.08.28 17:56:02.593761 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6715 | 2024.08.28 17:56:02.593805 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6716 | 2024.08.28 17:56:02.593937 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6717 | 2024.08.28 17:56:02.594291 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6718 | 2024.08.28 17:56:02.594327 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6719 | 2024.08.28 17:56:02.594684 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6720 | 2024.08.28 17:56:02.595012 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6721 | 2024.08.28 17:56:02.595176 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001461 sec., 47912.38877481177 rows/sec., 3.01 MiB/sec. | ||
6722 | 2024.08.28 17:56:02.595331 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Debug> DynamicQueryHandler: Done processing query | ||
6723 | 2024.08.28 17:56:02.595355 [ 3 ] {6833aedc-0a75-4691-83ad-02efff797f70} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6724 | 2024.08.28 17:56:02.595370 [ 3 ] {} <Debug> HTTP-Session: 40248d3f-2f63-4551-bf19-d1808789a8cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.08.28 17:56:03.010782 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6726 | 2024.08.28 17:56:03.010833 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6727 | 2024.08.28 17:56:03.408859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6728 | 2024.08.28 17:56:03.409024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6729 | 2024.08.28 17:56:03.409067 [ 3 ] {} <Debug> HTTP-Session: f1a216b9-182f-4fad-8e74-397a3964c417 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6730 | 2024.08.28 17:56:03.409106 [ 3 ] {} <Debug> HTTP-Session: f1a216b9-182f-4fad-8e74-397a3964c417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6731 | 2024.08.28 17:56:03.409134 [ 3 ] {} <Debug> HTTP-Session: f1a216b9-182f-4fad-8e74-397a3964c417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6732 | 2024.08.28 17:56:03.409213 [ 3 ] {} <Trace> HTTP-Session: f1a216b9-182f-4fad-8e74-397a3964c417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6733 | 2024.08.28 17:56:03.409476 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6734 | 2024.08.28 17:56:03.409545 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6735 | 2024.08.28 17:56:03.409891 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6736 | 2024.08.28 17:56:03.410450 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6737 | 2024.08.28 17:56:03.410500 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6738 | 2024.08.28 17:56:03.410943 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6739 | 2024.08.28 17:56:03.411336 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6740 | 2024.08.28 17:56:03.411512 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002108 sec., 26565.464895635672 rows/sec., 2.04 MiB/sec. | ||
6741 | 2024.08.28 17:56:03.411753 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Debug> DynamicQueryHandler: Done processing query | ||
6742 | 2024.08.28 17:56:03.411781 [ 3 ] {1c050f7b-eb9b-4c81-94d0-898fadd0a578} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6743 | 2024.08.28 17:56:03.411797 [ 3 ] {} <Debug> HTTP-Session: f1a216b9-182f-4fad-8e74-397a3964c417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6744 | 2024.08.28 17:56:03.411964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6745 | 2024.08.28 17:56:03.412020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6746 | 2024.08.28 17:56:03.412040 [ 3 ] {} <Debug> HTTP-Session: 3bc32fa3-29fa-4599-a53a-3ee92afe3604 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6747 | 2024.08.28 17:56:03.412059 [ 3 ] {} <Debug> HTTP-Session: 3bc32fa3-29fa-4599-a53a-3ee92afe3604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6748 | 2024.08.28 17:56:03.412074 [ 3 ] {} <Debug> HTTP-Session: 3bc32fa3-29fa-4599-a53a-3ee92afe3604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6749 | 2024.08.28 17:56:03.412111 [ 3 ] {} <Trace> HTTP-Session: 3bc32fa3-29fa-4599-a53a-3ee92afe3604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6750 | 2024.08.28 17:56:03.412240 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6751 | 2024.08.28 17:56:03.412289 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6752 | 2024.08.28 17:56:03.412530 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6753 | 2024.08.28 17:56:03.412897 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6754 | 2024.08.28 17:56:03.412935 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6755 | 2024.08.28 17:56:03.413297 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6756 | 2024.08.28 17:56:03.413655 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6757 | 2024.08.28 17:56:03.413824 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001621 sec., 39481.80135718692 rows/sec., 3.08 MiB/sec. | ||
6758 | 2024.08.28 17:56:03.414000 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Debug> DynamicQueryHandler: Done processing query | ||
6759 | 2024.08.28 17:56:03.414024 [ 3 ] {123952d0-8ef2-4364-b8b0-131bfec1c0f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6760 | 2024.08.28 17:56:03.414040 [ 3 ] {} <Debug> HTTP-Session: 3bc32fa3-29fa-4599-a53a-3ee92afe3604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6761 | 2024.08.28 17:56:03.414213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6762 | 2024.08.28 17:56:03.414263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6763 | 2024.08.28 17:56:03.414282 [ 3 ] {} <Debug> HTTP-Session: 89c5d707-bd78-460d-a3e5-e191cb058cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6764 | 2024.08.28 17:56:03.414299 [ 3 ] {} <Debug> HTTP-Session: 89c5d707-bd78-460d-a3e5-e191cb058cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6765 | 2024.08.28 17:56:03.414313 [ 3 ] {} <Debug> HTTP-Session: 89c5d707-bd78-460d-a3e5-e191cb058cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6766 | 2024.08.28 17:56:03.414347 [ 3 ] {} <Trace> HTTP-Session: 89c5d707-bd78-460d-a3e5-e191cb058cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6767 | 2024.08.28 17:56:03.414460 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6768 | 2024.08.28 17:56:03.414510 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6769 | 2024.08.28 17:56:03.414657 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6770 | 2024.08.28 17:56:03.415012 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6771 | 2024.08.28 17:56:03.415049 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6772 | 2024.08.28 17:56:03.415442 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6773 | 2024.08.28 17:56:03.415787 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6774 | 2024.08.28 17:56:03.415946 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001516 sec., 21108.179419525066 rows/sec., 1.47 MiB/sec. | ||
6775 | 2024.08.28 17:56:03.416119 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Debug> DynamicQueryHandler: Done processing query | ||
6776 | 2024.08.28 17:56:03.416143 [ 3 ] {4a933a10-c07a-4b52-b5c9-9842f6ca735d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6777 | 2024.08.28 17:56:03.416159 [ 3 ] {} <Debug> HTTP-Session: 89c5d707-bd78-460d-a3e5-e191cb058cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6778 | 2024.08.28 17:56:03.416278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6779 | 2024.08.28 17:56:03.416328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6780 | 2024.08.28 17:56:03.416348 [ 3 ] {} <Debug> HTTP-Session: c7810f67-47e1-42e1-a941-c949205f97ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6781 | 2024.08.28 17:56:03.416364 [ 3 ] {} <Debug> HTTP-Session: c7810f67-47e1-42e1-a941-c949205f97ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6782 | 2024.08.28 17:56:03.416379 [ 3 ] {} <Debug> HTTP-Session: c7810f67-47e1-42e1-a941-c949205f97ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6783 | 2024.08.28 17:56:03.416411 [ 3 ] {} <Trace> HTTP-Session: c7810f67-47e1-42e1-a941-c949205f97ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6784 | 2024.08.28 17:56:03.416511 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6785 | 2024.08.28 17:56:03.416556 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6786 | 2024.08.28 17:56:03.416685 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6787 | 2024.08.28 17:56:03.416944 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6788 | 2024.08.28 17:56:03.416981 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6789 | 2024.08.28 17:56:03.417331 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6790 | 2024.08.28 17:56:03.417664 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6791 | 2024.08.28 17:56:03.417824 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001336 sec., 8982.035928143712 rows/sec., 619.85 KiB/sec. | ||
6792 | 2024.08.28 17:56:03.417822 [ 114 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6793 | 2024.08.28 17:56:03.417946 [ 114 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6794 | 2024.08.28 17:56:03.417981 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6795 | 2024.08.28 17:56:03.418058 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Debug> DynamicQueryHandler: Done processing query | ||
6796 | 2024.08.28 17:56:03.418112 [ 3 ] {ec647b9f-6468-4cb0-8adc-be7f7c0ca943} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6797 | 2024.08.28 17:56:03.418176 [ 3 ] {} <Debug> HTTP-Session: c7810f67-47e1-42e1-a941-c949205f97ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6798 | 2024.08.28 17:56:03.418256 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6799 | 2024.08.28 17:56:03.418453 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6800 | 2024.08.28 17:56:03.418496 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1302 rows starting from the beginning of the part | ||
6801 | 2024.08.28 17:56:03.418586 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6802 | 2024.08.28 17:56:03.418691 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6803 | 2024.08.28 17:56:03.418904 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
6804 | 2024.08.28 17:56:03.419126 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 70 rows starting from the beginning of the part | ||
6805 | 2024.08.28 17:56:03.419370 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
6806 | 2024.08.28 17:56:03.420549 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002465585 sec., 643255.0490045972 rows/sec., 41.92 MiB/sec. | ||
6807 | 2024.08.28 17:56:03.420815 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6808 | 2024.08.28 17:56:03.421384 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6809 | 2024.08.28 17:56:03.421494 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_31_6} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6810 | 2024.08.28 17:56:03.421601 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
6811 | 2024.08.28 17:56:08.415114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6812 | 2024.08.28 17:56:08.415269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6813 | 2024.08.28 17:56:08.415299 [ 3 ] {} <Debug> HTTP-Session: 57910114-1722-4f75-b57d-8fe9f1afb606 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6814 | 2024.08.28 17:56:08.415328 [ 3 ] {} <Debug> HTTP-Session: 57910114-1722-4f75-b57d-8fe9f1afb606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6815 | 2024.08.28 17:56:08.415347 [ 3 ] {} <Debug> HTTP-Session: 57910114-1722-4f75-b57d-8fe9f1afb606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6816 | 2024.08.28 17:56:08.415406 [ 3 ] {} <Trace> HTTP-Session: 57910114-1722-4f75-b57d-8fe9f1afb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6817 | 2024.08.28 17:56:08.415635 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6818 | 2024.08.28 17:56:08.415706 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6819 | 2024.08.28 17:56:08.416051 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6820 | 2024.08.28 17:56:08.416608 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6821 | 2024.08.28 17:56:08.416657 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6822 | 2024.08.28 17:56:08.417096 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6823 | 2024.08.28 17:56:08.417497 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6824 | 2024.08.28 17:56:08.417690 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002119 sec., 27371.40160453044 rows/sec., 2.12 MiB/sec. | ||
6825 | 2024.08.28 17:56:08.418080 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Debug> DynamicQueryHandler: Done processing query | ||
6826 | 2024.08.28 17:56:08.418109 [ 3 ] {80b8f6a4-908c-4e83-a077-1b8d0a8d14b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6827 | 2024.08.28 17:56:08.418126 [ 3 ] {} <Debug> HTTP-Session: 57910114-1722-4f75-b57d-8fe9f1afb606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6828 | 2024.08.28 17:56:08.418304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6829 | 2024.08.28 17:56:08.418358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6830 | 2024.08.28 17:56:08.418378 [ 3 ] {} <Debug> HTTP-Session: d8b58df0-f106-4f3d-9d0d-eb6f24302457 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6831 | 2024.08.28 17:56:08.418396 [ 3 ] {} <Debug> HTTP-Session: d8b58df0-f106-4f3d-9d0d-eb6f24302457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6832 | 2024.08.28 17:56:08.418409 [ 3 ] {} <Debug> HTTP-Session: d8b58df0-f106-4f3d-9d0d-eb6f24302457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6833 | 2024.08.28 17:56:08.418445 [ 3 ] {} <Trace> HTTP-Session: d8b58df0-f106-4f3d-9d0d-eb6f24302457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6834 | 2024.08.28 17:56:08.418552 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6835 | 2024.08.28 17:56:08.418602 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6836 | 2024.08.28 17:56:08.418866 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6837 | 2024.08.28 17:56:08.419171 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6838 | 2024.08.28 17:56:08.419209 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6839 | 2024.08.28 17:56:08.419550 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6840 | 2024.08.28 17:56:08.419907 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6841 | 2024.08.28 17:56:08.420071 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001539 sec., 649.772579597141 rows/sec., 48.86 KiB/sec. | ||
6842 | 2024.08.28 17:56:08.420392 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Debug> DynamicQueryHandler: Done processing query | ||
6843 | 2024.08.28 17:56:08.420461 [ 3 ] {5344a91a-de9f-4410-ac7b-a29f5d826563} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6844 | 2024.08.28 17:56:08.420531 [ 3 ] {} <Debug> HTTP-Session: d8b58df0-f106-4f3d-9d0d-eb6f24302457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.08.28 17:56:08.420748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6846 | 2024.08.28 17:56:08.420801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6847 | 2024.08.28 17:56:08.420821 [ 3 ] {} <Debug> HTTP-Session: c045e791-1e75-48f9-9d5f-ceb53ac8879f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6848 | 2024.08.28 17:56:08.420838 [ 3 ] {} <Debug> HTTP-Session: c045e791-1e75-48f9-9d5f-ceb53ac8879f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6849 | 2024.08.28 17:56:08.420852 [ 3 ] {} <Debug> HTTP-Session: c045e791-1e75-48f9-9d5f-ceb53ac8879f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6850 | 2024.08.28 17:56:08.420885 [ 3 ] {} <Trace> HTTP-Session: c045e791-1e75-48f9-9d5f-ceb53ac8879f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6851 | 2024.08.28 17:56:08.421010 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6852 | 2024.08.28 17:56:08.421056 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6853 | 2024.08.28 17:56:08.421304 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6854 | 2024.08.28 17:56:08.421637 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6855 | 2024.08.28 17:56:08.421674 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6856 | 2024.08.28 17:56:08.422023 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6857 | 2024.08.28 17:56:08.422364 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6858 | 2024.08.28 17:56:08.422541 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001567 sec., 41480.536056158264 rows/sec., 3.24 MiB/sec. | ||
6859 | 2024.08.28 17:56:08.422714 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Debug> DynamicQueryHandler: Done processing query | ||
6860 | 2024.08.28 17:56:08.422738 [ 3 ] {088ee259-4671-4f47-b49d-abe32a98dcdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6861 | 2024.08.28 17:56:08.422753 [ 3 ] {} <Debug> HTTP-Session: c045e791-1e75-48f9-9d5f-ceb53ac8879f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6862 | 2024.08.28 17:56:08.422974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6863 | 2024.08.28 17:56:08.423022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6864 | 2024.08.28 17:56:08.423042 [ 3 ] {} <Debug> HTTP-Session: 54c7caaa-d171-4d49-ac16-d08792a7fda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6865 | 2024.08.28 17:56:08.423058 [ 3 ] {} <Debug> HTTP-Session: 54c7caaa-d171-4d49-ac16-d08792a7fda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6866 | 2024.08.28 17:56:08.423072 [ 3 ] {} <Debug> HTTP-Session: 54c7caaa-d171-4d49-ac16-d08792a7fda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6867 | 2024.08.28 17:56:08.423104 [ 3 ] {} <Trace> HTTP-Session: 54c7caaa-d171-4d49-ac16-d08792a7fda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6868 | 2024.08.28 17:56:08.423247 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6869 | 2024.08.28 17:56:08.423295 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6870 | 2024.08.28 17:56:08.423442 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6871 | 2024.08.28 17:56:08.423787 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6872 | 2024.08.28 17:56:08.423822 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6873 | 2024.08.28 17:56:08.424200 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6874 | 2024.08.28 17:56:08.424558 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6875 | 2024.08.28 17:56:08.424710 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
6876 | 2024.08.28 17:56:08.424879 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Debug> DynamicQueryHandler: Done processing query | ||
6877 | 2024.08.28 17:56:08.424903 [ 3 ] {157c98a7-9d3f-4d26-bbe8-4e5dd155650d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6878 | 2024.08.28 17:56:08.424919 [ 3 ] {} <Debug> HTTP-Session: 54c7caaa-d171-4d49-ac16-d08792a7fda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.08.28 17:56:08.425082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6880 | 2024.08.28 17:56:08.425131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6881 | 2024.08.28 17:56:08.425150 [ 3 ] {} <Debug> HTTP-Session: eb1c2fc3-2c68-40bf-ba9b-59fbabd18ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6882 | 2024.08.28 17:56:08.425166 [ 3 ] {} <Debug> HTTP-Session: eb1c2fc3-2c68-40bf-ba9b-59fbabd18ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6883 | 2024.08.28 17:56:08.425180 [ 3 ] {} <Debug> HTTP-Session: eb1c2fc3-2c68-40bf-ba9b-59fbabd18ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6884 | 2024.08.28 17:56:08.425211 [ 3 ] {} <Trace> HTTP-Session: eb1c2fc3-2c68-40bf-ba9b-59fbabd18ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6885 | 2024.08.28 17:56:08.425315 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6886 | 2024.08.28 17:56:08.425379 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6887 | 2024.08.28 17:56:08.425788 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6888 | 2024.08.28 17:56:08.426158 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6889 | 2024.08.28 17:56:08.426194 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6890 | 2024.08.28 17:56:08.426747 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6891 | 2024.08.28 17:56:08.427149 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6892 | 2024.08.28 17:56:08.427323 [ 109 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6893 | 2024.08.28 17:56:08.427348 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002063 sec., 484.73097430925833 rows/sec., 889.46 KiB/sec. | ||
6894 | 2024.08.28 17:56:08.427412 [ 109 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6895 | 2024.08.28 17:56:08.427489 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6896 | 2024.08.28 17:56:08.428094 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Debug> DynamicQueryHandler: Done processing query | ||
6897 | 2024.08.28 17:56:08.428116 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
6898 | 2024.08.28 17:56:08.428150 [ 3 ] {6f600c5e-1f84-489c-8a20-393d400a6ba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6899 | 2024.08.28 17:56:08.428220 [ 3 ] {} <Debug> HTTP-Session: eb1c2fc3-2c68-40bf-ba9b-59fbabd18ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6900 | 2024.08.28 17:56:08.428419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6901 | 2024.08.28 17:56:08.428540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6902 | 2024.08.28 17:56:08.428614 [ 3 ] {} <Debug> HTTP-Session: 32420173-71cc-47d8-9314-1e604d920e3c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6903 | 2024.08.28 17:56:08.428670 [ 3 ] {} <Debug> HTTP-Session: 32420173-71cc-47d8-9314-1e604d920e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6904 | 2024.08.28 17:56:08.428714 [ 3 ] {} <Debug> HTTP-Session: 32420173-71cc-47d8-9314-1e604d920e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6905 | 2024.08.28 17:56:08.428823 [ 3 ] {} <Trace> HTTP-Session: 32420173-71cc-47d8-9314-1e604d920e3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6906 | 2024.08.28 17:56:08.429071 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6907 | 2024.08.28 17:56:08.429102 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6908 | 2024.08.28 17:56:08.429243 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6909 | 2024.08.28 17:56:08.429249 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 476 rows starting from the beginning of the part | ||
6910 | 2024.08.28 17:56:08.430204 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6911 | 2024.08.28 17:56:08.430199 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
6912 | 2024.08.28 17:56:08.431028 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
6913 | 2024.08.28 17:56:08.431321 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6914 | 2024.08.28 17:56:08.431431 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6915 | 2024.08.28 17:56:08.431792 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
6916 | 2024.08.28 17:56:08.432430 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
6917 | 2024.08.28 17:56:08.432743 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6918 | 2024.08.28 17:56:08.432959 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
6919 | 2024.08.28 17:56:08.433986 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6920 | 2024.08.28 17:56:08.434467 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005448 sec., 11013.215859030837 rows/sec., 760.03 KiB/sec. | ||
6921 | 2024.08.28 17:56:08.434817 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Debug> DynamicQueryHandler: Done processing query | ||
6922 | 2024.08.28 17:56:08.434862 [ 3 ] {0947a278-7a24-41e2-8495-0c7726c04294} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6923 | 2024.08.28 17:56:08.434910 [ 3 ] {} <Debug> HTTP-Session: 32420173-71cc-47d8-9314-1e604d920e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6924 | 2024.08.28 17:56:08.438190 [ 188 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 19 columns (19 merged, 0 gathered) in 0.010510954 sec., 52421.50236791066 rows/sec., 93.94 MiB/sec. | ||
6925 | 2024.08.28 17:56:08.439029 [ 188 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6926 | 2024.08.28 17:56:08.439629 [ 188 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6927 | 2024.08.28 17:56:08.439703 [ 188 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6928 | 2024.08.28 17:56:08.439848 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
6929 | 2024.08.28 17:56:13.421963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6930 | 2024.08.28 17:56:13.422110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6931 | 2024.08.28 17:56:13.422141 [ 3 ] {} <Debug> HTTP-Session: f8e24632-04f2-406a-bfbf-c3d625d6cd65 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6932 | 2024.08.28 17:56:13.422171 [ 3 ] {} <Debug> HTTP-Session: f8e24632-04f2-406a-bfbf-c3d625d6cd65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6933 | 2024.08.28 17:56:13.422189 [ 3 ] {} <Debug> HTTP-Session: f8e24632-04f2-406a-bfbf-c3d625d6cd65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.08.28 17:56:13.422247 [ 3 ] {} <Trace> HTTP-Session: f8e24632-04f2-406a-bfbf-c3d625d6cd65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6935 | 2024.08.28 17:56:13.422552 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6936 | 2024.08.28 17:56:13.422631 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6937 | 2024.08.28 17:56:13.422989 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6938 | 2024.08.28 17:56:13.423536 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6939 | 2024.08.28 17:56:13.423584 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6940 | 2024.08.28 17:56:13.424039 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6941 | 2024.08.28 17:56:13.424439 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6942 | 2024.08.28 17:56:13.424606 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002188 sec., 119287.02010968923 rows/sec., 10.60 MiB/sec. | ||
6943 | 2024.08.28 17:56:13.424701 [ 106 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6944 | 2024.08.28 17:56:13.424827 [ 106 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6945 | 2024.08.28 17:56:13.424881 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6946 | 2024.08.28 17:56:13.424907 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Debug> DynamicQueryHandler: Done processing query | ||
6947 | 2024.08.28 17:56:13.424954 [ 3 ] {7c7ebfcf-a045-4345-b442-139416275e9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6948 | 2024.08.28 17:56:13.425015 [ 3 ] {} <Debug> HTTP-Session: f8e24632-04f2-406a-bfbf-c3d625d6cd65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6949 | 2024.08.28 17:56:13.425180 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::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 | ||
6950 | 2024.08.28 17:56:13.425299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6951 | 2024.08.28 17:56:13.425405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6952 | 2024.08.28 17:56:13.425460 [ 3 ] {} <Debug> HTTP-Session: 6aab7735-d2c7-426a-8012-a04bec8b32da Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6953 | 2024.08.28 17:56:13.425515 [ 3 ] {} <Debug> HTTP-Session: 6aab7735-d2c7-426a-8012-a04bec8b32da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.08.28 17:56:13.425569 [ 3 ] {} <Debug> HTTP-Session: 6aab7735-d2c7-426a-8012-a04bec8b32da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6955 | 2024.08.28 17:56:13.425670 [ 3 ] {} <Trace> HTTP-Session: 6aab7735-d2c7-426a-8012-a04bec8b32da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6956 | 2024.08.28 17:56:13.425697 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6957 | 2024.08.28 17:56:13.425810 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1413 rows starting from the beginning of the part | ||
6958 | 2024.08.28 17:56:13.425914 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6959 | 2024.08.28 17:56:13.426046 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
6960 | 2024.08.28 17:56:13.426063 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6961 | 2024.08.28 17:56:13.426454 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1402 rows starting from the beginning of the part | ||
6962 | 2024.08.28 17:56:13.426751 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
6963 | 2024.08.28 17:56:13.427040 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
6964 | 2024.08.28 17:56:13.427394 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 261 rows starting from the beginning of the part | ||
6965 | 2024.08.28 17:56:13.427966 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6966 | 2024.08.28 17:56:13.428761 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6967 | 2024.08.28 17:56:13.428818 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6968 | 2024.08.28 17:56:13.429692 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6969 | 2024.08.28 17:56:13.430513 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6970 | 2024.08.28 17:56:13.430751 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.004927 sec., 7306.677491374061 rows/sec., 549.43 KiB/sec. | ||
6971 | 2024.08.28 17:56:13.431275 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Debug> DynamicQueryHandler: Done processing query | ||
6972 | 2024.08.28 17:56:13.431302 [ 3 ] {ffaa0f43-4a32-4e55-9865-8944c81f3872} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6973 | 2024.08.28 17:56:13.431314 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3248 rows, containing 5 columns (5 merged, 0 gathered) in 0.00628884 sec., 516470.4460600047 rows/sec., 45.29 MiB/sec. | ||
6974 | 2024.08.28 17:56:13.431323 [ 3 ] {} <Debug> HTTP-Session: 6aab7735-d2c7-426a-8012-a04bec8b32da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6975 | 2024.08.28 17:56:13.431479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6976 | 2024.08.28 17:56:13.431537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6977 | 2024.08.28 17:56:13.431559 [ 3 ] {} <Debug> HTTP-Session: 65157b83-1574-4dfe-a59b-5feb2f89d1d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6978 | 2024.08.28 17:56:13.431579 [ 3 ] {} <Debug> HTTP-Session: 65157b83-1574-4dfe-a59b-5feb2f89d1d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6979 | 2024.08.28 17:56:13.431582 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6980 | 2024.08.28 17:56:13.431594 [ 3 ] {} <Debug> HTTP-Session: 65157b83-1574-4dfe-a59b-5feb2f89d1d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6981 | 2024.08.28 17:56:13.431644 [ 3 ] {} <Trace> HTTP-Session: 65157b83-1574-4dfe-a59b-5feb2f89d1d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6982 | 2024.08.28 17:56:13.431772 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6983 | 2024.08.28 17:56:13.431837 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6984 | 2024.08.28 17:56:13.432300 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6985 | 2024.08.28 17:56:13.432305 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6986 | 2024.08.28 17:56:13.432434 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_36_7} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6987 | 2024.08.28 17:56:13.432554 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
6988 | 2024.08.28 17:56:13.432682 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6989 | 2024.08.28 17:56:13.432718 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
6990 | 2024.08.28 17:56:13.433077 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6991 | 2024.08.28 17:56:13.433447 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6992 | 2024.08.28 17:56:13.433625 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001881 sec., 7442.849548112706 rows/sec., 521.25 KiB/sec. | ||
6993 | 2024.08.28 17:56:13.433794 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Debug> DynamicQueryHandler: Done processing query | ||
6994 | 2024.08.28 17:56:13.433819 [ 3 ] {de79cab9-dd3f-4467-b176-328d466a119e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6995 | 2024.08.28 17:56:13.433835 [ 3 ] {} <Debug> HTTP-Session: 65157b83-1574-4dfe-a59b-5feb2f89d1d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6996 | 2024.08.28 17:56:13.433967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6997 | 2024.08.28 17:56:13.434015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6998 | 2024.08.28 17:56:13.434033 [ 3 ] {} <Debug> HTTP-Session: 195a5de5-6e70-444c-8fe0-e21f632c0603 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
6999 | 2024.08.28 17:56:13.434050 [ 3 ] {} <Debug> HTTP-Session: 195a5de5-6e70-444c-8fe0-e21f632c0603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7000 | 2024.08.28 17:56:13.434064 [ 3 ] {} <Debug> HTTP-Session: 195a5de5-6e70-444c-8fe0-e21f632c0603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7001 | 2024.08.28 17:56:13.434095 [ 3 ] {} <Trace> HTTP-Session: 195a5de5-6e70-444c-8fe0-e21f632c0603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7002 | 2024.08.28 17:56:13.434191 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7003 | 2024.08.28 17:56:13.434234 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7004 | 2024.08.28 17:56:13.434457 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7005 | 2024.08.28 17:56:13.434719 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7006 | 2024.08.28 17:56:13.434761 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7007 | 2024.08.28 17:56:13.435100 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7008 | 2024.08.28 17:56:13.435451 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7009 | 2024.08.28 17:56:13.435608 [ 106 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
7010 | 2024.08.28 17:56:13.435621 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 245.32 KiB/sec. | ||
7011 | 2024.08.28 17:56:13.435655 [ 106 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7012 | 2024.08.28 17:56:13.435717 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7013 | 2024.08.28 17:56:13.436004 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Debug> DynamicQueryHandler: Done processing query | ||
7014 | 2024.08.28 17:56:13.436086 [ 3 ] {74483562-bff3-4612-a3ab-f57c14282c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7015 | 2024.08.28 17:56:13.436106 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
7016 | 2024.08.28 17:56:13.436156 [ 3 ] {} <Debug> HTTP-Session: 195a5de5-6e70-444c-8fe0-e21f632c0603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7017 | 2024.08.28 17:56:13.436486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7018 | 2024.08.28 17:56:13.436553 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7019 | 2024.08.28 17:56:13.436587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7020 | 2024.08.28 17:56:13.436626 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
7021 | 2024.08.28 17:56:13.436641 [ 3 ] {} <Debug> HTTP-Session: 71fa6d01-7567-4c4f-b784-dca15e7b63d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7022 | 2024.08.28 17:56:13.436694 [ 3 ] {} <Debug> HTTP-Session: 71fa6d01-7567-4c4f-b784-dca15e7b63d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7023 | 2024.08.28 17:56:13.436730 [ 3 ] {} <Debug> HTTP-Session: 71fa6d01-7567-4c4f-b784-dca15e7b63d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7024 | 2024.08.28 17:56:13.436928 [ 3 ] {} <Trace> HTTP-Session: 71fa6d01-7567-4c4f-b784-dca15e7b63d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7025 | 2024.08.28 17:56:13.436935 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
7026 | 2024.08.28 17:56:13.437177 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
7027 | 2024.08.28 17:56:13.437302 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
7028 | 2024.08.28 17:56:13.437563 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
7029 | 2024.08.28 17:56:13.437605 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7030 | 2024.08.28 17:56:13.437841 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7031 | 2024.08.28 17:56:13.438846 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7032 | 2024.08.28 17:56:13.440122 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004273115 sec., 7020.639510052971 rows/sec., 445.65 KiB/sec. | ||
7033 | 2024.08.28 17:56:13.440190 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7034 | 2024.08.28 17:56:13.440253 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7035 | 2024.08.28 17:56:13.440302 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
7036 | 2024.08.28 17:56:13.441322 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7037 | 2024.08.28 17:56:13.441384 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_13_3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7038 | 2024.08.28 17:56:13.441556 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_13_3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
7039 | 2024.08.28 17:56:13.441793 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7040 | 2024.08.28 17:56:13.442067 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7041 | 2024.08.28 17:56:13.442261 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.005067 sec., 82494.57272547859 rows/sec., 5.89 MiB/sec. | ||
7042 | 2024.08.28 17:56:13.442282 [ 106 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7043 | 2024.08.28 17:56:13.442401 [ 106 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7044 | 2024.08.28 17:56:13.442508 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7045 | 2024.08.28 17:56:13.442673 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Debug> DynamicQueryHandler: Done processing query | ||
7046 | 2024.08.28 17:56:13.442740 [ 3 ] {e770766a-4ad5-453f-831b-3c39299c7911} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7047 | 2024.08.28 17:56:13.442781 [ 3 ] {} <Debug> HTTP-Session: 71fa6d01-7567-4c4f-b784-dca15e7b63d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7048 | 2024.08.28 17:56:13.442792 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::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 | ||
7049 | 2024.08.28 17:56:13.442947 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7050 | 2024.08.28 17:56:13.442979 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 911 rows starting from the beginning of the part | ||
7051 | 2024.08.28 17:56:13.443038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7052 | 2024.08.28 17:56:13.443144 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 65 rows starting from the beginning of the part | ||
7053 | 2024.08.28 17:56:13.443239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7054 | 2024.08.28 17:56:13.443349 [ 3 ] {} <Debug> HTTP-Session: 6361e2a9-34dc-4ea0-b097-7fb2a2a52897 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7055 | 2024.08.28 17:56:13.443417 [ 3 ] {} <Debug> HTTP-Session: 6361e2a9-34dc-4ea0-b097-7fb2a2a52897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7056 | 2024.08.28 17:56:13.443467 [ 3 ] {} <Debug> HTTP-Session: 6361e2a9-34dc-4ea0-b097-7fb2a2a52897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7057 | 2024.08.28 17:56:13.443484 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 876 rows starting from the beginning of the part | ||
7058 | 2024.08.28 17:56:13.443596 [ 3 ] {} <Trace> HTTP-Session: 6361e2a9-34dc-4ea0-b097-7fb2a2a52897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7059 | 2024.08.28 17:56:13.443764 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
7060 | 2024.08.28 17:56:13.443985 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7061 | 2024.08.28 17:56:13.444075 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 65 rows starting from the beginning of the part | ||
7062 | 2024.08.28 17:56:13.444180 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7063 | 2024.08.28 17:56:13.444367 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 418 rows starting from the beginning of the part | ||
7064 | 2024.08.28 17:56:13.445129 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7065 | 2024.08.28 17:56:13.445822 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7066 | 2024.08.28 17:56:13.445887 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7067 | 2024.08.28 17:56:13.446912 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7068 | 2024.08.28 17:56:13.447564 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7069 | 2024.08.28 17:56:13.447689 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005066332 sec., 473518.1192231382 rows/sec., 36.30 MiB/sec. | ||
7070 | 2024.08.28 17:56:13.447822 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004009 sec., 1496.6325767024193 rows/sec., 78.19 KiB/sec. | ||
7071 | 2024.08.28 17:56:13.448070 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7072 | 2024.08.28 17:56:13.448339 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Debug> DynamicQueryHandler: Done processing query | ||
7073 | 2024.08.28 17:56:13.448406 [ 3 ] {fbb7710c-4cdd-4eef-983e-37b710001dc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7074 | 2024.08.28 17:56:13.448456 [ 3 ] {} <Debug> HTTP-Session: 6361e2a9-34dc-4ea0-b097-7fb2a2a52897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.08.28 17:56:13.448667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7076 | 2024.08.28 17:56:13.448731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7077 | 2024.08.28 17:56:13.448761 [ 3 ] {} <Debug> HTTP-Session: b4e8d195-df33-4783-9c9e-16cfe7bb49ca Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7078 | 2024.08.28 17:56:13.448779 [ 3 ] {} <Debug> HTTP-Session: b4e8d195-df33-4783-9c9e-16cfe7bb49ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7079 | 2024.08.28 17:56:13.448799 [ 3 ] {} <Debug> HTTP-Session: b4e8d195-df33-4783-9c9e-16cfe7bb49ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7080 | 2024.08.28 17:56:13.448836 [ 3 ] {} <Trace> HTTP-Session: b4e8d195-df33-4783-9c9e-16cfe7bb49ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7081 | 2024.08.28 17:56:13.448895 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7082 | 2024.08.28 17:56:13.448986 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_36_7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7083 | 2024.08.28 17:56:13.449079 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
7084 | 2024.08.28 17:56:13.449100 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7085 | 2024.08.28 17:56:13.449151 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7086 | 2024.08.28 17:56:13.449305 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7087 | 2024.08.28 17:56:13.449744 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7088 | 2024.08.28 17:56:13.449778 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7089 | 2024.08.28 17:56:13.450174 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7090 | 2024.08.28 17:56:13.450522 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7091 | 2024.08.28 17:56:13.450649 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec. | ||
7092 | 2024.08.28 17:56:13.450829 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Debug> DynamicQueryHandler: Done processing query | ||
7093 | 2024.08.28 17:56:13.450853 [ 3 ] {1cf3ddc4-59de-4cd3-9bf8-a46386a5222c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7094 | 2024.08.28 17:56:13.450869 [ 3 ] {} <Debug> HTTP-Session: b4e8d195-df33-4783-9c9e-16cfe7bb49ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7095 | 2024.08.28 17:56:13.451039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7096 | 2024.08.28 17:56:13.451087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7097 | 2024.08.28 17:56:13.451105 [ 3 ] {} <Debug> HTTP-Session: 3163452a-889d-4315-8247-60a6747383ac Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7098 | 2024.08.28 17:56:13.451122 [ 3 ] {} <Debug> HTTP-Session: 3163452a-889d-4315-8247-60a6747383ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7099 | 2024.08.28 17:56:13.451136 [ 3 ] {} <Debug> HTTP-Session: 3163452a-889d-4315-8247-60a6747383ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7100 | 2024.08.28 17:56:13.451167 [ 3 ] {} <Trace> HTTP-Session: 3163452a-889d-4315-8247-60a6747383ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7101 | 2024.08.28 17:56:13.451261 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7102 | 2024.08.28 17:56:13.451306 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7103 | 2024.08.28 17:56:13.451433 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7104 | 2024.08.28 17:56:13.451697 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7105 | 2024.08.28 17:56:13.451736 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7106 | 2024.08.28 17:56:13.452087 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7107 | 2024.08.28 17:56:13.452493 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7108 | 2024.08.28 17:56:13.452656 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
7109 | 2024.08.28 17:56:13.452938 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Debug> DynamicQueryHandler: Done processing query | ||
7110 | 2024.08.28 17:56:13.452963 [ 3 ] {b4f7d284-73ba-42a1-b143-f0ab45e497e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7111 | 2024.08.28 17:56:13.452979 [ 3 ] {} <Debug> HTTP-Session: 3163452a-889d-4315-8247-60a6747383ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7112 | 2024.08.28 17:56:13.453138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7113 | 2024.08.28 17:56:13.453190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7114 | 2024.08.28 17:56:13.453208 [ 3 ] {} <Debug> HTTP-Session: 3e7794ec-0e38-4215-85aa-ab679d12446a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7115 | 2024.08.28 17:56:13.453224 [ 3 ] {} <Debug> HTTP-Session: 3e7794ec-0e38-4215-85aa-ab679d12446a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7116 | 2024.08.28 17:56:13.453238 [ 3 ] {} <Debug> HTTP-Session: 3e7794ec-0e38-4215-85aa-ab679d12446a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7117 | 2024.08.28 17:56:13.453269 [ 3 ] {} <Trace> HTTP-Session: 3e7794ec-0e38-4215-85aa-ab679d12446a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7118 | 2024.08.28 17:56:13.453693 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7119 | 2024.08.28 17:56:13.453765 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7120 | 2024.08.28 17:56:13.454192 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7121 | 2024.08.28 17:56:13.454940 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7122 | 2024.08.28 17:56:13.454976 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7123 | 2024.08.28 17:56:13.455630 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7124 | 2024.08.28 17:56:13.456049 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7125 | 2024.08.28 17:56:13.456216 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002836 sec., 12693.935119887165 rows/sec., 22.75 MiB/sec. | ||
7126 | 2024.08.28 17:56:13.456811 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Debug> DynamicQueryHandler: Done processing query | ||
7127 | 2024.08.28 17:56:13.456837 [ 3 ] {32796219-d94e-4230-afe5-b7f2dcc624f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7128 | 2024.08.28 17:56:13.456854 [ 3 ] {} <Debug> HTTP-Session: 3e7794ec-0e38-4215-85aa-ab679d12446a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7129 | 2024.08.28 17:56:13.456999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7130 | 2024.08.28 17:56:13.457049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7131 | 2024.08.28 17:56:13.457067 [ 3 ] {} <Debug> HTTP-Session: 700feae2-3501-44ce-adf8-07c3f91c81e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7132 | 2024.08.28 17:56:13.457085 [ 3 ] {} <Debug> HTTP-Session: 700feae2-3501-44ce-adf8-07c3f91c81e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7133 | 2024.08.28 17:56:13.457099 [ 3 ] {} <Debug> HTTP-Session: 700feae2-3501-44ce-adf8-07c3f91c81e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7134 | 2024.08.28 17:56:13.457130 [ 3 ] {} <Trace> HTTP-Session: 700feae2-3501-44ce-adf8-07c3f91c81e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7135 | 2024.08.28 17:56:13.457260 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7136 | 2024.08.28 17:56:13.457307 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7137 | 2024.08.28 17:56:13.457462 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7138 | 2024.08.28 17:56:13.457781 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7139 | 2024.08.28 17:56:13.457817 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7140 | 2024.08.28 17:56:13.458181 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7141 | 2024.08.28 17:56:13.458518 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7142 | 2024.08.28 17:56:13.458647 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec. | ||
7143 | 2024.08.28 17:56:13.458831 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Debug> DynamicQueryHandler: Done processing query | ||
7144 | 2024.08.28 17:56:13.458855 [ 3 ] {97fd7ccc-b76f-4bd0-b1a6-237357919382} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7145 | 2024.08.28 17:56:13.458871 [ 3 ] {} <Debug> HTTP-Session: 700feae2-3501-44ce-adf8-07c3f91c81e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7146 | 2024.08.28 17:56:13.968471 [ 104 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
7147 | 2024.08.28 17:56:13.968591 [ 104 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7148 | 2024.08.28 17:56:13.968635 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7149 | 2024.08.28 17:56:13.968885 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
7150 | 2024.08.28 17:56:13.969209 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7151 | 2024.08.28 17:56:13.969254 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7152 | 2024.08.28 17:56:13.969354 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
7153 | 2024.08.28 17:56:13.969643 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7154 | 2024.08.28 17:56:13.969964 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
7155 | 2024.08.28 17:56:13.970182 [ 192 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7156 | 2024.08.28 17:56:13.971303 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.002565967 sec., 10132.632259105436 rows/sec., 865.83 KiB/sec. | ||
7157 | 2024.08.28 17:56:13.971494 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7158 | 2024.08.28 17:56:13.972004 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7159 | 2024.08.28 17:56:13.972088 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_10_2} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
7160 | 2024.08.28 17:56:13.972192 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7161 | 2024.08.28 17:56:18.010880 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7162 | 2024.08.28 17:56:18.010941 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7163 | 2024.08.28 17:56:18.414690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7164 | 2024.08.28 17:56:18.414823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7165 | 2024.08.28 17:56:18.414853 [ 3 ] {} <Debug> HTTP-Session: 8cf4f547-f188-447f-a920-4e35181660b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7166 | 2024.08.28 17:56:18.414882 [ 3 ] {} <Debug> HTTP-Session: 8cf4f547-f188-447f-a920-4e35181660b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7167 | 2024.08.28 17:56:18.414900 [ 3 ] {} <Debug> HTTP-Session: 8cf4f547-f188-447f-a920-4e35181660b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7168 | 2024.08.28 17:56:18.414973 [ 3 ] {} <Trace> HTTP-Session: 8cf4f547-f188-447f-a920-4e35181660b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7169 | 2024.08.28 17:56:18.415292 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7170 | 2024.08.28 17:56:18.415404 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7171 | 2024.08.28 17:56:18.415978 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7172 | 2024.08.28 17:56:18.416824 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7173 | 2024.08.28 17:56:18.416881 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7174 | 2024.08.28 17:56:18.417351 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7175 | 2024.08.28 17:56:18.417767 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7176 | 2024.08.28 17:56:18.417952 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002766 sec., 20968.90817064353 rows/sec., 1.62 MiB/sec. | ||
7177 | 2024.08.28 17:56:18.418242 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Debug> DynamicQueryHandler: Done processing query | ||
7178 | 2024.08.28 17:56:18.418273 [ 3 ] {a8c034c2-806b-4b23-ae61-63c246070c80} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7179 | 2024.08.28 17:56:18.418290 [ 3 ] {} <Debug> HTTP-Session: 8cf4f547-f188-447f-a920-4e35181660b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7180 | 2024.08.28 17:56:18.418440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7181 | 2024.08.28 17:56:18.418501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7182 | 2024.08.28 17:56:18.418521 [ 3 ] {} <Debug> HTTP-Session: e9c26445-f47e-433e-b493-5e923ba2a0f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7183 | 2024.08.28 17:56:18.418540 [ 3 ] {} <Debug> HTTP-Session: e9c26445-f47e-433e-b493-5e923ba2a0f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7184 | 2024.08.28 17:56:18.418554 [ 3 ] {} <Debug> HTTP-Session: e9c26445-f47e-433e-b493-5e923ba2a0f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7185 | 2024.08.28 17:56:18.418598 [ 3 ] {} <Trace> HTTP-Session: e9c26445-f47e-433e-b493-5e923ba2a0f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7186 | 2024.08.28 17:56:18.418716 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7187 | 2024.08.28 17:56:18.418765 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7188 | 2024.08.28 17:56:18.419008 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7189 | 2024.08.28 17:56:18.419342 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7190 | 2024.08.28 17:56:18.419380 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7191 | 2024.08.28 17:56:18.419726 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7192 | 2024.08.28 17:56:18.420086 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7193 | 2024.08.28 17:56:18.420254 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 48.39 KiB/sec. | ||
7194 | 2024.08.28 17:56:18.420620 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Debug> DynamicQueryHandler: Done processing query | ||
7195 | 2024.08.28 17:56:18.420647 [ 3 ] {c3cc996c-0f7b-4cbd-8d34-458ba9d2f5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7196 | 2024.08.28 17:56:18.420663 [ 3 ] {} <Debug> HTTP-Session: e9c26445-f47e-433e-b493-5e923ba2a0f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7197 | 2024.08.28 17:56:18.420813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7198 | 2024.08.28 17:56:18.420867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7199 | 2024.08.28 17:56:18.420887 [ 3 ] {} <Debug> HTTP-Session: 5d67dd8f-c1c8-45b0-bce6-1bf17d33819c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7200 | 2024.08.28 17:56:18.420904 [ 3 ] {} <Debug> HTTP-Session: 5d67dd8f-c1c8-45b0-bce6-1bf17d33819c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7201 | 2024.08.28 17:56:18.420918 [ 3 ] {} <Debug> HTTP-Session: 5d67dd8f-c1c8-45b0-bce6-1bf17d33819c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7202 | 2024.08.28 17:56:18.420951 [ 3 ] {} <Trace> HTTP-Session: 5d67dd8f-c1c8-45b0-bce6-1bf17d33819c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7203 | 2024.08.28 17:56:18.421072 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7204 | 2024.08.28 17:56:18.421118 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7205 | 2024.08.28 17:56:18.421371 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7206 | 2024.08.28 17:56:18.421738 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7207 | 2024.08.28 17:56:18.421778 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7208 | 2024.08.28 17:56:18.422131 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7209 | 2024.08.28 17:56:18.422484 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7210 | 2024.08.28 17:56:18.422647 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001608 sec., 40422.885572139305 rows/sec., 3.16 MiB/sec. | ||
7211 | 2024.08.28 17:56:18.422867 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Debug> DynamicQueryHandler: Done processing query | ||
7212 | 2024.08.28 17:56:18.422893 [ 3 ] {2ccd9433-76ac-46d3-8743-25a1915656ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7213 | 2024.08.28 17:56:18.422909 [ 3 ] {} <Debug> HTTP-Session: 5d67dd8f-c1c8-45b0-bce6-1bf17d33819c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7214 | 2024.08.28 17:56:18.423092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7215 | 2024.08.28 17:56:18.423139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7216 | 2024.08.28 17:56:18.423158 [ 3 ] {} <Debug> HTTP-Session: 9290d53d-136d-4ad0-960b-082afd15b1ab Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7217 | 2024.08.28 17:56:18.423175 [ 3 ] {} <Debug> HTTP-Session: 9290d53d-136d-4ad0-960b-082afd15b1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7218 | 2024.08.28 17:56:18.423190 [ 3 ] {} <Debug> HTTP-Session: 9290d53d-136d-4ad0-960b-082afd15b1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.08.28 17:56:18.423221 [ 3 ] {} <Trace> HTTP-Session: 9290d53d-136d-4ad0-960b-082afd15b1ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7220 | 2024.08.28 17:56:18.423367 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7221 | 2024.08.28 17:56:18.423414 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7222 | 2024.08.28 17:56:18.423559 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7223 | 2024.08.28 17:56:18.423949 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7224 | 2024.08.28 17:56:18.423985 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7225 | 2024.08.28 17:56:18.424372 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7226 | 2024.08.28 17:56:18.424717 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7227 | 2024.08.28 17:56:18.424883 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
7228 | 2024.08.28 17:56:18.425234 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Debug> DynamicQueryHandler: Done processing query | ||
7229 | 2024.08.28 17:56:18.425265 [ 3 ] {67309f1a-7bb1-415a-8106-43f9aa684d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7230 | 2024.08.28 17:56:18.425282 [ 3 ] {} <Debug> HTTP-Session: 9290d53d-136d-4ad0-960b-082afd15b1ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7231 | 2024.08.28 17:56:18.425410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7232 | 2024.08.28 17:56:18.425458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7233 | 2024.08.28 17:56:18.425477 [ 3 ] {} <Debug> HTTP-Session: 30ead894-f33e-4848-82c9-4641e3419377 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7234 | 2024.08.28 17:56:18.425494 [ 3 ] {} <Debug> HTTP-Session: 30ead894-f33e-4848-82c9-4641e3419377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7235 | 2024.08.28 17:56:18.425508 [ 3 ] {} <Debug> HTTP-Session: 30ead894-f33e-4848-82c9-4641e3419377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7236 | 2024.08.28 17:56:18.425539 [ 3 ] {} <Trace> HTTP-Session: 30ead894-f33e-4848-82c9-4641e3419377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7237 | 2024.08.28 17:56:18.425644 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7238 | 2024.08.28 17:56:18.425717 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7239 | 2024.08.28 17:56:18.426157 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7240 | 2024.08.28 17:56:18.426568 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7241 | 2024.08.28 17:56:18.426603 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7242 | 2024.08.28 17:56:18.427172 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7243 | 2024.08.28 17:56:18.427584 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7244 | 2024.08.28 17:56:18.427776 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002164 sec., 462.1072088724584 rows/sec., 847.95 KiB/sec. | ||
7245 | 2024.08.28 17:56:18.427975 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Debug> DynamicQueryHandler: Done processing query | ||
7246 | 2024.08.28 17:56:18.428000 [ 3 ] {24b53597-38e3-43ff-bd08-6fc45f20a414} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7247 | 2024.08.28 17:56:18.428016 [ 3 ] {} <Debug> HTTP-Session: 30ead894-f33e-4848-82c9-4641e3419377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7248 | 2024.08.28 17:56:18.428144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7249 | 2024.08.28 17:56:18.428191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7250 | 2024.08.28 17:56:18.428210 [ 3 ] {} <Debug> HTTP-Session: a7f273d0-e06b-4647-a31c-ba3713c624ac Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7251 | 2024.08.28 17:56:18.428227 [ 3 ] {} <Debug> HTTP-Session: a7f273d0-e06b-4647-a31c-ba3713c624ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7252 | 2024.08.28 17:56:18.428241 [ 3 ] {} <Debug> HTTP-Session: a7f273d0-e06b-4647-a31c-ba3713c624ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7253 | 2024.08.28 17:56:18.428273 [ 3 ] {} <Trace> HTTP-Session: a7f273d0-e06b-4647-a31c-ba3713c624ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7254 | 2024.08.28 17:56:18.428386 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7255 | 2024.08.28 17:56:18.428431 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7256 | 2024.08.28 17:56:18.428556 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7257 | 2024.08.28 17:56:18.428841 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7258 | 2024.08.28 17:56:18.428876 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
7259 | 2024.08.28 17:56:18.429227 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7260 | 2024.08.28 17:56:18.429551 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7261 | 2024.08.28 17:56:18.429701 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
7262 | 2024.08.28 17:56:18.429865 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Debug> DynamicQueryHandler: Done processing query | ||
7263 | 2024.08.28 17:56:18.429889 [ 3 ] {3224ce69-5f19-49ee-8c71-e28cb40ea664} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7264 | 2024.08.28 17:56:18.429905 [ 3 ] {} <Debug> HTTP-Session: a7f273d0-e06b-4647-a31c-ba3713c624ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7265 | 2024.08.28 17:56:23.424558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7266 | 2024.08.28 17:56:23.424713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7267 | 2024.08.28 17:56:23.424741 [ 3 ] {} <Debug> HTTP-Session: 8e13e9f7-e4dc-46ea-8f06-3fb131dfc743 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7268 | 2024.08.28 17:56:23.424769 [ 3 ] {} <Debug> HTTP-Session: 8e13e9f7-e4dc-46ea-8f06-3fb131dfc743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7269 | 2024.08.28 17:56:23.424787 [ 3 ] {} <Debug> HTTP-Session: 8e13e9f7-e4dc-46ea-8f06-3fb131dfc743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.08.28 17:56:23.424849 [ 3 ] {} <Trace> HTTP-Session: 8e13e9f7-e4dc-46ea-8f06-3fb131dfc743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7271 | 2024.08.28 17:56:23.425079 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7272 | 2024.08.28 17:56:23.425158 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7273 | 2024.08.28 17:56:23.425597 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7274 | 2024.08.28 17:56:23.426088 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7275 | 2024.08.28 17:56:23.426137 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7276 | 2024.08.28 17:56:23.426700 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7277 | 2024.08.28 17:56:23.427203 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7278 | 2024.08.28 17:56:23.427418 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002396 sec., 2504.1736227045076 rows/sec., 204.20 KiB/sec. | ||
7279 | 2024.08.28 17:56:23.427768 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Debug> DynamicQueryHandler: Done processing query | ||
7280 | 2024.08.28 17:56:23.427799 [ 3 ] {a2bb2f37-64b1-4e0d-a320-f2ce482290e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7281 | 2024.08.28 17:56:23.427817 [ 3 ] {} <Debug> HTTP-Session: 8e13e9f7-e4dc-46ea-8f06-3fb131dfc743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.08.28 17:56:23.428097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 40024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7283 | 2024.08.28 17:56:23.428158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7284 | 2024.08.28 17:56:23.428179 [ 3 ] {} <Debug> HTTP-Session: df02764d-fde3-4727-93a7-f4b97d35a841 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7285 | 2024.08.28 17:56:23.428201 [ 3 ] {} <Debug> HTTP-Session: df02764d-fde3-4727-93a7-f4b97d35a841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7286 | 2024.08.28 17:56:23.428215 [ 3 ] {} <Debug> HTTP-Session: df02764d-fde3-4727-93a7-f4b97d35a841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.08.28 17:56:23.428252 [ 3 ] {} <Trace> HTTP-Session: df02764d-fde3-4727-93a7-f4b97d35a841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7288 | 2024.08.28 17:56:23.428465 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7289 | 2024.08.28 17:56:23.428515 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7290 | 2024.08.28 17:56:23.428779 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7291 | 2024.08.28 17:56:23.429390 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7292 | 2024.08.28 17:56:23.429434 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7293 | 2024.08.28 17:56:23.429899 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7294 | 2024.08.28 17:56:23.430351 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7295 | 2024.08.28 17:56:23.430519 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Debug> executeQuery: Read 264 rows, 23.96 KiB in 0.002151 sec., 122733.61227336121 rows/sec., 10.88 MiB/sec. | ||
7296 | 2024.08.28 17:56:23.430788 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Debug> DynamicQueryHandler: Done processing query | ||
7297 | 2024.08.28 17:56:23.430826 [ 3 ] {88c7f5e7-de3e-49e8-bc76-d026b83b5134} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7298 | 2024.08.28 17:56:23.430849 [ 3 ] {} <Debug> HTTP-Session: df02764d-fde3-4727-93a7-f4b97d35a841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7299 | 2024.08.28 17:56:23.431103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7300 | 2024.08.28 17:56:23.431179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7301 | 2024.08.28 17:56:23.431205 [ 3 ] {} <Debug> HTTP-Session: 2530404b-6df3-4d2d-af6d-76e139174fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7302 | 2024.08.28 17:56:23.431228 [ 3 ] {} <Debug> HTTP-Session: 2530404b-6df3-4d2d-af6d-76e139174fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7303 | 2024.08.28 17:56:23.431247 [ 3 ] {} <Debug> HTTP-Session: 2530404b-6df3-4d2d-af6d-76e139174fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7304 | 2024.08.28 17:56:23.431289 [ 3 ] {} <Trace> HTTP-Session: 2530404b-6df3-4d2d-af6d-76e139174fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7305 | 2024.08.28 17:56:23.431440 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7306 | 2024.08.28 17:56:23.431495 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7307 | 2024.08.28 17:56:23.431794 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7308 | 2024.08.28 17:56:23.432980 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7309 | 2024.08.28 17:56:23.433031 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7310 | 2024.08.28 17:56:23.433485 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7311 | 2024.08.28 17:56:23.433957 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7312 | 2024.08.28 17:56:23.434122 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.002728 sec., 15395.894428152493 rows/sec., 1.12 MiB/sec. | ||
7313 | 2024.08.28 17:56:23.434157 [ 94 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7314 | 2024.08.28 17:56:23.434270 [ 94 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7315 | 2024.08.28 17:56:23.434311 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7316 | 2024.08.28 17:56:23.434403 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Debug> DynamicQueryHandler: Done processing query | ||
7317 | 2024.08.28 17:56:23.434481 [ 3 ] {2d1d842d-94c6-41f1-89f8-d4ec23b98f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7318 | 2024.08.28 17:56:23.434555 [ 3 ] {} <Debug> HTTP-Session: 2530404b-6df3-4d2d-af6d-76e139174fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7319 | 2024.08.28 17:56:23.434611 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
7320 | 2024.08.28 17:56:23.434848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7321 | 2024.08.28 17:56:23.434933 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7322 | 2024.08.28 17:56:23.434955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7323 | 2024.08.28 17:56:23.435005 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 55 rows starting from the beginning of the part | ||
7324 | 2024.08.28 17:56:23.435016 [ 3 ] {} <Debug> HTTP-Session: 97258ad5-5e0d-4dd8-840f-2ac7788e77ce Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7325 | 2024.08.28 17:56:23.435070 [ 3 ] {} <Debug> HTTP-Session: 97258ad5-5e0d-4dd8-840f-2ac7788e77ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7326 | 2024.08.28 17:56:23.435123 [ 3 ] {} <Debug> HTTP-Session: 97258ad5-5e0d-4dd8-840f-2ac7788e77ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7327 | 2024.08.28 17:56:23.435237 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part | ||
7328 | 2024.08.28 17:56:23.435270 [ 3 ] {} <Trace> HTTP-Session: 97258ad5-5e0d-4dd8-840f-2ac7788e77ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7329 | 2024.08.28 17:56:23.435512 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
7330 | 2024.08.28 17:56:23.435682 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7331 | 2024.08.28 17:56:23.435894 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7332 | 2024.08.28 17:56:23.435928 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
7333 | 2024.08.28 17:56:23.436384 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
7334 | 2024.08.28 17:56:23.436726 [ 195 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
7335 | 2024.08.28 17:56:23.437614 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7336 | 2024.08.28 17:56:23.438697 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7337 | 2024.08.28 17:56:23.438791 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7338 | 2024.08.28 17:56:23.440267 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7339 | 2024.08.28 17:56:23.440278 [ 201 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875141 sec., 29446.101804194994 rows/sec., 2.25 MiB/sec. | ||
7340 | 2024.08.28 17:56:23.440575 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7341 | 2024.08.28 17:56:23.441513 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7342 | 2024.08.28 17:56:23.441673 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7343 | 2024.08.28 17:56:23.441845 [ 94 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7344 | 2024.08.28 17:56:23.441944 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006409 sec., 2184.4281479169917 rows/sec., 152.98 KiB/sec. | ||
7345 | 2024.08.28 17:56:23.441971 [ 94 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7346 | 2024.08.28 17:56:23.441973 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_31_6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7347 | 2024.08.28 17:56:23.442074 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7348 | 2024.08.28 17:56:23.442683 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7349 | 2024.08.28 17:56:23.442783 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Debug> DynamicQueryHandler: Done processing query | ||
7350 | 2024.08.28 17:56:23.442803 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
7351 | 2024.08.28 17:56:23.442841 [ 3 ] {92e9cae5-f38e-4507-b2b0-b13af37b7063} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7352 | 2024.08.28 17:56:23.442887 [ 3 ] {} <Debug> HTTP-Session: 97258ad5-5e0d-4dd8-840f-2ac7788e77ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7353 | 2024.08.28 17:56:23.443010 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7354 | 2024.08.28 17:56:23.443052 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
7355 | 2024.08.28 17:56:23.443135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7356 | 2024.08.28 17:56:23.443274 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
7357 | 2024.08.28 17:56:23.443373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7358 | 2024.08.28 17:56:23.443556 [ 3 ] {} <Debug> HTTP-Session: 7cadf062-4ac1-48ba-a578-3230b9b68302 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7359 | 2024.08.28 17:56:23.443592 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
7360 | 2024.08.28 17:56:23.443682 [ 3 ] {} <Debug> HTTP-Session: 7cadf062-4ac1-48ba-a578-3230b9b68302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7361 | 2024.08.28 17:56:23.443797 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
7362 | 2024.08.28 17:56:23.443801 [ 3 ] {} <Debug> HTTP-Session: 7cadf062-4ac1-48ba-a578-3230b9b68302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.08.28 17:56:23.444022 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
7364 | 2024.08.28 17:56:23.444039 [ 3 ] {} <Trace> HTTP-Session: 7cadf062-4ac1-48ba-a578-3230b9b68302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7365 | 2024.08.28 17:56:23.444235 [ 201 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
7366 | 2024.08.28 17:56:23.444567 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7367 | 2024.08.28 17:56:23.444817 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7368 | 2024.08.28 17:56:23.446058 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7369 | 2024.08.28 17:56:23.447251 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7370 | 2024.08.28 17:56:23.447363 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7371 | 2024.08.28 17:56:23.447593 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005324579 sec., 101604.27707054398 rows/sec., 6.90 MiB/sec. | ||
7372 | 2024.08.28 17:56:23.447822 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7373 | 2024.08.28 17:56:23.448760 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7374 | 2024.08.28 17:56:23.448920 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7375 | 2024.08.28 17:56:23.449091 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_16_3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7376 | 2024.08.28 17:56:23.449348 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7377 | 2024.08.28 17:56:23.449772 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7378 | 2024.08.28 17:56:23.450025 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005692 sec., 1054.1110330288125 rows/sec., 62.28 KiB/sec. | ||
7379 | 2024.08.28 17:56:23.450364 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Debug> DynamicQueryHandler: Done processing query | ||
7380 | 2024.08.28 17:56:23.450403 [ 3 ] {540e9c33-2f3b-4fdf-89af-2be058b2aaec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7381 | 2024.08.28 17:56:23.450427 [ 3 ] {} <Debug> HTTP-Session: 7cadf062-4ac1-48ba-a578-3230b9b68302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7382 | 2024.08.28 17:56:23.450742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7383 | 2024.08.28 17:56:23.450821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7384 | 2024.08.28 17:56:23.450854 [ 3 ] {} <Debug> HTTP-Session: 45e236ed-5c6f-4626-a6b6-d8b13573d42b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7385 | 2024.08.28 17:56:23.450881 [ 3 ] {} <Debug> HTTP-Session: 45e236ed-5c6f-4626-a6b6-d8b13573d42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7386 | 2024.08.28 17:56:23.450904 [ 3 ] {} <Debug> HTTP-Session: 45e236ed-5c6f-4626-a6b6-d8b13573d42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7387 | 2024.08.28 17:56:23.450954 [ 3 ] {} <Trace> HTTP-Session: 45e236ed-5c6f-4626-a6b6-d8b13573d42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7388 | 2024.08.28 17:56:23.451297 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7389 | 2024.08.28 17:56:23.451362 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7390 | 2024.08.28 17:56:23.451709 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7391 | 2024.08.28 17:56:23.452526 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7392 | 2024.08.28 17:56:23.452577 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7393 | 2024.08.28 17:56:23.453149 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7394 | 2024.08.28 17:56:23.453754 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7395 | 2024.08.28 17:56:23.453991 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.002888 sec., 146814.40443213296 rows/sec., 10.50 MiB/sec. | ||
7396 | 2024.08.28 17:56:23.454303 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Debug> DynamicQueryHandler: Done processing query | ||
7397 | 2024.08.28 17:56:23.454339 [ 3 ] {3ecaec0d-d588-428c-94b9-3d20cc33cd75} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7398 | 2024.08.28 17:56:23.454363 [ 3 ] {} <Debug> HTTP-Session: 45e236ed-5c6f-4626-a6b6-d8b13573d42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7399 | 2024.08.28 17:56:23.454533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7400 | 2024.08.28 17:56:23.454609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7401 | 2024.08.28 17:56:23.454640 [ 3 ] {} <Debug> HTTP-Session: d8b393ac-fa37-4853-972b-81047add3ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7402 | 2024.08.28 17:56:23.454666 [ 3 ] {} <Debug> HTTP-Session: d8b393ac-fa37-4853-972b-81047add3ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7403 | 2024.08.28 17:56:23.454689 [ 3 ] {} <Debug> HTTP-Session: d8b393ac-fa37-4853-972b-81047add3ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7404 | 2024.08.28 17:56:23.454736 [ 3 ] {} <Trace> HTTP-Session: d8b393ac-fa37-4853-972b-81047add3ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7405 | 2024.08.28 17:56:23.454875 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7406 | 2024.08.28 17:56:23.454940 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7407 | 2024.08.28 17:56:23.455143 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7408 | 2024.08.28 17:56:23.455542 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7409 | 2024.08.28 17:56:23.455590 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7410 | 2024.08.28 17:56:23.456112 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7411 | 2024.08.28 17:56:23.456595 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7412 | 2024.08.28 17:56:23.456804 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001961 sec., 3059.6634370219276 rows/sec., 159.86 KiB/sec. | ||
7413 | 2024.08.28 17:56:23.457042 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Debug> DynamicQueryHandler: Done processing query | ||
7414 | 2024.08.28 17:56:23.457079 [ 3 ] {527ac16c-84e9-4d81-b47d-4678a199315c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7415 | 2024.08.28 17:56:23.457105 [ 3 ] {} <Debug> HTTP-Session: d8b393ac-fa37-4853-972b-81047add3ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7416 | 2024.08.28 17:56:23.457350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7417 | 2024.08.28 17:56:23.457420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7418 | 2024.08.28 17:56:23.457449 [ 3 ] {} <Debug> HTTP-Session: dac9d135-df21-4363-af8b-7f8b0cb54b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7419 | 2024.08.28 17:56:23.457473 [ 3 ] {} <Debug> HTTP-Session: dac9d135-df21-4363-af8b-7f8b0cb54b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7420 | 2024.08.28 17:56:23.457495 [ 3 ] {} <Debug> HTTP-Session: dac9d135-df21-4363-af8b-7f8b0cb54b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7421 | 2024.08.28 17:56:23.457541 [ 3 ] {} <Trace> HTTP-Session: dac9d135-df21-4363-af8b-7f8b0cb54b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7422 | 2024.08.28 17:56:23.457830 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7423 | 2024.08.28 17:56:23.457895 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7424 | 2024.08.28 17:56:23.458114 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7425 | 2024.08.28 17:56:23.458761 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7426 | 2024.08.28 17:56:23.458812 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7427 | 2024.08.28 17:56:23.459366 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7428 | 2024.08.28 17:56:23.459891 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7429 | 2024.08.28 17:56:23.460117 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.002455 sec., 97759.67413441955 rows/sec., 6.55 MiB/sec. | ||
7430 | 2024.08.28 17:56:23.460119 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7431 | 2024.08.28 17:56:23.460233 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7432 | 2024.08.28 17:56:23.460274 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7433 | 2024.08.28 17:56:23.460553 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Debug> DynamicQueryHandler: Done processing query | ||
7434 | 2024.08.28 17:56:23.460657 [ 3 ] {1bec6729-6fe5-49fc-90eb-9e98a3eb27e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7435 | 2024.08.28 17:56:23.460765 [ 3 ] {} <Debug> HTTP-Session: dac9d135-df21-4363-af8b-7f8b0cb54b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.08.28 17:56:23.460861 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
7437 | 2024.08.28 17:56:23.461038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7438 | 2024.08.28 17:56:23.461182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7439 | 2024.08.28 17:56:23.461254 [ 3 ] {} <Debug> HTTP-Session: 07b815b0-7af3-4ab1-b171-2fc263d8d995 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7440 | 2024.08.28 17:56:23.461315 [ 3 ] {} <Debug> HTTP-Session: 07b815b0-7af3-4ab1-b171-2fc263d8d995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.08.28 17:56:23.461329 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7442 | 2024.08.28 17:56:23.461350 [ 3 ] {} <Debug> HTTP-Session: 07b815b0-7af3-4ab1-b171-2fc263d8d995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7443 | 2024.08.28 17:56:23.461430 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9898 rows starting from the beginning of the part | ||
7444 | 2024.08.28 17:56:23.461444 [ 3 ] {} <Trace> HTTP-Session: 07b815b0-7af3-4ab1-b171-2fc263d8d995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7445 | 2024.08.28 17:56:23.461623 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
7446 | 2024.08.28 17:56:23.461855 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7447 | 2024.08.28 17:56:23.462059 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
7448 | 2024.08.28 17:56:23.462088 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7449 | 2024.08.28 17:56:23.462447 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
7450 | 2024.08.28 17:56:23.462848 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::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 | ||
7451 | 2024.08.28 17:56:23.463179 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 240 rows starting from the beginning of the part | ||
7452 | 2024.08.28 17:56:23.463260 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7453 | 2024.08.28 17:56:23.464403 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7454 | 2024.08.28 17:56:23.464482 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7455 | 2024.08.28 17:56:23.465384 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7456 | 2024.08.28 17:56:23.466848 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7457 | 2024.08.28 17:56:23.467333 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005669 sec., 176.39795378373609 rows/sec., 11.89 KiB/sec. | ||
7458 | 2024.08.28 17:56:23.467608 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Debug> DynamicQueryHandler: Done processing query | ||
7459 | 2024.08.28 17:56:23.467854 [ 3 ] {414a838e-8bce-4814-b277-c7f9edca33b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7460 | 2024.08.28 17:56:23.467901 [ 3 ] {} <Debug> HTTP-Session: 07b815b0-7af3-4ab1-b171-2fc263d8d995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.08.28 17:56:23.468132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59323, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7462 | 2024.08.28 17:56:23.468212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7463 | 2024.08.28 17:56:23.468243 [ 3 ] {} <Debug> HTTP-Session: 2eeaf8a9-c232-45ae-a808-478997a06afd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7464 | 2024.08.28 17:56:23.468280 [ 3 ] {} <Debug> HTTP-Session: 2eeaf8a9-c232-45ae-a808-478997a06afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7465 | 2024.08.28 17:56:23.468300 [ 3 ] {} <Debug> HTTP-Session: 2eeaf8a9-c232-45ae-a808-478997a06afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.08.28 17:56:23.468363 [ 3 ] {} <Trace> HTTP-Session: 2eeaf8a9-c232-45ae-a808-478997a06afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7467 | 2024.08.28 17:56:23.469212 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7468 | 2024.08.28 17:56:23.469315 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7469 | 2024.08.28 17:56:23.470271 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10727 rows, containing 5 columns (5 merged, 0 gathered) in 0.00986642 sec., 1087223.126524109 rows/sec., 73.22 MiB/sec. | ||
7470 | 2024.08.28 17:56:23.470783 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7471 | 2024.08.28 17:56:23.471115 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7472 | 2024.08.28 17:56:23.471911 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7473 | 2024.08.28 17:56:23.472015 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7474 | 2024.08.28 17:56:23.472248 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
7475 | 2024.08.28 17:56:23.472484 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7476 | 2024.08.28 17:56:23.472535 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7477 | 2024.08.28 17:56:23.473363 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7478 | 2024.08.28 17:56:23.474042 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7479 | 2024.08.28 17:56:23.474305 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.005796 sec., 6211.180124223602 rows/sec., 11.13 MiB/sec. | ||
7480 | 2024.08.28 17:56:23.474632 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Debug> DynamicQueryHandler: Done processing query | ||
7481 | 2024.08.28 17:56:23.474664 [ 3 ] {20a12252-2956-4f1a-8de4-de421bcd9b08} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7482 | 2024.08.28 17:56:23.474686 [ 3 ] {} <Debug> HTTP-Session: 2eeaf8a9-c232-45ae-a808-478997a06afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.08.28 17:56:23.474843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7484 | 2024.08.28 17:56:23.474906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7485 | 2024.08.28 17:56:23.474932 [ 3 ] {} <Debug> HTTP-Session: 63a303ed-de5a-4831-8fff-1b138a490a20 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7486 | 2024.08.28 17:56:23.474954 [ 3 ] {} <Debug> HTTP-Session: 63a303ed-de5a-4831-8fff-1b138a490a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7487 | 2024.08.28 17:56:23.474974 [ 3 ] {} <Debug> HTTP-Session: 63a303ed-de5a-4831-8fff-1b138a490a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7488 | 2024.08.28 17:56:23.475017 [ 3 ] {} <Trace> HTTP-Session: 63a303ed-de5a-4831-8fff-1b138a490a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7489 | 2024.08.28 17:56:23.475176 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7490 | 2024.08.28 17:56:23.475231 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7491 | 2024.08.28 17:56:23.475409 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7492 | 2024.08.28 17:56:23.475826 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7493 | 2024.08.28 17:56:23.475870 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7494 | 2024.08.28 17:56:23.476346 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7495 | 2024.08.28 17:56:23.476771 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7496 | 2024.08.28 17:56:23.476973 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001855 sec., 44204.85175202156 rows/sec., 2.81 MiB/sec. | ||
7497 | 2024.08.28 17:56:23.477189 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Debug> DynamicQueryHandler: Done processing query | ||
7498 | 2024.08.28 17:56:23.477218 [ 3 ] {6313f5a4-1d90-476d-8936-91bd345f04db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7499 | 2024.08.28 17:56:23.477240 [ 3 ] {} <Debug> HTTP-Session: 63a303ed-de5a-4831-8fff-1b138a490a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.08.28 17:56:28.415135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7501 | 2024.08.28 17:56:28.415271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7502 | 2024.08.28 17:56:28.415297 [ 3 ] {} <Debug> HTTP-Session: 25ac24b1-6bd5-4496-a7c8-b794736850a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7503 | 2024.08.28 17:56:28.415322 [ 3 ] {} <Debug> HTTP-Session: 25ac24b1-6bd5-4496-a7c8-b794736850a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7504 | 2024.08.28 17:56:28.415337 [ 3 ] {} <Debug> HTTP-Session: 25ac24b1-6bd5-4496-a7c8-b794736850a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.08.28 17:56:28.415391 [ 3 ] {} <Trace> HTTP-Session: 25ac24b1-6bd5-4496-a7c8-b794736850a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7506 | 2024.08.28 17:56:28.415589 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7507 | 2024.08.28 17:56:28.415661 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7508 | 2024.08.28 17:56:28.416018 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7509 | 2024.08.28 17:56:28.416463 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7510 | 2024.08.28 17:56:28.416513 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7511 | 2024.08.28 17:56:28.417070 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7512 | 2024.08.28 17:56:28.417637 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7513 | 2024.08.28 17:56:28.417870 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00234 sec., 854.7008547008546 rows/sec., 69.69 KiB/sec. | ||
7514 | 2024.08.28 17:56:28.418165 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Debug> DynamicQueryHandler: Done processing query | ||
7515 | 2024.08.28 17:56:28.418203 [ 3 ] {ab6b44c2-c464-439f-ab31-7919c091718a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7516 | 2024.08.28 17:56:28.418227 [ 3 ] {} <Debug> HTTP-Session: 25ac24b1-6bd5-4496-a7c8-b794736850a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7517 | 2024.08.28 17:56:28.418423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7518 | 2024.08.28 17:56:28.418500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7519 | 2024.08.28 17:56:28.418529 [ 3 ] {} <Debug> HTTP-Session: a86242fa-02fb-4b3a-ad2a-cd41fc113e4a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7520 | 2024.08.28 17:56:28.418557 [ 3 ] {} <Debug> HTTP-Session: a86242fa-02fb-4b3a-ad2a-cd41fc113e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7521 | 2024.08.28 17:56:28.418579 [ 3 ] {} <Debug> HTTP-Session: a86242fa-02fb-4b3a-ad2a-cd41fc113e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7522 | 2024.08.28 17:56:28.418629 [ 3 ] {} <Trace> HTTP-Session: a86242fa-02fb-4b3a-ad2a-cd41fc113e4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7523 | 2024.08.28 17:56:28.418797 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7524 | 2024.08.28 17:56:28.418862 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7525 | 2024.08.28 17:56:28.419113 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7526 | 2024.08.28 17:56:28.419500 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7527 | 2024.08.28 17:56:28.419541 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7528 | 2024.08.28 17:56:28.419920 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7529 | 2024.08.28 17:56:28.420306 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7530 | 2024.08.28 17:56:28.420463 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001724 sec., 34222.73781902552 rows/sec., 2.65 MiB/sec. | ||
7531 | 2024.08.28 17:56:28.420639 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Debug> DynamicQueryHandler: Done processing query | ||
7532 | 2024.08.28 17:56:28.420665 [ 3 ] {6c5394f6-15dd-4e68-bd4d-78fcaa660ddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7533 | 2024.08.28 17:56:28.420681 [ 3 ] {} <Debug> HTTP-Session: a86242fa-02fb-4b3a-ad2a-cd41fc113e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7534 | 2024.08.28 17:56:28.420817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7535 | 2024.08.28 17:56:28.420867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7536 | 2024.08.28 17:56:28.420886 [ 3 ] {} <Debug> HTTP-Session: d72aeb49-9b86-41f2-ad6d-ce028e8ad9b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7537 | 2024.08.28 17:56:28.420904 [ 3 ] {} <Debug> HTTP-Session: d72aeb49-9b86-41f2-ad6d-ce028e8ad9b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7538 | 2024.08.28 17:56:28.420920 [ 3 ] {} <Debug> HTTP-Session: d72aeb49-9b86-41f2-ad6d-ce028e8ad9b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.08.28 17:56:28.420953 [ 3 ] {} <Trace> HTTP-Session: d72aeb49-9b86-41f2-ad6d-ce028e8ad9b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7540 | 2024.08.28 17:56:28.421048 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7541 | 2024.08.28 17:56:28.421094 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7542 | 2024.08.28 17:56:28.421323 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7543 | 2024.08.28 17:56:28.421635 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7544 | 2024.08.28 17:56:28.421674 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7545 | 2024.08.28 17:56:28.422038 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7546 | 2024.08.28 17:56:28.422407 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7547 | 2024.08.28 17:56:28.422563 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Debug> executeQuery: Read 3 rows, 220.00 B in 0.001533 sec., 1956.9471624266143 rows/sec., 140.15 KiB/sec. | ||
7548 | 2024.08.28 17:56:28.422741 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Debug> DynamicQueryHandler: Done processing query | ||
7549 | 2024.08.28 17:56:28.422766 [ 3 ] {fe212805-7fba-41ef-a9cd-536f249d0093} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7550 | 2024.08.28 17:56:28.422784 [ 3 ] {} <Debug> HTTP-Session: d72aeb49-9b86-41f2-ad6d-ce028e8ad9b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7551 | 2024.08.28 17:56:28.422922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7552 | 2024.08.28 17:56:28.422971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7553 | 2024.08.28 17:56:28.422991 [ 3 ] {} <Debug> HTTP-Session: 460b4009-39a4-4191-9889-9721241a8d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7554 | 2024.08.28 17:56:28.423009 [ 3 ] {} <Debug> HTTP-Session: 460b4009-39a4-4191-9889-9721241a8d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7555 | 2024.08.28 17:56:28.423032 [ 3 ] {} <Debug> HTTP-Session: 460b4009-39a4-4191-9889-9721241a8d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.08.28 17:56:28.423073 [ 3 ] {} <Trace> HTTP-Session: 460b4009-39a4-4191-9889-9721241a8d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7557 | 2024.08.28 17:56:28.423195 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7558 | 2024.08.28 17:56:28.423242 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7559 | 2024.08.28 17:56:28.423510 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7560 | 2024.08.28 17:56:28.423948 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7561 | 2024.08.28 17:56:28.423997 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7562 | 2024.08.28 17:56:28.424499 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7563 | 2024.08.28 17:56:28.425031 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7564 | 2024.08.28 17:56:28.425254 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.002097 sec., 31950.405340963283 rows/sec., 2.50 MiB/sec. | ||
7565 | 2024.08.28 17:56:28.425644 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Debug> DynamicQueryHandler: Done processing query | ||
7566 | 2024.08.28 17:56:28.425686 [ 3 ] {9abcf647-43be-4f00-83ce-feb190545b0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7567 | 2024.08.28 17:56:28.425705 [ 3 ] {} <Debug> HTTP-Session: 460b4009-39a4-4191-9889-9721241a8d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7568 | 2024.08.28 17:56:28.425889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7569 | 2024.08.28 17:56:28.425941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7570 | 2024.08.28 17:56:28.425961 [ 3 ] {} <Debug> HTTP-Session: 6ac4fedb-0908-4045-acd8-76f08c5c8895 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7571 | 2024.08.28 17:56:28.425980 [ 3 ] {} <Debug> HTTP-Session: 6ac4fedb-0908-4045-acd8-76f08c5c8895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7572 | 2024.08.28 17:56:28.425994 [ 3 ] {} <Debug> HTTP-Session: 6ac4fedb-0908-4045-acd8-76f08c5c8895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7573 | 2024.08.28 17:56:28.426027 [ 3 ] {} <Trace> HTTP-Session: 6ac4fedb-0908-4045-acd8-76f08c5c8895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7574 | 2024.08.28 17:56:28.426195 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7575 | 2024.08.28 17:56:28.426247 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7576 | 2024.08.28 17:56:28.426417 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7577 | 2024.08.28 17:56:28.426823 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7578 | 2024.08.28 17:56:28.426861 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7579 | 2024.08.28 17:56:28.427265 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7580 | 2024.08.28 17:56:28.427623 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7581 | 2024.08.28 17:56:28.427772 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001657 sec., 97163.54858177429 rows/sec., 6.77 MiB/sec. | ||
7582 | 2024.08.28 17:56:28.427951 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Debug> DynamicQueryHandler: Done processing query | ||
7583 | 2024.08.28 17:56:28.427976 [ 3 ] {40f420ff-c89a-4d61-9437-b3607932777d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7584 | 2024.08.28 17:56:28.427993 [ 3 ] {} <Debug> HTTP-Session: 6ac4fedb-0908-4045-acd8-76f08c5c8895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7585 | 2024.08.28 17:56:28.428144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7586 | 2024.08.28 17:56:28.428195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7587 | 2024.08.28 17:56:28.428214 [ 3 ] {} <Debug> HTTP-Session: 76b970c1-928c-4985-8e72-846b1df10668 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7588 | 2024.08.28 17:56:28.428232 [ 3 ] {} <Debug> HTTP-Session: 76b970c1-928c-4985-8e72-846b1df10668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7589 | 2024.08.28 17:56:28.428247 [ 3 ] {} <Debug> HTTP-Session: 76b970c1-928c-4985-8e72-846b1df10668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.08.28 17:56:28.428278 [ 3 ] {} <Trace> HTTP-Session: 76b970c1-928c-4985-8e72-846b1df10668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7591 | 2024.08.28 17:56:28.428386 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7592 | 2024.08.28 17:56:28.428454 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7593 | 2024.08.28 17:56:28.428873 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7594 | 2024.08.28 17:56:28.429289 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7595 | 2024.08.28 17:56:28.429325 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7596 | 2024.08.28 17:56:28.429911 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7597 | 2024.08.28 17:56:28.430334 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7598 | 2024.08.28 17:56:28.430533 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002178 sec., 459.13682277318645 rows/sec., 842.50 KiB/sec. | ||
7599 | 2024.08.28 17:56:28.431061 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Debug> DynamicQueryHandler: Done processing query | ||
7600 | 2024.08.28 17:56:28.431086 [ 3 ] {4728b959-0273-4a06-b5aa-2a251dd4c725} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7601 | 2024.08.28 17:56:28.431104 [ 3 ] {} <Debug> HTTP-Session: 76b970c1-928c-4985-8e72-846b1df10668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7602 | 2024.08.28 17:56:28.431240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7603 | 2024.08.28 17:56:28.431290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7604 | 2024.08.28 17:56:28.431309 [ 3 ] {} <Debug> HTTP-Session: ad98faef-0842-42ee-85b3-a3a8f94df9b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7605 | 2024.08.28 17:56:28.431326 [ 3 ] {} <Debug> HTTP-Session: ad98faef-0842-42ee-85b3-a3a8f94df9b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7606 | 2024.08.28 17:56:28.431340 [ 3 ] {} <Debug> HTTP-Session: ad98faef-0842-42ee-85b3-a3a8f94df9b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7607 | 2024.08.28 17:56:28.431371 [ 3 ] {} <Trace> HTTP-Session: ad98faef-0842-42ee-85b3-a3a8f94df9b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7608 | 2024.08.28 17:56:28.431494 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7609 | 2024.08.28 17:56:28.431541 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7610 | 2024.08.28 17:56:28.431690 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7611 | 2024.08.28 17:56:28.432009 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7612 | 2024.08.28 17:56:28.432047 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7613 | 2024.08.28 17:56:28.432417 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7614 | 2024.08.28 17:56:28.432751 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7615 | 2024.08.28 17:56:28.432909 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
7616 | 2024.08.28 17:56:28.432927 [ 83 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7617 | 2024.08.28 17:56:28.433035 [ 83 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7618 | 2024.08.28 17:56:28.433078 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7619 | 2024.08.28 17:56:28.433193 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Debug> DynamicQueryHandler: Done processing query | ||
7620 | 2024.08.28 17:56:28.433265 [ 3 ] {8ab3130f-761d-4c34-8fab-c9e8181b852b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7621 | 2024.08.28 17:56:28.433346 [ 3 ] {} <Debug> HTTP-Session: ad98faef-0842-42ee-85b3-a3a8f94df9b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7622 | 2024.08.28 17:56:28.433492 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::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 | ||
7623 | 2024.08.28 17:56:28.433700 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7624 | 2024.08.28 17:56:28.433739 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1586 rows starting from the beginning of the part | ||
7625 | 2024.08.28 17:56:28.433818 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
7626 | 2024.08.28 17:56:28.433939 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
7627 | 2024.08.28 17:56:28.434163 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
7628 | 2024.08.28 17:56:28.434330 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
7629 | 2024.08.28 17:56:28.434503 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
7630 | 2024.08.28 17:56:28.435994 [ 196 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 4 columns (4 merged, 0 gathered) in 0.002795203 sec., 690468.6350150597 rows/sec., 45.04 MiB/sec. | ||
7631 | 2024.08.28 17:56:28.436271 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7632 | 2024.08.28 17:56:28.436770 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7633 | 2024.08.28 17:56:28.436872 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_36_7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7634 | 2024.08.28 17:56:28.436981 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
7635 | 2024.08.28 17:56:32.570098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7636 | 2024.08.28 17:56:32.570243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7637 | 2024.08.28 17:56:32.570274 [ 3 ] {} <Debug> HTTP-Session: 104b5033-35d3-4812-ba1d-2045b23987f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7638 | 2024.08.28 17:56:32.570303 [ 3 ] {} <Debug> HTTP-Session: 104b5033-35d3-4812-ba1d-2045b23987f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7639 | 2024.08.28 17:56:32.570321 [ 3 ] {} <Debug> HTTP-Session: 104b5033-35d3-4812-ba1d-2045b23987f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7640 | 2024.08.28 17:56:32.570378 [ 3 ] {} <Trace> HTTP-Session: 104b5033-35d3-4812-ba1d-2045b23987f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7641 | 2024.08.28 17:56:32.570581 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7642 | 2024.08.28 17:56:32.570650 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7643 | 2024.08.28 17:56:32.570999 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7644 | 2024.08.28 17:56:32.571424 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7645 | 2024.08.28 17:56:32.571471 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7646 | 2024.08.28 17:56:32.571899 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7647 | 2024.08.28 17:56:32.572309 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7648 | 2024.08.28 17:56:32.572491 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001957 sec., 2043.9448134900358 rows/sec., 166.67 KiB/sec. | ||
7649 | 2024.08.28 17:56:32.572701 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Debug> DynamicQueryHandler: Done processing query | ||
7650 | 2024.08.28 17:56:32.572729 [ 3 ] {6f8743b5-1206-4add-90fc-86b1f83efe2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7651 | 2024.08.28 17:56:32.572746 [ 3 ] {} <Debug> HTTP-Session: 104b5033-35d3-4812-ba1d-2045b23987f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7652 | 2024.08.28 17:56:32.573095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7653 | 2024.08.28 17:56:32.573147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7654 | 2024.08.28 17:56:32.573168 [ 3 ] {} <Debug> HTTP-Session: 8e18f1f1-317e-4633-b41c-8d5192fb5538 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7655 | 2024.08.28 17:56:32.573186 [ 3 ] {} <Debug> HTTP-Session: 8e18f1f1-317e-4633-b41c-8d5192fb5538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7656 | 2024.08.28 17:56:32.573199 [ 3 ] {} <Debug> HTTP-Session: 8e18f1f1-317e-4633-b41c-8d5192fb5538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.08.28 17:56:32.573235 [ 3 ] {} <Trace> HTTP-Session: 8e18f1f1-317e-4633-b41c-8d5192fb5538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7658 | 2024.08.28 17:56:32.573729 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7659 | 2024.08.28 17:56:32.573778 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7660 | 2024.08.28 17:56:32.574021 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7661 | 2024.08.28 17:56:32.575341 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7662 | 2024.08.28 17:56:32.575380 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7663 | 2024.08.28 17:56:32.575893 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7664 | 2024.08.28 17:56:32.576266 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7665 | 2024.08.28 17:56:32.576433 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Debug> executeQuery: Read 1403 rows, 120.45 KiB in 0.003039 sec., 461665.02138861467 rows/sec., 38.71 MiB/sec. | ||
7666 | 2024.08.28 17:56:32.576744 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Debug> DynamicQueryHandler: Done processing query | ||
7667 | 2024.08.28 17:56:32.576789 [ 3 ] {4f79b9fa-89b3-4eaf-8ad6-502bfdbf7060} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
7668 | 2024.08.28 17:56:32.576808 [ 3 ] {} <Debug> HTTP-Session: 8e18f1f1-317e-4633-b41c-8d5192fb5538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7669 | 2024.08.28 17:56:32.577088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7670 | 2024.08.28 17:56:32.577143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7671 | 2024.08.28 17:56:32.577164 [ 3 ] {} <Debug> HTTP-Session: b625c341-d307-49c6-8eb3-9315b332f0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7672 | 2024.08.28 17:56:32.577182 [ 3 ] {} <Debug> HTTP-Session: b625c341-d307-49c6-8eb3-9315b332f0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7673 | 2024.08.28 17:56:32.577196 [ 3 ] {} <Debug> HTTP-Session: b625c341-d307-49c6-8eb3-9315b332f0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7674 | 2024.08.28 17:56:32.577230 [ 3 ] {} <Trace> HTTP-Session: b625c341-d307-49c6-8eb3-9315b332f0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7675 | 2024.08.28 17:56:32.577349 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7676 | 2024.08.28 17:56:32.577398 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7677 | 2024.08.28 17:56:32.577657 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7678 | 2024.08.28 17:56:32.578012 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7679 | 2024.08.28 17:56:32.578052 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7680 | 2024.08.28 17:56:32.578415 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7681 | 2024.08.28 17:56:32.578808 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7682 | 2024.08.28 17:56:32.578973 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.001656 sec., 24154.589371980677 rows/sec., 1.76 MiB/sec. | ||
7683 | 2024.08.28 17:56:32.579141 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Debug> DynamicQueryHandler: Done processing query | ||
7684 | 2024.08.28 17:56:32.579166 [ 3 ] {32520e48-1b2c-46c1-963d-faf30ed19620} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7685 | 2024.08.28 17:56:32.579182 [ 3 ] {} <Debug> HTTP-Session: b625c341-d307-49c6-8eb3-9315b332f0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7686 | 2024.08.28 17:56:32.579361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7687 | 2024.08.28 17:56:32.579410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7688 | 2024.08.28 17:56:32.579429 [ 3 ] {} <Debug> HTTP-Session: 8afa2590-f96f-47a2-834e-11a156cf65a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7689 | 2024.08.28 17:56:32.579445 [ 3 ] {} <Debug> HTTP-Session: 8afa2590-f96f-47a2-834e-11a156cf65a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7690 | 2024.08.28 17:56:32.579460 [ 3 ] {} <Debug> HTTP-Session: 8afa2590-f96f-47a2-834e-11a156cf65a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7691 | 2024.08.28 17:56:32.579493 [ 3 ] {} <Trace> HTTP-Session: 8afa2590-f96f-47a2-834e-11a156cf65a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7692 | 2024.08.28 17:56:32.579653 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7693 | 2024.08.28 17:56:32.579697 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7694 | 2024.08.28 17:56:32.579931 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7695 | 2024.08.28 17:56:32.580365 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7696 | 2024.08.28 17:56:32.580401 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7697 | 2024.08.28 17:56:32.580773 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7698 | 2024.08.28 17:56:32.581125 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7699 | 2024.08.28 17:56:32.581280 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001701 sec., 142269.25338036448 rows/sec., 9.64 MiB/sec. | ||
7700 | 2024.08.28 17:56:32.581447 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Debug> DynamicQueryHandler: Done processing query | ||
7701 | 2024.08.28 17:56:32.581471 [ 3 ] {cc014225-963a-474f-af5b-554d451bbad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7702 | 2024.08.28 17:56:32.581488 [ 3 ] {} <Debug> HTTP-Session: 8afa2590-f96f-47a2-834e-11a156cf65a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7703 | 2024.08.28 17:56:32.581612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7704 | 2024.08.28 17:56:32.581659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7705 | 2024.08.28 17:56:32.581678 [ 3 ] {} <Debug> HTTP-Session: 5762388d-a0b4-4c73-8338-7e552f59064b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7706 | 2024.08.28 17:56:32.581695 [ 3 ] {} <Debug> HTTP-Session: 5762388d-a0b4-4c73-8338-7e552f59064b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7707 | 2024.08.28 17:56:32.581709 [ 3 ] {} <Debug> HTTP-Session: 5762388d-a0b4-4c73-8338-7e552f59064b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7708 | 2024.08.28 17:56:32.581741 [ 3 ] {} <Trace> HTTP-Session: 5762388d-a0b4-4c73-8338-7e552f59064b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7709 | 2024.08.28 17:56:32.581836 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7710 | 2024.08.28 17:56:32.581882 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7711 | 2024.08.28 17:56:32.582105 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7712 | 2024.08.28 17:56:32.582405 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7713 | 2024.08.28 17:56:32.582441 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7714 | 2024.08.28 17:56:32.582782 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7715 | 2024.08.28 17:56:32.583134 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7716 | 2024.08.28 17:56:32.583302 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 239.36 KiB/sec. | ||
7717 | 2024.08.28 17:56:32.583623 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Debug> DynamicQueryHandler: Done processing query | ||
7718 | 2024.08.28 17:56:32.583648 [ 3 ] {62b52341-41e8-4abe-8f89-d48af4446f5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7719 | 2024.08.28 17:56:32.583665 [ 3 ] {} <Debug> HTTP-Session: 5762388d-a0b4-4c73-8338-7e552f59064b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7720 | 2024.08.28 17:56:32.583916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7721 | 2024.08.28 17:56:32.583977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7722 | 2024.08.28 17:56:32.583997 [ 3 ] {} <Debug> HTTP-Session: 7758d512-e6bf-4923-8db7-8913fda82461 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7723 | 2024.08.28 17:56:32.584015 [ 3 ] {} <Debug> HTTP-Session: 7758d512-e6bf-4923-8db7-8913fda82461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7724 | 2024.08.28 17:56:32.584030 [ 3 ] {} <Debug> HTTP-Session: 7758d512-e6bf-4923-8db7-8913fda82461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7725 | 2024.08.28 17:56:32.584064 [ 3 ] {} <Trace> HTTP-Session: 7758d512-e6bf-4923-8db7-8913fda82461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7726 | 2024.08.28 17:56:32.584413 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7727 | 2024.08.28 17:56:32.584460 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7728 | 2024.08.28 17:56:32.584715 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7729 | 2024.08.28 17:56:32.585531 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7730 | 2024.08.28 17:56:32.585568 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7731 | 2024.08.28 17:56:32.585966 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7732 | 2024.08.28 17:56:32.586325 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7733 | 2024.08.28 17:56:32.586498 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Debug> executeQuery: Read 878 rows, 65.18 KiB in 0.002299 sec., 381905.1761635494 rows/sec., 27.69 MiB/sec. | ||
7734 | 2024.08.28 17:56:32.586676 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Debug> DynamicQueryHandler: Done processing query | ||
7735 | 2024.08.28 17:56:32.586701 [ 3 ] {21ac81b8-8271-4163-a7cf-42528d701596} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
7736 | 2024.08.28 17:56:32.586717 [ 3 ] {} <Debug> HTTP-Session: 7758d512-e6bf-4923-8db7-8913fda82461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7737 | 2024.08.28 17:56:32.586902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7738 | 2024.08.28 17:56:32.586952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7739 | 2024.08.28 17:56:32.586972 [ 3 ] {} <Debug> HTTP-Session: b666657f-216c-4dc4-b939-d558b1d649fb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7740 | 2024.08.28 17:56:32.586989 [ 3 ] {} <Debug> HTTP-Session: b666657f-216c-4dc4-b939-d558b1d649fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7741 | 2024.08.28 17:56:32.587003 [ 3 ] {} <Debug> HTTP-Session: b666657f-216c-4dc4-b939-d558b1d649fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7742 | 2024.08.28 17:56:32.587035 [ 3 ] {} <Trace> HTTP-Session: b666657f-216c-4dc4-b939-d558b1d649fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7743 | 2024.08.28 17:56:32.587132 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7744 | 2024.08.28 17:56:32.587178 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7745 | 2024.08.28 17:56:32.587309 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7746 | 2024.08.28 17:56:32.587568 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7747 | 2024.08.28 17:56:32.587604 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7748 | 2024.08.28 17:56:32.587958 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7749 | 2024.08.28 17:56:32.588284 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7750 | 2024.08.28 17:56:32.588422 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 238.93 KiB/sec. | ||
7751 | 2024.08.28 17:56:32.588715 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Debug> DynamicQueryHandler: Done processing query | ||
7752 | 2024.08.28 17:56:32.588774 [ 3 ] {cc9fb605-5b87-47c0-80b0-ca0eb2fe2dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7753 | 2024.08.28 17:56:32.588826 [ 3 ] {} <Debug> HTTP-Session: b666657f-216c-4dc4-b939-d558b1d649fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.08.28 17:56:32.589127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 169751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7755 | 2024.08.28 17:56:32.589178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7756 | 2024.08.28 17:56:32.589198 [ 3 ] {} <Debug> HTTP-Session: c059a059-4464-4083-884a-c5e9f929da73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7757 | 2024.08.28 17:56:32.589215 [ 3 ] {} <Debug> HTTP-Session: c059a059-4464-4083-884a-c5e9f929da73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7758 | 2024.08.28 17:56:32.589230 [ 3 ] {} <Debug> HTTP-Session: c059a059-4464-4083-884a-c5e9f929da73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7759 | 2024.08.28 17:56:32.589263 [ 3 ] {} <Trace> HTTP-Session: c059a059-4464-4083-884a-c5e9f929da73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7760 | 2024.08.28 17:56:32.589739 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7761 | 2024.08.28 17:56:32.589789 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7762 | 2024.08.28 17:56:32.589959 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7763 | 2024.08.28 17:56:32.590750 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7764 | 2024.08.28 17:56:32.590787 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7765 | 2024.08.28 17:56:32.591221 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7766 | 2024.08.28 17:56:32.591559 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7767 | 2024.08.28 17:56:32.591722 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Debug> executeQuery: Read 897 rows, 61.29 KiB in 0.002326 sec., 385640.584694755 rows/sec., 25.73 MiB/sec. | ||
7768 | 2024.08.28 17:56:32.591894 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Debug> DynamicQueryHandler: Done processing query | ||
7769 | 2024.08.28 17:56:32.591919 [ 3 ] {717a45bf-62bd-46e6-ad09-75bb79483dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
7770 | 2024.08.28 17:56:32.591935 [ 3 ] {} <Debug> HTTP-Session: c059a059-4464-4083-884a-c5e9f929da73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7771 | 2024.08.28 17:56:32.592230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7772 | 2024.08.28 17:56:32.592278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7773 | 2024.08.28 17:56:32.592297 [ 3 ] {} <Debug> HTTP-Session: 36974cdf-f00f-4319-82a3-f55cc85c7597 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7774 | 2024.08.28 17:56:32.592313 [ 3 ] {} <Debug> HTTP-Session: 36974cdf-f00f-4319-82a3-f55cc85c7597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7775 | 2024.08.28 17:56:32.592327 [ 3 ] {} <Debug> HTTP-Session: 36974cdf-f00f-4319-82a3-f55cc85c7597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7776 | 2024.08.28 17:56:32.592357 [ 3 ] {} <Trace> HTTP-Session: 36974cdf-f00f-4319-82a3-f55cc85c7597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7777 | 2024.08.28 17:56:32.592448 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7778 | 2024.08.28 17:56:32.592494 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7779 | 2024.08.28 17:56:32.592623 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7780 | 2024.08.28 17:56:32.592875 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7781 | 2024.08.28 17:56:32.592911 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7782 | 2024.08.28 17:56:32.593247 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7783 | 2024.08.28 17:56:32.593564 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7784 | 2024.08.28 17:56:32.593722 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec. | ||
7785 | 2024.08.28 17:56:32.593728 [ 78 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7786 | 2024.08.28 17:56:32.593849 [ 78 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7787 | 2024.08.28 17:56:32.593890 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7788 | 2024.08.28 17:56:32.593965 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Debug> DynamicQueryHandler: Done processing query | ||
7789 | 2024.08.28 17:56:32.594022 [ 3 ] {007511cd-1733-4bea-8ee0-fd60fffbfd93} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7790 | 2024.08.28 17:56:32.594079 [ 3 ] {} <Debug> HTTP-Session: 36974cdf-f00f-4319-82a3-f55cc85c7597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7791 | 2024.08.28 17:56:32.594156 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
7792 | 2024.08.28 17:56:32.594315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7793 | 2024.08.28 17:56:32.594431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7794 | 2024.08.28 17:56:32.594462 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7795 | 2024.08.28 17:56:32.594473 [ 3 ] {} <Debug> HTTP-Session: 112a0ea0-44af-4a5a-b536-a6d6c8d79557 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7796 | 2024.08.28 17:56:32.594525 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
7797 | 2024.08.28 17:56:32.594523 [ 3 ] {} <Debug> HTTP-Session: 112a0ea0-44af-4a5a-b536-a6d6c8d79557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7798 | 2024.08.28 17:56:32.594580 [ 3 ] {} <Debug> HTTP-Session: 112a0ea0-44af-4a5a-b536-a6d6c8d79557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.08.28 17:56:32.594723 [ 3 ] {} <Trace> HTTP-Session: 112a0ea0-44af-4a5a-b536-a6d6c8d79557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7800 | 2024.08.28 17:56:32.594756 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
7801 | 2024.08.28 17:56:32.594971 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
7802 | 2024.08.28 17:56:32.595158 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
7803 | 2024.08.28 17:56:32.595415 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7804 | 2024.08.28 17:56:32.595573 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
7805 | 2024.08.28 17:56:32.595684 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7806 | 2024.08.28 17:56:32.595852 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
7807 | 2024.08.28 17:56:32.597925 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7808 | 2024.08.28 17:56:32.598757 [ 190 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004767886 sec., 3355.7849327773356 rows/sec., 225.30 KiB/sec. | ||
7809 | 2024.08.28 17:56:32.599049 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7810 | 2024.08.28 17:56:32.599534 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7811 | 2024.08.28 17:56:32.599645 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7812 | 2024.08.28 17:56:32.600054 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7813 | 2024.08.28 17:56:32.600250 [ 199 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_16_3} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7814 | 2024.08.28 17:56:32.600402 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7815 | 2024.08.28 17:56:32.600803 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7816 | 2024.08.28 17:56:32.601245 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7817 | 2024.08.28 17:56:32.601421 [ 78 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7818 | 2024.08.28 17:56:32.601452 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.006499 sec., 5539.313740575473 rows/sec., 9.93 MiB/sec. | ||
7819 | 2024.08.28 17:56:32.601500 [ 78 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7820 | 2024.08.28 17:56:32.601594 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7821 | 2024.08.28 17:56:32.602103 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
7822 | 2024.08.28 17:56:32.602267 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Debug> DynamicQueryHandler: Done processing query | ||
7823 | 2024.08.28 17:56:32.602339 [ 3 ] {90c30feb-543f-4950-9a47-0ae09e6836b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7824 | 2024.08.28 17:56:32.602428 [ 3 ] {} <Debug> HTTP-Session: 112a0ea0-44af-4a5a-b536-a6d6c8d79557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7825 | 2024.08.28 17:56:32.602698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7826 | 2024.08.28 17:56:32.602852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7827 | 2024.08.28 17:56:32.602928 [ 3 ] {} <Debug> HTTP-Session: ce97303e-5e5a-4fdc-8093-23bc19aeac89 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7828 | 2024.08.28 17:56:32.602996 [ 3 ] {} <Debug> HTTP-Session: ce97303e-5e5a-4fdc-8093-23bc19aeac89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7829 | 2024.08.28 17:56:32.603044 [ 3 ] {} <Debug> HTTP-Session: ce97303e-5e5a-4fdc-8093-23bc19aeac89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7830 | 2024.08.28 17:56:32.603094 [ 3 ] {} <Trace> HTTP-Session: ce97303e-5e5a-4fdc-8093-23bc19aeac89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7831 | 2024.08.28 17:56:32.603244 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7832 | 2024.08.28 17:56:32.603267 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7833 | 2024.08.28 17:56:32.603319 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 551 rows starting from the beginning of the part | ||
7834 | 2024.08.28 17:56:32.603325 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7835 | 2024.08.28 17:56:32.603984 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7836 | 2024.08.28 17:56:32.603985 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
7837 | 2024.08.28 17:56:32.604460 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
7838 | 2024.08.28 17:56:32.605087 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7839 | 2024.08.28 17:56:32.605106 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
7840 | 2024.08.28 17:56:32.605131 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7841 | 2024.08.28 17:56:32.605581 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
7842 | 2024.08.28 17:56:32.606121 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
7843 | 2024.08.28 17:56:32.606181 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7844 | 2024.08.28 17:56:32.606913 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7845 | 2024.08.28 17:56:32.607166 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.003946 sec., 17739.48302078054 rows/sec., 1.11 MiB/sec. | ||
7846 | 2024.08.28 17:56:32.607740 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Debug> DynamicQueryHandler: Done processing query | ||
7847 | 2024.08.28 17:56:32.607829 [ 3 ] {6c9e2a7a-98d0-4191-a680-6a6bf42b649e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7848 | 2024.08.28 17:56:32.607923 [ 3 ] {} <Debug> HTTP-Session: ce97303e-5e5a-4fdc-8093-23bc19aeac89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7849 | 2024.08.28 17:56:32.612322 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 19 columns (19 merged, 0 gathered) in 0.010564025 sec., 62570.84775925843 rows/sec., 112.13 MiB/sec. | ||
7850 | 2024.08.28 17:56:32.613132 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7851 | 2024.08.28 17:56:32.613785 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7852 | 2024.08.28 17:56:32.613881 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7853 | 2024.08.28 17:56:32.614039 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
7854 | 2024.08.28 17:56:33.010983 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7855 | 2024.08.28 17:56:33.011062 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7856 | 2024.08.28 17:56:33.409139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7857 | 2024.08.28 17:56:33.409309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7858 | 2024.08.28 17:56:33.409352 [ 3 ] {} <Debug> HTTP-Session: 08451bd5-2cc6-4fa5-bb07-c4ee6044609b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7859 | 2024.08.28 17:56:33.409395 [ 3 ] {} <Debug> HTTP-Session: 08451bd5-2cc6-4fa5-bb07-c4ee6044609b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7860 | 2024.08.28 17:56:33.409424 [ 3 ] {} <Debug> HTTP-Session: 08451bd5-2cc6-4fa5-bb07-c4ee6044609b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7861 | 2024.08.28 17:56:33.409510 [ 3 ] {} <Trace> HTTP-Session: 08451bd5-2cc6-4fa5-bb07-c4ee6044609b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7862 | 2024.08.28 17:56:33.409749 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7863 | 2024.08.28 17:56:33.409818 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7864 | 2024.08.28 17:56:33.410159 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7865 | 2024.08.28 17:56:33.410644 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7866 | 2024.08.28 17:56:33.410691 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7867 | 2024.08.28 17:56:33.411106 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7868 | 2024.08.28 17:56:33.411499 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7869 | 2024.08.28 17:56:33.411676 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001976 sec., 1012.1457489878543 rows/sec., 82.53 KiB/sec. | ||
7870 | 2024.08.28 17:56:33.411917 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Debug> DynamicQueryHandler: Done processing query | ||
7871 | 2024.08.28 17:56:33.411945 [ 3 ] {04a66eae-0ba1-4110-a6f6-bfbcb9398c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7872 | 2024.08.28 17:56:33.411961 [ 3 ] {} <Debug> HTTP-Session: 08451bd5-2cc6-4fa5-bb07-c4ee6044609b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7873 | 2024.08.28 17:56:33.412100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7874 | 2024.08.28 17:56:33.412157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7875 | 2024.08.28 17:56:33.412176 [ 3 ] {} <Debug> HTTP-Session: e3c6ae35-48e1-4e73-b9a3-efae1e3d979d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7876 | 2024.08.28 17:56:33.412194 [ 3 ] {} <Debug> HTTP-Session: e3c6ae35-48e1-4e73-b9a3-efae1e3d979d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7877 | 2024.08.28 17:56:33.412208 [ 3 ] {} <Debug> HTTP-Session: e3c6ae35-48e1-4e73-b9a3-efae1e3d979d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7878 | 2024.08.28 17:56:33.412243 [ 3 ] {} <Trace> HTTP-Session: e3c6ae35-48e1-4e73-b9a3-efae1e3d979d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7879 | 2024.08.28 17:56:33.412364 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7880 | 2024.08.28 17:56:33.412411 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7881 | 2024.08.28 17:56:33.412644 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7882 | 2024.08.28 17:56:33.413027 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7883 | 2024.08.28 17:56:33.413064 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7884 | 2024.08.28 17:56:33.413417 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7885 | 2024.08.28 17:56:33.413793 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7886 | 2024.08.28 17:56:33.413942 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001613 sec., 35337.879727216365 rows/sec., 2.71 MiB/sec. | ||
7887 | 2024.08.28 17:56:33.413974 [ 77 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7888 | 2024.08.28 17:56:33.414130 [ 77 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7889 | 2024.08.28 17:56:33.414193 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7890 | 2024.08.28 17:56:33.414224 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Debug> DynamicQueryHandler: Done processing query | ||
7891 | 2024.08.28 17:56:33.414280 [ 3 ] {6333b7cc-a577-4edb-9461-34c8b3c4d0b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7892 | 2024.08.28 17:56:33.414327 [ 3 ] {} <Debug> HTTP-Session: e3c6ae35-48e1-4e73-b9a3-efae1e3d979d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7893 | 2024.08.28 17:56:33.414457 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
7894 | 2024.08.28 17:56:33.414564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7895 | 2024.08.28 17:56:33.414679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7896 | 2024.08.28 17:56:33.414744 [ 3 ] {} <Debug> HTTP-Session: 535879f8-a567-4323-8b2a-7d7d03e80f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7897 | 2024.08.28 17:56:33.414803 [ 3 ] {} <Debug> HTTP-Session: 535879f8-a567-4323-8b2a-7d7d03e80f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7898 | 2024.08.28 17:56:33.414851 [ 3 ] {} <Debug> HTTP-Session: 535879f8-a567-4323-8b2a-7d7d03e80f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7899 | 2024.08.28 17:56:33.414845 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7900 | 2024.08.28 17:56:33.414905 [ 3 ] {} <Trace> HTTP-Session: 535879f8-a567-4323-8b2a-7d7d03e80f98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7901 | 2024.08.28 17:56:33.414930 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1413 rows starting from the beginning of the part | ||
7902 | 2024.08.28 17:56:33.415157 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7903 | 2024.08.28 17:56:33.415225 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
7904 | 2024.08.28 17:56:33.415295 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7905 | 2024.08.28 17:56:33.415684 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 264 rows starting from the beginning of the part | ||
7906 | 2024.08.28 17:56:33.415987 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 59 rows starting from the beginning of the part | ||
7907 | 2024.08.28 17:56:33.416265 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1403 rows starting from the beginning of the part | ||
7908 | 2024.08.28 17:56:33.416720 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part | ||
7909 | 2024.08.28 17:56:33.417172 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7910 | 2024.08.28 17:56:33.418154 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7911 | 2024.08.28 17:56:33.418209 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7912 | 2024.08.28 17:56:33.419256 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7913 | 2024.08.28 17:56:33.420138 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7914 | 2024.08.28 17:56:33.420395 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005376 sec., 372.0238095238095 rows/sec., 25.98 KiB/sec. | ||
7915 | 2024.08.28 17:56:33.420862 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Debug> DynamicQueryHandler: Done processing query | ||
7916 | 2024.08.28 17:56:33.420915 [ 3 ] {a0117ea4-2c36-44b9-b32b-bd33054c97c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7917 | 2024.08.28 17:56:33.420948 [ 3 ] {} <Debug> HTTP-Session: 535879f8-a567-4323-8b2a-7d7d03e80f98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7918 | 2024.08.28 17:56:33.420959 [ 186 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3254 rows, containing 5 columns (5 merged, 0 gathered) in 0.006621148 sec., 491455.5602744418 rows/sec., 43.08 MiB/sec. | ||
7919 | 2024.08.28 17:56:33.421095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7920 | 2024.08.28 17:56:33.421154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7921 | 2024.08.28 17:56:33.421175 [ 3 ] {} <Debug> HTTP-Session: 88825cd5-1c81-4cc2-a858-6add94c3e77c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7922 | 2024.08.28 17:56:33.421194 [ 3 ] {} <Debug> HTTP-Session: 88825cd5-1c81-4cc2-a858-6add94c3e77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7923 | 2024.08.28 17:56:33.421231 [ 3 ] {} <Debug> HTTP-Session: 88825cd5-1c81-4cc2-a858-6add94c3e77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7924 | 2024.08.28 17:56:33.421277 [ 3 ] {} <Trace> HTTP-Session: 88825cd5-1c81-4cc2-a858-6add94c3e77c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7925 | 2024.08.28 17:56:33.421359 [ 186 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7926 | 2024.08.28 17:56:33.421538 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7927 | 2024.08.28 17:56:33.421609 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7928 | 2024.08.28 17:56:33.422504 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7929 | 2024.08.28 17:56:33.422555 [ 186 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7930 | 2024.08.28 17:56:33.422774 [ 186 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_41_8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7931 | 2024.08.28 17:56:33.422911 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
7932 | 2024.08.28 17:56:33.423135 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7933 | 2024.08.28 17:56:33.423178 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7934 | 2024.08.28 17:56:33.423544 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7935 | 2024.08.28 17:56:33.423923 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7936 | 2024.08.28 17:56:33.424099 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002688 sec., 24553.57142857143 rows/sec., 1.92 MiB/sec. | ||
7937 | 2024.08.28 17:56:33.424114 [ 77 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7938 | 2024.08.28 17:56:33.424225 [ 77 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7939 | 2024.08.28 17:56:33.424310 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7940 | 2024.08.28 17:56:33.424460 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Debug> DynamicQueryHandler: Done processing query | ||
7941 | 2024.08.28 17:56:33.424541 [ 3 ] {46e13bfd-7c7b-432d-8ee8-3cdc40c24fd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7942 | 2024.08.28 17:56:33.424624 [ 3 ] {} <Debug> HTTP-Session: 88825cd5-1c81-4cc2-a858-6add94c3e77c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7943 | 2024.08.28 17:56:33.424719 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
7944 | 2024.08.28 17:56:33.424927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7945 | 2024.08.28 17:56:33.425145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7946 | 2024.08.28 17:56:33.425251 [ 3 ] {} <Debug> HTTP-Session: 26c6fe9a-9a56-43e3-98a2-b1a966ff69db Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7947 | 2024.08.28 17:56:33.425369 [ 3 ] {} <Debug> HTTP-Session: 26c6fe9a-9a56-43e3-98a2-b1a966ff69db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7948 | 2024.08.28 17:56:33.425454 [ 3 ] {} <Debug> HTTP-Session: 26c6fe9a-9a56-43e3-98a2-b1a966ff69db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7949 | 2024.08.28 17:56:33.425611 [ 3 ] {} <Trace> HTTP-Session: 26c6fe9a-9a56-43e3-98a2-b1a966ff69db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7950 | 2024.08.28 17:56:33.425659 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7951 | 2024.08.28 17:56:33.425706 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 911 rows starting from the beginning of the part | ||
7952 | 2024.08.28 17:56:33.425911 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7953 | 2024.08.28 17:56:33.425956 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 65 rows starting from the beginning of the part | ||
7954 | 2024.08.28 17:56:33.426156 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7955 | 2024.08.28 17:56:33.426215 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 424 rows starting from the beginning of the part | ||
7956 | 2024.08.28 17:56:33.426562 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 67 rows starting from the beginning of the part | ||
7957 | 2024.08.28 17:56:33.426860 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 878 rows starting from the beginning of the part | ||
7958 | 2024.08.28 17:56:33.427200 [ 198 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part | ||
7959 | 2024.08.28 17:56:33.427694 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7960 | 2024.08.28 17:56:33.428478 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7961 | 2024.08.28 17:56:33.428549 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7962 | 2024.08.28 17:56:33.429695 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7963 | 2024.08.28 17:56:33.430389 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7964 | 2024.08.28 17:56:33.430705 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.004959 sec., 6654.567453115547 rows/sec., 474.40 KiB/sec. | ||
7965 | 2024.08.28 17:56:33.430707 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00629798 sec., 382821.1585301954 rows/sec., 29.36 MiB/sec. | ||
7966 | 2024.08.28 17:56:33.431036 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Debug> DynamicQueryHandler: Done processing query | ||
7967 | 2024.08.28 17:56:33.431039 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7968 | 2024.08.28 17:56:33.431065 [ 3 ] {11dc7acd-1df6-47c5-a458-d83131bf57a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7969 | 2024.08.28 17:56:33.431088 [ 3 ] {} <Debug> HTTP-Session: 26c6fe9a-9a56-43e3-98a2-b1a966ff69db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.08.28 17:56:33.431240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7971 | 2024.08.28 17:56:33.431304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7972 | 2024.08.28 17:56:33.431341 [ 3 ] {} <Debug> HTTP-Session: f04caa3f-f54a-4f8e-8a15-fcefb146c099 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7973 | 2024.08.28 17:56:33.431373 [ 3 ] {} <Debug> HTTP-Session: f04caa3f-f54a-4f8e-8a15-fcefb146c099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.08.28 17:56:33.431403 [ 3 ] {} <Debug> HTTP-Session: f04caa3f-f54a-4f8e-8a15-fcefb146c099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7975 | 2024.08.28 17:56:33.431453 [ 3 ] {} <Trace> HTTP-Session: f04caa3f-f54a-4f8e-8a15-fcefb146c099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7976 | 2024.08.28 17:56:33.431580 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7977 | 2024.08.28 17:56:33.431629 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7978 | 2024.08.28 17:56:33.431694 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7979 | 2024.08.28 17:56:33.431824 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_41_8} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7980 | 2024.08.28 17:56:33.431844 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7981 | 2024.08.28 17:56:33.431932 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
7982 | 2024.08.28 17:56:33.432155 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7983 | 2024.08.28 17:56:33.432191 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
7984 | 2024.08.28 17:56:33.432544 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7985 | 2024.08.28 17:56:33.432872 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7986 | 2024.08.28 17:56:33.433039 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001485 sec., 8080.808080808081 rows/sec., 557.66 KiB/sec. | ||
7987 | 2024.08.28 17:56:33.433199 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Debug> DynamicQueryHandler: Done processing query | ||
7988 | 2024.08.28 17:56:33.433223 [ 3 ] {96d53a8c-923e-457b-b117-8992481634da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7989 | 2024.08.28 17:56:33.433240 [ 3 ] {} <Debug> HTTP-Session: f04caa3f-f54a-4f8e-8a15-fcefb146c099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.08.28 17:56:38.414851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7991 | 2024.08.28 17:56:38.414998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7992 | 2024.08.28 17:56:38.415027 [ 3 ] {} <Debug> HTTP-Session: 4a736d0f-972b-4f2f-8edb-252ea097223b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
7993 | 2024.08.28 17:56:38.415056 [ 3 ] {} <Debug> HTTP-Session: 4a736d0f-972b-4f2f-8edb-252ea097223b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7994 | 2024.08.28 17:56:38.415075 [ 3 ] {} <Debug> HTTP-Session: 4a736d0f-972b-4f2f-8edb-252ea097223b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7995 | 2024.08.28 17:56:38.415133 [ 3 ] {} <Trace> HTTP-Session: 4a736d0f-972b-4f2f-8edb-252ea097223b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7996 | 2024.08.28 17:56:38.415364 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7997 | 2024.08.28 17:56:38.415442 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7998 | 2024.08.28 17:56:38.415815 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7999 | 2024.08.28 17:56:38.416298 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8000 | 2024.08.28 17:56:38.416346 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8001 | 2024.08.28 17:56:38.416795 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8002 | 2024.08.28 17:56:38.417202 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8003 | 2024.08.28 17:56:38.417377 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.00209 sec., 27751.196172248805 rows/sec., 2.15 MiB/sec. | ||
8004 | 2024.08.28 17:56:38.417630 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Debug> DynamicQueryHandler: Done processing query | ||
8005 | 2024.08.28 17:56:38.417659 [ 3 ] {07734a09-3e24-4fdb-ad11-4c0d74a41552} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8006 | 2024.08.28 17:56:38.417676 [ 3 ] {} <Debug> HTTP-Session: 4a736d0f-972b-4f2f-8edb-252ea097223b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8007 | 2024.08.28 17:56:38.417886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8008 | 2024.08.28 17:56:38.417941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8009 | 2024.08.28 17:56:38.417962 [ 3 ] {} <Debug> HTTP-Session: 749b43f3-fedc-40c2-9a9c-3a508377bfea Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8010 | 2024.08.28 17:56:38.417979 [ 3 ] {} <Debug> HTTP-Session: 749b43f3-fedc-40c2-9a9c-3a508377bfea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8011 | 2024.08.28 17:56:38.417993 [ 3 ] {} <Debug> HTTP-Session: 749b43f3-fedc-40c2-9a9c-3a508377bfea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.08.28 17:56:38.418030 [ 3 ] {} <Trace> HTTP-Session: 749b43f3-fedc-40c2-9a9c-3a508377bfea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8013 | 2024.08.28 17:56:38.418132 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8014 | 2024.08.28 17:56:38.418179 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8015 | 2024.08.28 17:56:38.418426 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8016 | 2024.08.28 17:56:38.418791 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8017 | 2024.08.28 17:56:38.418829 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8018 | 2024.08.28 17:56:38.419174 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8019 | 2024.08.28 17:56:38.419535 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8020 | 2024.08.28 17:56:38.419703 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 47.17 KiB/sec. | ||
8021 | 2024.08.28 17:56:38.419994 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Debug> DynamicQueryHandler: Done processing query | ||
8022 | 2024.08.28 17:56:38.420048 [ 3 ] {d9f15066-8550-4848-b3ef-bed51998d176} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8023 | 2024.08.28 17:56:38.420078 [ 3 ] {} <Debug> HTTP-Session: 749b43f3-fedc-40c2-9a9c-3a508377bfea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8024 | 2024.08.28 17:56:38.420224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8025 | 2024.08.28 17:56:38.420276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8026 | 2024.08.28 17:56:38.420296 [ 3 ] {} <Debug> HTTP-Session: 56da30f8-b5a1-4a0e-bf20-e8136a6e10bd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8027 | 2024.08.28 17:56:38.420314 [ 3 ] {} <Debug> HTTP-Session: 56da30f8-b5a1-4a0e-bf20-e8136a6e10bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.08.28 17:56:38.420328 [ 3 ] {} <Debug> HTTP-Session: 56da30f8-b5a1-4a0e-bf20-e8136a6e10bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.08.28 17:56:38.420362 [ 3 ] {} <Trace> HTTP-Session: 56da30f8-b5a1-4a0e-bf20-e8136a6e10bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8030 | 2024.08.28 17:56:38.420486 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8031 | 2024.08.28 17:56:38.420533 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8032 | 2024.08.28 17:56:38.420786 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8033 | 2024.08.28 17:56:38.421167 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8034 | 2024.08.28 17:56:38.421204 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8035 | 2024.08.28 17:56:38.421558 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8036 | 2024.08.28 17:56:38.421925 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8037 | 2024.08.28 17:56:38.422069 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001621 sec., 40098.70450339297 rows/sec., 3.13 MiB/sec. | ||
8038 | 2024.08.28 17:56:38.422245 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Debug> DynamicQueryHandler: Done processing query | ||
8039 | 2024.08.28 17:56:38.422270 [ 3 ] {698b2e72-8ce0-4210-9bca-8b799cccea43} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8040 | 2024.08.28 17:56:38.422286 [ 3 ] {} <Debug> HTTP-Session: 56da30f8-b5a1-4a0e-bf20-e8136a6e10bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8041 | 2024.08.28 17:56:38.422525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8042 | 2024.08.28 17:56:38.422575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8043 | 2024.08.28 17:56:38.422594 [ 3 ] {} <Debug> HTTP-Session: 283f5743-a732-4f03-a37e-66855afca5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8044 | 2024.08.28 17:56:38.422611 [ 3 ] {} <Debug> HTTP-Session: 283f5743-a732-4f03-a37e-66855afca5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8045 | 2024.08.28 17:56:38.422625 [ 3 ] {} <Debug> HTTP-Session: 283f5743-a732-4f03-a37e-66855afca5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.08.28 17:56:38.422657 [ 3 ] {} <Trace> HTTP-Session: 283f5743-a732-4f03-a37e-66855afca5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8047 | 2024.08.28 17:56:38.422800 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8048 | 2024.08.28 17:56:38.422848 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8049 | 2024.08.28 17:56:38.422998 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8050 | 2024.08.28 17:56:38.423375 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8051 | 2024.08.28 17:56:38.423411 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8052 | 2024.08.28 17:56:38.423793 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8053 | 2024.08.28 17:56:38.424140 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8054 | 2024.08.28 17:56:38.424307 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
8055 | 2024.08.28 17:56:38.424466 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Debug> DynamicQueryHandler: Done processing query | ||
8056 | 2024.08.28 17:56:38.424492 [ 3 ] {7f621ed0-fb95-4b2e-a793-99a089e2a141} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8057 | 2024.08.28 17:56:38.424508 [ 3 ] {} <Debug> HTTP-Session: 283f5743-a732-4f03-a37e-66855afca5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8058 | 2024.08.28 17:56:38.424630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8059 | 2024.08.28 17:56:38.424678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8060 | 2024.08.28 17:56:38.424697 [ 3 ] {} <Debug> HTTP-Session: 3b539e5d-02a3-4004-a8b8-cd40b071d8ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8061 | 2024.08.28 17:56:38.424713 [ 3 ] {} <Debug> HTTP-Session: 3b539e5d-02a3-4004-a8b8-cd40b071d8ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8062 | 2024.08.28 17:56:38.424727 [ 3 ] {} <Debug> HTTP-Session: 3b539e5d-02a3-4004-a8b8-cd40b071d8ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.08.28 17:56:38.424758 [ 3 ] {} <Trace> HTTP-Session: 3b539e5d-02a3-4004-a8b8-cd40b071d8ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8064 | 2024.08.28 17:56:38.424861 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8065 | 2024.08.28 17:56:38.424930 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8066 | 2024.08.28 17:56:38.425348 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8067 | 2024.08.28 17:56:38.425817 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8068 | 2024.08.28 17:56:38.425854 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8069 | 2024.08.28 17:56:38.426427 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8070 | 2024.08.28 17:56:38.426843 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8071 | 2024.08.28 17:56:38.427032 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002202 sec., 454.1326067211626 rows/sec., 833.32 KiB/sec. | ||
8072 | 2024.08.28 17:56:38.427261 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Debug> DynamicQueryHandler: Done processing query | ||
8073 | 2024.08.28 17:56:38.427287 [ 3 ] {ea6a51af-ad04-4bb5-a796-9df4e8e36f9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8074 | 2024.08.28 17:56:38.427304 [ 3 ] {} <Debug> HTTP-Session: 3b539e5d-02a3-4004-a8b8-cd40b071d8ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8075 | 2024.08.28 17:56:38.427427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8076 | 2024.08.28 17:56:38.427476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8077 | 2024.08.28 17:56:38.427496 [ 3 ] {} <Debug> HTTP-Session: b2bb41ef-610d-42e6-94d4-375c6c00b998 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8078 | 2024.08.28 17:56:38.427513 [ 3 ] {} <Debug> HTTP-Session: b2bb41ef-610d-42e6-94d4-375c6c00b998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8079 | 2024.08.28 17:56:38.427526 [ 3 ] {} <Debug> HTTP-Session: b2bb41ef-610d-42e6-94d4-375c6c00b998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.08.28 17:56:38.427558 [ 3 ] {} <Trace> HTTP-Session: b2bb41ef-610d-42e6-94d4-375c6c00b998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8081 | 2024.08.28 17:56:38.427674 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8082 | 2024.08.28 17:56:38.427719 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8083 | 2024.08.28 17:56:38.427850 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8084 | 2024.08.28 17:56:38.428134 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8085 | 2024.08.28 17:56:38.428170 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8086 | 2024.08.28 17:56:38.428529 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8087 | 2024.08.28 17:56:38.428850 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8088 | 2024.08.28 17:56:38.429006 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
8089 | 2024.08.28 17:56:38.429159 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Debug> DynamicQueryHandler: Done processing query | ||
8090 | 2024.08.28 17:56:38.429184 [ 3 ] {3ed7a0d0-76cb-4437-9324-0e23415e841f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8091 | 2024.08.28 17:56:38.429200 [ 3 ] {} <Debug> HTTP-Session: b2bb41ef-610d-42e6-94d4-375c6c00b998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8092 | 2024.08.28 17:56:43.162696 [ 66 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
8093 | 2024.08.28 17:56:43.162822 [ 66 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8094 | 2024.08.28 17:56:43.162871 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8095 | 2024.08.28 17:56:43.163173 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
8096 | 2024.08.28 17:56:43.163498 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8097 | 2024.08.28 17:56:43.163567 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
8098 | 2024.08.28 17:56:43.163726 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
8099 | 2024.08.28 17:56:43.163976 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
8100 | 2024.08.28 17:56:43.164108 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
8101 | 2024.08.28 17:56:43.164234 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
8102 | 2024.08.28 17:56:43.165345 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002329192 sec., 38640.00906752213 rows/sec., 1.97 MiB/sec. | ||
8103 | 2024.08.28 17:56:43.165641 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
8104 | 2024.08.28 17:56:43.166207 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8105 | 2024.08.28 17:56:43.166302 [ 192 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_15_3} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
8106 | 2024.08.28 17:56:43.166403 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8107 | 2024.08.28 17:56:43.421642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8108 | 2024.08.28 17:56:43.421770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8109 | 2024.08.28 17:56:43.421800 [ 3 ] {} <Debug> HTTP-Session: 1ade34f2-e8ae-46f0-a524-0c9eac35484d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8110 | 2024.08.28 17:56:43.421828 [ 3 ] {} <Debug> HTTP-Session: 1ade34f2-e8ae-46f0-a524-0c9eac35484d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8111 | 2024.08.28 17:56:43.421847 [ 3 ] {} <Debug> HTTP-Session: 1ade34f2-e8ae-46f0-a524-0c9eac35484d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8112 | 2024.08.28 17:56:43.421905 [ 3 ] {} <Trace> HTTP-Session: 1ade34f2-e8ae-46f0-a524-0c9eac35484d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8113 | 2024.08.28 17:56:43.422243 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8114 | 2024.08.28 17:56:43.422322 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8115 | 2024.08.28 17:56:43.422709 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8116 | 2024.08.28 17:56:43.423352 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8117 | 2024.08.28 17:56:43.423397 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8118 | 2024.08.28 17:56:43.423849 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8119 | 2024.08.28 17:56:43.424232 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8120 | 2024.08.28 17:56:43.424395 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002288 sec., 114073.42657342656 rows/sec., 10.13 MiB/sec. | ||
8121 | 2024.08.28 17:56:43.424669 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Debug> DynamicQueryHandler: Done processing query | ||
8122 | 2024.08.28 17:56:43.424695 [ 3 ] {298e1d30-a459-4581-aed5-1aad2d635d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8123 | 2024.08.28 17:56:43.424711 [ 3 ] {} <Debug> HTTP-Session: 1ade34f2-e8ae-46f0-a524-0c9eac35484d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8124 | 2024.08.28 17:56:43.424870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8125 | 2024.08.28 17:56:43.424924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8126 | 2024.08.28 17:56:43.424944 [ 3 ] {} <Debug> HTTP-Session: e69232a5-9852-46d6-9b12-b19c19bc6e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8127 | 2024.08.28 17:56:43.424962 [ 3 ] {} <Debug> HTTP-Session: e69232a5-9852-46d6-9b12-b19c19bc6e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.08.28 17:56:43.424976 [ 3 ] {} <Debug> HTTP-Session: e69232a5-9852-46d6-9b12-b19c19bc6e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8129 | 2024.08.28 17:56:43.425011 [ 3 ] {} <Trace> HTTP-Session: e69232a5-9852-46d6-9b12-b19c19bc6e7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8130 | 2024.08.28 17:56:43.425128 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8131 | 2024.08.28 17:56:43.425173 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8132 | 2024.08.28 17:56:43.425423 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8133 | 2024.08.28 17:56:43.425757 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8134 | 2024.08.28 17:56:43.425795 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8135 | 2024.08.28 17:56:43.426142 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8136 | 2024.08.28 17:56:43.426492 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8137 | 2024.08.28 17:56:43.426655 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001553 sec., 23180.9401159047 rows/sec., 1.70 MiB/sec. | ||
8138 | 2024.08.28 17:56:43.426657 [ 66 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8139 | 2024.08.28 17:56:43.426777 [ 66 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8140 | 2024.08.28 17:56:43.426826 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8141 | 2024.08.28 17:56:43.426925 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Debug> DynamicQueryHandler: Done processing query | ||
8142 | 2024.08.28 17:56:43.426987 [ 3 ] {1e82bd64-3714-4ca5-b233-d3a421e2dc8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8143 | 2024.08.28 17:56:43.427053 [ 3 ] {} <Debug> HTTP-Session: e69232a5-9852-46d6-9b12-b19c19bc6e7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8144 | 2024.08.28 17:56:43.427217 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
8145 | 2024.08.28 17:56:43.427379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8146 | 2024.08.28 17:56:43.427570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8147 | 2024.08.28 17:56:43.427675 [ 3 ] {} <Debug> HTTP-Session: f3005c98-9187-4db7-8793-dce3e5e87a70 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8148 | 2024.08.28 17:56:43.427755 [ 3 ] {} <Debug> HTTP-Session: f3005c98-9187-4db7-8793-dce3e5e87a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8149 | 2024.08.28 17:56:43.427819 [ 3 ] {} <Debug> HTTP-Session: f3005c98-9187-4db7-8793-dce3e5e87a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8150 | 2024.08.28 17:56:43.427911 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8151 | 2024.08.28 17:56:43.427969 [ 3 ] {} <Trace> HTTP-Session: f3005c98-9187-4db7-8793-dce3e5e87a70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8152 | 2024.08.28 17:56:43.428044 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::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 | ||
8153 | 2024.08.28 17:56:43.428411 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 3 rows starting from the beginning of the part | ||
8154 | 2024.08.28 17:56:43.428433 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8155 | 2024.08.28 17:56:43.428612 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8156 | 2024.08.28 17:56:43.428664 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
8157 | 2024.08.28 17:56:43.429116 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
8158 | 2024.08.28 17:56:43.429489 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
8159 | 2024.08.28 17:56:43.429858 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
8160 | 2024.08.28 17:56:43.430532 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8161 | 2024.08.28 17:56:43.431344 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8162 | 2024.08.28 17:56:43.431412 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8163 | 2024.08.28 17:56:43.432542 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8164 | 2024.08.28 17:56:43.432756 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005806929 sec., 23592.5047473458 rows/sec., 1.80 MiB/sec. | ||
8165 | 2024.08.28 17:56:43.433056 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8166 | 2024.08.28 17:56:43.433332 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8167 | 2024.08.28 17:56:43.433835 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005626 sec., 2488.4464984002843 rows/sec., 174.27 KiB/sec. | ||
8168 | 2024.08.28 17:56:43.434203 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8169 | 2024.08.28 17:56:43.434221 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Debug> DynamicQueryHandler: Done processing query | ||
8170 | 2024.08.28 17:56:43.434277 [ 3 ] {d70e44e5-249c-4d26-9898-45841ad82d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8171 | 2024.08.28 17:56:43.434321 [ 3 ] {} <Debug> HTTP-Session: f3005c98-9187-4db7-8793-dce3e5e87a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.08.28 17:56:43.434390 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_36_7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8173 | 2024.08.28 17:56:43.434500 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8174 | 2024.08.28 17:56:43.434527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8175 | 2024.08.28 17:56:43.434596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8176 | 2024.08.28 17:56:43.434614 [ 3 ] {} <Debug> HTTP-Session: 2b2d232a-0bcd-4628-b386-2a773f79b7da Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8177 | 2024.08.28 17:56:43.434631 [ 3 ] {} <Debug> HTTP-Session: 2b2d232a-0bcd-4628-b386-2a773f79b7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8178 | 2024.08.28 17:56:43.434645 [ 3 ] {} <Debug> HTTP-Session: 2b2d232a-0bcd-4628-b386-2a773f79b7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.08.28 17:56:43.434677 [ 3 ] {} <Trace> HTTP-Session: 2b2d232a-0bcd-4628-b386-2a773f79b7da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8180 | 2024.08.28 17:56:43.434783 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8181 | 2024.08.28 17:56:43.434829 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8182 | 2024.08.28 17:56:43.435098 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8183 | 2024.08.28 17:56:43.435439 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8184 | 2024.08.28 17:56:43.435478 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8185 | 2024.08.28 17:56:43.435859 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8186 | 2024.08.28 17:56:43.436233 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8187 | 2024.08.28 17:56:43.436400 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 216.15 KiB/sec. | ||
8188 | 2024.08.28 17:56:43.436742 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Debug> DynamicQueryHandler: Done processing query | ||
8189 | 2024.08.28 17:56:43.436767 [ 3 ] {6c6369c5-e056-4fe1-837f-a05f2cbe2ed3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8190 | 2024.08.28 17:56:43.436783 [ 3 ] {} <Debug> HTTP-Session: 2b2d232a-0bcd-4628-b386-2a773f79b7da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.08.28 17:56:43.436994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8192 | 2024.08.28 17:56:43.437044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8193 | 2024.08.28 17:56:43.437063 [ 3 ] {} <Debug> HTTP-Session: cf826d89-3898-45d3-ae9a-0751b201749e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8194 | 2024.08.28 17:56:43.437079 [ 3 ] {} <Debug> HTTP-Session: cf826d89-3898-45d3-ae9a-0751b201749e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8195 | 2024.08.28 17:56:43.437093 [ 3 ] {} <Debug> HTTP-Session: cf826d89-3898-45d3-ae9a-0751b201749e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.08.28 17:56:43.437125 [ 3 ] {} <Trace> HTTP-Session: cf826d89-3898-45d3-ae9a-0751b201749e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8197 | 2024.08.28 17:56:43.437352 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8198 | 2024.08.28 17:56:43.437397 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8199 | 2024.08.28 17:56:43.437645 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8200 | 2024.08.28 17:56:43.438226 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8201 | 2024.08.28 17:56:43.438264 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8202 | 2024.08.28 17:56:43.438641 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8203 | 2024.08.28 17:56:43.439015 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8204 | 2024.08.28 17:56:43.439166 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.001927 sec., 216917.48832381942 rows/sec., 15.49 MiB/sec. | ||
8205 | 2024.08.28 17:56:43.439473 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Debug> DynamicQueryHandler: Done processing query | ||
8206 | 2024.08.28 17:56:43.439529 [ 3 ] {55f28abf-455a-4476-af51-7693af202177} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8207 | 2024.08.28 17:56:43.439564 [ 3 ] {} <Debug> HTTP-Session: cf826d89-3898-45d3-ae9a-0751b201749e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.08.28 17:56:43.439708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8209 | 2024.08.28 17:56:43.439758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8210 | 2024.08.28 17:56:43.439777 [ 3 ] {} <Debug> HTTP-Session: 6acd1923-ac0e-4f4b-8bf7-67491b0b74ca Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8211 | 2024.08.28 17:56:43.439794 [ 3 ] {} <Debug> HTTP-Session: 6acd1923-ac0e-4f4b-8bf7-67491b0b74ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.08.28 17:56:43.439808 [ 3 ] {} <Debug> HTTP-Session: 6acd1923-ac0e-4f4b-8bf7-67491b0b74ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.08.28 17:56:43.439840 [ 3 ] {} <Trace> HTTP-Session: 6acd1923-ac0e-4f4b-8bf7-67491b0b74ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8214 | 2024.08.28 17:56:43.439942 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8215 | 2024.08.28 17:56:43.439989 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8216 | 2024.08.28 17:56:43.440144 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8217 | 2024.08.28 17:56:43.440406 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8218 | 2024.08.28 17:56:43.440442 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8219 | 2024.08.28 17:56:43.440798 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8220 | 2024.08.28 17:56:43.441125 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8221 | 2024.08.28 17:56:43.441280 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
8222 | 2024.08.28 17:56:43.441442 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Debug> DynamicQueryHandler: Done processing query | ||
8223 | 2024.08.28 17:56:43.441467 [ 3 ] {0bd7a4ae-19da-442b-8f70-94c09e5cabc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8224 | 2024.08.28 17:56:43.441483 [ 3 ] {} <Debug> HTTP-Session: 6acd1923-ac0e-4f4b-8bf7-67491b0b74ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8225 | 2024.08.28 17:56:43.441672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8226 | 2024.08.28 17:56:43.441719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8227 | 2024.08.28 17:56:43.441738 [ 3 ] {} <Debug> HTTP-Session: d4d18167-c520-4c63-abc5-b8c13b4a2cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8228 | 2024.08.28 17:56:43.441755 [ 3 ] {} <Debug> HTTP-Session: d4d18167-c520-4c63-abc5-b8c13b4a2cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8229 | 2024.08.28 17:56:43.441768 [ 3 ] {} <Debug> HTTP-Session: d4d18167-c520-4c63-abc5-b8c13b4a2cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8230 | 2024.08.28 17:56:43.441800 [ 3 ] {} <Trace> HTTP-Session: d4d18167-c520-4c63-abc5-b8c13b4a2cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8231 | 2024.08.28 17:56:43.441994 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8232 | 2024.08.28 17:56:43.442039 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8233 | 2024.08.28 17:56:43.442187 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8234 | 2024.08.28 17:56:43.442620 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8235 | 2024.08.28 17:56:43.442656 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8236 | 2024.08.28 17:56:43.443038 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8237 | 2024.08.28 17:56:43.443374 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8238 | 2024.08.28 17:56:43.443534 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8239 | 2024.08.28 17:56:43.443536 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
8240 | 2024.08.28 17:56:43.443601 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8241 | 2024.08.28 17:56:43.443678 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8242 | 2024.08.28 17:56:43.443852 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
8243 | 2024.08.28 17:56:43.443899 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Debug> DynamicQueryHandler: Done processing query | ||
8244 | 2024.08.28 17:56:43.443947 [ 3 ] {9e9f4253-a977-43bd-accf-32b5f0c2f94c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8245 | 2024.08.28 17:56:43.443992 [ 3 ] {} <Debug> HTTP-Session: d4d18167-c520-4c63-abc5-b8c13b4a2cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8246 | 2024.08.28 17:56:43.444095 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8247 | 2024.08.28 17:56:43.444145 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10727 rows starting from the beginning of the part | ||
8248 | 2024.08.28 17:56:43.444172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8249 | 2024.08.28 17:56:43.444335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8250 | 2024.08.28 17:56:43.444351 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
8251 | 2024.08.28 17:56:43.444427 [ 3 ] {} <Debug> HTTP-Session: acf54fd6-2974-4447-9649-655c06121d88 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8252 | 2024.08.28 17:56:43.444515 [ 3 ] {} <Debug> HTTP-Session: acf54fd6-2974-4447-9649-655c06121d88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8253 | 2024.08.28 17:56:43.444577 [ 3 ] {} <Debug> HTTP-Session: acf54fd6-2974-4447-9649-655c06121d88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8254 | 2024.08.28 17:56:43.444620 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 897 rows starting from the beginning of the part | ||
8255 | 2024.08.28 17:56:43.444713 [ 3 ] {} <Trace> HTTP-Session: acf54fd6-2974-4447-9649-655c06121d88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8256 | 2024.08.28 17:56:43.445025 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
8257 | 2024.08.28 17:56:43.445170 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8258 | 2024.08.28 17:56:43.445283 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
8259 | 2024.08.28 17:56:43.445352 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8260 | 2024.08.28 17:56:43.445689 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
8261 | 2024.08.28 17:56:43.446479 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8262 | 2024.08.28 17:56:43.447119 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8263 | 2024.08.28 17:56:43.447160 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8264 | 2024.08.28 17:56:43.447705 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8265 | 2024.08.28 17:56:43.448585 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8266 | 2024.08.28 17:56:43.448906 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003884 sec., 257.46652935118436 rows/sec., 17.35 KiB/sec. | ||
8267 | 2024.08.28 17:56:43.449115 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Debug> DynamicQueryHandler: Done processing query | ||
8268 | 2024.08.28 17:56:43.449142 [ 3 ] {fedfa1d9-e48e-4ce8-90dc-8c41ca56bbcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8269 | 2024.08.28 17:56:43.449183 [ 3 ] {} <Debug> HTTP-Session: acf54fd6-2974-4447-9649-655c06121d88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8270 | 2024.08.28 17:56:43.449378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8271 | 2024.08.28 17:56:43.449426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8272 | 2024.08.28 17:56:43.449448 [ 3 ] {} <Debug> HTTP-Session: c49b7447-7448-4333-acd9-f8471a386a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8273 | 2024.08.28 17:56:43.449564 [ 3 ] {} <Debug> HTTP-Session: c49b7447-7448-4333-acd9-f8471a386a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8274 | 2024.08.28 17:56:43.449580 [ 3 ] {} <Debug> HTTP-Session: c49b7447-7448-4333-acd9-f8471a386a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8275 | 2024.08.28 17:56:43.449630 [ 3 ] {} <Trace> HTTP-Session: c49b7447-7448-4333-acd9-f8471a386a1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8276 | 2024.08.28 17:56:43.450712 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8277 | 2024.08.28 17:56:43.450970 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8278 | 2024.08.28 17:56:43.451237 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12215 rows, containing 5 columns (5 merged, 0 gathered) in 0.007462957 sec., 1636750.687428589 rows/sec., 110.26 MiB/sec. | ||
8279 | 2024.08.28 17:56:43.451666 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8280 | 2024.08.28 17:56:43.452225 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8281 | 2024.08.28 17:56:43.452823 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8282 | 2024.08.28 17:56:43.452930 [ 201 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8283 | 2024.08.28 17:56:43.453021 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
8284 | 2024.08.28 17:56:43.453431 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8285 | 2024.08.28 17:56:43.453474 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8286 | 2024.08.28 17:56:43.454171 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8287 | 2024.08.28 17:56:43.454606 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8288 | 2024.08.28 17:56:43.454825 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.005019 sec., 7172.743574417214 rows/sec., 12.85 MiB/sec. | ||
8289 | 2024.08.28 17:56:43.455409 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Debug> DynamicQueryHandler: Done processing query | ||
8290 | 2024.08.28 17:56:43.455435 [ 3 ] {19878694-1b33-467a-aa51-619a769e3c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8291 | 2024.08.28 17:56:43.455452 [ 3 ] {} <Debug> HTTP-Session: c49b7447-7448-4333-acd9-f8471a386a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8292 | 2024.08.28 17:56:43.455605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8293 | 2024.08.28 17:56:43.455654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8294 | 2024.08.28 17:56:43.455674 [ 3 ] {} <Debug> HTTP-Session: 087aa1f9-ec37-455d-be83-431277931570 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8295 | 2024.08.28 17:56:43.455690 [ 3 ] {} <Debug> HTTP-Session: 087aa1f9-ec37-455d-be83-431277931570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8296 | 2024.08.28 17:56:43.455704 [ 3 ] {} <Debug> HTTP-Session: 087aa1f9-ec37-455d-be83-431277931570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8297 | 2024.08.28 17:56:43.455738 [ 3 ] {} <Trace> HTTP-Session: 087aa1f9-ec37-455d-be83-431277931570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8298 | 2024.08.28 17:56:43.455862 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8299 | 2024.08.28 17:56:43.455909 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8300 | 2024.08.28 17:56:43.456065 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8301 | 2024.08.28 17:56:43.456402 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8302 | 2024.08.28 17:56:43.456438 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
8303 | 2024.08.28 17:56:43.456805 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8304 | 2024.08.28 17:56:43.457155 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8305 | 2024.08.28 17:56:43.457329 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
8306 | 2024.08.28 17:56:43.457499 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Debug> DynamicQueryHandler: Done processing query | ||
8307 | 2024.08.28 17:56:43.457524 [ 3 ] {e8effb8d-74ca-48ba-86fb-8864f2e83ac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8308 | 2024.08.28 17:56:43.457541 [ 3 ] {} <Debug> HTTP-Session: 087aa1f9-ec37-455d-be83-431277931570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8309 | 2024.08.28 17:56:45.182120 [ 64 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
8310 | 2024.08.28 17:56:45.182236 [ 64 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8311 | 2024.08.28 17:56:45.182278 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8312 | 2024.08.28 17:56:45.182585 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
8313 | 2024.08.28 17:56:45.182892 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8314 | 2024.08.28 17:56:45.182957 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
8315 | 2024.08.28 17:56:45.183100 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
8316 | 2024.08.28 17:56:45.183368 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
8317 | 2024.08.28 17:56:45.183602 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
8318 | 2024.08.28 17:56:45.183747 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
8319 | 2024.08.28 17:56:45.184764 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002374273 sec., 13477.80983905389 rows/sec., 1.12 MiB/sec. | ||
8320 | 2024.08.28 17:56:45.184908 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
8321 | 2024.08.28 17:56:45.185340 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8322 | 2024.08.28 17:56:45.185424 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_14_3} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
8323 | 2024.08.28 17:56:45.185507 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8324 | 2024.08.28 17:56:48.011307 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8325 | 2024.08.28 17:56:48.011366 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8326 | 2024.08.28 17:56:48.415270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8327 | 2024.08.28 17:56:48.415424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8328 | 2024.08.28 17:56:48.415456 [ 3 ] {} <Debug> HTTP-Session: c877cfc5-ab38-4105-9cf0-a6b036260046 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8329 | 2024.08.28 17:56:48.415492 [ 3 ] {} <Debug> HTTP-Session: c877cfc5-ab38-4105-9cf0-a6b036260046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8330 | 2024.08.28 17:56:48.415511 [ 3 ] {} <Debug> HTTP-Session: c877cfc5-ab38-4105-9cf0-a6b036260046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8331 | 2024.08.28 17:56:48.415578 [ 3 ] {} <Trace> HTTP-Session: c877cfc5-ab38-4105-9cf0-a6b036260046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8332 | 2024.08.28 17:56:48.415854 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8333 | 2024.08.28 17:56:48.415955 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8334 | 2024.08.28 17:56:48.416375 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8335 | 2024.08.28 17:56:48.416938 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8336 | 2024.08.28 17:56:48.416995 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8337 | 2024.08.28 17:56:48.417565 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8338 | 2024.08.28 17:56:48.418188 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8339 | 2024.08.28 17:56:48.418416 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002653 sec., 21862.04297022239 rows/sec., 1.69 MiB/sec. | ||
8340 | 2024.08.28 17:56:48.418677 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Debug> DynamicQueryHandler: Done processing query | ||
8341 | 2024.08.28 17:56:48.418709 [ 3 ] {af0f045d-7435-418a-8d49-af53e57b4be8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8342 | 2024.08.28 17:56:48.418731 [ 3 ] {} <Debug> HTTP-Session: c877cfc5-ab38-4105-9cf0-a6b036260046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8343 | 2024.08.28 17:56:48.418913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8344 | 2024.08.28 17:56:48.418980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8345 | 2024.08.28 17:56:48.419005 [ 3 ] {} <Debug> HTTP-Session: bc74226c-6d83-4261-86bd-7107c1f01140 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8346 | 2024.08.28 17:56:48.419026 [ 3 ] {} <Debug> HTTP-Session: bc74226c-6d83-4261-86bd-7107c1f01140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8347 | 2024.08.28 17:56:48.419044 [ 3 ] {} <Debug> HTTP-Session: bc74226c-6d83-4261-86bd-7107c1f01140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8348 | 2024.08.28 17:56:48.419090 [ 3 ] {} <Trace> HTTP-Session: bc74226c-6d83-4261-86bd-7107c1f01140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8349 | 2024.08.28 17:56:48.419221 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8350 | 2024.08.28 17:56:48.419285 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8351 | 2024.08.28 17:56:48.419588 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8352 | 2024.08.28 17:56:48.420031 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2024.08.28 17:56:48.420086 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8354 | 2024.08.28 17:56:48.420548 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8355 | 2024.08.28 17:56:48.421034 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8356 | 2024.08.28 17:56:48.421233 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.002048 sec., 488.28125 rows/sec., 36.72 KiB/sec. | ||
8357 | 2024.08.28 17:56:48.421467 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Debug> DynamicQueryHandler: Done processing query | ||
8358 | 2024.08.28 17:56:48.421499 [ 3 ] {222801d3-2e37-44ee-bd8c-4a24d1e8f1b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8359 | 2024.08.28 17:56:48.421520 [ 3 ] {} <Debug> HTTP-Session: bc74226c-6d83-4261-86bd-7107c1f01140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8360 | 2024.08.28 17:56:48.421744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8361 | 2024.08.28 17:56:48.421806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8362 | 2024.08.28 17:56:48.421834 [ 3 ] {} <Debug> HTTP-Session: 0b22ed01-d098-4527-9916-5a0d28688e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8363 | 2024.08.28 17:56:48.421858 [ 3 ] {} <Debug> HTTP-Session: 0b22ed01-d098-4527-9916-5a0d28688e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8364 | 2024.08.28 17:56:48.421876 [ 3 ] {} <Debug> HTTP-Session: 0b22ed01-d098-4527-9916-5a0d28688e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8365 | 2024.08.28 17:56:48.421918 [ 3 ] {} <Trace> HTTP-Session: 0b22ed01-d098-4527-9916-5a0d28688e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8366 | 2024.08.28 17:56:48.422067 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8367 | 2024.08.28 17:56:48.422126 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8368 | 2024.08.28 17:56:48.422429 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8369 | 2024.08.28 17:56:48.422890 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8370 | 2024.08.28 17:56:48.422939 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8371 | 2024.08.28 17:56:48.423408 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8372 | 2024.08.28 17:56:48.423907 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8373 | 2024.08.28 17:56:48.424112 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.002091 sec., 31085.604973696794 rows/sec., 2.43 MiB/sec. | ||
8374 | 2024.08.28 17:56:48.424318 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Debug> DynamicQueryHandler: Done processing query | ||
8375 | 2024.08.28 17:56:48.424349 [ 3 ] {51b0a00b-fa0c-42dd-a209-ece7f0d873ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8376 | 2024.08.28 17:56:48.424367 [ 3 ] {} <Debug> HTTP-Session: 0b22ed01-d098-4527-9916-5a0d28688e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8377 | 2024.08.28 17:56:48.424598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8378 | 2024.08.28 17:56:48.424657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8379 | 2024.08.28 17:56:48.424677 [ 3 ] {} <Debug> HTTP-Session: ce56a566-d764-4882-b8df-1531ec5278f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8380 | 2024.08.28 17:56:48.424694 [ 3 ] {} <Debug> HTTP-Session: ce56a566-d764-4882-b8df-1531ec5278f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8381 | 2024.08.28 17:56:48.424711 [ 3 ] {} <Debug> HTTP-Session: ce56a566-d764-4882-b8df-1531ec5278f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8382 | 2024.08.28 17:56:48.424747 [ 3 ] {} <Trace> HTTP-Session: ce56a566-d764-4882-b8df-1531ec5278f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8383 | 2024.08.28 17:56:48.424917 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8384 | 2024.08.28 17:56:48.424974 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8385 | 2024.08.28 17:56:48.425140 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8386 | 2024.08.28 17:56:48.425606 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8387 | 2024.08.28 17:56:48.425649 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8388 | 2024.08.28 17:56:48.426128 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8389 | 2024.08.28 17:56:48.426554 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8390 | 2024.08.28 17:56:48.426749 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0019 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec. | ||
8391 | 2024.08.28 17:56:48.426970 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Debug> DynamicQueryHandler: Done processing query | ||
8392 | 2024.08.28 17:56:48.427002 [ 3 ] {ff6c12e7-6ea0-4f19-bd3d-918325b1fd03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8393 | 2024.08.28 17:56:48.427023 [ 3 ] {} <Debug> HTTP-Session: ce56a566-d764-4882-b8df-1531ec5278f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8394 | 2024.08.28 17:56:48.427181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8395 | 2024.08.28 17:56:48.427241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8396 | 2024.08.28 17:56:48.427261 [ 3 ] {} <Debug> HTTP-Session: 38260907-5724-4ede-8ff4-a651283dc8fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8397 | 2024.08.28 17:56:48.427281 [ 3 ] {} <Debug> HTTP-Session: 38260907-5724-4ede-8ff4-a651283dc8fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8398 | 2024.08.28 17:56:48.427300 [ 3 ] {} <Debug> HTTP-Session: 38260907-5724-4ede-8ff4-a651283dc8fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8399 | 2024.08.28 17:56:48.427337 [ 3 ] {} <Trace> HTTP-Session: 38260907-5724-4ede-8ff4-a651283dc8fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8400 | 2024.08.28 17:56:48.427470 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8401 | 2024.08.28 17:56:48.427550 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8402 | 2024.08.28 17:56:48.428072 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8403 | 2024.08.28 17:56:48.428571 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8404 | 2024.08.28 17:56:48.428617 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8405 | 2024.08.28 17:56:48.429310 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8406 | 2024.08.28 17:56:48.429848 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8407 | 2024.08.28 17:56:48.430086 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002655 sec., 376.64783427495297 rows/sec., 691.13 KiB/sec. | ||
8408 | 2024.08.28 17:56:48.430329 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Debug> DynamicQueryHandler: Done processing query | ||
8409 | 2024.08.28 17:56:48.430361 [ 3 ] {ca160984-6b6f-45a7-a0cc-9533fd732ab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8410 | 2024.08.28 17:56:48.430384 [ 3 ] {} <Debug> HTTP-Session: 38260907-5724-4ede-8ff4-a651283dc8fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8411 | 2024.08.28 17:56:48.430551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8412 | 2024.08.28 17:56:48.430610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8413 | 2024.08.28 17:56:48.430635 [ 3 ] {} <Debug> HTTP-Session: a4802ff6-a8eb-4bad-993f-45e66d5deed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8414 | 2024.08.28 17:56:48.430657 [ 3 ] {} <Debug> HTTP-Session: a4802ff6-a8eb-4bad-993f-45e66d5deed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8415 | 2024.08.28 17:56:48.430676 [ 3 ] {} <Debug> HTTP-Session: a4802ff6-a8eb-4bad-993f-45e66d5deed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.08.28 17:56:48.430714 [ 3 ] {} <Trace> HTTP-Session: a4802ff6-a8eb-4bad-993f-45e66d5deed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8417 | 2024.08.28 17:56:48.430867 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8418 | 2024.08.28 17:56:48.430926 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8419 | 2024.08.28 17:56:48.431089 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8420 | 2024.08.28 17:56:48.431448 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8421 | 2024.08.28 17:56:48.431495 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8422 | 2024.08.28 17:56:48.431978 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8423 | 2024.08.28 17:56:48.432429 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8424 | 2024.08.28 17:56:48.432627 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001803 sec., 33277.87021630616 rows/sec., 2.24 MiB/sec. | ||
8425 | 2024.08.28 17:56:48.432649 [ 59 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8426 | 2024.08.28 17:56:48.432785 [ 59 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8427 | 2024.08.28 17:56:48.432845 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8428 | 2024.08.28 17:56:48.432970 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Debug> DynamicQueryHandler: Done processing query | ||
8429 | 2024.08.28 17:56:48.433071 [ 3 ] {a5e004b1-bd7b-423a-b1f8-574a61ea751e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8430 | 2024.08.28 17:56:48.433163 [ 3 ] {} <Debug> HTTP-Session: a4802ff6-a8eb-4bad-993f-45e66d5deed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8431 | 2024.08.28 17:56:48.433305 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
8432 | 2024.08.28 17:56:48.433692 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8433 | 2024.08.28 17:56:48.433745 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1930 rows starting from the beginning of the part | ||
8434 | 2024.08.28 17:56:48.433839 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 70 rows starting from the beginning of the part | ||
8435 | 2024.08.28 17:56:48.434118 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
8436 | 2024.08.28 17:56:48.434325 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
8437 | 2024.08.28 17:56:48.434498 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
8438 | 2024.08.28 17:56:48.434703 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
8439 | 2024.08.28 17:56:48.436578 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2214 rows, containing 4 columns (4 merged, 0 gathered) in 0.003620741 sec., 611477.0429588861 rows/sec., 39.88 MiB/sec. | ||
8440 | 2024.08.28 17:56:48.436939 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8441 | 2024.08.28 17:56:48.437569 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8442 | 2024.08.28 17:56:48.437695 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_41_8} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8443 | 2024.08.28 17:56:48.437836 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
8444 | 2024.08.28 17:56:53.426003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8445 | 2024.08.28 17:56:53.426183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8446 | 2024.08.28 17:56:53.426219 [ 3 ] {} <Debug> HTTP-Session: c804133a-7f0e-4579-8a61-d5e4fb7c4f4f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8447 | 2024.08.28 17:56:53.426251 [ 3 ] {} <Debug> HTTP-Session: c804133a-7f0e-4579-8a61-d5e4fb7c4f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8448 | 2024.08.28 17:56:53.426271 [ 3 ] {} <Debug> HTTP-Session: c804133a-7f0e-4579-8a61-d5e4fb7c4f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8449 | 2024.08.28 17:56:53.426340 [ 3 ] {} <Trace> HTTP-Session: c804133a-7f0e-4579-8a61-d5e4fb7c4f4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8450 | 2024.08.28 17:56:53.426589 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8451 | 2024.08.28 17:56:53.426678 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8452 | 2024.08.28 17:56:53.427168 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8453 | 2024.08.28 17:56:53.427679 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8454 | 2024.08.28 17:56:53.427736 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8455 | 2024.08.28 17:56:53.428181 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8456 | 2024.08.28 17:56:53.428602 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8457 | 2024.08.28 17:56:53.428780 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002265 sec., 883.0022075055188 rows/sec., 72.00 KiB/sec. | ||
8458 | 2024.08.28 17:56:53.429023 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Debug> DynamicQueryHandler: Done processing query | ||
8459 | 2024.08.28 17:56:53.429053 [ 3 ] {7b0de390-6f60-430d-ac8c-e34435d14025} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8460 | 2024.08.28 17:56:53.429070 [ 3 ] {} <Debug> HTTP-Session: c804133a-7f0e-4579-8a61-d5e4fb7c4f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8461 | 2024.08.28 17:56:53.429316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8462 | 2024.08.28 17:56:53.429377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8463 | 2024.08.28 17:56:53.429398 [ 3 ] {} <Debug> HTTP-Session: d33c5741-528c-4889-ae75-6af9ba67bdcf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8464 | 2024.08.28 17:56:53.429417 [ 3 ] {} <Debug> HTTP-Session: d33c5741-528c-4889-ae75-6af9ba67bdcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8465 | 2024.08.28 17:56:53.429431 [ 3 ] {} <Debug> HTTP-Session: d33c5741-528c-4889-ae75-6af9ba67bdcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8466 | 2024.08.28 17:56:53.429472 [ 3 ] {} <Trace> HTTP-Session: d33c5741-528c-4889-ae75-6af9ba67bdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8467 | 2024.08.28 17:56:53.429660 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8468 | 2024.08.28 17:56:53.429711 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8469 | 2024.08.28 17:56:53.429967 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8470 | 2024.08.28 17:56:53.430494 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8471 | 2024.08.28 17:56:53.430535 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8472 | 2024.08.28 17:56:53.430927 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8473 | 2024.08.28 17:56:53.431308 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8474 | 2024.08.28 17:56:53.431485 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Debug> executeQuery: Read 262 rows, 23.81 KiB in 0.001914 sec., 136886.1024033438 rows/sec., 12.15 MiB/sec. | ||
8475 | 2024.08.28 17:56:53.431789 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Debug> DynamicQueryHandler: Done processing query | ||
8476 | 2024.08.28 17:56:53.431838 [ 3 ] {b9e831d2-80da-4642-b8d3-4b464c73983c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8477 | 2024.08.28 17:56:53.431878 [ 3 ] {} <Debug> HTTP-Session: d33c5741-528c-4889-ae75-6af9ba67bdcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.08.28 17:56:53.432056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8479 | 2024.08.28 17:56:53.432112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8480 | 2024.08.28 17:56:53.432131 [ 3 ] {} <Debug> HTTP-Session: 9d99f9f3-26e1-4579-869f-6cf8276344d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8481 | 2024.08.28 17:56:53.432149 [ 3 ] {} <Debug> HTTP-Session: 9d99f9f3-26e1-4579-869f-6cf8276344d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8482 | 2024.08.28 17:56:53.432163 [ 3 ] {} <Debug> HTTP-Session: 9d99f9f3-26e1-4579-869f-6cf8276344d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8483 | 2024.08.28 17:56:53.432198 [ 3 ] {} <Trace> HTTP-Session: 9d99f9f3-26e1-4579-869f-6cf8276344d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8484 | 2024.08.28 17:56:53.432319 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8485 | 2024.08.28 17:56:53.432368 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8486 | 2024.08.28 17:56:53.432625 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8487 | 2024.08.28 17:56:53.432968 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8488 | 2024.08.28 17:56:53.433007 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8489 | 2024.08.28 17:56:53.433385 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8490 | 2024.08.28 17:56:53.433813 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8491 | 2024.08.28 17:56:53.433987 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001701 sec., 22339.800117577895 rows/sec., 1.63 MiB/sec. | ||
8492 | 2024.08.28 17:56:53.434187 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Debug> DynamicQueryHandler: Done processing query | ||
8493 | 2024.08.28 17:56:53.434215 [ 3 ] {d8e4259e-cbba-4cdd-a68c-2503258dcf6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8494 | 2024.08.28 17:56:53.434233 [ 3 ] {} <Debug> HTTP-Session: 9d99f9f3-26e1-4579-869f-6cf8276344d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.08.28 17:56:53.434381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8496 | 2024.08.28 17:56:53.434436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8497 | 2024.08.28 17:56:53.434456 [ 3 ] {} <Debug> HTTP-Session: 8b110131-e234-4208-86c5-188239b709ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8498 | 2024.08.28 17:56:53.434474 [ 3 ] {} <Debug> HTTP-Session: 8b110131-e234-4208-86c5-188239b709ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8499 | 2024.08.28 17:56:53.434488 [ 3 ] {} <Debug> HTTP-Session: 8b110131-e234-4208-86c5-188239b709ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8500 | 2024.08.28 17:56:53.434527 [ 3 ] {} <Trace> HTTP-Session: 8b110131-e234-4208-86c5-188239b709ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8501 | 2024.08.28 17:56:53.434634 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8502 | 2024.08.28 17:56:53.434679 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8503 | 2024.08.28 17:56:53.434909 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8504 | 2024.08.28 17:56:53.435218 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8505 | 2024.08.28 17:56:53.435255 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8506 | 2024.08.28 17:56:53.435623 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8507 | 2024.08.28 17:56:53.435983 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8508 | 2024.08.28 17:56:53.436120 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec. | ||
8509 | 2024.08.28 17:56:53.436326 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Debug> DynamicQueryHandler: Done processing query | ||
8510 | 2024.08.28 17:56:53.436352 [ 3 ] {ea3f6aac-40dc-4776-8f6a-c79694edcfb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8511 | 2024.08.28 17:56:53.436368 [ 3 ] {} <Debug> HTTP-Session: 8b110131-e234-4208-86c5-188239b709ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.08.28 17:56:53.436492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8513 | 2024.08.28 17:56:53.436543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8514 | 2024.08.28 17:56:53.436565 [ 3 ] {} <Debug> HTTP-Session: 0edddcc2-9178-4094-b879-5d67181eb8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8515 | 2024.08.28 17:56:53.436582 [ 3 ] {} <Debug> HTTP-Session: 0edddcc2-9178-4094-b879-5d67181eb8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8516 | 2024.08.28 17:56:53.436597 [ 3 ] {} <Debug> HTTP-Session: 0edddcc2-9178-4094-b879-5d67181eb8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8517 | 2024.08.28 17:56:53.436629 [ 3 ] {} <Trace> HTTP-Session: 0edddcc2-9178-4094-b879-5d67181eb8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8518 | 2024.08.28 17:56:53.436733 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8519 | 2024.08.28 17:56:53.436777 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8520 | 2024.08.28 17:56:53.437020 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8521 | 2024.08.28 17:56:53.437312 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8522 | 2024.08.28 17:56:53.437348 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8523 | 2024.08.28 17:56:53.437697 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8524 | 2024.08.28 17:56:53.438054 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8525 | 2024.08.28 17:56:53.438202 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 237.91 KiB/sec. | ||
8526 | 2024.08.28 17:56:53.438224 [ 53 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
8527 | 2024.08.28 17:56:53.438344 [ 53 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8528 | 2024.08.28 17:56:53.438387 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8529 | 2024.08.28 17:56:53.438474 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Debug> DynamicQueryHandler: Done processing query | ||
8530 | 2024.08.28 17:56:53.438510 [ 3 ] {3be6afd3-ccad-4a6b-9aaf-958e8047684a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8531 | 2024.08.28 17:56:53.438529 [ 3 ] {} <Debug> HTTP-Session: 0edddcc2-9178-4094-b879-5d67181eb8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8532 | 2024.08.28 17:56:53.438529 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
8533 | 2024.08.28 17:56:53.438665 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8534 | 2024.08.28 17:56:53.438697 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
8535 | 2024.08.28 17:56:53.438778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8536 | 2024.08.28 17:56:53.438819 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
8537 | 2024.08.28 17:56:53.438926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8538 | 2024.08.28 17:56:53.439036 [ 3 ] {} <Debug> HTTP-Session: 4c3980be-b809-4f4e-8088-190693fcde0f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8539 | 2024.08.28 17:56:53.439180 [ 3 ] {} <Debug> HTTP-Session: 4c3980be-b809-4f4e-8088-190693fcde0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8540 | 2024.08.28 17:56:53.439219 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
8541 | 2024.08.28 17:56:53.439274 [ 3 ] {} <Debug> HTTP-Session: 4c3980be-b809-4f4e-8088-190693fcde0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8542 | 2024.08.28 17:56:53.439394 [ 3 ] {} <Trace> HTTP-Session: 4c3980be-b809-4f4e-8088-190693fcde0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8543 | 2024.08.28 17:56:53.439560 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
8544 | 2024.08.28 17:56:53.439826 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::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 | ||
8545 | 2024.08.28 17:56:53.439843 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8546 | 2024.08.28 17:56:53.439960 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8547 | 2024.08.28 17:56:53.440564 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8548 | 2024.08.28 17:56:53.441340 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002886274 sec., 10394.023575031339 rows/sec., 659.78 KiB/sec. | ||
8549 | 2024.08.28 17:56:53.441456 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8550 | 2024.08.28 17:56:53.441461 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
8551 | 2024.08.28 17:56:53.441497 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8552 | 2024.08.28 17:56:53.442019 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8553 | 2024.08.28 17:56:53.442044 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_17_4} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8554 | 2024.08.28 17:56:53.442138 [ 188 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_17_4} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
8555 | 2024.08.28 17:56:53.442226 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8556 | 2024.08.28 17:56:53.442622 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8557 | 2024.08.28 17:56:53.442848 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Debug> executeQuery: Read 420 rows, 30.73 KiB in 0.003215 sec., 130637.63608087091 rows/sec., 9.33 MiB/sec. | ||
8558 | 2024.08.28 17:56:53.443135 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Debug> DynamicQueryHandler: Done processing query | ||
8559 | 2024.08.28 17:56:53.443167 [ 3 ] {e39b1b8b-1d90-4436-902f-208cc757e89a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8560 | 2024.08.28 17:56:53.443190 [ 3 ] {} <Debug> HTTP-Session: 4c3980be-b809-4f4e-8088-190693fcde0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8561 | 2024.08.28 17:56:53.443349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8562 | 2024.08.28 17:56:53.443418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8563 | 2024.08.28 17:56:53.443446 [ 3 ] {} <Debug> HTTP-Session: a9159b9b-e172-4f5b-9a95-4c1d9923319f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8564 | 2024.08.28 17:56:53.443470 [ 3 ] {} <Debug> HTTP-Session: a9159b9b-e172-4f5b-9a95-4c1d9923319f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8565 | 2024.08.28 17:56:53.443490 [ 3 ] {} <Debug> HTTP-Session: a9159b9b-e172-4f5b-9a95-4c1d9923319f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8566 | 2024.08.28 17:56:53.443532 [ 3 ] {} <Trace> HTTP-Session: a9159b9b-e172-4f5b-9a95-4c1d9923319f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8567 | 2024.08.28 17:56:53.443656 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8568 | 2024.08.28 17:56:53.443750 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8569 | 2024.08.28 17:56:53.443939 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8570 | 2024.08.28 17:56:53.444236 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8571 | 2024.08.28 17:56:53.444281 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8572 | 2024.08.28 17:56:53.444683 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8573 | 2024.08.28 17:56:53.445027 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8574 | 2024.08.28 17:56:53.445197 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
8575 | 2024.08.28 17:56:53.445372 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Debug> DynamicQueryHandler: Done processing query | ||
8576 | 2024.08.28 17:56:53.445397 [ 3 ] {10dbfe1c-b63c-4c5f-909e-0631c6198117} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8577 | 2024.08.28 17:56:53.445413 [ 3 ] {} <Debug> HTTP-Session: a9159b9b-e172-4f5b-9a95-4c1d9923319f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8578 | 2024.08.28 17:56:53.445733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8579 | 2024.08.28 17:56:53.445786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8580 | 2024.08.28 17:56:53.445806 [ 3 ] {} <Debug> HTTP-Session: 7dc8fe43-225b-421f-ba70-d2cd09efb20d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8581 | 2024.08.28 17:56:53.445823 [ 3 ] {} <Debug> HTTP-Session: 7dc8fe43-225b-421f-ba70-d2cd09efb20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8582 | 2024.08.28 17:56:53.445845 [ 3 ] {} <Debug> HTTP-Session: 7dc8fe43-225b-421f-ba70-d2cd09efb20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8583 | 2024.08.28 17:56:53.445890 [ 3 ] {} <Trace> HTTP-Session: 7dc8fe43-225b-421f-ba70-d2cd09efb20d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8584 | 2024.08.28 17:56:53.446131 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8585 | 2024.08.28 17:56:53.446185 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8586 | 2024.08.28 17:56:53.446339 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8587 | 2024.08.28 17:56:53.446824 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8588 | 2024.08.28 17:56:53.446869 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8589 | 2024.08.28 17:56:53.447308 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8590 | 2024.08.28 17:56:53.447670 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8591 | 2024.08.28 17:56:53.447829 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001835 sec., 129700.27247956402 rows/sec., 8.69 MiB/sec. | ||
8592 | 2024.08.28 17:56:53.448122 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Debug> DynamicQueryHandler: Done processing query | ||
8593 | 2024.08.28 17:56:53.448184 [ 3 ] {cda39b89-c660-429a-8880-512579d7ad01} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8594 | 2024.08.28 17:56:53.448220 [ 3 ] {} <Debug> HTTP-Session: 7dc8fe43-225b-421f-ba70-d2cd09efb20d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8595 | 2024.08.28 17:56:53.448357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8596 | 2024.08.28 17:56:53.448405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8597 | 2024.08.28 17:56:53.448426 [ 3 ] {} <Debug> HTTP-Session: 43179917-c588-4a4c-bf81-5c3a620328a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8598 | 2024.08.28 17:56:53.448442 [ 3 ] {} <Debug> HTTP-Session: 43179917-c588-4a4c-bf81-5c3a620328a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8599 | 2024.08.28 17:56:53.448456 [ 3 ] {} <Debug> HTTP-Session: 43179917-c588-4a4c-bf81-5c3a620328a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8600 | 2024.08.28 17:56:53.448486 [ 3 ] {} <Trace> HTTP-Session: 43179917-c588-4a4c-bf81-5c3a620328a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8601 | 2024.08.28 17:56:53.448584 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8602 | 2024.08.28 17:56:53.448633 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8603 | 2024.08.28 17:56:53.448783 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8604 | 2024.08.28 17:56:53.449039 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8605 | 2024.08.28 17:56:53.449076 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8606 | 2024.08.28 17:56:53.449434 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8607 | 2024.08.28 17:56:53.449794 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8608 | 2024.08.28 17:56:53.449966 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
8609 | 2024.08.28 17:56:53.450126 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Debug> DynamicQueryHandler: Done processing query | ||
8610 | 2024.08.28 17:56:53.450151 [ 3 ] {f7a6bc74-aadd-4032-9ab5-ba143267bfc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8611 | 2024.08.28 17:56:53.450166 [ 3 ] {} <Debug> HTTP-Session: 43179917-c588-4a4c-bf81-5c3a620328a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8612 | 2024.08.28 17:56:53.450321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8613 | 2024.08.28 17:56:53.450378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8614 | 2024.08.28 17:56:53.450398 [ 3 ] {} <Debug> HTTP-Session: 14f45834-824e-4b9f-801f-a7a73bb58ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8615 | 2024.08.28 17:56:53.450414 [ 3 ] {} <Debug> HTTP-Session: 14f45834-824e-4b9f-801f-a7a73bb58ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8616 | 2024.08.28 17:56:53.450427 [ 3 ] {} <Debug> HTTP-Session: 14f45834-824e-4b9f-801f-a7a73bb58ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8617 | 2024.08.28 17:56:53.450458 [ 3 ] {} <Trace> HTTP-Session: 14f45834-824e-4b9f-801f-a7a73bb58ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8618 | 2024.08.28 17:56:53.450834 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8619 | 2024.08.28 17:56:53.450900 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8620 | 2024.08.28 17:56:53.451305 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8621 | 2024.08.28 17:56:53.451960 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8622 | 2024.08.28 17:56:53.451998 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8623 | 2024.08.28 17:56:53.452620 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8624 | 2024.08.28 17:56:53.453040 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8625 | 2024.08.28 17:56:53.453232 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002684 sec., 13412.816691505215 rows/sec., 24.04 MiB/sec. | ||
8626 | 2024.08.28 17:56:53.453437 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Debug> DynamicQueryHandler: Done processing query | ||
8627 | 2024.08.28 17:56:53.453461 [ 3 ] {01f7cbd4-ea96-4353-af3e-c74aac63db7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8628 | 2024.08.28 17:56:53.453476 [ 3 ] {} <Debug> HTTP-Session: 14f45834-824e-4b9f-801f-a7a73bb58ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8629 | 2024.08.28 17:56:53.453610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8630 | 2024.08.28 17:56:53.453657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8631 | 2024.08.28 17:56:53.453676 [ 3 ] {} <Debug> HTTP-Session: 3c19d099-8985-47d3-8491-d6574b1115a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8632 | 2024.08.28 17:56:53.453692 [ 3 ] {} <Debug> HTTP-Session: 3c19d099-8985-47d3-8491-d6574b1115a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8633 | 2024.08.28 17:56:53.453706 [ 3 ] {} <Debug> HTTP-Session: 3c19d099-8985-47d3-8491-d6574b1115a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8634 | 2024.08.28 17:56:53.453737 [ 3 ] {} <Trace> HTTP-Session: 3c19d099-8985-47d3-8491-d6574b1115a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8635 | 2024.08.28 17:56:53.453853 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8636 | 2024.08.28 17:56:53.453898 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8637 | 2024.08.28 17:56:53.454026 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8638 | 2024.08.28 17:56:53.454303 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8639 | 2024.08.28 17:56:53.454339 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8640 | 2024.08.28 17:56:53.454724 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8641 | 2024.08.28 17:56:53.455063 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8642 | 2024.08.28 17:56:53.455216 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001403 sec., 58446.186742694226 rows/sec., 3.71 MiB/sec. | ||
8643 | 2024.08.28 17:56:53.455373 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Debug> DynamicQueryHandler: Done processing query | ||
8644 | 2024.08.28 17:56:53.455396 [ 3 ] {ea573d53-e345-4451-8be1-c30fdffdbf7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8645 | 2024.08.28 17:56:53.455412 [ 3 ] {} <Debug> HTTP-Session: 3c19d099-8985-47d3-8491-d6574b1115a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8646 | 2024.08.28 17:56:58.415108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8647 | 2024.08.28 17:56:58.415304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8648 | 2024.08.28 17:56:58.415349 [ 3 ] {} <Debug> HTTP-Session: df133448-b1fb-45ec-82f0-d602235962d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8649 | 2024.08.28 17:56:58.415391 [ 3 ] {} <Debug> HTTP-Session: df133448-b1fb-45ec-82f0-d602235962d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8650 | 2024.08.28 17:56:58.415421 [ 3 ] {} <Debug> HTTP-Session: df133448-b1fb-45ec-82f0-d602235962d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8651 | 2024.08.28 17:56:58.415501 [ 3 ] {} <Trace> HTTP-Session: df133448-b1fb-45ec-82f0-d602235962d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8652 | 2024.08.28 17:56:58.415704 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8653 | 2024.08.28 17:56:58.415773 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8654 | 2024.08.28 17:56:58.416109 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8655 | 2024.08.28 17:56:58.416664 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8656 | 2024.08.28 17:56:58.416711 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8657 | 2024.08.28 17:56:58.417164 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8658 | 2024.08.28 17:56:58.417572 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8659 | 2024.08.28 17:56:58.417747 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002104 sec., 27566.539923954373 rows/sec., 2.13 MiB/sec. | ||
8660 | 2024.08.28 17:56:58.417769 [ 51 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8661 | 2024.08.28 17:56:58.417885 [ 51 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8662 | 2024.08.28 17:56:58.417936 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8663 | 2024.08.28 17:56:58.418064 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Debug> DynamicQueryHandler: Done processing query | ||
8664 | 2024.08.28 17:56:58.418077 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
8665 | 2024.08.28 17:56:58.418104 [ 3 ] {02c28361-1b6d-4554-999e-a607143be9a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8666 | 2024.08.28 17:56:58.418146 [ 3 ] {} <Debug> HTTP-Session: df133448-b1fb-45ec-82f0-d602235962d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8667 | 2024.08.28 17:56:58.418284 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8668 | 2024.08.28 17:56:58.418356 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1413 rows starting from the beginning of the part | ||
8669 | 2024.08.28 17:56:58.418361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8670 | 2024.08.28 17:56:58.418481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8671 | 2024.08.28 17:56:58.418564 [ 3 ] {} <Debug> HTTP-Session: 32c0bf0f-f949-49b5-943f-cbd6391c03b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8672 | 2024.08.28 17:56:58.418584 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 58 rows starting from the beginning of the part | ||
8673 | 2024.08.28 17:56:58.418623 [ 3 ] {} <Debug> HTTP-Session: 32c0bf0f-f949-49b5-943f-cbd6391c03b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8674 | 2024.08.28 17:56:58.418676 [ 3 ] {} <Debug> HTTP-Session: 32c0bf0f-f949-49b5-943f-cbd6391c03b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8675 | 2024.08.28 17:56:58.418848 [ 3 ] {} <Trace> HTTP-Session: 32c0bf0f-f949-49b5-943f-cbd6391c03b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8676 | 2024.08.28 17:56:58.418948 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 261 rows starting from the beginning of the part | ||
8677 | 2024.08.28 17:56:58.419215 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8678 | 2024.08.28 17:56:58.419300 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 58 rows starting from the beginning of the part | ||
8679 | 2024.08.28 17:56:58.419370 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8680 | 2024.08.28 17:56:58.419690 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 262 rows starting from the beginning of the part | ||
8681 | 2024.08.28 17:56:58.419990 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part | ||
8682 | 2024.08.28 17:56:58.420730 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8683 | 2024.08.28 17:56:58.421295 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8684 | 2024.08.28 17:56:58.421338 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8685 | 2024.08.28 17:56:58.421839 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8686 | 2024.08.28 17:56:58.422300 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8687 | 2024.08.28 17:56:58.422615 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.003556 sec., 281.214848143982 rows/sec., 21.15 KiB/sec. | ||
8688 | 2024.08.28 17:56:58.422622 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2110 rows, containing 5 columns (5 merged, 0 gathered) in 0.004613503 sec., 457353.12191191816 rows/sec., 40.39 MiB/sec. | ||
8689 | 2024.08.28 17:56:58.422834 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Debug> DynamicQueryHandler: Done processing query | ||
8690 | 2024.08.28 17:56:58.422863 [ 3 ] {7d2c0a35-265a-4e91-99f8-4969304aadb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8691 | 2024.08.28 17:56:58.422873 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8692 | 2024.08.28 17:56:58.422881 [ 3 ] {} <Debug> HTTP-Session: 32c0bf0f-f949-49b5-943f-cbd6391c03b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8693 | 2024.08.28 17:56:58.423030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8694 | 2024.08.28 17:56:58.423101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8695 | 2024.08.28 17:56:58.423141 [ 3 ] {} <Debug> HTTP-Session: 31f6f23c-bc33-49b8-8cef-bfaea0f029a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8696 | 2024.08.28 17:56:58.423177 [ 3 ] {} <Debug> HTTP-Session: 31f6f23c-bc33-49b8-8cef-bfaea0f029a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.08.28 17:56:58.423200 [ 3 ] {} <Debug> HTTP-Session: 31f6f23c-bc33-49b8-8cef-bfaea0f029a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8698 | 2024.08.28 17:56:58.423246 [ 3 ] {} <Trace> HTTP-Session: 31f6f23c-bc33-49b8-8cef-bfaea0f029a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8699 | 2024.08.28 17:56:58.423384 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8700 | 2024.08.28 17:56:58.423403 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8701 | 2024.08.28 17:56:58.423439 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8702 | 2024.08.28 17:56:58.423520 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_46_9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8703 | 2024.08.28 17:56:58.423627 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
8704 | 2024.08.28 17:56:58.423756 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8705 | 2024.08.28 17:56:58.424144 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8706 | 2024.08.28 17:56:58.424179 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8707 | 2024.08.28 17:56:58.424514 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8708 | 2024.08.28 17:56:58.424847 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8709 | 2024.08.28 17:56:58.425075 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001732 sec., 37528.868360277134 rows/sec., 2.93 MiB/sec. | ||
8710 | 2024.08.28 17:56:58.425082 [ 51 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8711 | 2024.08.28 17:56:58.425175 [ 51 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8712 | 2024.08.28 17:56:58.425232 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8713 | 2024.08.28 17:56:58.425358 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Debug> DynamicQueryHandler: Done processing query | ||
8714 | 2024.08.28 17:56:58.425410 [ 3 ] {6ab547b8-ad52-42e5-877e-fabe9ead32f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8715 | 2024.08.28 17:56:58.425426 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
8716 | 2024.08.28 17:56:58.425435 [ 3 ] {} <Debug> HTTP-Session: 31f6f23c-bc33-49b8-8cef-bfaea0f029a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8717 | 2024.08.28 17:56:58.425756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8718 | 2024.08.28 17:56:58.425820 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8719 | 2024.08.28 17:56:58.425859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8720 | 2024.08.28 17:56:58.425910 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 911 rows starting from the beginning of the part | ||
8721 | 2024.08.28 17:56:58.425917 [ 3 ] {} <Debug> HTTP-Session: ac4510f6-94ad-45b3-869e-272644227411 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8722 | 2024.08.28 17:56:58.425963 [ 3 ] {} <Debug> HTTP-Session: ac4510f6-94ad-45b3-869e-272644227411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8723 | 2024.08.28 17:56:58.425985 [ 3 ] {} <Debug> HTTP-Session: ac4510f6-94ad-45b3-869e-272644227411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8724 | 2024.08.28 17:56:58.426087 [ 3 ] {} <Trace> HTTP-Session: ac4510f6-94ad-45b3-869e-272644227411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8725 | 2024.08.28 17:56:58.426186 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 65 rows starting from the beginning of the part | ||
8726 | 2024.08.28 17:56:58.426568 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8727 | 2024.08.28 17:56:58.426576 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 418 rows starting from the beginning of the part | ||
8728 | 2024.08.28 17:56:58.426745 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8729 | 2024.08.28 17:56:58.426967 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 65 rows starting from the beginning of the part | ||
8730 | 2024.08.28 17:56:58.427282 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 420 rows starting from the beginning of the part | ||
8731 | 2024.08.28 17:56:58.427604 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 65 rows starting from the beginning of the part | ||
8732 | 2024.08.28 17:56:58.428179 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8733 | 2024.08.28 17:56:58.428795 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8734 | 2024.08.28 17:56:58.428842 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8735 | 2024.08.28 17:56:58.429428 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8736 | 2024.08.28 17:56:58.429842 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1944 rows, containing 5 columns (5 merged, 0 gathered) in 0.00452627 sec., 429492.71696120646 rows/sec., 32.86 MiB/sec. | ||
8737 | 2024.08.28 17:56:58.429974 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8738 | 2024.08.28 17:56:58.430017 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8739 | 2024.08.28 17:56:58.430222 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003917 sec., 40847.58743936686 rows/sec., 2.84 MiB/sec. | ||
8740 | 2024.08.28 17:56:58.430893 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Debug> DynamicQueryHandler: Done processing query | ||
8741 | 2024.08.28 17:56:58.430973 [ 3 ] {9ecf371e-a6bc-4eb8-b611-e31e0ee08335} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8742 | 2024.08.28 17:56:58.431057 [ 3 ] {} <Debug> HTTP-Session: ac4510f6-94ad-45b3-869e-272644227411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.08.28 17:56:58.431373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8744 | 2024.08.28 17:56:58.431572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8745 | 2024.08.28 17:56:58.431662 [ 3 ] {} <Debug> HTTP-Session: 1423d031-a83d-4bf4-9e0d-d63c89a2345a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8746 | 2024.08.28 17:56:58.431731 [ 3 ] {} <Debug> HTTP-Session: 1423d031-a83d-4bf4-9e0d-d63c89a2345a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8747 | 2024.08.28 17:56:58.431798 [ 3 ] {} <Debug> HTTP-Session: 1423d031-a83d-4bf4-9e0d-d63c89a2345a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8748 | 2024.08.28 17:56:58.431921 [ 3 ] {} <Trace> HTTP-Session: 1423d031-a83d-4bf4-9e0d-d63c89a2345a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8749 | 2024.08.28 17:56:58.432067 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8750 | 2024.08.28 17:56:58.432158 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8751 | 2024.08.28 17:56:58.432190 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_46_9} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8752 | 2024.08.28 17:56:58.432256 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8753 | 2024.08.28 17:56:58.432283 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
8754 | 2024.08.28 17:56:58.432701 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8755 | 2024.08.28 17:56:58.433096 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8756 | 2024.08.28 17:56:58.433132 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8757 | 2024.08.28 17:56:58.433682 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8758 | 2024.08.28 17:56:58.434109 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8759 | 2024.08.28 17:56:58.434289 [ 51 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8760 | 2024.08.28 17:56:58.434306 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002205 sec., 453.51473922902494 rows/sec., 832.18 KiB/sec. | ||
8761 | 2024.08.28 17:56:58.434356 [ 51 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8762 | 2024.08.28 17:56:58.434441 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8763 | 2024.08.28 17:56:58.434869 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::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 | ||
8764 | 2024.08.28 17:56:58.434887 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Debug> DynamicQueryHandler: Done processing query | ||
8765 | 2024.08.28 17:56:58.434990 [ 3 ] {789670f6-157c-4728-9bd6-40c4992e407e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8766 | 2024.08.28 17:56:58.435026 [ 3 ] {} <Debug> HTTP-Session: 1423d031-a83d-4bf4-9e0d-d63c89a2345a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8767 | 2024.08.28 17:56:58.435246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8768 | 2024.08.28 17:56:58.435373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8769 | 2024.08.28 17:56:58.435436 [ 3 ] {} <Debug> HTTP-Session: c4014182-ddf6-43e3-bbd4-ec0593d9e7d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8770 | 2024.08.28 17:56:58.435515 [ 3 ] {} <Debug> HTTP-Session: c4014182-ddf6-43e3-bbd4-ec0593d9e7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8771 | 2024.08.28 17:56:58.435560 [ 3 ] {} <Debug> HTTP-Session: c4014182-ddf6-43e3-bbd4-ec0593d9e7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8772 | 2024.08.28 17:56:58.435651 [ 3 ] {} <Trace> HTTP-Session: c4014182-ddf6-43e3-bbd4-ec0593d9e7d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8773 | 2024.08.28 17:56:58.435946 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8774 | 2024.08.28 17:56:58.435961 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8775 | 2024.08.28 17:56:58.436061 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8776 | 2024.08.28 17:56:58.436149 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 661 rows starting from the beginning of the part | ||
8777 | 2024.08.28 17:56:58.437089 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8778 | 2024.08.28 17:56:58.437543 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
8779 | 2024.08.28 17:56:58.438607 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8780 | 2024.08.28 17:56:58.438642 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
8781 | 2024.08.28 17:56:58.438671 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8782 | 2024.08.28 17:56:58.439305 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
8783 | 2024.08.28 17:56:58.439883 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
8784 | 2024.08.28 17:56:58.440083 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8785 | 2024.08.28 17:56:58.440309 [ 198 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
8786 | 2024.08.28 17:56:58.441356 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8787 | 2024.08.28 17:56:58.441672 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005847 sec., 10261.67265264238 rows/sec., 708.16 KiB/sec. | ||
8788 | 2024.08.28 17:56:58.442023 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Debug> DynamicQueryHandler: Done processing query | ||
8789 | 2024.08.28 17:56:58.442061 [ 3 ] {363dc6c5-5cf8-46f4-b84d-c1aaaa52ce7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8790 | 2024.08.28 17:56:58.442112 [ 3 ] {} <Debug> HTTP-Session: c4014182-ddf6-43e3-bbd4-ec0593d9e7d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8791 | 2024.08.28 17:56:58.445511 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 736 rows, containing 19 columns (19 merged, 0 gathered) in 0.010904592 sec., 67494.50139904364 rows/sec., 120.95 MiB/sec. | ||
8792 | 2024.08.28 17:56:58.446469 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8793 | 2024.08.28 17:56:58.447107 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8794 | 2024.08.28 17:56:58.447196 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8795 | 2024.08.28 17:56:58.447345 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
8796 | 2024.08.28 17:57:02.635501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8797 | 2024.08.28 17:57:02.635648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8798 | 2024.08.28 17:57:02.635678 [ 3 ] {} <Debug> HTTP-Session: 5acd5e9e-d578-41b7-9d44-03e2f72aa6bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8799 | 2024.08.28 17:57:02.635708 [ 3 ] {} <Debug> HTTP-Session: 5acd5e9e-d578-41b7-9d44-03e2f72aa6bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8800 | 2024.08.28 17:57:02.635725 [ 3 ] {} <Debug> HTTP-Session: 5acd5e9e-d578-41b7-9d44-03e2f72aa6bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8801 | 2024.08.28 17:57:02.635782 [ 3 ] {} <Trace> HTTP-Session: 5acd5e9e-d578-41b7-9d44-03e2f72aa6bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8802 | 2024.08.28 17:57:02.635991 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8803 | 2024.08.28 17:57:02.636070 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8804 | 2024.08.28 17:57:02.636458 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8805 | 2024.08.28 17:57:02.636904 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8806 | 2024.08.28 17:57:02.636953 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8807 | 2024.08.28 17:57:02.637382 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8808 | 2024.08.28 17:57:02.637789 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8809 | 2024.08.28 17:57:02.637953 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00202 sec., 990.09900990099 rows/sec., 80.74 KiB/sec. | ||
8810 | 2024.08.28 17:57:02.638303 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Debug> DynamicQueryHandler: Done processing query | ||
8811 | 2024.08.28 17:57:02.638331 [ 3 ] {b9a7cac5-9fe7-4bf9-b14c-87b59c6453cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8812 | 2024.08.28 17:57:02.638348 [ 3 ] {} <Debug> HTTP-Session: 5acd5e9e-d578-41b7-9d44-03e2f72aa6bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8813 | 2024.08.28 17:57:02.638697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8814 | 2024.08.28 17:57:02.638755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8815 | 2024.08.28 17:57:02.638775 [ 3 ] {} <Debug> HTTP-Session: 46ab9251-c93d-4b3b-8811-7cb698ecb667 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8816 | 2024.08.28 17:57:02.638794 [ 3 ] {} <Debug> HTTP-Session: 46ab9251-c93d-4b3b-8811-7cb698ecb667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8817 | 2024.08.28 17:57:02.638809 [ 3 ] {} <Debug> HTTP-Session: 46ab9251-c93d-4b3b-8811-7cb698ecb667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8818 | 2024.08.28 17:57:02.638845 [ 3 ] {} <Trace> HTTP-Session: 46ab9251-c93d-4b3b-8811-7cb698ecb667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8819 | 2024.08.28 17:57:02.639352 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8820 | 2024.08.28 17:57:02.639411 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8821 | 2024.08.28 17:57:02.639686 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8822 | 2024.08.28 17:57:02.640982 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8823 | 2024.08.28 17:57:02.641023 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8824 | 2024.08.28 17:57:02.641491 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8825 | 2024.08.28 17:57:02.641877 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8826 | 2024.08.28 17:57:02.642035 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Debug> executeQuery: Read 1402 rows, 120.38 KiB in 0.003031 sec., 462553.61266908614 rows/sec., 38.78 MiB/sec. | ||
8827 | 2024.08.28 17:57:02.642229 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Debug> DynamicQueryHandler: Done processing query | ||
8828 | 2024.08.28 17:57:02.642254 [ 3 ] {30502607-cb41-4227-8281-c10bca3bb288} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
8829 | 2024.08.28 17:57:02.642270 [ 3 ] {} <Debug> HTTP-Session: 46ab9251-c93d-4b3b-8811-7cb698ecb667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8830 | 2024.08.28 17:57:02.642520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8831 | 2024.08.28 17:57:02.642572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8832 | 2024.08.28 17:57:02.642593 [ 3 ] {} <Debug> HTTP-Session: 61fe9953-cddc-423d-945a-2485e6aaec30 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8833 | 2024.08.28 17:57:02.642610 [ 3 ] {} <Debug> HTTP-Session: 61fe9953-cddc-423d-945a-2485e6aaec30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8834 | 2024.08.28 17:57:02.642624 [ 3 ] {} <Debug> HTTP-Session: 61fe9953-cddc-423d-945a-2485e6aaec30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8835 | 2024.08.28 17:57:02.642658 [ 3 ] {} <Trace> HTTP-Session: 61fe9953-cddc-423d-945a-2485e6aaec30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8836 | 2024.08.28 17:57:02.642769 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8837 | 2024.08.28 17:57:02.642814 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8838 | 2024.08.28 17:57:02.643044 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8839 | 2024.08.28 17:57:02.643431 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8840 | 2024.08.28 17:57:02.643469 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8841 | 2024.08.28 17:57:02.643822 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8842 | 2024.08.28 17:57:02.644197 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8843 | 2024.08.28 17:57:02.644358 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001616 sec., 23514.851485148516 rows/sec., 1.72 MiB/sec. | ||
8844 | 2024.08.28 17:57:02.644653 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Debug> DynamicQueryHandler: Done processing query | ||
8845 | 2024.08.28 17:57:02.644703 [ 3 ] {bd35608b-b201-46d2-802b-afc9b4c35b40} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8846 | 2024.08.28 17:57:02.644738 [ 3 ] {} <Debug> HTTP-Session: 61fe9953-cddc-423d-945a-2485e6aaec30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.08.28 17:57:02.644921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8848 | 2024.08.28 17:57:02.644973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8849 | 2024.08.28 17:57:02.644993 [ 3 ] {} <Debug> HTTP-Session: e4f82999-2875-4794-9470-7a6a4234f9fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8850 | 2024.08.28 17:57:02.645010 [ 3 ] {} <Debug> HTTP-Session: e4f82999-2875-4794-9470-7a6a4234f9fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8851 | 2024.08.28 17:57:02.645025 [ 3 ] {} <Debug> HTTP-Session: e4f82999-2875-4794-9470-7a6a4234f9fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8852 | 2024.08.28 17:57:02.645057 [ 3 ] {} <Trace> HTTP-Session: e4f82999-2875-4794-9470-7a6a4234f9fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8853 | 2024.08.28 17:57:02.645245 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8854 | 2024.08.28 17:57:02.645290 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8855 | 2024.08.28 17:57:02.645533 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8856 | 2024.08.28 17:57:02.645982 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8857 | 2024.08.28 17:57:02.646019 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8858 | 2024.08.28 17:57:02.646390 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8859 | 2024.08.28 17:57:02.646756 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8860 | 2024.08.28 17:57:02.646918 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001764 sec., 137188.20861678006 rows/sec., 9.29 MiB/sec. | ||
8861 | 2024.08.28 17:57:02.647267 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Debug> DynamicQueryHandler: Done processing query | ||
8862 | 2024.08.28 17:57:02.647297 [ 3 ] {ab07bc74-a2c3-4a45-89db-e1d5ec99a787} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8863 | 2024.08.28 17:57:02.647314 [ 3 ] {} <Debug> HTTP-Session: e4f82999-2875-4794-9470-7a6a4234f9fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8864 | 2024.08.28 17:57:02.647514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8865 | 2024.08.28 17:57:02.647564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8866 | 2024.08.28 17:57:02.647583 [ 3 ] {} <Debug> HTTP-Session: ef2e2051-b99c-4f4e-b0e8-baf751b9ec7f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8867 | 2024.08.28 17:57:02.647600 [ 3 ] {} <Debug> HTTP-Session: ef2e2051-b99c-4f4e-b0e8-baf751b9ec7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8868 | 2024.08.28 17:57:02.647613 [ 3 ] {} <Debug> HTTP-Session: ef2e2051-b99c-4f4e-b0e8-baf751b9ec7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8869 | 2024.08.28 17:57:02.647644 [ 3 ] {} <Trace> HTTP-Session: ef2e2051-b99c-4f4e-b0e8-baf751b9ec7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8870 | 2024.08.28 17:57:02.647744 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8871 | 2024.08.28 17:57:02.647788 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8872 | 2024.08.28 17:57:02.648038 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8873 | 2024.08.28 17:57:02.648354 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8874 | 2024.08.28 17:57:02.648391 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8875 | 2024.08.28 17:57:02.648741 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8876 | 2024.08.28 17:57:02.649110 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8877 | 2024.08.28 17:57:02.649281 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 226.80 KiB/sec. | ||
8878 | 2024.08.28 17:57:02.649460 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Debug> DynamicQueryHandler: Done processing query | ||
8879 | 2024.08.28 17:57:02.649484 [ 3 ] {e85c6c9c-d1cc-4d0a-826b-e51550b6ca38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8880 | 2024.08.28 17:57:02.649500 [ 3 ] {} <Debug> HTTP-Session: ef2e2051-b99c-4f4e-b0e8-baf751b9ec7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8881 | 2024.08.28 17:57:02.649726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8882 | 2024.08.28 17:57:02.649776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8883 | 2024.08.28 17:57:02.649795 [ 3 ] {} <Debug> HTTP-Session: b9726fa4-54b7-4927-a470-1eb8b52d5974 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8884 | 2024.08.28 17:57:02.649812 [ 3 ] {} <Debug> HTTP-Session: b9726fa4-54b7-4927-a470-1eb8b52d5974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8885 | 2024.08.28 17:57:02.649826 [ 3 ] {} <Debug> HTTP-Session: b9726fa4-54b7-4927-a470-1eb8b52d5974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8886 | 2024.08.28 17:57:02.649856 [ 3 ] {} <Trace> HTTP-Session: b9726fa4-54b7-4927-a470-1eb8b52d5974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8887 | 2024.08.28 17:57:02.650201 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8888 | 2024.08.28 17:57:02.650246 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8889 | 2024.08.28 17:57:02.650471 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8890 | 2024.08.28 17:57:02.651387 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2024.08.28 17:57:02.651425 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8892 | 2024.08.28 17:57:02.651832 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8893 | 2024.08.28 17:57:02.652202 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8894 | 2024.08.28 17:57:02.652354 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Debug> executeQuery: Read 876 rows, 65.02 KiB in 0.002371 sec., 369464.36102910165 rows/sec., 26.78 MiB/sec. | ||
8895 | 2024.08.28 17:57:02.652531 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Debug> DynamicQueryHandler: Done processing query | ||
8896 | 2024.08.28 17:57:02.652556 [ 3 ] {a7d40160-b17a-4e6a-a4f8-3a97b499516c} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
8897 | 2024.08.28 17:57:02.652572 [ 3 ] {} <Debug> HTTP-Session: b9726fa4-54b7-4927-a470-1eb8b52d5974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.08.28 17:57:02.652863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8899 | 2024.08.28 17:57:02.652912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8900 | 2024.08.28 17:57:02.652931 [ 3 ] {} <Debug> HTTP-Session: 587a27be-75cb-4283-9534-3603f0fcbd58 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8901 | 2024.08.28 17:57:02.652948 [ 3 ] {} <Debug> HTTP-Session: 587a27be-75cb-4283-9534-3603f0fcbd58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8902 | 2024.08.28 17:57:02.652963 [ 3 ] {} <Debug> HTTP-Session: 587a27be-75cb-4283-9534-3603f0fcbd58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.08.28 17:57:02.652993 [ 3 ] {} <Trace> HTTP-Session: 587a27be-75cb-4283-9534-3603f0fcbd58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8904 | 2024.08.28 17:57:02.653091 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8905 | 2024.08.28 17:57:02.653137 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8906 | 2024.08.28 17:57:02.653268 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8907 | 2024.08.28 17:57:02.653547 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8908 | 2024.08.28 17:57:02.653584 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8909 | 2024.08.28 17:57:02.653950 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8910 | 2024.08.28 17:57:02.654302 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8911 | 2024.08.28 17:57:02.654475 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 223.59 KiB/sec. | ||
8912 | 2024.08.28 17:57:02.654643 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Debug> DynamicQueryHandler: Done processing query | ||
8913 | 2024.08.28 17:57:02.654666 [ 3 ] {f975512b-bc44-4517-a678-2b004a54a44e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8914 | 2024.08.28 17:57:02.654682 [ 3 ] {} <Debug> HTTP-Session: 587a27be-75cb-4283-9534-3603f0fcbd58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.08.28 17:57:02.654895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8916 | 2024.08.28 17:57:02.654943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8917 | 2024.08.28 17:57:02.654961 [ 3 ] {} <Debug> HTTP-Session: 8be9d428-061c-4ae7-a770-aa504c1909dd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8918 | 2024.08.28 17:57:02.654978 [ 3 ] {} <Debug> HTTP-Session: 8be9d428-061c-4ae7-a770-aa504c1909dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8919 | 2024.08.28 17:57:02.654992 [ 3 ] {} <Debug> HTTP-Session: 8be9d428-061c-4ae7-a770-aa504c1909dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.08.28 17:57:02.655022 [ 3 ] {} <Trace> HTTP-Session: 8be9d428-061c-4ae7-a770-aa504c1909dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8921 | 2024.08.28 17:57:02.655460 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8922 | 2024.08.28 17:57:02.655507 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8923 | 2024.08.28 17:57:02.655658 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8924 | 2024.08.28 17:57:02.656570 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8925 | 2024.08.28 17:57:02.656607 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8926 | 2024.08.28 17:57:02.657058 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8927 | 2024.08.28 17:57:02.657422 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8928 | 2024.08.28 17:57:02.657569 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Debug> executeQuery: Read 890 rows, 60.81 KiB in 0.002386 sec., 373009.2204526404 rows/sec., 24.89 MiB/sec. | ||
8929 | 2024.08.28 17:57:02.657778 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Debug> DynamicQueryHandler: Done processing query | ||
8930 | 2024.08.28 17:57:02.657802 [ 3 ] {bcd6b923-becd-49af-84b2-b148e6796f59} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
8931 | 2024.08.28 17:57:02.657818 [ 3 ] {} <Debug> HTTP-Session: 8be9d428-061c-4ae7-a770-aa504c1909dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.08.28 17:57:02.658140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8933 | 2024.08.28 17:57:02.658193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8934 | 2024.08.28 17:57:02.658214 [ 3 ] {} <Debug> HTTP-Session: 8209e816-7d71-40c1-ae34-9b3004b18863 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8935 | 2024.08.28 17:57:02.658230 [ 3 ] {} <Debug> HTTP-Session: 8209e816-7d71-40c1-ae34-9b3004b18863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8936 | 2024.08.28 17:57:02.658243 [ 3 ] {} <Debug> HTTP-Session: 8209e816-7d71-40c1-ae34-9b3004b18863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8937 | 2024.08.28 17:57:02.658274 [ 3 ] {} <Trace> HTTP-Session: 8209e816-7d71-40c1-ae34-9b3004b18863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8938 | 2024.08.28 17:57:02.658369 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8939 | 2024.08.28 17:57:02.658416 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8940 | 2024.08.28 17:57:02.658549 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8941 | 2024.08.28 17:57:02.658822 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8942 | 2024.08.28 17:57:02.658859 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8943 | 2024.08.28 17:57:02.659213 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8944 | 2024.08.28 17:57:02.659549 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8945 | 2024.08.28 17:57:02.659699 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
8946 | 2024.08.28 17:57:02.659875 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Debug> DynamicQueryHandler: Done processing query | ||
8947 | 2024.08.28 17:57:02.659899 [ 3 ] {d454ff27-5e4b-4c53-854e-881308c68346} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8948 | 2024.08.28 17:57:02.659915 [ 3 ] {} <Debug> HTTP-Session: 8209e816-7d71-40c1-ae34-9b3004b18863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.08.28 17:57:02.660054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8950 | 2024.08.28 17:57:02.660100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8951 | 2024.08.28 17:57:02.660118 [ 3 ] {} <Debug> HTTP-Session: 3e722946-e1ec-499a-ba13-e1e3c5c84624 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8952 | 2024.08.28 17:57:02.660133 [ 3 ] {} <Debug> HTTP-Session: 3e722946-e1ec-499a-ba13-e1e3c5c84624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8953 | 2024.08.28 17:57:02.660147 [ 3 ] {} <Debug> HTTP-Session: 3e722946-e1ec-499a-ba13-e1e3c5c84624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.08.28 17:57:02.660175 [ 3 ] {} <Trace> HTTP-Session: 3e722946-e1ec-499a-ba13-e1e3c5c84624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8955 | 2024.08.28 17:57:02.660606 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8956 | 2024.08.28 17:57:02.660670 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8957 | 2024.08.28 17:57:02.661130 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8958 | 2024.08.28 17:57:02.661851 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8959 | 2024.08.28 17:57:02.661887 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8960 | 2024.08.28 17:57:02.662539 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8961 | 2024.08.28 17:57:02.662965 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8962 | 2024.08.28 17:57:02.663150 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002875 sec., 12521.739130434782 rows/sec., 22.44 MiB/sec. | ||
8963 | 2024.08.28 17:57:02.663450 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Debug> DynamicQueryHandler: Done processing query | ||
8964 | 2024.08.28 17:57:02.663475 [ 3 ] {aee21ef8-0d31-4ab0-b12e-6c2b270fe187} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8965 | 2024.08.28 17:57:02.663492 [ 3 ] {} <Debug> HTTP-Session: 3e722946-e1ec-499a-ba13-e1e3c5c84624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.08.28 17:57:02.663623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8967 | 2024.08.28 17:57:02.663682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8968 | 2024.08.28 17:57:02.663702 [ 3 ] {} <Debug> HTTP-Session: 97682fd4-72f4-40f3-a176-88cc1f994961 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8969 | 2024.08.28 17:57:02.663720 [ 3 ] {} <Debug> HTTP-Session: 97682fd4-72f4-40f3-a176-88cc1f994961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8970 | 2024.08.28 17:57:02.663736 [ 3 ] {} <Debug> HTTP-Session: 97682fd4-72f4-40f3-a176-88cc1f994961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8971 | 2024.08.28 17:57:02.663769 [ 3 ] {} <Trace> HTTP-Session: 97682fd4-72f4-40f3-a176-88cc1f994961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8972 | 2024.08.28 17:57:02.663893 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8973 | 2024.08.28 17:57:02.663939 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8974 | 2024.08.28 17:57:02.664071 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8975 | 2024.08.28 17:57:02.664453 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8976 | 2024.08.28 17:57:02.664490 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8977 | 2024.08.28 17:57:02.664867 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8978 | 2024.08.28 17:57:02.665215 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8979 | 2024.08.28 17:57:02.665379 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001517 sec., 46143.70468029005 rows/sec., 2.90 MiB/sec. | ||
8980 | 2024.08.28 17:57:02.665574 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Debug> DynamicQueryHandler: Done processing query | ||
8981 | 2024.08.28 17:57:02.665605 [ 3 ] {c58498b6-d9d8-4bbd-b4cb-d054aa1ce552} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8982 | 2024.08.28 17:57:02.665622 [ 3 ] {} <Debug> HTTP-Session: 97682fd4-72f4-40f3-a176-88cc1f994961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.08.28 17:57:03.011610 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8984 | 2024.08.28 17:57:03.011668 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8985 | 2024.08.28 17:57:03.409180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8986 | 2024.08.28 17:57:03.409302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8987 | 2024.08.28 17:57:03.409331 [ 3 ] {} <Debug> HTTP-Session: aade517f-f691-424c-ba17-23e13058e8c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
8988 | 2024.08.28 17:57:03.409359 [ 3 ] {} <Debug> HTTP-Session: aade517f-f691-424c-ba17-23e13058e8c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8989 | 2024.08.28 17:57:03.409379 [ 3 ] {} <Debug> HTTP-Session: aade517f-f691-424c-ba17-23e13058e8c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.08.28 17:57:03.409434 [ 3 ] {} <Trace> HTTP-Session: aade517f-f691-424c-ba17-23e13058e8c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8991 | 2024.08.28 17:57:03.409647 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8992 | 2024.08.28 17:57:03.409713 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8993 | 2024.08.28 17:57:03.410048 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8994 | 2024.08.28 17:57:03.410582 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8995 | 2024.08.28 17:57:03.410621 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
8996 | 2024.08.28 17:57:03.411052 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8997 | 2024.08.28 17:57:03.411445 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8998 | 2024.08.28 17:57:03.411591 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.13 MiB/sec. | ||
8999 | 2024.08.28 17:57:03.411888 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Debug> DynamicQueryHandler: Done processing query | ||
9000 | 2024.08.28 17:57:03.411944 [ 3 ] {c46eeb26-be60-43bb-9487-b81cf0e0adb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9001 | 2024.08.28 17:57:03.411987 [ 3 ] {} <Debug> HTTP-Session: aade517f-f691-424c-ba17-23e13058e8c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9002 | 2024.08.28 17:57:03.412159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9003 | 2024.08.28 17:57:03.412213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9004 | 2024.08.28 17:57:03.412233 [ 3 ] {} <Debug> HTTP-Session: 4187d669-1c0d-4233-871a-9127a303cdb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9005 | 2024.08.28 17:57:03.412251 [ 3 ] {} <Debug> HTTP-Session: 4187d669-1c0d-4233-871a-9127a303cdb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9006 | 2024.08.28 17:57:03.412265 [ 3 ] {} <Debug> HTTP-Session: 4187d669-1c0d-4233-871a-9127a303cdb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9007 | 2024.08.28 17:57:03.412299 [ 3 ] {} <Trace> HTTP-Session: 4187d669-1c0d-4233-871a-9127a303cdb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9008 | 2024.08.28 17:57:03.412422 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9009 | 2024.08.28 17:57:03.412468 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9010 | 2024.08.28 17:57:03.412717 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9011 | 2024.08.28 17:57:03.413105 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9012 | 2024.08.28 17:57:03.413142 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9013 | 2024.08.28 17:57:03.413496 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9014 | 2024.08.28 17:57:03.413863 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9015 | 2024.08.28 17:57:03.413995 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001615 sec., 39628.482972136226 rows/sec., 3.09 MiB/sec. | ||
9016 | 2024.08.28 17:57:03.414191 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Debug> DynamicQueryHandler: Done processing query | ||
9017 | 2024.08.28 17:57:03.414222 [ 3 ] {021b4811-d010-4d54-941d-b44b8f463f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9018 | 2024.08.28 17:57:03.414244 [ 3 ] {} <Debug> HTTP-Session: 4187d669-1c0d-4233-871a-9127a303cdb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9019 | 2024.08.28 17:57:03.414377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9020 | 2024.08.28 17:57:03.414427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9021 | 2024.08.28 17:57:03.414446 [ 3 ] {} <Debug> HTTP-Session: d2fb6f14-8102-4d2d-9d3d-f4003fdb4a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9022 | 2024.08.28 17:57:03.414463 [ 3 ] {} <Debug> HTTP-Session: d2fb6f14-8102-4d2d-9d3d-f4003fdb4a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9023 | 2024.08.28 17:57:03.414477 [ 3 ] {} <Debug> HTTP-Session: d2fb6f14-8102-4d2d-9d3d-f4003fdb4a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9024 | 2024.08.28 17:57:03.414508 [ 3 ] {} <Trace> HTTP-Session: d2fb6f14-8102-4d2d-9d3d-f4003fdb4a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9025 | 2024.08.28 17:57:03.414618 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9026 | 2024.08.28 17:57:03.414666 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9027 | 2024.08.28 17:57:03.414810 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9028 | 2024.08.28 17:57:03.415130 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9029 | 2024.08.28 17:57:03.415167 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9030 | 2024.08.28 17:57:03.415553 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9031 | 2024.08.28 17:57:03.415905 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9032 | 2024.08.28 17:57:03.416031 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9033 | 2024.08.28 17:57:03.416035 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001451 sec., 22053.756030323915 rows/sec., 1.54 MiB/sec. | ||
9034 | 2024.08.28 17:57:03.416084 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9035 | 2024.08.28 17:57:03.416126 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9036 | 2024.08.28 17:57:03.416301 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Debug> DynamicQueryHandler: Done processing query | ||
9037 | 2024.08.28 17:57:03.416374 [ 3 ] {441dea34-7d9b-47e9-830f-ddd28a61b092} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9038 | 2024.08.28 17:57:03.416473 [ 3 ] {} <Debug> HTTP-Session: d2fb6f14-8102-4d2d-9d3d-f4003fdb4a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9039 | 2024.08.28 17:57:03.416597 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
9040 | 2024.08.28 17:57:03.416696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9041 | 2024.08.28 17:57:03.416844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9042 | 2024.08.28 17:57:03.416942 [ 3 ] {} <Debug> HTTP-Session: 503d33cb-a1b0-4879-85da-4cb6718e351e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9043 | 2024.08.28 17:57:03.417016 [ 3 ] {} <Debug> HTTP-Session: 503d33cb-a1b0-4879-85da-4cb6718e351e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9044 | 2024.08.28 17:57:03.417080 [ 3 ] {} <Debug> HTTP-Session: 503d33cb-a1b0-4879-85da-4cb6718e351e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9045 | 2024.08.28 17:57:03.417178 [ 3 ] {} <Trace> HTTP-Session: 503d33cb-a1b0-4879-85da-4cb6718e351e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9046 | 2024.08.28 17:57:03.417267 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9047 | 2024.08.28 17:57:03.417339 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12215 rows starting from the beginning of the part | ||
9048 | 2024.08.28 17:57:03.417425 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9049 | 2024.08.28 17:57:03.417574 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
9050 | 2024.08.28 17:57:03.417615 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9051 | 2024.08.28 17:57:03.418013 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 238 rows starting from the beginning of the part | ||
9052 | 2024.08.28 17:57:03.418422 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
9053 | 2024.08.28 17:57:03.418630 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9054 | 2024.08.28 17:57:03.418769 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 890 rows starting from the beginning of the part | ||
9055 | 2024.08.28 17:57:03.419051 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
9056 | 2024.08.28 17:57:03.419837 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9057 | 2024.08.28 17:57:03.419888 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9058 | 2024.08.28 17:57:03.420755 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9059 | 2024.08.28 17:57:03.421334 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9060 | 2024.08.28 17:57:03.421757 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004384 sec., 2737.2262773722628 rows/sec., 188.90 KiB/sec. | ||
9061 | 2024.08.28 17:57:03.422125 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Debug> DynamicQueryHandler: Done processing query | ||
9062 | 2024.08.28 17:57:03.422183 [ 3 ] {5c10142a-36b7-425a-a5cc-dc93acc258cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9063 | 2024.08.28 17:57:03.422225 [ 3 ] {} <Debug> HTTP-Session: 503d33cb-a1b0-4879-85da-4cb6718e351e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9064 | 2024.08.28 17:57:03.424282 [ 199 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13695 rows, containing 5 columns (5 merged, 0 gathered) in 0.008038609 sec., 1703652.9578687057 rows/sec., 114.78 MiB/sec. | ||
9065 | 2024.08.28 17:57:03.424706 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9066 | 2024.08.28 17:57:03.425129 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9067 | 2024.08.28 17:57:03.425202 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9068 | 2024.08.28 17:57:03.425291 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
9069 | 2024.08.28 17:57:04.001197 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000855699 sec. | ||
9070 | 2024.08.28 17:57:08.416870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9071 | 2024.08.28 17:57:08.416997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9072 | 2024.08.28 17:57:08.417025 [ 3 ] {} <Debug> HTTP-Session: 62caa0f6-aad8-4453-a00b-2a2c7022783b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9073 | 2024.08.28 17:57:08.417050 [ 3 ] {} <Debug> HTTP-Session: 62caa0f6-aad8-4453-a00b-2a2c7022783b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9074 | 2024.08.28 17:57:08.417067 [ 3 ] {} <Debug> HTTP-Session: 62caa0f6-aad8-4453-a00b-2a2c7022783b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9075 | 2024.08.28 17:57:08.417116 [ 3 ] {} <Trace> HTTP-Session: 62caa0f6-aad8-4453-a00b-2a2c7022783b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9076 | 2024.08.28 17:57:08.417327 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9077 | 2024.08.28 17:57:08.417399 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9078 | 2024.08.28 17:57:08.417749 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9079 | 2024.08.28 17:57:08.418265 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9080 | 2024.08.28 17:57:08.418316 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9081 | 2024.08.28 17:57:08.418760 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9082 | 2024.08.28 17:57:08.419189 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9083 | 2024.08.28 17:57:08.419348 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002088 sec., 27777.777777777777 rows/sec., 2.15 MiB/sec. | ||
9084 | 2024.08.28 17:57:08.419574 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Debug> DynamicQueryHandler: Done processing query | ||
9085 | 2024.08.28 17:57:08.419606 [ 3 ] {b98b3b6f-1be2-494f-bcd3-eaca70e14d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9086 | 2024.08.28 17:57:08.419624 [ 3 ] {} <Debug> HTTP-Session: 62caa0f6-aad8-4453-a00b-2a2c7022783b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9087 | 2024.08.28 17:57:08.419784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9088 | 2024.08.28 17:57:08.419844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9089 | 2024.08.28 17:57:08.419867 [ 3 ] {} <Debug> HTTP-Session: 4ad01439-3860-4458-8c04-eb0b30a2f79c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9090 | 2024.08.28 17:57:08.419889 [ 3 ] {} <Debug> HTTP-Session: 4ad01439-3860-4458-8c04-eb0b30a2f79c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9091 | 2024.08.28 17:57:08.419904 [ 3 ] {} <Debug> HTTP-Session: 4ad01439-3860-4458-8c04-eb0b30a2f79c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9092 | 2024.08.28 17:57:08.419940 [ 3 ] {} <Trace> HTTP-Session: 4ad01439-3860-4458-8c04-eb0b30a2f79c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9093 | 2024.08.28 17:57:08.420047 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9094 | 2024.08.28 17:57:08.420096 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9095 | 2024.08.28 17:57:08.420343 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9096 | 2024.08.28 17:57:08.420687 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9097 | 2024.08.28 17:57:08.420725 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9098 | 2024.08.28 17:57:08.421087 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9099 | 2024.08.28 17:57:08.421477 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9100 | 2024.08.28 17:57:08.421611 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001589 sec., 629.3266205160479 rows/sec., 47.32 KiB/sec. | ||
9101 | 2024.08.28 17:57:08.421612 [ 39 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9102 | 2024.08.28 17:57:08.421676 [ 39 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9103 | 2024.08.28 17:57:08.421712 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9104 | 2024.08.28 17:57:08.421845 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Debug> DynamicQueryHandler: Done processing query | ||
9105 | 2024.08.28 17:57:08.421889 [ 3 ] {16636657-3f4c-43d8-b359-200e466c7df7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9106 | 2024.08.28 17:57:08.421909 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
9107 | 2024.08.28 17:57:08.421922 [ 3 ] {} <Debug> HTTP-Session: 4ad01439-3860-4458-8c04-eb0b30a2f79c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9108 | 2024.08.28 17:57:08.422175 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9109 | 2024.08.28 17:57:08.422190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9110 | 2024.08.28 17:57:08.422246 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 55 rows starting from the beginning of the part | ||
9111 | 2024.08.28 17:57:08.422299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9112 | 2024.08.28 17:57:08.422369 [ 3 ] {} <Debug> HTTP-Session: 4870e72b-8474-41ce-ab6a-8e8f33c0d037 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9113 | 2024.08.28 17:57:08.422440 [ 3 ] {} <Debug> HTTP-Session: 4870e72b-8474-41ce-ab6a-8e8f33c0d037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9114 | 2024.08.28 17:57:08.422499 [ 3 ] {} <Debug> HTTP-Session: 4870e72b-8474-41ce-ab6a-8e8f33c0d037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9115 | 2024.08.28 17:57:08.422504 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
9116 | 2024.08.28 17:57:08.422629 [ 3 ] {} <Trace> HTTP-Session: 4870e72b-8474-41ce-ab6a-8e8f33c0d037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9117 | 2024.08.28 17:57:08.422897 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 38 rows starting from the beginning of the part | ||
9118 | 2024.08.28 17:57:08.423064 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9119 | 2024.08.28 17:57:08.423239 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9120 | 2024.08.28 17:57:08.423270 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
9121 | 2024.08.28 17:57:08.423642 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 38 rows starting from the beginning of the part | ||
9122 | 2024.08.28 17:57:08.423987 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
9123 | 2024.08.28 17:57:08.424718 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9124 | 2024.08.28 17:57:08.425683 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9125 | 2024.08.28 17:57:08.425741 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9126 | 2024.08.28 17:57:08.426859 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9127 | 2024.08.28 17:57:08.426935 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005142474 sec., 26057.496839070067 rows/sec., 1.99 MiB/sec. | ||
9128 | 2024.08.28 17:57:08.427152 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9129 | 2024.08.28 17:57:08.427931 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9130 | 2024.08.28 17:57:08.428263 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00538 sec., 12081.7843866171 rows/sec., 965.67 KiB/sec. | ||
9131 | 2024.08.28 17:57:08.428276 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9132 | 2024.08.28 17:57:08.428497 [ 191 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_41_8} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9133 | 2024.08.28 17:57:08.428654 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9134 | 2024.08.28 17:57:08.428680 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Debug> DynamicQueryHandler: Done processing query | ||
9135 | 2024.08.28 17:57:08.428719 [ 3 ] {a6fd098f-1ba1-4905-b371-f41ec57631a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9136 | 2024.08.28 17:57:08.428737 [ 3 ] {} <Debug> HTTP-Session: 4870e72b-8474-41ce-ab6a-8e8f33c0d037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9137 | 2024.08.28 17:57:08.428906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9138 | 2024.08.28 17:57:08.428959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9139 | 2024.08.28 17:57:08.428985 [ 3 ] {} <Debug> HTTP-Session: 7281568a-81c3-45b8-b555-ac0888eee4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9140 | 2024.08.28 17:57:08.429002 [ 3 ] {} <Debug> HTTP-Session: 7281568a-81c3-45b8-b555-ac0888eee4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.08.28 17:57:08.429017 [ 3 ] {} <Debug> HTTP-Session: 7281568a-81c3-45b8-b555-ac0888eee4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9142 | 2024.08.28 17:57:08.429051 [ 3 ] {} <Trace> HTTP-Session: 7281568a-81c3-45b8-b555-ac0888eee4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9143 | 2024.08.28 17:57:08.429227 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9144 | 2024.08.28 17:57:08.429280 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9145 | 2024.08.28 17:57:08.429460 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9146 | 2024.08.28 17:57:08.429885 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9147 | 2024.08.28 17:57:08.429923 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9148 | 2024.08.28 17:57:08.430344 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9149 | 2024.08.28 17:57:08.430716 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9150 | 2024.08.28 17:57:08.430866 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
9151 | 2024.08.28 17:57:08.431076 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Debug> DynamicQueryHandler: Done processing query | ||
9152 | 2024.08.28 17:57:08.431111 [ 3 ] {5bbcf129-b21f-4bd7-8194-2a67ebcf1418} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9153 | 2024.08.28 17:57:08.431143 [ 3 ] {} <Debug> HTTP-Session: 7281568a-81c3-45b8-b555-ac0888eee4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9154 | 2024.08.28 17:57:08.431295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9155 | 2024.08.28 17:57:08.431345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9156 | 2024.08.28 17:57:08.431364 [ 3 ] {} <Debug> HTTP-Session: db7f992a-8bc6-4e52-a07e-cd0eb7140bca Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9157 | 2024.08.28 17:57:08.431381 [ 3 ] {} <Debug> HTTP-Session: db7f992a-8bc6-4e52-a07e-cd0eb7140bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9158 | 2024.08.28 17:57:08.431396 [ 3 ] {} <Debug> HTTP-Session: db7f992a-8bc6-4e52-a07e-cd0eb7140bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9159 | 2024.08.28 17:57:08.431431 [ 3 ] {} <Trace> HTTP-Session: db7f992a-8bc6-4e52-a07e-cd0eb7140bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9160 | 2024.08.28 17:57:08.431538 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9161 | 2024.08.28 17:57:08.431603 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9162 | 2024.08.28 17:57:08.432047 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9163 | 2024.08.28 17:57:08.432552 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9164 | 2024.08.28 17:57:08.432590 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9165 | 2024.08.28 17:57:08.433185 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9166 | 2024.08.28 17:57:08.433630 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9167 | 2024.08.28 17:57:08.433836 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002331 sec., 429.000429000429 rows/sec., 787.20 KiB/sec. | ||
9168 | 2024.08.28 17:57:08.434064 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Debug> DynamicQueryHandler: Done processing query | ||
9169 | 2024.08.28 17:57:08.434089 [ 3 ] {563f414c-9c7b-4908-9589-540bd384b436} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9170 | 2024.08.28 17:57:08.434106 [ 3 ] {} <Debug> HTTP-Session: db7f992a-8bc6-4e52-a07e-cd0eb7140bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9171 | 2024.08.28 17:57:08.434235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9172 | 2024.08.28 17:57:08.434286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9173 | 2024.08.28 17:57:08.434306 [ 3 ] {} <Debug> HTTP-Session: 204158c2-ed61-41b2-b7eb-bb5a120696b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9174 | 2024.08.28 17:57:08.434323 [ 3 ] {} <Debug> HTTP-Session: 204158c2-ed61-41b2-b7eb-bb5a120696b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9175 | 2024.08.28 17:57:08.434337 [ 3 ] {} <Debug> HTTP-Session: 204158c2-ed61-41b2-b7eb-bb5a120696b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9176 | 2024.08.28 17:57:08.434373 [ 3 ] {} <Trace> HTTP-Session: 204158c2-ed61-41b2-b7eb-bb5a120696b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9177 | 2024.08.28 17:57:08.434496 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9178 | 2024.08.28 17:57:08.434543 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9179 | 2024.08.28 17:57:08.434678 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9180 | 2024.08.28 17:57:08.434969 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9181 | 2024.08.28 17:57:08.435006 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9182 | 2024.08.28 17:57:08.435383 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9183 | 2024.08.28 17:57:08.435733 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9184 | 2024.08.28 17:57:08.435900 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
9185 | 2024.08.28 17:57:08.435902 [ 33 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9186 | 2024.08.28 17:57:08.436014 [ 33 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9187 | 2024.08.28 17:57:08.436066 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9188 | 2024.08.28 17:57:08.436194 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Debug> DynamicQueryHandler: Done processing query | ||
9189 | 2024.08.28 17:57:08.436276 [ 3 ] {1aefbe20-1b3b-4c6b-802b-3fecd57f2839} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9190 | 2024.08.28 17:57:08.436329 [ 3 ] {} <Debug> HTTP-Session: 204158c2-ed61-41b2-b7eb-bb5a120696b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9191 | 2024.08.28 17:57:08.436344 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
9192 | 2024.08.28 17:57:08.436668 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9193 | 2024.08.28 17:57:08.436704 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2214 rows starting from the beginning of the part | ||
9194 | 2024.08.28 17:57:08.436772 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
9195 | 2024.08.28 17:57:08.436965 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
9196 | 2024.08.28 17:57:08.437140 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 70 rows starting from the beginning of the part | ||
9197 | 2024.08.28 17:57:08.437277 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
9198 | 2024.08.28 17:57:08.437386 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
9199 | 2024.08.28 17:57:08.438767 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2498 rows, containing 4 columns (4 merged, 0 gathered) in 0.002615769 sec., 954977.2934842488 rows/sec., 62.28 MiB/sec. | ||
9200 | 2024.08.28 17:57:08.438997 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9201 | 2024.08.28 17:57:08.439373 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9202 | 2024.08.28 17:57:08.439448 [ 199 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_46_9} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9203 | 2024.08.28 17:57:08.439516 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
9204 | 2024.08.28 17:57:13.422235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9205 | 2024.08.28 17:57:13.422380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9206 | 2024.08.28 17:57:13.422412 [ 3 ] {} <Debug> HTTP-Session: 5aef9f97-5f4c-4c99-9e2f-100aa8a9b1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9207 | 2024.08.28 17:57:13.422440 [ 3 ] {} <Debug> HTTP-Session: 5aef9f97-5f4c-4c99-9e2f-100aa8a9b1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9208 | 2024.08.28 17:57:13.422459 [ 3 ] {} <Debug> HTTP-Session: 5aef9f97-5f4c-4c99-9e2f-100aa8a9b1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9209 | 2024.08.28 17:57:13.422516 [ 3 ] {} <Trace> HTTP-Session: 5aef9f97-5f4c-4c99-9e2f-100aa8a9b1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9210 | 2024.08.28 17:57:13.422817 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9211 | 2024.08.28 17:57:13.422894 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9212 | 2024.08.28 17:57:13.423252 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9213 | 2024.08.28 17:57:13.423866 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9214 | 2024.08.28 17:57:13.423910 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9215 | 2024.08.28 17:57:13.424364 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9216 | 2024.08.28 17:57:13.424761 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9217 | 2024.08.28 17:57:13.424912 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002234 sec., 116830.79677708147 rows/sec., 10.38 MiB/sec. | ||
9218 | 2024.08.28 17:57:13.425246 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Debug> DynamicQueryHandler: Done processing query | ||
9219 | 2024.08.28 17:57:13.425296 [ 3 ] {8b01c957-065f-4ad0-82fd-ccd1bec3a9d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9220 | 2024.08.28 17:57:13.425335 [ 3 ] {} <Debug> HTTP-Session: 5aef9f97-5f4c-4c99-9e2f-100aa8a9b1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9221 | 2024.08.28 17:57:13.425581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9222 | 2024.08.28 17:57:13.425638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9223 | 2024.08.28 17:57:13.425658 [ 3 ] {} <Debug> HTTP-Session: 34488d04-73e4-4d4a-bb4c-afe423a2d837 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9224 | 2024.08.28 17:57:13.425676 [ 3 ] {} <Debug> HTTP-Session: 34488d04-73e4-4d4a-bb4c-afe423a2d837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9225 | 2024.08.28 17:57:13.425691 [ 3 ] {} <Debug> HTTP-Session: 34488d04-73e4-4d4a-bb4c-afe423a2d837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.08.28 17:57:13.425727 [ 3 ] {} <Trace> HTTP-Session: 34488d04-73e4-4d4a-bb4c-afe423a2d837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9227 | 2024.08.28 17:57:13.425852 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9228 | 2024.08.28 17:57:13.425902 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9229 | 2024.08.28 17:57:13.426158 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9230 | 2024.08.28 17:57:13.426507 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9231 | 2024.08.28 17:57:13.426544 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9232 | 2024.08.28 17:57:13.426898 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9233 | 2024.08.28 17:57:13.427260 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9234 | 2024.08.28 17:57:13.427390 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.00158 sec., 22784.810126582277 rows/sec., 1.67 MiB/sec. | ||
9235 | 2024.08.28 17:57:13.427551 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Debug> DynamicQueryHandler: Done processing query | ||
9236 | 2024.08.28 17:57:13.427575 [ 3 ] {8630e7c3-639b-4863-9335-784dca7a1ae6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9237 | 2024.08.28 17:57:13.427592 [ 3 ] {} <Debug> HTTP-Session: 34488d04-73e4-4d4a-bb4c-afe423a2d837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9238 | 2024.08.28 17:57:13.427726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9239 | 2024.08.28 17:57:13.427775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9240 | 2024.08.28 17:57:13.427794 [ 3 ] {} <Debug> HTTP-Session: 7484a5c1-d098-4dd2-81a0-e4866164a91c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9241 | 2024.08.28 17:57:13.427811 [ 3 ] {} <Debug> HTTP-Session: 7484a5c1-d098-4dd2-81a0-e4866164a91c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9242 | 2024.08.28 17:57:13.427825 [ 3 ] {} <Debug> HTTP-Session: 7484a5c1-d098-4dd2-81a0-e4866164a91c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9243 | 2024.08.28 17:57:13.427858 [ 3 ] {} <Trace> HTTP-Session: 7484a5c1-d098-4dd2-81a0-e4866164a91c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9244 | 2024.08.28 17:57:13.427961 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9245 | 2024.08.28 17:57:13.428006 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9246 | 2024.08.28 17:57:13.428231 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9247 | 2024.08.28 17:57:13.428530 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9248 | 2024.08.28 17:57:13.428566 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9249 | 2024.08.28 17:57:13.428914 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9250 | 2024.08.28 17:57:13.429286 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9251 | 2024.08.28 17:57:13.429418 [ 35 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9252 | 2024.08.28 17:57:13.429423 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001489 sec., 9402.283411685694 rows/sec., 658.47 KiB/sec. | ||
9253 | 2024.08.28 17:57:13.429469 [ 35 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9254 | 2024.08.28 17:57:13.429513 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9255 | 2024.08.28 17:57:13.429689 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Debug> DynamicQueryHandler: Done processing query | ||
9256 | 2024.08.28 17:57:13.429762 [ 3 ] {5fbe3e14-6c70-4595-a21e-fd25a3d3cd61} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9257 | 2024.08.28 17:57:13.429840 [ 3 ] {} <Debug> HTTP-Session: 7484a5c1-d098-4dd2-81a0-e4866164a91c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9258 | 2024.08.28 17:57:13.429936 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
9259 | 2024.08.28 17:57:13.430141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9260 | 2024.08.28 17:57:13.430265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9261 | 2024.08.28 17:57:13.430324 [ 3 ] {} <Debug> HTTP-Session: f70dd836-1240-472c-9e50-b50a07fea465 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9262 | 2024.08.28 17:57:13.430369 [ 3 ] {} <Debug> HTTP-Session: f70dd836-1240-472c-9e50-b50a07fea465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9263 | 2024.08.28 17:57:13.430416 [ 3 ] {} <Debug> HTTP-Session: f70dd836-1240-472c-9e50-b50a07fea465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9264 | 2024.08.28 17:57:13.430438 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9265 | 2024.08.28 17:57:13.430476 [ 3 ] {} <Trace> HTTP-Session: f70dd836-1240-472c-9e50-b50a07fea465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9266 | 2024.08.28 17:57:13.430505 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
9267 | 2024.08.28 17:57:13.430766 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
9268 | 2024.08.28 17:57:13.430767 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9269 | 2024.08.28 17:57:13.430970 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9270 | 2024.08.28 17:57:13.431053 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
9271 | 2024.08.28 17:57:13.431377 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
9272 | 2024.08.28 17:57:13.431817 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part | ||
9273 | 2024.08.28 17:57:13.432192 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
9274 | 2024.08.28 17:57:13.433076 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9275 | 2024.08.28 17:57:13.433919 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9276 | 2024.08.28 17:57:13.433988 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9277 | 2024.08.28 17:57:13.435014 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9278 | 2024.08.28 17:57:13.435702 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.006076375 sec., 126555.71784164078 rows/sec., 8.59 MiB/sec. | ||
9279 | 2024.08.28 17:57:13.435975 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9280 | 2024.08.28 17:57:13.436104 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9281 | 2024.08.28 17:57:13.436427 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005796 sec., 1035.1966873706003 rows/sec., 61.16 KiB/sec. | ||
9282 | 2024.08.28 17:57:13.436959 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Debug> DynamicQueryHandler: Done processing query | ||
9283 | 2024.08.28 17:57:13.437002 [ 3 ] {0e1f2725-0200-4c78-97a0-e3c82dba1de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9284 | 2024.08.28 17:57:13.437044 [ 3 ] {} <Debug> HTTP-Session: f70dd836-1240-472c-9e50-b50a07fea465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9285 | 2024.08.28 17:57:13.437180 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9286 | 2024.08.28 17:57:13.437306 [ 197 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_21_4} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9287 | 2024.08.28 17:57:13.437306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9288 | 2024.08.28 17:57:13.437451 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
9289 | 2024.08.28 17:57:13.437462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9290 | 2024.08.28 17:57:13.437519 [ 3 ] {} <Debug> HTTP-Session: c465fcb2-be75-4397-83be-7f86018185f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9291 | 2024.08.28 17:57:13.437538 [ 3 ] {} <Debug> HTTP-Session: c465fcb2-be75-4397-83be-7f86018185f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9292 | 2024.08.28 17:57:13.437557 [ 3 ] {} <Debug> HTTP-Session: c465fcb2-be75-4397-83be-7f86018185f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9293 | 2024.08.28 17:57:13.437591 [ 3 ] {} <Trace> HTTP-Session: c465fcb2-be75-4397-83be-7f86018185f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9294 | 2024.08.28 17:57:13.437836 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9295 | 2024.08.28 17:57:13.437883 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9296 | 2024.08.28 17:57:13.438147 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9297 | 2024.08.28 17:57:13.438760 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9298 | 2024.08.28 17:57:13.438798 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9299 | 2024.08.28 17:57:13.439190 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9300 | 2024.08.28 17:57:13.439585 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9301 | 2024.08.28 17:57:13.439717 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.002017 sec., 207238.47297967278 rows/sec., 14.80 MiB/sec. | ||
9302 | 2024.08.28 17:57:13.439893 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Debug> DynamicQueryHandler: Done processing query | ||
9303 | 2024.08.28 17:57:13.439918 [ 3 ] {83506581-e6de-4b6b-9158-23cffc7da7bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9304 | 2024.08.28 17:57:13.439934 [ 3 ] {} <Debug> HTTP-Session: c465fcb2-be75-4397-83be-7f86018185f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9305 | 2024.08.28 17:57:13.440169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9306 | 2024.08.28 17:57:13.440217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9307 | 2024.08.28 17:57:13.440237 [ 3 ] {} <Debug> HTTP-Session: ad2a0393-538d-4314-a7ab-9992204496b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9308 | 2024.08.28 17:57:13.440253 [ 3 ] {} <Debug> HTTP-Session: ad2a0393-538d-4314-a7ab-9992204496b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.08.28 17:57:13.440267 [ 3 ] {} <Debug> HTTP-Session: ad2a0393-538d-4314-a7ab-9992204496b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9310 | 2024.08.28 17:57:13.440306 [ 3 ] {} <Trace> HTTP-Session: ad2a0393-538d-4314-a7ab-9992204496b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9311 | 2024.08.28 17:57:13.440407 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9312 | 2024.08.28 17:57:13.440454 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9313 | 2024.08.28 17:57:13.440589 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9314 | 2024.08.28 17:57:13.440885 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9315 | 2024.08.28 17:57:13.440920 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9316 | 2024.08.28 17:57:13.441284 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9317 | 2024.08.28 17:57:13.441643 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9318 | 2024.08.28 17:57:13.441770 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001388 sec., 4322.766570605188 rows/sec., 225.85 KiB/sec. | ||
9319 | 2024.08.28 17:57:13.442031 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Debug> DynamicQueryHandler: Done processing query | ||
9320 | 2024.08.28 17:57:13.442061 [ 3 ] {a74e7ea8-5a60-4159-aa2c-740fff418c07} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9321 | 2024.08.28 17:57:13.442077 [ 3 ] {} <Debug> HTTP-Session: ad2a0393-538d-4314-a7ab-9992204496b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9322 | 2024.08.28 17:57:13.442226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9323 | 2024.08.28 17:57:13.442276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9324 | 2024.08.28 17:57:13.442295 [ 3 ] {} <Debug> HTTP-Session: 6f1c46b7-6df8-45e2-892c-9e8351d9283f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9325 | 2024.08.28 17:57:13.442312 [ 3 ] {} <Debug> HTTP-Session: 6f1c46b7-6df8-45e2-892c-9e8351d9283f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9326 | 2024.08.28 17:57:13.442330 [ 3 ] {} <Debug> HTTP-Session: 6f1c46b7-6df8-45e2-892c-9e8351d9283f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9327 | 2024.08.28 17:57:13.442361 [ 3 ] {} <Trace> HTTP-Session: 6f1c46b7-6df8-45e2-892c-9e8351d9283f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9328 | 2024.08.28 17:57:13.442547 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9329 | 2024.08.28 17:57:13.442596 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9330 | 2024.08.28 17:57:13.442766 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9331 | 2024.08.28 17:57:13.443207 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9332 | 2024.08.28 17:57:13.443242 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9333 | 2024.08.28 17:57:13.443638 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9334 | 2024.08.28 17:57:13.443997 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9335 | 2024.08.28 17:57:13.444132 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
9336 | 2024.08.28 17:57:13.444299 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Debug> DynamicQueryHandler: Done processing query | ||
9337 | 2024.08.28 17:57:13.444323 [ 3 ] {bcc47279-e81b-4481-a9fa-0ce0bc7e25cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9338 | 2024.08.28 17:57:13.444340 [ 3 ] {} <Debug> HTTP-Session: 6f1c46b7-6df8-45e2-892c-9e8351d9283f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9339 | 2024.08.28 17:57:13.444525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9340 | 2024.08.28 17:57:13.444574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9341 | 2024.08.28 17:57:13.444594 [ 3 ] {} <Debug> HTTP-Session: 36fc313d-9943-4059-9bb2-38c7643f2a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9342 | 2024.08.28 17:57:13.444610 [ 3 ] {} <Debug> HTTP-Session: 36fc313d-9943-4059-9bb2-38c7643f2a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.08.28 17:57:13.444624 [ 3 ] {} <Debug> HTTP-Session: 36fc313d-9943-4059-9bb2-38c7643f2a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9344 | 2024.08.28 17:57:13.444657 [ 3 ] {} <Trace> HTTP-Session: 36fc313d-9943-4059-9bb2-38c7643f2a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9345 | 2024.08.28 17:57:13.444752 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9346 | 2024.08.28 17:57:13.444799 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9347 | 2024.08.28 17:57:13.444934 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9348 | 2024.08.28 17:57:13.445186 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9349 | 2024.08.28 17:57:13.445222 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9350 | 2024.08.28 17:57:13.445577 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9351 | 2024.08.28 17:57:13.445914 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9352 | 2024.08.28 17:57:13.446042 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
9353 | 2024.08.28 17:57:13.446214 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Debug> DynamicQueryHandler: Done processing query | ||
9354 | 2024.08.28 17:57:13.446242 [ 3 ] {6646017b-3620-4b79-9ce7-a89c9357def4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9355 | 2024.08.28 17:57:13.446259 [ 3 ] {} <Debug> HTTP-Session: 36fc313d-9943-4059-9bb2-38c7643f2a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9356 | 2024.08.28 17:57:13.446408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9357 | 2024.08.28 17:57:13.446460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9358 | 2024.08.28 17:57:13.446480 [ 3 ] {} <Debug> HTTP-Session: 365a13ef-7501-486d-a2b0-9d348659326d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9359 | 2024.08.28 17:57:13.446497 [ 3 ] {} <Debug> HTTP-Session: 365a13ef-7501-486d-a2b0-9d348659326d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9360 | 2024.08.28 17:57:13.446511 [ 3 ] {} <Debug> HTTP-Session: 365a13ef-7501-486d-a2b0-9d348659326d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9361 | 2024.08.28 17:57:13.446542 [ 3 ] {} <Trace> HTTP-Session: 365a13ef-7501-486d-a2b0-9d348659326d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9362 | 2024.08.28 17:57:13.446927 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9363 | 2024.08.28 17:57:13.446991 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9364 | 2024.08.28 17:57:13.447421 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9365 | 2024.08.28 17:57:13.448146 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9366 | 2024.08.28 17:57:13.448183 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9367 | 2024.08.28 17:57:13.448837 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9368 | 2024.08.28 17:57:13.449260 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9369 | 2024.08.28 17:57:13.449414 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002775 sec., 12972.972972972972 rows/sec., 23.25 MiB/sec. | ||
9370 | 2024.08.28 17:57:13.449937 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Debug> DynamicQueryHandler: Done processing query | ||
9371 | 2024.08.28 17:57:13.449963 [ 3 ] {b54a540e-bd4e-439d-8de6-804c850713b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9372 | 2024.08.28 17:57:13.449980 [ 3 ] {} <Debug> HTTP-Session: 365a13ef-7501-486d-a2b0-9d348659326d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9373 | 2024.08.28 17:57:13.450123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9374 | 2024.08.28 17:57:13.450174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9375 | 2024.08.28 17:57:13.450193 [ 3 ] {} <Debug> HTTP-Session: a4e46b50-1669-44b0-856b-ebfe0979459b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9376 | 2024.08.28 17:57:13.450209 [ 3 ] {} <Debug> HTTP-Session: a4e46b50-1669-44b0-856b-ebfe0979459b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9377 | 2024.08.28 17:57:13.450223 [ 3 ] {} <Debug> HTTP-Session: a4e46b50-1669-44b0-856b-ebfe0979459b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9378 | 2024.08.28 17:57:13.450256 [ 3 ] {} <Trace> HTTP-Session: a4e46b50-1669-44b0-856b-ebfe0979459b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9379 | 2024.08.28 17:57:13.450380 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9380 | 2024.08.28 17:57:13.450427 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9381 | 2024.08.28 17:57:13.450578 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9382 | 2024.08.28 17:57:13.450888 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9383 | 2024.08.28 17:57:13.450924 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
9384 | 2024.08.28 17:57:13.451297 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9385 | 2024.08.28 17:57:13.451658 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9386 | 2024.08.28 17:57:13.451786 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
9387 | 2024.08.28 17:57:13.452035 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Debug> DynamicQueryHandler: Done processing query | ||
9388 | 2024.08.28 17:57:13.452094 [ 3 ] {3c980b19-d9d0-4901-a716-eb2fec28e3a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9389 | 2024.08.28 17:57:13.452141 [ 3 ] {} <Debug> HTTP-Session: a4e46b50-1669-44b0-856b-ebfe0979459b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9390 | 2024.08.28 17:57:18.011714 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9391 | 2024.08.28 17:57:18.011788 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9392 | 2024.08.28 17:57:18.415606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9393 | 2024.08.28 17:57:18.415737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9394 | 2024.08.28 17:57:18.415766 [ 3 ] {} <Debug> HTTP-Session: 38abef20-7f34-4814-8e65-d488f78dc5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9395 | 2024.08.28 17:57:18.415795 [ 3 ] {} <Debug> HTTP-Session: 38abef20-7f34-4814-8e65-d488f78dc5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9396 | 2024.08.28 17:57:18.415813 [ 3 ] {} <Debug> HTTP-Session: 38abef20-7f34-4814-8e65-d488f78dc5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9397 | 2024.08.28 17:57:18.415870 [ 3 ] {} <Trace> HTTP-Session: 38abef20-7f34-4814-8e65-d488f78dc5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9398 | 2024.08.28 17:57:18.416099 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9399 | 2024.08.28 17:57:18.416180 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9400 | 2024.08.28 17:57:18.416524 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9401 | 2024.08.28 17:57:18.417015 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9402 | 2024.08.28 17:57:18.417064 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9403 | 2024.08.28 17:57:18.417500 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9404 | 2024.08.28 17:57:18.417901 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9405 | 2024.08.28 17:57:18.418075 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.00205 sec., 28292.682926829268 rows/sec., 2.19 MiB/sec. | ||
9406 | 2024.08.28 17:57:18.418113 [ 28 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9407 | 2024.08.28 17:57:18.418243 [ 28 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9408 | 2024.08.28 17:57:18.418280 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9409 | 2024.08.28 17:57:18.418378 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Debug> DynamicQueryHandler: Done processing query | ||
9410 | 2024.08.28 17:57:18.418416 [ 3 ] {8f93bd8e-553a-472f-a9f2-c9553ba990d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9411 | 2024.08.28 17:57:18.418422 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9412 | 2024.08.28 17:57:18.418436 [ 3 ] {} <Debug> HTTP-Session: 38abef20-7f34-4814-8e65-d488f78dc5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9413 | 2024.08.28 17:57:18.418559 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9414 | 2024.08.28 17:57:18.418587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9415 | 2024.08.28 17:57:18.418599 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1413 rows starting from the beginning of the part | ||
9416 | 2024.08.28 17:57:18.418652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9417 | 2024.08.28 17:57:18.418686 [ 3 ] {} <Debug> HTTP-Session: fdc9c8b7-7755-41fc-a7a7-c07c51c236b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9418 | 2024.08.28 17:57:18.418739 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1402 rows starting from the beginning of the part | ||
9419 | 2024.08.28 17:57:18.418766 [ 3 ] {} <Debug> HTTP-Session: fdc9c8b7-7755-41fc-a7a7-c07c51c236b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9420 | 2024.08.28 17:57:18.418833 [ 3 ] {} <Debug> HTTP-Session: fdc9c8b7-7755-41fc-a7a7-c07c51c236b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9421 | 2024.08.28 17:57:18.418996 [ 3 ] {} <Trace> HTTP-Session: fdc9c8b7-7755-41fc-a7a7-c07c51c236b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9422 | 2024.08.28 17:57:18.419082 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
9423 | 2024.08.28 17:57:18.419360 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9424 | 2024.08.28 17:57:18.419497 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
9425 | 2024.08.28 17:57:18.419538 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9426 | 2024.08.28 17:57:18.419799 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 261 rows starting from the beginning of the part | ||
9427 | 2024.08.28 17:57:18.420063 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 58 rows starting from the beginning of the part | ||
9428 | 2024.08.28 17:57:18.420824 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9429 | 2024.08.28 17:57:18.421269 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9430 | 2024.08.28 17:57:18.421311 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9431 | 2024.08.28 17:57:18.421851 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9432 | 2024.08.28 17:57:18.422248 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9433 | 2024.08.28 17:57:18.422480 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.003292 sec., 303.7667071688943 rows/sec., 22.84 KiB/sec. | ||
9434 | 2024.08.28 17:57:18.422989 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Debug> DynamicQueryHandler: Done processing query | ||
9435 | 2024.08.28 17:57:18.423018 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3248 rows, containing 5 columns (5 merged, 0 gathered) in 0.004657104 sec., 697429.1319240456 rows/sec., 61.16 MiB/sec. | ||
9436 | 2024.08.28 17:57:18.423036 [ 3 ] {df279dfd-697d-4fcd-a0ec-e513e0120ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9437 | 2024.08.28 17:57:18.423080 [ 3 ] {} <Debug> HTTP-Session: fdc9c8b7-7755-41fc-a7a7-c07c51c236b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9438 | 2024.08.28 17:57:18.423248 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9439 | 2024.08.28 17:57:18.423294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9440 | 2024.08.28 17:57:18.423357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9441 | 2024.08.28 17:57:18.423383 [ 3 ] {} <Debug> HTTP-Session: 389f3e16-7c97-4b4c-9e9a-2e48a6bc029f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9442 | 2024.08.28 17:57:18.423407 [ 3 ] {} <Debug> HTTP-Session: 389f3e16-7c97-4b4c-9e9a-2e48a6bc029f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.08.28 17:57:18.423430 [ 3 ] {} <Debug> HTTP-Session: 389f3e16-7c97-4b4c-9e9a-2e48a6bc029f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9444 | 2024.08.28 17:57:18.423492 [ 3 ] {} <Trace> HTTP-Session: 389f3e16-7c97-4b4c-9e9a-2e48a6bc029f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9445 | 2024.08.28 17:57:18.423654 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9446 | 2024.08.28 17:57:18.423704 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9447 | 2024.08.28 17:57:18.423772 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9448 | 2024.08.28 17:57:18.423877 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_51_10} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9449 | 2024.08.28 17:57:18.423981 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
9450 | 2024.08.28 17:57:18.424053 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9451 | 2024.08.28 17:57:18.424416 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9452 | 2024.08.28 17:57:18.424453 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9453 | 2024.08.28 17:57:18.424808 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9454 | 2024.08.28 17:57:18.425180 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9455 | 2024.08.28 17:57:18.425346 [ 28 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9456 | 2024.08.28 17:57:18.425350 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001731 sec., 37550.54881571346 rows/sec., 2.93 MiB/sec. | ||
9457 | 2024.08.28 17:57:18.425412 [ 28 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9458 | 2024.08.28 17:57:18.425480 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9459 | 2024.08.28 17:57:18.425679 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9460 | 2024.08.28 17:57:18.425707 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Debug> DynamicQueryHandler: Done processing query | ||
9461 | 2024.08.28 17:57:18.425752 [ 3 ] {9f823eea-5a0a-4af5-ba9a-2d3954ff589a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9462 | 2024.08.28 17:57:18.425787 [ 3 ] {} <Debug> HTTP-Session: 389f3e16-7c97-4b4c-9e9a-2e48a6bc029f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9463 | 2024.08.28 17:57:18.425900 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9464 | 2024.08.28 17:57:18.425956 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 911 rows starting from the beginning of the part | ||
9465 | 2024.08.28 17:57:18.425973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9466 | 2024.08.28 17:57:18.426105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9467 | 2024.08.28 17:57:18.426172 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 876 rows starting from the beginning of the part | ||
9468 | 2024.08.28 17:57:18.426192 [ 3 ] {} <Debug> HTTP-Session: 3261dac0-acf1-44d8-9000-39d6408d6f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9469 | 2024.08.28 17:57:18.426257 [ 3 ] {} <Debug> HTTP-Session: 3261dac0-acf1-44d8-9000-39d6408d6f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9470 | 2024.08.28 17:57:18.426324 [ 3 ] {} <Debug> HTTP-Session: 3261dac0-acf1-44d8-9000-39d6408d6f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9471 | 2024.08.28 17:57:18.426456 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
9472 | 2024.08.28 17:57:18.426471 [ 3 ] {} <Trace> HTTP-Session: 3261dac0-acf1-44d8-9000-39d6408d6f18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9473 | 2024.08.28 17:57:18.426744 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 65 rows starting from the beginning of the part | ||
9474 | 2024.08.28 17:57:18.426979 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9475 | 2024.08.28 17:57:18.427073 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 418 rows starting from the beginning of the part | ||
9476 | 2024.08.28 17:57:18.427279 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9477 | 2024.08.28 17:57:18.427460 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 65 rows starting from the beginning of the part | ||
9478 | 2024.08.28 17:57:18.428427 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9479 | 2024.08.28 17:57:18.429324 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9480 | 2024.08.28 17:57:18.429402 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9481 | 2024.08.28 17:57:18.430483 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9482 | 2024.08.28 17:57:18.431105 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005513833 sec., 435087.5334816996 rows/sec., 33.35 MiB/sec. | ||
9483 | 2024.08.28 17:57:18.431367 [ 197 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9484 | 2024.08.28 17:57:18.431630 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9485 | 2024.08.28 17:57:18.432081 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00536 sec., 29850.746268656716 rows/sec., 2.08 MiB/sec. | ||
9486 | 2024.08.28 17:57:18.432481 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Debug> DynamicQueryHandler: Done processing query | ||
9487 | 2024.08.28 17:57:18.432538 [ 201 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9488 | 2024.08.28 17:57:18.432540 [ 3 ] {d48e0d0e-72c3-4880-bbaf-7ae39b566fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9489 | 2024.08.28 17:57:18.432631 [ 3 ] {} <Debug> HTTP-Session: 3261dac0-acf1-44d8-9000-39d6408d6f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.08.28 17:57:18.432729 [ 201 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_51_10} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9491 | 2024.08.28 17:57:18.432848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9492 | 2024.08.28 17:57:18.432883 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
9493 | 2024.08.28 17:57:18.432936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9494 | 2024.08.28 17:57:18.432960 [ 3 ] {} <Debug> HTTP-Session: 0fc5d79b-ddea-4bd0-abde-6f9533d40a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9495 | 2024.08.28 17:57:18.432977 [ 3 ] {} <Debug> HTTP-Session: 0fc5d79b-ddea-4bd0-abde-6f9533d40a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9496 | 2024.08.28 17:57:18.432991 [ 3 ] {} <Debug> HTTP-Session: 0fc5d79b-ddea-4bd0-abde-6f9533d40a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9497 | 2024.08.28 17:57:18.433024 [ 3 ] {} <Trace> HTTP-Session: 0fc5d79b-ddea-4bd0-abde-6f9533d40a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9498 | 2024.08.28 17:57:18.433146 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9499 | 2024.08.28 17:57:18.433221 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9500 | 2024.08.28 17:57:18.433685 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9501 | 2024.08.28 17:57:18.434165 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9502 | 2024.08.28 17:57:18.434201 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9503 | 2024.08.28 17:57:18.434795 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9504 | 2024.08.28 17:57:18.435241 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9505 | 2024.08.28 17:57:18.435450 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002345 sec., 426.4392324093817 rows/sec., 782.50 KiB/sec. | ||
9506 | 2024.08.28 17:57:18.436024 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Debug> DynamicQueryHandler: Done processing query | ||
9507 | 2024.08.28 17:57:18.436050 [ 3 ] {b19491b9-89bf-49c2-9470-d3e5bca1e50f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9508 | 2024.08.28 17:57:18.436068 [ 3 ] {} <Debug> HTTP-Session: 0fc5d79b-ddea-4bd0-abde-6f9533d40a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9509 | 2024.08.28 17:57:18.436189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9510 | 2024.08.28 17:57:18.436239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9511 | 2024.08.28 17:57:18.436261 [ 3 ] {} <Debug> HTTP-Session: 82c4b072-f39c-4fde-8ea0-143a2a370624 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9512 | 2024.08.28 17:57:18.436279 [ 3 ] {} <Debug> HTTP-Session: 82c4b072-f39c-4fde-8ea0-143a2a370624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9513 | 2024.08.28 17:57:18.436293 [ 3 ] {} <Debug> HTTP-Session: 82c4b072-f39c-4fde-8ea0-143a2a370624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9514 | 2024.08.28 17:57:18.436325 [ 3 ] {} <Trace> HTTP-Session: 82c4b072-f39c-4fde-8ea0-143a2a370624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9515 | 2024.08.28 17:57:18.436448 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9516 | 2024.08.28 17:57:18.436497 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9517 | 2024.08.28 17:57:18.436654 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9518 | 2024.08.28 17:57:18.436950 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9519 | 2024.08.28 17:57:18.436991 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9520 | 2024.08.28 17:57:18.437373 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9521 | 2024.08.28 17:57:18.437704 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9522 | 2024.08.28 17:57:18.437861 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
9523 | 2024.08.28 17:57:18.438017 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Debug> DynamicQueryHandler: Done processing query | ||
9524 | 2024.08.28 17:57:18.438042 [ 3 ] {50403685-05d3-4cfa-b92c-d7d32ab0cab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9525 | 2024.08.28 17:57:18.438058 [ 3 ] {} <Debug> HTTP-Session: 82c4b072-f39c-4fde-8ea0-143a2a370624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9526 | 2024.08.28 17:57:23.424191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9527 | 2024.08.28 17:57:23.424369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9528 | 2024.08.28 17:57:23.424409 [ 3 ] {} <Debug> HTTP-Session: 4e70316c-bd1b-40bc-b9bb-796d41317ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9529 | 2024.08.28 17:57:23.424445 [ 3 ] {} <Debug> HTTP-Session: 4e70316c-bd1b-40bc-b9bb-796d41317ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9530 | 2024.08.28 17:57:23.424468 [ 3 ] {} <Debug> HTTP-Session: 4e70316c-bd1b-40bc-b9bb-796d41317ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9531 | 2024.08.28 17:57:23.424537 [ 3 ] {} <Trace> HTTP-Session: 4e70316c-bd1b-40bc-b9bb-796d41317ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9532 | 2024.08.28 17:57:23.424815 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9533 | 2024.08.28 17:57:23.424909 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9534 | 2024.08.28 17:57:23.425381 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9535 | 2024.08.28 17:57:23.425925 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9536 | 2024.08.28 17:57:23.425985 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9537 | 2024.08.28 17:57:23.426569 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9538 | 2024.08.28 17:57:23.427417 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9539 | 2024.08.28 17:57:23.427663 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002926 sec., 2050.580997949419 rows/sec., 167.21 KiB/sec. | ||
9540 | 2024.08.28 17:57:23.427973 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Debug> DynamicQueryHandler: Done processing query | ||
9541 | 2024.08.28 17:57:23.428010 [ 3 ] {af4c17c8-1335-48a8-bf47-001ce269b7b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9542 | 2024.08.28 17:57:23.428035 [ 3 ] {} <Debug> HTTP-Session: 4e70316c-bd1b-40bc-b9bb-796d41317ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9543 | 2024.08.28 17:57:23.428295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 40024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9544 | 2024.08.28 17:57:23.428372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9545 | 2024.08.28 17:57:23.428402 [ 3 ] {} <Debug> HTTP-Session: 8d7c6848-3c40-426b-86bf-473a7f7c70e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9546 | 2024.08.28 17:57:23.428429 [ 3 ] {} <Debug> HTTP-Session: 8d7c6848-3c40-426b-86bf-473a7f7c70e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9547 | 2024.08.28 17:57:23.428451 [ 3 ] {} <Debug> HTTP-Session: 8d7c6848-3c40-426b-86bf-473a7f7c70e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9548 | 2024.08.28 17:57:23.428501 [ 3 ] {} <Trace> HTTP-Session: 8d7c6848-3c40-426b-86bf-473a7f7c70e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9549 | 2024.08.28 17:57:23.428774 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9550 | 2024.08.28 17:57:23.428839 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9551 | 2024.08.28 17:57:23.429187 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9552 | 2024.08.28 17:57:23.429827 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9553 | 2024.08.28 17:57:23.429875 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9554 | 2024.08.28 17:57:23.430420 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9555 | 2024.08.28 17:57:23.430992 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9556 | 2024.08.28 17:57:23.431220 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Debug> executeQuery: Read 264 rows, 23.96 KiB in 0.002593 sec., 101812.57231006557 rows/sec., 9.02 MiB/sec. | ||
9557 | 2024.08.28 17:57:23.431437 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Debug> DynamicQueryHandler: Done processing query | ||
9558 | 2024.08.28 17:57:23.431463 [ 3 ] {7d68fc41-c2a5-4092-88ea-56234903cf4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9559 | 2024.08.28 17:57:23.431480 [ 3 ] {} <Debug> HTTP-Session: 8d7c6848-3c40-426b-86bf-473a7f7c70e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9560 | 2024.08.28 17:57:23.431696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9561 | 2024.08.28 17:57:23.431751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9562 | 2024.08.28 17:57:23.431771 [ 3 ] {} <Debug> HTTP-Session: 8c3f55a4-1064-4d36-9159-18ed8471fff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9563 | 2024.08.28 17:57:23.431788 [ 3 ] {} <Debug> HTTP-Session: 8c3f55a4-1064-4d36-9159-18ed8471fff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9564 | 2024.08.28 17:57:23.431802 [ 3 ] {} <Debug> HTTP-Session: 8c3f55a4-1064-4d36-9159-18ed8471fff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9565 | 2024.08.28 17:57:23.431838 [ 3 ] {} <Trace> HTTP-Session: 8c3f55a4-1064-4d36-9159-18ed8471fff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9566 | 2024.08.28 17:57:23.431967 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9567 | 2024.08.28 17:57:23.432013 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9568 | 2024.08.28 17:57:23.432333 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9569 | 2024.08.28 17:57:23.432760 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9570 | 2024.08.28 17:57:23.432805 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9571 | 2024.08.28 17:57:23.433250 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9572 | 2024.08.28 17:57:23.433708 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9573 | 2024.08.28 17:57:23.433892 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.001954 sec., 21494.370522006142 rows/sec., 1.56 MiB/sec. | ||
9574 | 2024.08.28 17:57:23.434129 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Debug> DynamicQueryHandler: Done processing query | ||
9575 | 2024.08.28 17:57:23.434162 [ 3 ] {01ee3907-f379-4f50-ac6d-4492fa6bf85e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9576 | 2024.08.28 17:57:23.434182 [ 3 ] {} <Debug> HTTP-Session: 8c3f55a4-1064-4d36-9159-18ed8471fff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9577 | 2024.08.28 17:57:23.434344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9578 | 2024.08.28 17:57:23.434409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9579 | 2024.08.28 17:57:23.434433 [ 3 ] {} <Debug> HTTP-Session: 7cc84aff-b92a-44ba-8925-bacb70db2ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9580 | 2024.08.28 17:57:23.434455 [ 3 ] {} <Debug> HTTP-Session: 7cc84aff-b92a-44ba-8925-bacb70db2ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9581 | 2024.08.28 17:57:23.434473 [ 3 ] {} <Debug> HTTP-Session: 7cc84aff-b92a-44ba-8925-bacb70db2ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9582 | 2024.08.28 17:57:23.434516 [ 3 ] {} <Trace> HTTP-Session: 7cc84aff-b92a-44ba-8925-bacb70db2ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9583 | 2024.08.28 17:57:23.434639 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9584 | 2024.08.28 17:57:23.434691 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9585 | 2024.08.28 17:57:23.434970 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9586 | 2024.08.28 17:57:23.435335 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9587 | 2024.08.28 17:57:23.435376 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9588 | 2024.08.28 17:57:23.435820 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9589 | 2024.08.28 17:57:23.436269 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9590 | 2024.08.28 17:57:23.436463 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001847 sec., 7579.859231185707 rows/sec., 530.84 KiB/sec. | ||
9591 | 2024.08.28 17:57:23.436795 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Debug> DynamicQueryHandler: Done processing query | ||
9592 | 2024.08.28 17:57:23.436854 [ 3 ] {8fa999d0-79ea-4e49-bc8b-8756cdad486c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9593 | 2024.08.28 17:57:23.436876 [ 3 ] {} <Debug> HTTP-Session: 7cc84aff-b92a-44ba-8925-bacb70db2ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9594 | 2024.08.28 17:57:23.437026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9595 | 2024.08.28 17:57:23.437085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9596 | 2024.08.28 17:57:23.437109 [ 3 ] {} <Debug> HTTP-Session: 946a2fa7-7912-4d14-a9fb-a3a8476b6bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9597 | 2024.08.28 17:57:23.437130 [ 3 ] {} <Debug> HTTP-Session: 946a2fa7-7912-4d14-a9fb-a3a8476b6bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9598 | 2024.08.28 17:57:23.437150 [ 3 ] {} <Debug> HTTP-Session: 946a2fa7-7912-4d14-a9fb-a3a8476b6bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9599 | 2024.08.28 17:57:23.437189 [ 3 ] {} <Trace> HTTP-Session: 946a2fa7-7912-4d14-a9fb-a3a8476b6bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9600 | 2024.08.28 17:57:23.437304 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9601 | 2024.08.28 17:57:23.437355 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9602 | 2024.08.28 17:57:23.437654 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9603 | 2024.08.28 17:57:23.438044 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9604 | 2024.08.28 17:57:23.438087 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9605 | 2024.08.28 17:57:23.438507 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9606 | 2024.08.28 17:57:23.438952 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9607 | 2024.08.28 17:57:23.439122 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001843 sec., 3255.5615843733044 rows/sec., 192.35 KiB/sec. | ||
9608 | 2024.08.28 17:57:23.439333 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Debug> DynamicQueryHandler: Done processing query | ||
9609 | 2024.08.28 17:57:23.439367 [ 3 ] {fdf13aa6-1d8d-45b4-817d-d05cf63fe57c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9610 | 2024.08.28 17:57:23.439392 [ 3 ] {} <Debug> HTTP-Session: 946a2fa7-7912-4d14-a9fb-a3a8476b6bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9611 | 2024.08.28 17:57:23.439599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9612 | 2024.08.28 17:57:23.439657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9613 | 2024.08.28 17:57:23.439682 [ 3 ] {} <Debug> HTTP-Session: f1d6fad9-3b1c-4232-b60f-c08b534647d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9614 | 2024.08.28 17:57:23.439703 [ 3 ] {} <Debug> HTTP-Session: f1d6fad9-3b1c-4232-b60f-c08b534647d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9615 | 2024.08.28 17:57:23.439722 [ 3 ] {} <Debug> HTTP-Session: f1d6fad9-3b1c-4232-b60f-c08b534647d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9616 | 2024.08.28 17:57:23.439760 [ 3 ] {} <Trace> HTTP-Session: f1d6fad9-3b1c-4232-b60f-c08b534647d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9617 | 2024.08.28 17:57:23.440034 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9618 | 2024.08.28 17:57:23.440084 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9619 | 2024.08.28 17:57:23.440355 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9620 | 2024.08.28 17:57:23.441103 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9621 | 2024.08.28 17:57:23.441148 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9622 | 2024.08.28 17:57:23.441608 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9623 | 2024.08.28 17:57:23.442004 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9624 | 2024.08.28 17:57:23.442171 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.002284 sec., 185639.22942206654 rows/sec., 13.28 MiB/sec. | ||
9625 | 2024.08.28 17:57:23.442368 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Debug> DynamicQueryHandler: Done processing query | ||
9626 | 2024.08.28 17:57:23.442393 [ 3 ] {d0e7b05f-5f0b-4b9a-84d9-ab18bd6f28c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9627 | 2024.08.28 17:57:23.442408 [ 3 ] {} <Debug> HTTP-Session: f1d6fad9-3b1c-4232-b60f-c08b534647d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9628 | 2024.08.28 17:57:23.442578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9629 | 2024.08.28 17:57:23.442628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9630 | 2024.08.28 17:57:23.442647 [ 3 ] {} <Debug> HTTP-Session: b0d5694b-2622-46d9-8bf4-b0fa5de79dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9631 | 2024.08.28 17:57:23.442663 [ 3 ] {} <Debug> HTTP-Session: b0d5694b-2622-46d9-8bf4-b0fa5de79dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9632 | 2024.08.28 17:57:23.442677 [ 3 ] {} <Debug> HTTP-Session: b0d5694b-2622-46d9-8bf4-b0fa5de79dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9633 | 2024.08.28 17:57:23.442710 [ 3 ] {} <Trace> HTTP-Session: b0d5694b-2622-46d9-8bf4-b0fa5de79dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9634 | 2024.08.28 17:57:23.442809 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9635 | 2024.08.28 17:57:23.442855 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9636 | 2024.08.28 17:57:23.442989 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9637 | 2024.08.28 17:57:23.443300 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9638 | 2024.08.28 17:57:23.443337 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9639 | 2024.08.28 17:57:23.443700 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9640 | 2024.08.28 17:57:23.444033 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9641 | 2024.08.28 17:57:23.444182 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
9642 | 2024.08.28 17:57:23.444207 [ 111 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
9643 | 2024.08.28 17:57:23.444326 [ 111 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9644 | 2024.08.28 17:57:23.444375 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9645 | 2024.08.28 17:57:23.444423 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Debug> DynamicQueryHandler: Done processing query | ||
9646 | 2024.08.28 17:57:23.444482 [ 3 ] {a483d990-6004-4e98-86c9-1986845d33c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9647 | 2024.08.28 17:57:23.444535 [ 3 ] {} <Debug> HTTP-Session: b0d5694b-2622-46d9-8bf4-b0fa5de79dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9648 | 2024.08.28 17:57:23.444651 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::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 | ||
9649 | 2024.08.28 17:57:23.444832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9650 | 2024.08.28 17:57:23.444942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9651 | 2024.08.28 17:57:23.444959 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9652 | 2024.08.28 17:57:23.444976 [ 3 ] {} <Debug> HTTP-Session: 33498109-925d-47e1-902d-3775d4eebce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9653 | 2024.08.28 17:57:23.445019 [ 3 ] {} <Debug> HTTP-Session: 33498109-925d-47e1-902d-3775d4eebce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9654 | 2024.08.28 17:57:23.445036 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
9655 | 2024.08.28 17:57:23.445047 [ 3 ] {} <Debug> HTTP-Session: 33498109-925d-47e1-902d-3775d4eebce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9656 | 2024.08.28 17:57:23.445137 [ 3 ] {} <Trace> HTTP-Session: 33498109-925d-47e1-902d-3775d4eebce5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9657 | 2024.08.28 17:57:23.445208 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
9658 | 2024.08.28 17:57:23.445570 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
9659 | 2024.08.28 17:57:23.445829 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9660 | 2024.08.28 17:57:23.445831 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9661 | 2024.08.28 17:57:23.446124 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9662 | 2024.08.28 17:57:23.446123 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9663 | 2024.08.28 17:57:23.446436 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9664 | 2024.08.28 17:57:23.447387 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9665 | 2024.08.28 17:57:23.448380 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9666 | 2024.08.28 17:57:23.448442 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9667 | 2024.08.28 17:57:23.449440 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004955551 sec., 24215.2688974445 rows/sec., 1.24 MiB/sec. | ||
9668 | 2024.08.28 17:57:23.449579 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9669 | 2024.08.28 17:57:23.449621 [ 189 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
9670 | 2024.08.28 17:57:23.450428 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9671 | 2024.08.28 17:57:23.450652 [ 195 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9672 | 2024.08.28 17:57:23.450745 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.005368 sec., 44709.38897168405 rows/sec., 3.00 MiB/sec. | ||
9673 | 2024.08.28 17:57:23.450967 [ 195 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_20_4} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
9674 | 2024.08.28 17:57:23.451284 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9675 | 2024.08.28 17:57:23.451416 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Debug> DynamicQueryHandler: Done processing query | ||
9676 | 2024.08.28 17:57:23.451483 [ 3 ] {1773d3d6-88f1-426b-b8a5-ee25b1426724} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9677 | 2024.08.28 17:57:23.451523 [ 3 ] {} <Debug> HTTP-Session: 33498109-925d-47e1-902d-3775d4eebce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9678 | 2024.08.28 17:57:23.451706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9679 | 2024.08.28 17:57:23.451758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9680 | 2024.08.28 17:57:23.451778 [ 3 ] {} <Debug> HTTP-Session: 5962dcec-2504-4b61-a07b-1cfd1e5f7a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9681 | 2024.08.28 17:57:23.451796 [ 3 ] {} <Debug> HTTP-Session: 5962dcec-2504-4b61-a07b-1cfd1e5f7a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9682 | 2024.08.28 17:57:23.451810 [ 3 ] {} <Debug> HTTP-Session: 5962dcec-2504-4b61-a07b-1cfd1e5f7a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9683 | 2024.08.28 17:57:23.451842 [ 3 ] {} <Trace> HTTP-Session: 5962dcec-2504-4b61-a07b-1cfd1e5f7a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9684 | 2024.08.28 17:57:23.451945 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9685 | 2024.08.28 17:57:23.451994 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9686 | 2024.08.28 17:57:23.452253 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9687 | 2024.08.28 17:57:23.452662 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9688 | 2024.08.28 17:57:23.452713 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9689 | 2024.08.28 17:57:23.453264 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9690 | 2024.08.28 17:57:23.453646 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9691 | 2024.08.28 17:57:23.453829 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0019 sec., 526.3157894736842 rows/sec., 35.46 KiB/sec. | ||
9692 | 2024.08.28 17:57:23.453839 [ 111 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9693 | 2024.08.28 17:57:23.453928 [ 111 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9694 | 2024.08.28 17:57:23.453982 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9695 | 2024.08.28 17:57:23.454160 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Debug> DynamicQueryHandler: Done processing query | ||
9696 | 2024.08.28 17:57:23.454192 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
9697 | 2024.08.28 17:57:23.454204 [ 3 ] {1b2931d4-ae5b-47b8-bf03-346d8aeb8534} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9698 | 2024.08.28 17:57:23.454268 [ 3 ] {} <Debug> HTTP-Session: 5962dcec-2504-4b61-a07b-1cfd1e5f7a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9699 | 2024.08.28 17:57:23.454391 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9700 | 2024.08.28 17:57:23.454429 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
9701 | 2024.08.28 17:57:23.454578 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
9702 | 2024.08.28 17:57:23.454581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9703 | 2024.08.28 17:57:23.454820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9704 | 2024.08.28 17:57:23.454920 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
9705 | 2024.08.28 17:57:23.454966 [ 3 ] {} <Debug> HTTP-Session: de0d07b4-2b3e-400c-82de-be1c3b6b529b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9706 | 2024.08.28 17:57:23.455046 [ 3 ] {} <Debug> HTTP-Session: de0d07b4-2b3e-400c-82de-be1c3b6b529b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9707 | 2024.08.28 17:57:23.455148 [ 3 ] {} <Debug> HTTP-Session: de0d07b4-2b3e-400c-82de-be1c3b6b529b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9708 | 2024.08.28 17:57:23.455266 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
9709 | 2024.08.28 17:57:23.455303 [ 3 ] {} <Trace> HTTP-Session: de0d07b4-2b3e-400c-82de-be1c3b6b529b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9710 | 2024.08.28 17:57:23.455464 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
9711 | 2024.08.28 17:57:23.455712 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
9712 | 2024.08.28 17:57:23.456125 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9713 | 2024.08.28 17:57:23.456309 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9714 | 2024.08.28 17:57:23.458261 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9715 | 2024.08.28 17:57:23.459402 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.005299918 sec., 3962.3254548466603 rows/sec., 266.26 KiB/sec. | ||
9716 | 2024.08.28 17:57:23.459716 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9717 | 2024.08.28 17:57:23.459773 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9718 | 2024.08.28 17:57:23.459855 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9719 | 2024.08.28 17:57:23.460806 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9720 | 2024.08.28 17:57:23.460983 [ 189 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_21_4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9721 | 2024.08.28 17:57:23.461191 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9722 | 2024.08.28 17:57:23.461503 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9723 | 2024.08.28 17:57:23.461981 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9724 | 2024.08.28 17:57:23.462201 [ 111 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9725 | 2024.08.28 17:57:23.462211 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.006548 sec., 5497.861942577886 rows/sec., 9.85 MiB/sec. | ||
9726 | 2024.08.28 17:57:23.462288 [ 111 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9727 | 2024.08.28 17:57:23.462372 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9728 | 2024.08.28 17:57:23.462778 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
9729 | 2024.08.28 17:57:23.462988 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Debug> DynamicQueryHandler: Done processing query | ||
9730 | 2024.08.28 17:57:23.463043 [ 3 ] {0850eadb-fca6-4583-8063-5198bc849289} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9731 | 2024.08.28 17:57:23.463086 [ 3 ] {} <Debug> HTTP-Session: de0d07b4-2b3e-400c-82de-be1c3b6b529b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9732 | 2024.08.28 17:57:23.463302 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9733 | 2024.08.28 17:57:23.463333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9734 | 2024.08.28 17:57:23.463401 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 736 rows starting from the beginning of the part | ||
9735 | 2024.08.28 17:57:23.463431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9736 | 2024.08.28 17:57:23.463495 [ 3 ] {} <Debug> HTTP-Session: e5643ef5-efc1-4ce5-979c-83543c2ac4f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9737 | 2024.08.28 17:57:23.463545 [ 3 ] {} <Debug> HTTP-Session: e5643ef5-efc1-4ce5-979c-83543c2ac4f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9738 | 2024.08.28 17:57:23.463579 [ 3 ] {} <Debug> HTTP-Session: e5643ef5-efc1-4ce5-979c-83543c2ac4f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9739 | 2024.08.28 17:57:23.463728 [ 3 ] {} <Trace> HTTP-Session: e5643ef5-efc1-4ce5-979c-83543c2ac4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9740 | 2024.08.28 17:57:23.464076 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
9741 | 2024.08.28 17:57:23.464133 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9742 | 2024.08.28 17:57:23.464254 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9743 | 2024.08.28 17:57:23.464930 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
9744 | 2024.08.28 17:57:23.465052 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9745 | 2024.08.28 17:57:23.465634 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
9746 | 2024.08.28 17:57:23.466255 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9747 | 2024.08.28 17:57:23.466354 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9748 | 2024.08.28 17:57:23.466420 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
9749 | 2024.08.28 17:57:23.467124 [ 197 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
9750 | 2024.08.28 17:57:23.467834 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9751 | 2024.08.28 17:57:23.468741 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9752 | 2024.08.28 17:57:23.469169 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005179 sec., 15833.172427109483 rows/sec., 1.01 MiB/sec. | ||
9753 | 2024.08.28 17:57:23.469841 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Debug> DynamicQueryHandler: Done processing query | ||
9754 | 2024.08.28 17:57:23.469881 [ 3 ] {31f90e1a-8e17-40c5-be5a-3531b54027e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9755 | 2024.08.28 17:57:23.470094 [ 3 ] {} <Debug> HTTP-Session: e5643ef5-efc1-4ce5-979c-83543c2ac4f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9756 | 2024.08.28 17:57:23.483057 [ 194 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 19 columns (19 merged, 0 gathered) in 0.020505906 sec., 41256.406812749454 rows/sec., 73.93 MiB/sec. | ||
9757 | 2024.08.28 17:57:23.484090 [ 187 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9758 | 2024.08.28 17:57:23.484773 [ 187 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9759 | 2024.08.28 17:57:23.484870 [ 187 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9760 | 2024.08.28 17:57:23.485030 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 9.92 MiB. | ||
9761 | 2024.08.28 17:57:28.415039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9762 | 2024.08.28 17:57:28.415229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9763 | 2024.08.28 17:57:28.415257 [ 3 ] {} <Debug> HTTP-Session: ac66adc3-9d3f-43b1-84f4-713a2a04eee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9764 | 2024.08.28 17:57:28.415282 [ 3 ] {} <Debug> HTTP-Session: ac66adc3-9d3f-43b1-84f4-713a2a04eee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9765 | 2024.08.28 17:57:28.415298 [ 3 ] {} <Debug> HTTP-Session: ac66adc3-9d3f-43b1-84f4-713a2a04eee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9766 | 2024.08.28 17:57:28.415348 [ 3 ] {} <Trace> HTTP-Session: ac66adc3-9d3f-43b1-84f4-713a2a04eee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9767 | 2024.08.28 17:57:28.415535 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9768 | 2024.08.28 17:57:28.415604 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9769 | 2024.08.28 17:57:28.415946 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9770 | 2024.08.28 17:57:28.416403 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9771 | 2024.08.28 17:57:28.416446 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9772 | 2024.08.28 17:57:28.416879 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9773 | 2024.08.28 17:57:28.417294 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9774 | 2024.08.28 17:57:28.417450 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00197 sec., 1015.2284263959391 rows/sec., 82.78 KiB/sec. | ||
9775 | 2024.08.28 17:57:28.417673 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Debug> DynamicQueryHandler: Done processing query | ||
9776 | 2024.08.28 17:57:28.417701 [ 3 ] {70e23513-930e-4878-8af2-565dd05cfe33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9777 | 2024.08.28 17:57:28.417718 [ 3 ] {} <Debug> HTTP-Session: ac66adc3-9d3f-43b1-84f4-713a2a04eee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.08.28 17:57:28.417886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9779 | 2024.08.28 17:57:28.417945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9780 | 2024.08.28 17:57:28.417966 [ 3 ] {} <Debug> HTTP-Session: c40618b1-5a61-4576-9c48-6ad4d60fe41c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9781 | 2024.08.28 17:57:28.417984 [ 3 ] {} <Debug> HTTP-Session: c40618b1-5a61-4576-9c48-6ad4d60fe41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9782 | 2024.08.28 17:57:28.417998 [ 3 ] {} <Debug> HTTP-Session: c40618b1-5a61-4576-9c48-6ad4d60fe41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9783 | 2024.08.28 17:57:28.418034 [ 3 ] {} <Trace> HTTP-Session: c40618b1-5a61-4576-9c48-6ad4d60fe41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9784 | 2024.08.28 17:57:28.418160 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9785 | 2024.08.28 17:57:28.418210 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9786 | 2024.08.28 17:57:28.418445 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9787 | 2024.08.28 17:57:28.418831 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9788 | 2024.08.28 17:57:28.418868 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9789 | 2024.08.28 17:57:28.419232 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9790 | 2024.08.28 17:57:28.419599 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9791 | 2024.08.28 17:57:28.419724 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001607 sec., 36714.37461107654 rows/sec., 2.84 MiB/sec. | ||
9792 | 2024.08.28 17:57:28.419894 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Debug> DynamicQueryHandler: Done processing query | ||
9793 | 2024.08.28 17:57:28.419920 [ 3 ] {cf7f043e-29a6-41ee-94d9-48bc22e65513} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9794 | 2024.08.28 17:57:28.419936 [ 3 ] {} <Debug> HTTP-Session: c40618b1-5a61-4576-9c48-6ad4d60fe41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.08.28 17:57:28.420053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9796 | 2024.08.28 17:57:28.420103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9797 | 2024.08.28 17:57:28.420123 [ 3 ] {} <Debug> HTTP-Session: c6344ed4-bd0d-4177-9ebf-ffcbe452c713 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9798 | 2024.08.28 17:57:28.420139 [ 3 ] {} <Debug> HTTP-Session: c6344ed4-bd0d-4177-9ebf-ffcbe452c713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9799 | 2024.08.28 17:57:28.420153 [ 3 ] {} <Debug> HTTP-Session: c6344ed4-bd0d-4177-9ebf-ffcbe452c713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9800 | 2024.08.28 17:57:28.420184 [ 3 ] {} <Trace> HTTP-Session: c6344ed4-bd0d-4177-9ebf-ffcbe452c713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9801 | 2024.08.28 17:57:28.420282 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9802 | 2024.08.28 17:57:28.420325 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9803 | 2024.08.28 17:57:28.420549 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9804 | 2024.08.28 17:57:28.420916 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9805 | 2024.08.28 17:57:28.420953 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9806 | 2024.08.28 17:57:28.421307 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9807 | 2024.08.28 17:57:28.421686 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9808 | 2024.08.28 17:57:28.421823 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Debug> executeQuery: Read 3 rows, 220.00 B in 0.001562 sec., 1920.6145966709346 rows/sec., 137.54 KiB/sec. | ||
9809 | 2024.08.28 17:57:28.421992 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Debug> DynamicQueryHandler: Done processing query | ||
9810 | 2024.08.28 17:57:28.422017 [ 3 ] {2cda0859-808f-4334-b6b2-1fcacdc47efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9811 | 2024.08.28 17:57:28.422033 [ 3 ] {} <Debug> HTTP-Session: c6344ed4-bd0d-4177-9ebf-ffcbe452c713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.08.28 17:57:28.422161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9813 | 2024.08.28 17:57:28.422212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9814 | 2024.08.28 17:57:28.422231 [ 3 ] {} <Debug> HTTP-Session: 4394f0bd-aa58-4824-8e50-b0c09179a8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9815 | 2024.08.28 17:57:28.422247 [ 3 ] {} <Debug> HTTP-Session: 4394f0bd-aa58-4824-8e50-b0c09179a8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9816 | 2024.08.28 17:57:28.422262 [ 3 ] {} <Debug> HTTP-Session: 4394f0bd-aa58-4824-8e50-b0c09179a8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9817 | 2024.08.28 17:57:28.422292 [ 3 ] {} <Trace> HTTP-Session: 4394f0bd-aa58-4824-8e50-b0c09179a8c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9818 | 2024.08.28 17:57:28.422408 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9819 | 2024.08.28 17:57:28.422452 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9820 | 2024.08.28 17:57:28.422677 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9821 | 2024.08.28 17:57:28.423036 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9822 | 2024.08.28 17:57:28.423073 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9823 | 2024.08.28 17:57:28.423433 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9824 | 2024.08.28 17:57:28.423799 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9825 | 2024.08.28 17:57:28.423930 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001562 sec., 42893.725992317544 rows/sec., 3.35 MiB/sec. | ||
9826 | 2024.08.28 17:57:28.424096 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Debug> DynamicQueryHandler: Done processing query | ||
9827 | 2024.08.28 17:57:28.424121 [ 3 ] {618d5030-c2fa-49e2-be27-b9efcc642e67} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9828 | 2024.08.28 17:57:28.424137 [ 3 ] {} <Debug> HTTP-Session: 4394f0bd-aa58-4824-8e50-b0c09179a8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.08.28 17:57:28.424296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9830 | 2024.08.28 17:57:28.424346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9831 | 2024.08.28 17:57:28.424365 [ 3 ] {} <Debug> HTTP-Session: f73c1925-8b87-41fb-bf60-4556eb3b1da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9832 | 2024.08.28 17:57:28.424382 [ 3 ] {} <Debug> HTTP-Session: f73c1925-8b87-41fb-bf60-4556eb3b1da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9833 | 2024.08.28 17:57:28.424396 [ 3 ] {} <Debug> HTTP-Session: f73c1925-8b87-41fb-bf60-4556eb3b1da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9834 | 2024.08.28 17:57:28.424427 [ 3 ] {} <Trace> HTTP-Session: f73c1925-8b87-41fb-bf60-4556eb3b1da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9835 | 2024.08.28 17:57:28.424579 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9836 | 2024.08.28 17:57:28.424628 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9837 | 2024.08.28 17:57:28.424775 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9838 | 2024.08.28 17:57:28.425189 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9839 | 2024.08.28 17:57:28.425225 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9840 | 2024.08.28 17:57:28.425618 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9841 | 2024.08.28 17:57:28.425960 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9842 | 2024.08.28 17:57:28.426088 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9843 | 2024.08.28 17:57:28.426090 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001583 sec., 101705.62223626027 rows/sec., 7.08 MiB/sec. | ||
9844 | 2024.08.28 17:57:28.426137 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2024.08.28 17:57:28.426181 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9846 | 2024.08.28 17:57:28.426303 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9847 | 2024.08.28 17:57:28.426312 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Debug> DynamicQueryHandler: Done processing query | ||
9848 | 2024.08.28 17:57:28.426355 [ 3 ] {5085fecd-89d6-4390-9dae-cb7404c58862} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9849 | 2024.08.28 17:57:28.426377 [ 3 ] {} <Debug> HTTP-Session: f73c1925-8b87-41fb-bf60-4556eb3b1da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9850 | 2024.08.28 17:57:28.426448 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9851 | 2024.08.28 17:57:28.426479 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13695 rows starting from the beginning of the part | ||
9852 | 2024.08.28 17:57:28.426512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9853 | 2024.08.28 17:57:28.426559 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
9854 | 2024.08.28 17:57:28.426614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9855 | 2024.08.28 17:57:28.426713 [ 3 ] {} <Debug> HTTP-Session: 0d196c3e-6c72-4b96-b98b-a5f304d7a915 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9856 | 2024.08.28 17:57:28.426825 [ 3 ] {} <Debug> HTTP-Session: 0d196c3e-6c72-4b96-b98b-a5f304d7a915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9857 | 2024.08.28 17:57:28.426906 [ 3 ] {} <Debug> HTTP-Session: 0d196c3e-6c72-4b96-b98b-a5f304d7a915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9858 | 2024.08.28 17:57:28.426944 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
9859 | 2024.08.28 17:57:28.427042 [ 3 ] {} <Trace> HTTP-Session: 0d196c3e-6c72-4b96-b98b-a5f304d7a915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9860 | 2024.08.28 17:57:28.427350 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
9861 | 2024.08.28 17:57:28.427482 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9862 | 2024.08.28 17:57:28.427764 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 240 rows starting from the beginning of the part | ||
9863 | 2024.08.28 17:57:28.427867 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9864 | 2024.08.28 17:57:28.428132 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part | ||
9865 | 2024.08.28 17:57:28.429367 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9866 | 2024.08.28 17:57:28.430055 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9867 | 2024.08.28 17:57:28.430102 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9868 | 2024.08.28 17:57:28.431051 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9869 | 2024.08.28 17:57:28.431900 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9870 | 2024.08.28 17:57:28.432086 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.004789 sec., 208.81186051367717 rows/sec., 383.16 KiB/sec. | ||
9871 | 2024.08.28 17:57:28.432341 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Debug> DynamicQueryHandler: Done processing query | ||
9872 | 2024.08.28 17:57:28.432366 [ 3 ] {8011f052-54d9-49b9-a4a4-284cbfbe82b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9873 | 2024.08.28 17:57:28.432382 [ 3 ] {} <Debug> HTTP-Session: 0d196c3e-6c72-4b96-b98b-a5f304d7a915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9874 | 2024.08.28 17:57:28.432499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9875 | 2024.08.28 17:57:28.432551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9876 | 2024.08.28 17:57:28.432570 [ 3 ] {} <Debug> HTTP-Session: ecceb50c-26fb-4a45-9a0e-73ae9cd58983 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9877 | 2024.08.28 17:57:28.432587 [ 3 ] {} <Debug> HTTP-Session: ecceb50c-26fb-4a45-9a0e-73ae9cd58983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9878 | 2024.08.28 17:57:28.432602 [ 3 ] {} <Debug> HTTP-Session: ecceb50c-26fb-4a45-9a0e-73ae9cd58983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9879 | 2024.08.28 17:57:28.432633 [ 3 ] {} <Trace> HTTP-Session: ecceb50c-26fb-4a45-9a0e-73ae9cd58983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9880 | 2024.08.28 17:57:28.432749 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9881 | 2024.08.28 17:57:28.432799 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9882 | 2024.08.28 17:57:28.432931 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9883 | 2024.08.28 17:57:28.433412 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9884 | 2024.08.28 17:57:28.433449 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9885 | 2024.08.28 17:57:28.433883 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9886 | 2024.08.28 17:57:28.434033 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14653 rows, containing 5 columns (5 merged, 0 gathered) in 0.007780253 sec., 1883357.7776969464 rows/sec., 127.01 MiB/sec. | ||
9887 | 2024.08.28 17:57:28.434389 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9888 | 2024.08.28 17:57:28.434593 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001884 sec., 31847.133757961783 rows/sec., 2.15 MiB/sec. | ||
9889 | 2024.08.28 17:57:28.434723 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9890 | 2024.08.28 17:57:28.434867 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Debug> DynamicQueryHandler: Done processing query | ||
9891 | 2024.08.28 17:57:28.434901 [ 3 ] {8d36f824-56e2-4c1f-b275-4071bb8681fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9892 | 2024.08.28 17:57:28.434931 [ 3 ] {} <Debug> HTTP-Session: ecceb50c-26fb-4a45-9a0e-73ae9cd58983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9893 | 2024.08.28 17:57:28.435280 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9894 | 2024.08.28 17:57:28.435382 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9895 | 2024.08.28 17:57:28.435489 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB. | ||
9896 | 2024.08.28 17:57:29.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.87 MiB, peak 206.75 MiB, free memory in arenas 0.00 B, will set to 197.03 MiB (RSS), difference: 1.16 MiB | ||
9897 | 2024.08.28 17:57:32.633770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9898 | 2024.08.28 17:57:32.633897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9899 | 2024.08.28 17:57:32.633924 [ 3 ] {} <Debug> HTTP-Session: 5614f18e-7147-4f09-bc9a-e87fa592397f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9900 | 2024.08.28 17:57:32.633950 [ 3 ] {} <Debug> HTTP-Session: 5614f18e-7147-4f09-bc9a-e87fa592397f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9901 | 2024.08.28 17:57:32.633965 [ 3 ] {} <Debug> HTTP-Session: 5614f18e-7147-4f09-bc9a-e87fa592397f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.08.28 17:57:32.634014 [ 3 ] {} <Trace> HTTP-Session: 5614f18e-7147-4f09-bc9a-e87fa592397f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9903 | 2024.08.28 17:57:32.634201 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9904 | 2024.08.28 17:57:32.634272 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9905 | 2024.08.28 17:57:32.634611 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9906 | 2024.08.28 17:57:32.635064 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9907 | 2024.08.28 17:57:32.635111 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9908 | 2024.08.28 17:57:32.635530 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9909 | 2024.08.28 17:57:32.635944 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9910 | 2024.08.28 17:57:32.636125 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00197 sec., 2030.4568527918782 rows/sec., 165.57 KiB/sec. | ||
9911 | 2024.08.28 17:57:32.636141 [ 46 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
9912 | 2024.08.28 17:57:32.636249 [ 46 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9913 | 2024.08.28 17:57:32.636309 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9914 | 2024.08.28 17:57:32.636439 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Debug> DynamicQueryHandler: Done processing query | ||
9915 | 2024.08.28 17:57:32.636454 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
9916 | 2024.08.28 17:57:32.636473 [ 3 ] {a81167af-f252-4fa4-8e95-03d1d2114bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9917 | 2024.08.28 17:57:32.636498 [ 3 ] {} <Debug> HTTP-Session: 5614f18e-7147-4f09-bc9a-e87fa592397f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9918 | 2024.08.28 17:57:32.636599 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9919 | 2024.08.28 17:57:32.636632 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part | ||
9920 | 2024.08.28 17:57:32.636704 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
9921 | 2024.08.28 17:57:32.636940 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9922 | 2024.08.28 17:57:32.637033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9923 | 2024.08.28 17:57:32.637267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9924 | 2024.08.28 17:57:32.637307 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
9925 | 2024.08.28 17:57:32.637364 [ 3 ] {} <Debug> HTTP-Session: 964736ea-0618-460a-9f0c-f6ef244de475 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9926 | 2024.08.28 17:57:32.637445 [ 3 ] {} <Debug> HTTP-Session: 964736ea-0618-460a-9f0c-f6ef244de475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9927 | 2024.08.28 17:57:32.637515 [ 3 ] {} <Debug> HTTP-Session: 964736ea-0618-460a-9f0c-f6ef244de475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9928 | 2024.08.28 17:57:32.637634 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
9929 | 2024.08.28 17:57:32.637673 [ 3 ] {} <Trace> HTTP-Session: 964736ea-0618-460a-9f0c-f6ef244de475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9930 | 2024.08.28 17:57:32.637943 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
9931 | 2024.08.28 17:57:32.638316 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9932 | 2024.08.28 17:57:32.638377 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9933 | 2024.08.28 17:57:32.638812 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9934 | 2024.08.28 17:57:32.639476 [ 190 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.003080249 sec., 11038.068675616809 rows/sec., 943.19 KiB/sec. | ||
9935 | 2024.08.28 17:57:32.639650 [ 198 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
9936 | 2024.08.28 17:57:32.640376 [ 198 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9937 | 2024.08.28 17:57:32.640489 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9938 | 2024.08.28 17:57:32.640500 [ 198 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_19_4} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
9939 | 2024.08.28 17:57:32.640555 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9940 | 2024.08.28 17:57:32.640697 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9941 | 2024.08.28 17:57:32.641154 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9942 | 2024.08.28 17:57:32.641544 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9943 | 2024.08.28 17:57:32.641705 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Debug> executeQuery: Read 1403 rows, 120.45 KiB in 0.003758 sec., 373336.881319851 rows/sec., 31.30 MiB/sec. | ||
9944 | 2024.08.28 17:57:32.641948 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Debug> DynamicQueryHandler: Done processing query | ||
9945 | 2024.08.28 17:57:32.641980 [ 3 ] {d9ac18ed-6c58-43dd-a6f5-cbeafc840b2e} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
9946 | 2024.08.28 17:57:32.642000 [ 3 ] {} <Debug> HTTP-Session: 964736ea-0618-460a-9f0c-f6ef244de475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9947 | 2024.08.28 17:57:32.642189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9948 | 2024.08.28 17:57:32.642285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9949 | 2024.08.28 17:57:32.642316 [ 3 ] {} <Debug> HTTP-Session: e73270ca-9b78-46fe-98ff-98da686016af Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9950 | 2024.08.28 17:57:32.642342 [ 3 ] {} <Debug> HTTP-Session: e73270ca-9b78-46fe-98ff-98da686016af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9951 | 2024.08.28 17:57:32.642363 [ 3 ] {} <Debug> HTTP-Session: e73270ca-9b78-46fe-98ff-98da686016af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9952 | 2024.08.28 17:57:32.642410 [ 3 ] {} <Trace> HTTP-Session: e73270ca-9b78-46fe-98ff-98da686016af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9953 | 2024.08.28 17:57:32.642564 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9954 | 2024.08.28 17:57:32.642622 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9955 | 2024.08.28 17:57:32.642938 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9956 | 2024.08.28 17:57:32.643368 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9957 | 2024.08.28 17:57:32.643414 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9958 | 2024.08.28 17:57:32.643894 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9959 | 2024.08.28 17:57:32.644397 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9960 | 2024.08.28 17:57:32.644597 [ 46 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9961 | 2024.08.28 17:57:32.644607 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.002084 sec., 19193.857965451058 rows/sec., 1.40 MiB/sec. | ||
9962 | 2024.08.28 17:57:32.644648 [ 46 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9963 | 2024.08.28 17:57:32.644717 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9964 | 2024.08.28 17:57:32.644988 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
9965 | 2024.08.28 17:57:32.644991 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Debug> DynamicQueryHandler: Done processing query | ||
9966 | 2024.08.28 17:57:32.645065 [ 3 ] {e56d87e3-b364-4af4-8b4f-7bce53eda124} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9967 | 2024.08.28 17:57:32.645130 [ 3 ] {} <Debug> HTTP-Session: e73270ca-9b78-46fe-98ff-98da686016af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9968 | 2024.08.28 17:57:32.645326 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9969 | 2024.08.28 17:57:32.645383 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 55 rows starting from the beginning of the part | ||
9970 | 2024.08.28 17:57:32.645393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9971 | 2024.08.28 17:57:32.645466 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
9972 | 2024.08.28 17:57:32.645533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9973 | 2024.08.28 17:57:32.645613 [ 3 ] {} <Debug> HTTP-Session: bdb993c2-190f-446c-ac6f-211301ddbef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
9974 | 2024.08.28 17:57:32.645712 [ 3 ] {} <Debug> HTTP-Session: bdb993c2-190f-446c-ac6f-211301ddbef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9975 | 2024.08.28 17:57:32.645777 [ 3 ] {} <Debug> HTTP-Session: bdb993c2-190f-446c-ac6f-211301ddbef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9976 | 2024.08.28 17:57:32.645811 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
9977 | 2024.08.28 17:57:32.645943 [ 3 ] {} <Trace> HTTP-Session: bdb993c2-190f-446c-ac6f-211301ddbef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9978 | 2024.08.28 17:57:32.646163 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part | ||
9979 | 2024.08.28 17:57:32.646480 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 3 rows starting from the beginning of the part | ||
9980 | 2024.08.28 17:57:32.646496 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9981 | 2024.08.28 17:57:32.646690 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9982 | 2024.08.28 17:57:32.646888 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
9983 | 2024.08.28 17:57:32.647776 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9984 | 2024.08.28 17:57:32.648449 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9985 | 2024.08.28 17:57:32.648498 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
9986 | 2024.08.28 17:57:32.648839 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.003959378 sec., 44703.99138450534 rows/sec., 3.41 MiB/sec. | ||
9987 | 2024.08.28 17:57:32.649039 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9988 | 2024.08.28 17:57:32.649195 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9989 | 2024.08.28 17:57:32.650224 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9990 | 2024.08.28 17:57:32.650397 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9991 | 2024.08.28 17:57:32.650430 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_46_9} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9992 | 2024.08.28 17:57:32.650609 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9993 | 2024.08.28 17:57:32.650727 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004495 sec., 53837.597330367076 rows/sec., 3.65 MiB/sec. | ||
9994 | 2024.08.28 17:57:32.650927 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Debug> DynamicQueryHandler: Done processing query | ||
9995 | 2024.08.28 17:57:32.650953 [ 3 ] {e46ca3e4-38ea-48b5-8b23-d7b7fd65b3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9996 | 2024.08.28 17:57:32.650970 [ 3 ] {} <Debug> HTTP-Session: bdb993c2-190f-446c-ac6f-211301ddbef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9997 | 2024.08.28 17:57:32.651098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9998 | 2024.08.28 17:57:32.651174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9999 | 2024.08.28 17:57:32.651194 [ 3 ] {} <Debug> HTTP-Session: f337d337-df0f-4ff6-8154-381e13edf52d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10000 | 2024.08.28 17:57:32.651212 [ 3 ] {} <Debug> HTTP-Session: f337d337-df0f-4ff6-8154-381e13edf52d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10001 | 2024.08.28 17:57:32.651226 [ 3 ] {} <Debug> HTTP-Session: f337d337-df0f-4ff6-8154-381e13edf52d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10002 | 2024.08.28 17:57:32.651257 [ 3 ] {} <Trace> HTTP-Session: f337d337-df0f-4ff6-8154-381e13edf52d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10003 | 2024.08.28 17:57:32.651360 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10004 | 2024.08.28 17:57:32.651404 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10005 | 2024.08.28 17:57:32.651639 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10006 | 2024.08.28 17:57:32.651968 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10007 | 2024.08.28 17:57:32.652008 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10008 | 2024.08.28 17:57:32.652393 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10009 | 2024.08.28 17:57:32.652774 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2024.08.28 17:57:32.652932 [ 46 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
10011 | 2024.08.28 17:57:32.652946 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 221.14 KiB/sec. | ||
10012 | 2024.08.28 17:57:32.652995 [ 46 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10013 | 2024.08.28 17:57:32.653064 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10014 | 2024.08.28 17:57:32.653255 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
10015 | 2024.08.28 17:57:32.653305 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Debug> DynamicQueryHandler: Done processing query | ||
10016 | 2024.08.28 17:57:32.653358 [ 3 ] {be685fa2-f60e-45ce-8110-20988b3e1284} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10017 | 2024.08.28 17:57:32.653403 [ 3 ] {} <Debug> HTTP-Session: f337d337-df0f-4ff6-8154-381e13edf52d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10018 | 2024.08.28 17:57:32.653483 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10019 | 2024.08.28 17:57:32.653514 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
10020 | 2024.08.28 17:57:32.653580 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
10021 | 2024.08.28 17:57:32.653811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10022 | 2024.08.28 17:57:32.653906 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
10023 | 2024.08.28 17:57:32.653974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10024 | 2024.08.28 17:57:32.654080 [ 3 ] {} <Debug> HTTP-Session: 7e4623c5-3fb5-4e23-b455-91ce9cbb5e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10025 | 2024.08.28 17:57:32.654195 [ 3 ] {} <Debug> HTTP-Session: 7e4623c5-3fb5-4e23-b455-91ce9cbb5e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10026 | 2024.08.28 17:57:32.654307 [ 3 ] {} <Debug> HTTP-Session: 7e4623c5-3fb5-4e23-b455-91ce9cbb5e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10027 | 2024.08.28 17:57:32.654333 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
10028 | 2024.08.28 17:57:32.654438 [ 3 ] {} <Trace> HTTP-Session: 7e4623c5-3fb5-4e23-b455-91ce9cbb5e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10029 | 2024.08.28 17:57:32.654597 [ 200 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
10030 | 2024.08.28 17:57:32.655046 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10031 | 2024.08.28 17:57:32.655141 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10032 | 2024.08.28 17:57:32.655552 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10033 | 2024.08.28 17:57:32.656111 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002952835 sec., 10159.727854756531 rows/sec., 644.90 KiB/sec. | ||
10034 | 2024.08.28 17:57:32.656356 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
10035 | 2024.08.28 17:57:32.656795 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10036 | 2024.08.28 17:57:32.656894 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10037 | 2024.08.28 17:57:32.657184 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10038 | 2024.08.28 17:57:32.657338 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_21_5} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
10039 | 2024.08.28 17:57:32.657509 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10040 | 2024.08.28 17:57:32.657677 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10041 | 2024.08.28 17:57:32.658059 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10042 | 2024.08.28 17:57:32.658232 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Debug> executeQuery: Read 878 rows, 65.18 KiB in 0.003524 sec., 249148.69466515325 rows/sec., 18.06 MiB/sec. | ||
10043 | 2024.08.28 17:57:32.658547 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Debug> DynamicQueryHandler: Done processing query | ||
10044 | 2024.08.28 17:57:32.658615 [ 3 ] {aade4073-0022-49af-9699-ee2430fcece6} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
10045 | 2024.08.28 17:57:32.658668 [ 3 ] {} <Debug> HTTP-Session: 7e4623c5-3fb5-4e23-b455-91ce9cbb5e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10046 | 2024.08.28 17:57:32.658913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10047 | 2024.08.28 17:57:32.658963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10048 | 2024.08.28 17:57:32.658982 [ 3 ] {} <Debug> HTTP-Session: ce3beb59-4ea7-4fe3-b592-78ad8814c7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10049 | 2024.08.28 17:57:32.658999 [ 3 ] {} <Debug> HTTP-Session: ce3beb59-4ea7-4fe3-b592-78ad8814c7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10050 | 2024.08.28 17:57:32.659014 [ 3 ] {} <Debug> HTTP-Session: ce3beb59-4ea7-4fe3-b592-78ad8814c7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10051 | 2024.08.28 17:57:32.659047 [ 3 ] {} <Trace> HTTP-Session: ce3beb59-4ea7-4fe3-b592-78ad8814c7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10052 | 2024.08.28 17:57:32.659152 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10053 | 2024.08.28 17:57:32.659198 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10054 | 2024.08.28 17:57:32.659349 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10055 | 2024.08.28 17:57:32.659629 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10056 | 2024.08.28 17:57:32.659666 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10057 | 2024.08.28 17:57:32.660033 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10058 | 2024.08.28 17:57:32.660373 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10059 | 2024.08.28 17:57:32.660536 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec. | ||
10060 | 2024.08.28 17:57:32.660706 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Debug> DynamicQueryHandler: Done processing query | ||
10061 | 2024.08.28 17:57:32.660731 [ 3 ] {4479064c-910a-45ac-9044-41fa9d2aaa44} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10062 | 2024.08.28 17:57:32.660747 [ 3 ] {} <Debug> HTTP-Session: ce3beb59-4ea7-4fe3-b592-78ad8814c7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10063 | 2024.08.28 17:57:32.661000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10064 | 2024.08.28 17:57:32.661048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10065 | 2024.08.28 17:57:32.661068 [ 3 ] {} <Debug> HTTP-Session: 90897375-82d8-41aa-b542-9fb62b1a6b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10066 | 2024.08.28 17:57:32.661084 [ 3 ] {} <Debug> HTTP-Session: 90897375-82d8-41aa-b542-9fb62b1a6b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10067 | 2024.08.28 17:57:32.661097 [ 3 ] {} <Debug> HTTP-Session: 90897375-82d8-41aa-b542-9fb62b1a6b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10068 | 2024.08.28 17:57:32.661129 [ 3 ] {} <Trace> HTTP-Session: 90897375-82d8-41aa-b542-9fb62b1a6b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10069 | 2024.08.28 17:57:32.661563 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10070 | 2024.08.28 17:57:32.661611 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10071 | 2024.08.28 17:57:32.661759 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10072 | 2024.08.28 17:57:32.662543 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10073 | 2024.08.28 17:57:32.662580 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10074 | 2024.08.28 17:57:32.663014 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10075 | 2024.08.28 17:57:32.663367 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10076 | 2024.08.28 17:57:32.663523 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Debug> executeQuery: Read 891 rows, 60.88 KiB in 0.002228 sec., 399910.23339317774 rows/sec., 26.69 MiB/sec. | ||
10077 | 2024.08.28 17:57:32.663695 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Debug> DynamicQueryHandler: Done processing query | ||
10078 | 2024.08.28 17:57:32.663720 [ 3 ] {61d18a09-83a8-4cf9-b78f-a0d5248170a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
10079 | 2024.08.28 17:57:32.663737 [ 3 ] {} <Debug> HTTP-Session: 90897375-82d8-41aa-b542-9fb62b1a6b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10080 | 2024.08.28 17:57:32.664019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10081 | 2024.08.28 17:57:32.664072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10082 | 2024.08.28 17:57:32.664091 [ 3 ] {} <Debug> HTTP-Session: ad38118e-934a-472b-aac5-73e2e26ea7af Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10083 | 2024.08.28 17:57:32.664107 [ 3 ] {} <Debug> HTTP-Session: ad38118e-934a-472b-aac5-73e2e26ea7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10084 | 2024.08.28 17:57:32.664120 [ 3 ] {} <Debug> HTTP-Session: ad38118e-934a-472b-aac5-73e2e26ea7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10085 | 2024.08.28 17:57:32.664152 [ 3 ] {} <Trace> HTTP-Session: ad38118e-934a-472b-aac5-73e2e26ea7af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10086 | 2024.08.28 17:57:32.664248 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10087 | 2024.08.28 17:57:32.664293 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10088 | 2024.08.28 17:57:32.664423 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10089 | 2024.08.28 17:57:32.664699 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10090 | 2024.08.28 17:57:32.664736 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10091 | 2024.08.28 17:57:32.665096 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10092 | 2024.08.28 17:57:32.665433 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10093 | 2024.08.28 17:57:32.665566 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
10094 | 2024.08.28 17:57:32.665736 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Debug> DynamicQueryHandler: Done processing query | ||
10095 | 2024.08.28 17:57:32.665761 [ 3 ] {c5c3e41f-0776-4f93-a5fd-8463e337bbb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10096 | 2024.08.28 17:57:32.665778 [ 3 ] {} <Debug> HTTP-Session: ad38118e-934a-472b-aac5-73e2e26ea7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10097 | 2024.08.28 17:57:32.665970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10098 | 2024.08.28 17:57:32.666019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10099 | 2024.08.28 17:57:32.666040 [ 3 ] {} <Debug> HTTP-Session: 0180f1f7-20df-40d9-ad36-ac1c3d73d7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10100 | 2024.08.28 17:57:32.666057 [ 3 ] {} <Debug> HTTP-Session: 0180f1f7-20df-40d9-ad36-ac1c3d73d7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10101 | 2024.08.28 17:57:32.666071 [ 3 ] {} <Debug> HTTP-Session: 0180f1f7-20df-40d9-ad36-ac1c3d73d7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10102 | 2024.08.28 17:57:32.666102 [ 3 ] {} <Trace> HTTP-Session: 0180f1f7-20df-40d9-ad36-ac1c3d73d7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10103 | 2024.08.28 17:57:32.666586 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10104 | 2024.08.28 17:57:32.666651 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10105 | 2024.08.28 17:57:32.667060 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10106 | 2024.08.28 17:57:32.667738 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10107 | 2024.08.28 17:57:32.667775 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10108 | 2024.08.28 17:57:32.668417 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10109 | 2024.08.28 17:57:32.668842 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10110 | 2024.08.28 17:57:32.669030 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002838 sec., 12684.989429175477 rows/sec., 22.73 MiB/sec. | ||
10111 | 2024.08.28 17:57:32.669231 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Debug> DynamicQueryHandler: Done processing query | ||
10112 | 2024.08.28 17:57:32.669255 [ 3 ] {832195b7-5774-4988-b26b-de95a968956d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10113 | 2024.08.28 17:57:32.669271 [ 3 ] {} <Debug> HTTP-Session: 0180f1f7-20df-40d9-ad36-ac1c3d73d7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10114 | 2024.08.28 17:57:32.669404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10115 | 2024.08.28 17:57:32.669451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10116 | 2024.08.28 17:57:32.669470 [ 3 ] {} <Debug> HTTP-Session: 4d0f646a-5ac6-4af9-bda8-32ded44ec9b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10117 | 2024.08.28 17:57:32.669486 [ 3 ] {} <Debug> HTTP-Session: 4d0f646a-5ac6-4af9-bda8-32ded44ec9b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10118 | 2024.08.28 17:57:32.669500 [ 3 ] {} <Debug> HTTP-Session: 4d0f646a-5ac6-4af9-bda8-32ded44ec9b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10119 | 2024.08.28 17:57:32.669530 [ 3 ] {} <Trace> HTTP-Session: 4d0f646a-5ac6-4af9-bda8-32ded44ec9b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10120 | 2024.08.28 17:57:32.669648 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10121 | 2024.08.28 17:57:32.669693 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10122 | 2024.08.28 17:57:32.669820 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10123 | 2024.08.28 17:57:32.670131 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10124 | 2024.08.28 17:57:32.670167 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10125 | 2024.08.28 17:57:32.670537 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10126 | 2024.08.28 17:57:32.670867 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10127 | 2024.08.28 17:57:32.671025 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001407 sec., 49751.24378109453 rows/sec., 3.13 MiB/sec. | ||
10128 | 2024.08.28 17:57:32.671035 [ 46 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10129 | 2024.08.28 17:57:32.671117 [ 46 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10130 | 2024.08.28 17:57:32.671171 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10131 | 2024.08.28 17:57:32.671302 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Debug> DynamicQueryHandler: Done processing query | ||
10132 | 2024.08.28 17:57:32.671306 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
10133 | 2024.08.28 17:57:32.671331 [ 3 ] {c2f79fcd-962e-452f-8fae-85c8bf29376a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10134 | 2024.08.28 17:57:32.671357 [ 3 ] {} <Debug> HTTP-Session: 4d0f646a-5ac6-4af9-bda8-32ded44ec9b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10135 | 2024.08.28 17:57:32.671449 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10136 | 2024.08.28 17:57:32.671479 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2498 rows starting from the beginning of the part | ||
10137 | 2024.08.28 17:57:32.671536 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
10138 | 2024.08.28 17:57:32.671770 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
10139 | 2024.08.28 17:57:32.671982 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
10140 | 2024.08.28 17:57:32.672143 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
10141 | 2024.08.28 17:57:32.672341 [ 200 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 70 rows starting from the beginning of the part | ||
10142 | 2024.08.28 17:57:32.673658 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2852 rows, containing 4 columns (4 merged, 0 gathered) in 0.002403603 sec., 1186552.0221101406 rows/sec., 77.31 MiB/sec. | ||
10143 | 2024.08.28 17:57:32.673918 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10144 | 2024.08.28 17:57:32.674335 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10145 | 2024.08.28 17:57:32.674425 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_51_10} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10146 | 2024.08.28 17:57:32.674514 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
10147 | 2024.08.28 17:57:33.011832 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10148 | 2024.08.28 17:57:33.011886 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10149 | 2024.08.28 17:57:33.409551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10150 | 2024.08.28 17:57:33.409679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10151 | 2024.08.28 17:57:33.409710 [ 3 ] {} <Debug> HTTP-Session: 3306228b-c7f3-416a-b1db-37947dda7cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10152 | 2024.08.28 17:57:33.409739 [ 3 ] {} <Debug> HTTP-Session: 3306228b-c7f3-416a-b1db-37947dda7cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10153 | 2024.08.28 17:57:33.409758 [ 3 ] {} <Debug> HTTP-Session: 3306228b-c7f3-416a-b1db-37947dda7cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10154 | 2024.08.28 17:57:33.409815 [ 3 ] {} <Trace> HTTP-Session: 3306228b-c7f3-416a-b1db-37947dda7cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10155 | 2024.08.28 17:57:33.410017 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10156 | 2024.08.28 17:57:33.410096 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10157 | 2024.08.28 17:57:33.410494 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10158 | 2024.08.28 17:57:33.410963 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10159 | 2024.08.28 17:57:33.411011 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10160 | 2024.08.28 17:57:33.411430 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10161 | 2024.08.28 17:57:33.411830 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10162 | 2024.08.28 17:57:33.412023 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002057 sec., 972.2897423432183 rows/sec., 79.28 KiB/sec. | ||
10163 | 2024.08.28 17:57:33.412235 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Debug> DynamicQueryHandler: Done processing query | ||
10164 | 2024.08.28 17:57:33.412262 [ 3 ] {2c6b1073-43e1-496d-9af2-47da34dd57db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10165 | 2024.08.28 17:57:33.412279 [ 3 ] {} <Debug> HTTP-Session: 3306228b-c7f3-416a-b1db-37947dda7cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.08.28 17:57:33.412420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10167 | 2024.08.28 17:57:33.412474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10168 | 2024.08.28 17:57:33.412495 [ 3 ] {} <Debug> HTTP-Session: 3652c95b-307d-4b24-a730-33b0128adf4c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10169 | 2024.08.28 17:57:33.412512 [ 3 ] {} <Debug> HTTP-Session: 3652c95b-307d-4b24-a730-33b0128adf4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10170 | 2024.08.28 17:57:33.412527 [ 3 ] {} <Debug> HTTP-Session: 3652c95b-307d-4b24-a730-33b0128adf4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.08.28 17:57:33.412562 [ 3 ] {} <Trace> HTTP-Session: 3652c95b-307d-4b24-a730-33b0128adf4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10172 | 2024.08.28 17:57:33.412683 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10173 | 2024.08.28 17:57:33.412731 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10174 | 2024.08.28 17:57:33.412968 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10175 | 2024.08.28 17:57:33.413333 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2024.08.28 17:57:33.413371 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10177 | 2024.08.28 17:57:33.413744 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10178 | 2024.08.28 17:57:33.414110 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10179 | 2024.08.28 17:57:33.414275 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001625 sec., 35076.92307692308 rows/sec., 2.69 MiB/sec. | ||
10180 | 2024.08.28 17:57:33.414465 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Debug> DynamicQueryHandler: Done processing query | ||
10181 | 2024.08.28 17:57:33.414490 [ 3 ] {b201c4f2-eac1-40cc-9377-758754f77b86} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10182 | 2024.08.28 17:57:33.414506 [ 3 ] {} <Debug> HTTP-Session: 3652c95b-307d-4b24-a730-33b0128adf4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.08.28 17:57:33.414659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10184 | 2024.08.28 17:57:33.414709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10185 | 2024.08.28 17:57:33.414728 [ 3 ] {} <Debug> HTTP-Session: f9f0e0ad-f03c-44dd-8c09-6ce6dc439e69 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10186 | 2024.08.28 17:57:33.414744 [ 3 ] {} <Debug> HTTP-Session: f9f0e0ad-f03c-44dd-8c09-6ce6dc439e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.08.28 17:57:33.414759 [ 3 ] {} <Debug> HTTP-Session: f9f0e0ad-f03c-44dd-8c09-6ce6dc439e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.08.28 17:57:33.414791 [ 3 ] {} <Trace> HTTP-Session: f9f0e0ad-f03c-44dd-8c09-6ce6dc439e69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10189 | 2024.08.28 17:57:33.414887 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10190 | 2024.08.28 17:57:33.414929 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10191 | 2024.08.28 17:57:33.415159 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10192 | 2024.08.28 17:57:33.415456 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10193 | 2024.08.28 17:57:33.415493 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10194 | 2024.08.28 17:57:33.415831 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10195 | 2024.08.28 17:57:33.416190 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10196 | 2024.08.28 17:57:33.416358 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001494 sec., 1338.6880856760374 rows/sec., 93.47 KiB/sec. | ||
10197 | 2024.08.28 17:57:33.416531 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Debug> DynamicQueryHandler: Done processing query | ||
10198 | 2024.08.28 17:57:33.416556 [ 3 ] {9de82797-9add-419a-b3c7-dbf351883c5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10199 | 2024.08.28 17:57:33.416572 [ 3 ] {} <Debug> HTTP-Session: f9f0e0ad-f03c-44dd-8c09-6ce6dc439e69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10200 | 2024.08.28 17:57:33.416742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10201 | 2024.08.28 17:57:33.416791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10202 | 2024.08.28 17:57:33.416811 [ 3 ] {} <Debug> HTTP-Session: 5e612de8-b4b9-4802-8859-0c650120759b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10203 | 2024.08.28 17:57:33.416827 [ 3 ] {} <Debug> HTTP-Session: 5e612de8-b4b9-4802-8859-0c650120759b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10204 | 2024.08.28 17:57:33.416842 [ 3 ] {} <Debug> HTTP-Session: 5e612de8-b4b9-4802-8859-0c650120759b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10205 | 2024.08.28 17:57:33.416873 [ 3 ] {} <Trace> HTTP-Session: 5e612de8-b4b9-4802-8859-0c650120759b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10206 | 2024.08.28 17:57:33.416990 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10207 | 2024.08.28 17:57:33.417034 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10208 | 2024.08.28 17:57:33.417258 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10209 | 2024.08.28 17:57:33.417596 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10210 | 2024.08.28 17:57:33.417633 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10211 | 2024.08.28 17:57:33.417982 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10212 | 2024.08.28 17:57:33.418337 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10213 | 2024.08.28 17:57:33.418507 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001547 sec., 42663.21913380737 rows/sec., 3.33 MiB/sec. | ||
10214 | 2024.08.28 17:57:33.418689 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Debug> DynamicQueryHandler: Done processing query | ||
10215 | 2024.08.28 17:57:33.418713 [ 3 ] {c55ec73f-b80f-4c3a-ac58-109733db9251} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10216 | 2024.08.28 17:57:33.418729 [ 3 ] {} <Debug> HTTP-Session: 5e612de8-b4b9-4802-8859-0c650120759b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.08.28 17:57:33.418894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10218 | 2024.08.28 17:57:33.418942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10219 | 2024.08.28 17:57:33.418961 [ 3 ] {} <Debug> HTTP-Session: 04355c62-da01-4a77-bcc7-6dbc55159921 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10220 | 2024.08.28 17:57:33.418977 [ 3 ] {} <Debug> HTTP-Session: 04355c62-da01-4a77-bcc7-6dbc55159921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10221 | 2024.08.28 17:57:33.418992 [ 3 ] {} <Debug> HTTP-Session: 04355c62-da01-4a77-bcc7-6dbc55159921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10222 | 2024.08.28 17:57:33.419023 [ 3 ] {} <Trace> HTTP-Session: 04355c62-da01-4a77-bcc7-6dbc55159921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10223 | 2024.08.28 17:57:33.419142 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10224 | 2024.08.28 17:57:33.419190 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10225 | 2024.08.28 17:57:33.419338 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10226 | 2024.08.28 17:57:33.419624 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10227 | 2024.08.28 17:57:33.419661 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10228 | 2024.08.28 17:57:33.420032 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10229 | 2024.08.28 17:57:33.420365 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10230 | 2024.08.28 17:57:33.420526 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.001415 sec., 23321.55477031802 rows/sec., 1.62 MiB/sec. | ||
10231 | 2024.08.28 17:57:33.420801 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Debug> DynamicQueryHandler: Done processing query | ||
10232 | 2024.08.28 17:57:33.420862 [ 3 ] {d29ed407-4e2a-4adf-b887-a51450e1aa5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10233 | 2024.08.28 17:57:33.420929 [ 3 ] {} <Debug> HTTP-Session: 04355c62-da01-4a77-bcc7-6dbc55159921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10234 | 2024.08.28 17:57:33.421144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10235 | 2024.08.28 17:57:33.421195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10236 | 2024.08.28 17:57:33.421215 [ 3 ] {} <Debug> HTTP-Session: f3a595f4-6079-42df-8fad-8a7993528f74 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10237 | 2024.08.28 17:57:33.421232 [ 3 ] {} <Debug> HTTP-Session: f3a595f4-6079-42df-8fad-8a7993528f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10238 | 2024.08.28 17:57:33.421247 [ 3 ] {} <Debug> HTTP-Session: f3a595f4-6079-42df-8fad-8a7993528f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10239 | 2024.08.28 17:57:33.421279 [ 3 ] {} <Trace> HTTP-Session: f3a595f4-6079-42df-8fad-8a7993528f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10240 | 2024.08.28 17:57:33.421383 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10241 | 2024.08.28 17:57:33.421430 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10242 | 2024.08.28 17:57:33.421573 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10243 | 2024.08.28 17:57:33.421831 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10244 | 2024.08.28 17:57:33.421866 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10245 | 2024.08.28 17:57:33.422224 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10246 | 2024.08.28 17:57:33.422542 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10247 | 2024.08.28 17:57:33.422698 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001335 sec., 8988.76404494382 rows/sec., 620.32 KiB/sec. | ||
10248 | 2024.08.28 17:57:33.422867 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Debug> DynamicQueryHandler: Done processing query | ||
10249 | 2024.08.28 17:57:33.422891 [ 3 ] {6276c32a-9dcb-4ee0-b0d0-6023b852db00} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10250 | 2024.08.28 17:57:33.422907 [ 3 ] {} <Debug> HTTP-Session: f3a595f4-6079-42df-8fad-8a7993528f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10251 | 2024.08.28 17:57:38.416132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10252 | 2024.08.28 17:57:38.416334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10253 | 2024.08.28 17:57:38.416382 [ 3 ] {} <Debug> HTTP-Session: d7c888c1-58c9-4a10-b391-4d2ac9f00dde Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10254 | 2024.08.28 17:57:38.416426 [ 3 ] {} <Debug> HTTP-Session: d7c888c1-58c9-4a10-b391-4d2ac9f00dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10255 | 2024.08.28 17:57:38.416454 [ 3 ] {} <Debug> HTTP-Session: d7c888c1-58c9-4a10-b391-4d2ac9f00dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10256 | 2024.08.28 17:57:38.416535 [ 3 ] {} <Trace> HTTP-Session: d7c888c1-58c9-4a10-b391-4d2ac9f00dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10257 | 2024.08.28 17:57:38.416855 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10258 | 2024.08.28 17:57:38.416968 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10259 | 2024.08.28 17:57:38.417336 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10260 | 2024.08.28 17:57:38.417813 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10261 | 2024.08.28 17:57:38.417863 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10262 | 2024.08.28 17:57:38.418307 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10263 | 2024.08.28 17:57:38.418706 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10264 | 2024.08.28 17:57:38.418873 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002128 sec., 27255.63909774436 rows/sec., 2.11 MiB/sec. | ||
10265 | 2024.08.28 17:57:38.418963 [ 153 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10266 | 2024.08.28 17:57:38.419090 [ 153 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10267 | 2024.08.28 17:57:38.419149 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10268 | 2024.08.28 17:57:38.419160 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Debug> DynamicQueryHandler: Done processing query | ||
10269 | 2024.08.28 17:57:38.419217 [ 3 ] {90fc240b-679d-4daf-8325-191abdfc91c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10270 | 2024.08.28 17:57:38.419273 [ 3 ] {} <Debug> HTTP-Session: d7c888c1-58c9-4a10-b391-4d2ac9f00dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10271 | 2024.08.28 17:57:38.419407 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10272 | 2024.08.28 17:57:38.419627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10273 | 2024.08.28 17:57:38.419833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10274 | 2024.08.28 17:57:38.419947 [ 3 ] {} <Debug> HTTP-Session: af1cacd4-4c1c-482d-836c-f008cb488422 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10275 | 2024.08.28 17:57:38.420038 [ 3 ] {} <Debug> HTTP-Session: af1cacd4-4c1c-482d-836c-f008cb488422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10276 | 2024.08.28 17:57:38.420126 [ 3 ] {} <Debug> HTTP-Session: af1cacd4-4c1c-482d-836c-f008cb488422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10277 | 2024.08.28 17:57:38.420132 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10278 | 2024.08.28 17:57:38.420277 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1413 rows starting from the beginning of the part | ||
10279 | 2024.08.28 17:57:38.420280 [ 3 ] {} <Trace> HTTP-Session: af1cacd4-4c1c-482d-836c-f008cb488422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10280 | 2024.08.28 17:57:38.420655 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10281 | 2024.08.28 17:57:38.420700 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 264 rows starting from the beginning of the part | ||
10282 | 2024.08.28 17:57:38.420828 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10283 | 2024.08.28 17:57:38.421154 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 59 rows starting from the beginning of the part | ||
10284 | 2024.08.28 17:57:38.421623 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1403 rows starting from the beginning of the part | ||
10285 | 2024.08.28 17:57:38.422056 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 57 rows starting from the beginning of the part | ||
10286 | 2024.08.28 17:57:38.422524 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part | ||
10287 | 2024.08.28 17:57:38.423349 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10288 | 2024.08.28 17:57:38.423815 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10289 | 2024.08.28 17:57:38.423864 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10290 | 2024.08.28 17:57:38.424404 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10291 | 2024.08.28 17:57:38.424821 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10292 | 2024.08.28 17:57:38.425029 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.004526 sec., 220.94564737074683 rows/sec., 16.61 KiB/sec. | ||
10293 | 2024.08.28 17:57:38.425725 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3254 rows, containing 5 columns (5 merged, 0 gathered) in 0.006453253 sec., 504241.8141672115 rows/sec., 44.20 MiB/sec. | ||
10294 | 2024.08.28 17:57:38.425825 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Debug> DynamicQueryHandler: Done processing query | ||
10295 | 2024.08.28 17:57:38.425893 [ 3 ] {8efd4592-9ea0-40c5-9616-46e92a93e0ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10296 | 2024.08.28 17:57:38.425963 [ 3 ] {} <Debug> HTTP-Session: af1cacd4-4c1c-482d-836c-f008cb488422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10297 | 2024.08.28 17:57:38.426118 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10298 | 2024.08.28 17:57:38.426234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10299 | 2024.08.28 17:57:38.426297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10300 | 2024.08.28 17:57:38.426321 [ 3 ] {} <Debug> HTTP-Session: 89782c05-f69f-4cce-bdbb-299e21c69d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10301 | 2024.08.28 17:57:38.426345 [ 3 ] {} <Debug> HTTP-Session: 89782c05-f69f-4cce-bdbb-299e21c69d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10302 | 2024.08.28 17:57:38.426363 [ 3 ] {} <Debug> HTTP-Session: 89782c05-f69f-4cce-bdbb-299e21c69d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10303 | 2024.08.28 17:57:38.426423 [ 3 ] {} <Trace> HTTP-Session: 89782c05-f69f-4cce-bdbb-299e21c69d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10304 | 2024.08.28 17:57:38.426593 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10305 | 2024.08.28 17:57:38.426646 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10306 | 2024.08.28 17:57:38.426725 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10307 | 2024.08.28 17:57:38.426830 [ 196 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_56_11} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10308 | 2024.08.28 17:57:38.426945 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
10309 | 2024.08.28 17:57:38.427008 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10310 | 2024.08.28 17:57:38.427379 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10311 | 2024.08.28 17:57:38.427417 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10312 | 2024.08.28 17:57:38.427774 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10313 | 2024.08.28 17:57:38.428134 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10314 | 2024.08.28 17:57:38.428284 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001733 sec., 37507.212925562606 rows/sec., 2.93 MiB/sec. | ||
10315 | 2024.08.28 17:57:38.428308 [ 153 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10316 | 2024.08.28 17:57:38.428413 [ 153 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10317 | 2024.08.28 17:57:38.428465 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10318 | 2024.08.28 17:57:38.428576 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Debug> DynamicQueryHandler: Done processing query | ||
10319 | 2024.08.28 17:57:38.428678 [ 3 ] {6c65fdff-0d62-4ebb-a457-6ccf398153ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10320 | 2024.08.28 17:57:38.428718 [ 3 ] {} <Debug> HTTP-Session: 89782c05-f69f-4cce-bdbb-299e21c69d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10321 | 2024.08.28 17:57:38.428728 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10322 | 2024.08.28 17:57:38.429106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10323 | 2024.08.28 17:57:38.429309 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10324 | 2024.08.28 17:57:38.429327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10325 | 2024.08.28 17:57:38.429408 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 911 rows starting from the beginning of the part | ||
10326 | 2024.08.28 17:57:38.429413 [ 3 ] {} <Debug> HTTP-Session: 340431b2-b2c9-42db-9b28-c0ae6b63b9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10327 | 2024.08.28 17:57:38.429474 [ 3 ] {} <Debug> HTTP-Session: 340431b2-b2c9-42db-9b28-c0ae6b63b9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10328 | 2024.08.28 17:57:38.429510 [ 3 ] {} <Debug> HTTP-Session: 340431b2-b2c9-42db-9b28-c0ae6b63b9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10329 | 2024.08.28 17:57:38.429691 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 424 rows starting from the beginning of the part | ||
10330 | 2024.08.28 17:57:38.429708 [ 3 ] {} <Trace> HTTP-Session: 340431b2-b2c9-42db-9b28-c0ae6b63b9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10331 | 2024.08.28 17:57:38.429907 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 67 rows starting from the beginning of the part | ||
10332 | 2024.08.28 17:57:38.430129 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 878 rows starting from the beginning of the part | ||
10333 | 2024.08.28 17:57:38.430234 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10334 | 2024.08.28 17:57:38.430409 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part | ||
10335 | 2024.08.28 17:57:38.430452 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10336 | 2024.08.28 17:57:38.430745 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 65 rows starting from the beginning of the part | ||
10337 | 2024.08.28 17:57:38.431553 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10338 | 2024.08.28 17:57:38.432442 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10339 | 2024.08.28 17:57:38.432513 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10340 | 2024.08.28 17:57:38.433381 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10341 | 2024.08.28 17:57:38.434106 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561844 sec., 433489.3247635137 rows/sec., 33.24 MiB/sec. | ||
10342 | 2024.08.28 17:57:38.434243 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10343 | 2024.08.28 17:57:38.434372 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10344 | 2024.08.28 17:57:38.434604 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004618 sec., 34647.0333477696 rows/sec., 2.41 MiB/sec. | ||
10345 | 2024.08.28 17:57:38.435154 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Debug> DynamicQueryHandler: Done processing query | ||
10346 | 2024.08.28 17:57:38.435259 [ 3 ] {653158b8-0c40-4ae6-ac74-b63d46d78529} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10347 | 2024.08.28 17:57:38.435375 [ 3 ] {} <Debug> HTTP-Session: 340431b2-b2c9-42db-9b28-c0ae6b63b9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10348 | 2024.08.28 17:57:38.435733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10349 | 2024.08.28 17:57:38.435885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10350 | 2024.08.28 17:57:38.435959 [ 3 ] {} <Debug> HTTP-Session: 61fca2af-7e55-413f-b302-4b58f49fed7d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10351 | 2024.08.28 17:57:38.435991 [ 3 ] {} <Debug> HTTP-Session: 61fca2af-7e55-413f-b302-4b58f49fed7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10352 | 2024.08.28 17:57:38.436025 [ 3 ] {} <Debug> HTTP-Session: 61fca2af-7e55-413f-b302-4b58f49fed7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10353 | 2024.08.28 17:57:38.436088 [ 3 ] {} <Trace> HTTP-Session: 61fca2af-7e55-413f-b302-4b58f49fed7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10354 | 2024.08.28 17:57:38.436298 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10355 | 2024.08.28 17:57:38.436318 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10356 | 2024.08.28 17:57:38.436481 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10357 | 2024.08.28 17:57:38.436534 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_56_11} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10358 | 2024.08.28 17:57:38.436775 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10359 | 2024.08.28 17:57:38.437212 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10360 | 2024.08.28 17:57:38.437694 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2024.08.28 17:57:38.437732 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10362 | 2024.08.28 17:57:38.438327 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10363 | 2024.08.28 17:57:38.438746 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10364 | 2024.08.28 17:57:38.438939 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00274 sec., 364.9635036496351 rows/sec., 669.69 KiB/sec. | ||
10365 | 2024.08.28 17:57:38.439172 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Debug> DynamicQueryHandler: Done processing query | ||
10366 | 2024.08.28 17:57:38.439197 [ 3 ] {ac79ff07-ff63-4128-a485-bb826fe3c642} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10367 | 2024.08.28 17:57:38.439214 [ 3 ] {} <Debug> HTTP-Session: 61fca2af-7e55-413f-b302-4b58f49fed7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.08.28 17:57:38.439351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10369 | 2024.08.28 17:57:38.439399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10370 | 2024.08.28 17:57:38.439418 [ 3 ] {} <Debug> HTTP-Session: 67471a9d-3454-469f-af00-c16a8d34437a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10371 | 2024.08.28 17:57:38.439434 [ 3 ] {} <Debug> HTTP-Session: 67471a9d-3454-469f-af00-c16a8d34437a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10372 | 2024.08.28 17:57:38.439449 [ 3 ] {} <Debug> HTTP-Session: 67471a9d-3454-469f-af00-c16a8d34437a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10373 | 2024.08.28 17:57:38.439483 [ 3 ] {} <Trace> HTTP-Session: 67471a9d-3454-469f-af00-c16a8d34437a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10374 | 2024.08.28 17:57:38.439614 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10375 | 2024.08.28 17:57:38.439660 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10376 | 2024.08.28 17:57:38.439788 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10377 | 2024.08.28 17:57:38.440095 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10378 | 2024.08.28 17:57:38.440130 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
10379 | 2024.08.28 17:57:38.440487 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10380 | 2024.08.28 17:57:38.440798 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10381 | 2024.08.28 17:57:38.440954 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
10382 | 2024.08.28 17:57:38.441241 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Debug> DynamicQueryHandler: Done processing query | ||
10383 | 2024.08.28 17:57:38.441293 [ 3 ] {9c5b6929-0a6c-4db0-99d8-afd866927e39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10384 | 2024.08.28 17:57:38.441333 [ 3 ] {} <Debug> HTTP-Session: 67471a9d-3454-469f-af00-c16a8d34437a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.08.28 17:57:43.422993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10386 | 2024.08.28 17:57:43.423151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10387 | 2024.08.28 17:57:43.423181 [ 3 ] {} <Debug> HTTP-Session: 483173c5-eb21-4b4c-b62b-25e2de6f8bae Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10388 | 2024.08.28 17:57:43.423209 [ 3 ] {} <Debug> HTTP-Session: 483173c5-eb21-4b4c-b62b-25e2de6f8bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10389 | 2024.08.28 17:57:43.423224 [ 3 ] {} <Debug> HTTP-Session: 483173c5-eb21-4b4c-b62b-25e2de6f8bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10390 | 2024.08.28 17:57:43.423279 [ 3 ] {} <Trace> HTTP-Session: 483173c5-eb21-4b4c-b62b-25e2de6f8bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10391 | 2024.08.28 17:57:43.423561 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10392 | 2024.08.28 17:57:43.423631 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10393 | 2024.08.28 17:57:43.423975 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10394 | 2024.08.28 17:57:43.424593 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10395 | 2024.08.28 17:57:43.424639 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10396 | 2024.08.28 17:57:43.425098 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10397 | 2024.08.28 17:57:43.425497 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10398 | 2024.08.28 17:57:43.425662 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002218 sec., 117673.57980162308 rows/sec., 10.45 MiB/sec. | ||
10399 | 2024.08.28 17:57:43.425910 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Debug> DynamicQueryHandler: Done processing query | ||
10400 | 2024.08.28 17:57:43.425937 [ 3 ] {1c4f1400-d751-4cf1-ac59-300c72f0e21f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10401 | 2024.08.28 17:57:43.425954 [ 3 ] {} <Debug> HTTP-Session: 483173c5-eb21-4b4c-b62b-25e2de6f8bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10402 | 2024.08.28 17:57:43.426098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10403 | 2024.08.28 17:57:43.426148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10404 | 2024.08.28 17:57:43.426167 [ 3 ] {} <Debug> HTTP-Session: a87f3805-b35d-431b-9928-e7d2b8195aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10405 | 2024.08.28 17:57:43.426184 [ 3 ] {} <Debug> HTTP-Session: a87f3805-b35d-431b-9928-e7d2b8195aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10406 | 2024.08.28 17:57:43.426198 [ 3 ] {} <Debug> HTTP-Session: a87f3805-b35d-431b-9928-e7d2b8195aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10407 | 2024.08.28 17:57:43.426229 [ 3 ] {} <Trace> HTTP-Session: a87f3805-b35d-431b-9928-e7d2b8195aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10408 | 2024.08.28 17:57:43.426338 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10409 | 2024.08.28 17:57:43.426382 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10410 | 2024.08.28 17:57:43.426613 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10411 | 2024.08.28 17:57:43.427036 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10412 | 2024.08.28 17:57:43.427073 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10413 | 2024.08.28 17:57:43.427424 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10414 | 2024.08.28 17:57:43.427774 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10415 | 2024.08.28 17:57:43.427930 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.00162 sec., 22222.222222222223 rows/sec., 1.63 MiB/sec. | ||
10416 | 2024.08.28 17:57:43.428197 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Debug> DynamicQueryHandler: Done processing query | ||
10417 | 2024.08.28 17:57:43.428256 [ 3 ] {0c40035e-2335-421f-b9a9-591ff5f6ef11} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10418 | 2024.08.28 17:57:43.428310 [ 3 ] {} <Debug> HTTP-Session: a87f3805-b35d-431b-9928-e7d2b8195aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10419 | 2024.08.28 17:57:43.428529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10420 | 2024.08.28 17:57:43.428582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10421 | 2024.08.28 17:57:43.428601 [ 3 ] {} <Debug> HTTP-Session: 67a04f35-1c45-4197-b7ef-bdcac6c61555 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10422 | 2024.08.28 17:57:43.428618 [ 3 ] {} <Debug> HTTP-Session: 67a04f35-1c45-4197-b7ef-bdcac6c61555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10423 | 2024.08.28 17:57:43.428632 [ 3 ] {} <Debug> HTTP-Session: 67a04f35-1c45-4197-b7ef-bdcac6c61555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10424 | 2024.08.28 17:57:43.428664 [ 3 ] {} <Trace> HTTP-Session: 67a04f35-1c45-4197-b7ef-bdcac6c61555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10425 | 2024.08.28 17:57:43.428769 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10426 | 2024.08.28 17:57:43.428815 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10427 | 2024.08.28 17:57:43.429053 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10428 | 2024.08.28 17:57:43.429383 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10429 | 2024.08.28 17:57:43.429419 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10430 | 2024.08.28 17:57:43.429765 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10431 | 2024.08.28 17:57:43.430116 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10432 | 2024.08.28 17:57:43.430269 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec. | ||
10433 | 2024.08.28 17:57:43.430450 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Debug> DynamicQueryHandler: Done processing query | ||
10434 | 2024.08.28 17:57:43.430475 [ 3 ] {9019a02b-0f2b-4fac-a492-73746ec3da3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10435 | 2024.08.28 17:57:43.430491 [ 3 ] {} <Debug> HTTP-Session: 67a04f35-1c45-4197-b7ef-bdcac6c61555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10436 | 2024.08.28 17:57:43.430652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10437 | 2024.08.28 17:57:43.430698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10438 | 2024.08.28 17:57:43.430717 [ 3 ] {} <Debug> HTTP-Session: d1590990-da54-4208-a094-af1516a77cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10439 | 2024.08.28 17:57:43.430734 [ 3 ] {} <Debug> HTTP-Session: d1590990-da54-4208-a094-af1516a77cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10440 | 2024.08.28 17:57:43.430748 [ 3 ] {} <Debug> HTTP-Session: d1590990-da54-4208-a094-af1516a77cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10441 | 2024.08.28 17:57:43.430779 [ 3 ] {} <Trace> HTTP-Session: d1590990-da54-4208-a094-af1516a77cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10442 | 2024.08.28 17:57:43.430875 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10443 | 2024.08.28 17:57:43.430917 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10444 | 2024.08.28 17:57:43.431141 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10445 | 2024.08.28 17:57:43.431455 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10446 | 2024.08.28 17:57:43.431493 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10447 | 2024.08.28 17:57:43.431840 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10448 | 2024.08.28 17:57:43.432200 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10449 | 2024.08.28 17:57:43.432358 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 235.70 KiB/sec. | ||
10450 | 2024.08.28 17:57:43.432532 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Debug> DynamicQueryHandler: Done processing query | ||
10451 | 2024.08.28 17:57:43.432556 [ 3 ] {0e7eaa17-d880-4895-a1aa-4472eee34d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10452 | 2024.08.28 17:57:43.432572 [ 3 ] {} <Debug> HTTP-Session: d1590990-da54-4208-a094-af1516a77cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10453 | 2024.08.28 17:57:43.432790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10454 | 2024.08.28 17:57:43.432837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10455 | 2024.08.28 17:57:43.432857 [ 3 ] {} <Debug> HTTP-Session: 1a68b380-7219-4dff-81b1-55bbed95fe0b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10456 | 2024.08.28 17:57:43.432873 [ 3 ] {} <Debug> HTTP-Session: 1a68b380-7219-4dff-81b1-55bbed95fe0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10457 | 2024.08.28 17:57:43.432887 [ 3 ] {} <Debug> HTTP-Session: 1a68b380-7219-4dff-81b1-55bbed95fe0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10458 | 2024.08.28 17:57:43.432917 [ 3 ] {} <Trace> HTTP-Session: 1a68b380-7219-4dff-81b1-55bbed95fe0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10459 | 2024.08.28 17:57:43.433138 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10460 | 2024.08.28 17:57:43.433181 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10461 | 2024.08.28 17:57:43.433402 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10462 | 2024.08.28 17:57:43.434032 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10463 | 2024.08.28 17:57:43.434069 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10464 | 2024.08.28 17:57:43.434436 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10465 | 2024.08.28 17:57:43.434787 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10466 | 2024.08.28 17:57:43.434937 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.001905 sec., 219422.57217847768 rows/sec., 15.67 MiB/sec. | ||
10467 | 2024.08.28 17:57:43.435099 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Debug> DynamicQueryHandler: Done processing query | ||
10468 | 2024.08.28 17:57:43.435124 [ 3 ] {fa1db1ef-86de-412f-ba05-9766454339ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10469 | 2024.08.28 17:57:43.435140 [ 3 ] {} <Debug> HTTP-Session: 1a68b380-7219-4dff-81b1-55bbed95fe0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10470 | 2024.08.28 17:57:43.435331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10471 | 2024.08.28 17:57:43.435377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10472 | 2024.08.28 17:57:43.435395 [ 3 ] {} <Debug> HTTP-Session: 57b519d3-f137-46d0-affe-e586f047739f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10473 | 2024.08.28 17:57:43.435411 [ 3 ] {} <Debug> HTTP-Session: 57b519d3-f137-46d0-affe-e586f047739f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10474 | 2024.08.28 17:57:43.435425 [ 3 ] {} <Debug> HTTP-Session: 57b519d3-f137-46d0-affe-e586f047739f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10475 | 2024.08.28 17:57:43.435456 [ 3 ] {} <Trace> HTTP-Session: 57b519d3-f137-46d0-affe-e586f047739f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10476 | 2024.08.28 17:57:43.435551 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10477 | 2024.08.28 17:57:43.435597 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10478 | 2024.08.28 17:57:43.435724 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10479 | 2024.08.28 17:57:43.436001 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10480 | 2024.08.28 17:57:43.436037 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10481 | 2024.08.28 17:57:43.436389 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10482 | 2024.08.28 17:57:43.436716 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10483 | 2024.08.28 17:57:43.436877 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
10484 | 2024.08.28 17:57:43.437145 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Debug> DynamicQueryHandler: Done processing query | ||
10485 | 2024.08.28 17:57:43.437173 [ 3 ] {6e0f60fa-f635-4484-bf3d-6f82f73b3815} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10486 | 2024.08.28 17:57:43.437190 [ 3 ] {} <Debug> HTTP-Session: 57b519d3-f137-46d0-affe-e586f047739f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10487 | 2024.08.28 17:57:43.437361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10488 | 2024.08.28 17:57:43.437409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10489 | 2024.08.28 17:57:43.437428 [ 3 ] {} <Debug> HTTP-Session: a2fdf5c7-3059-4a24-aa11-6e97dbded559 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10490 | 2024.08.28 17:57:43.437445 [ 3 ] {} <Debug> HTTP-Session: a2fdf5c7-3059-4a24-aa11-6e97dbded559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10491 | 2024.08.28 17:57:43.437458 [ 3 ] {} <Debug> HTTP-Session: a2fdf5c7-3059-4a24-aa11-6e97dbded559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10492 | 2024.08.28 17:57:43.437488 [ 3 ] {} <Trace> HTTP-Session: a2fdf5c7-3059-4a24-aa11-6e97dbded559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10493 | 2024.08.28 17:57:43.437668 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10494 | 2024.08.28 17:57:43.437715 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10495 | 2024.08.28 17:57:43.437881 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10496 | 2024.08.28 17:57:43.438286 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10497 | 2024.08.28 17:57:43.438323 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10498 | 2024.08.28 17:57:43.438703 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10499 | 2024.08.28 17:57:43.439041 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10500 | 2024.08.28 17:57:43.439205 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001617 sec., 146567.71799628943 rows/sec., 9.82 MiB/sec. | ||
10501 | 2024.08.28 17:57:43.439469 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Debug> DynamicQueryHandler: Done processing query | ||
10502 | 2024.08.28 17:57:43.439523 [ 3 ] {fd45035c-e7f2-405c-b13a-254e5c833354} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10503 | 2024.08.28 17:57:43.439577 [ 3 ] {} <Debug> HTTP-Session: a2fdf5c7-3059-4a24-aa11-6e97dbded559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10504 | 2024.08.28 17:57:43.439792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10505 | 2024.08.28 17:57:43.439842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10506 | 2024.08.28 17:57:43.439861 [ 3 ] {} <Debug> HTTP-Session: 240426c5-b194-42d5-a50f-dd4cf9c7987d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10507 | 2024.08.28 17:57:43.439878 [ 3 ] {} <Debug> HTTP-Session: 240426c5-b194-42d5-a50f-dd4cf9c7987d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10508 | 2024.08.28 17:57:43.439892 [ 3 ] {} <Debug> HTTP-Session: 240426c5-b194-42d5-a50f-dd4cf9c7987d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10509 | 2024.08.28 17:57:43.439924 [ 3 ] {} <Trace> HTTP-Session: 240426c5-b194-42d5-a50f-dd4cf9c7987d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10510 | 2024.08.28 17:57:43.440020 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10511 | 2024.08.28 17:57:43.440067 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10512 | 2024.08.28 17:57:43.440211 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10513 | 2024.08.28 17:57:43.440463 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10514 | 2024.08.28 17:57:43.440499 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10515 | 2024.08.28 17:57:43.440848 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10516 | 2024.08.28 17:57:43.441176 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10517 | 2024.08.28 17:57:43.441330 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec. | ||
10518 | 2024.08.28 17:57:43.441498 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Debug> DynamicQueryHandler: Done processing query | ||
10519 | 2024.08.28 17:57:43.441522 [ 3 ] {0eff99a6-5113-4520-b6a1-4c5f3c3e7a37} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10520 | 2024.08.28 17:57:43.441538 [ 3 ] {} <Debug> HTTP-Session: 240426c5-b194-42d5-a50f-dd4cf9c7987d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10521 | 2024.08.28 17:57:43.441726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10522 | 2024.08.28 17:57:43.441774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10523 | 2024.08.28 17:57:43.441792 [ 3 ] {} <Debug> HTTP-Session: 6e70cbb1-3974-404a-b62d-ee1517cec060 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10524 | 2024.08.28 17:57:43.441809 [ 3 ] {} <Debug> HTTP-Session: 6e70cbb1-3974-404a-b62d-ee1517cec060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10525 | 2024.08.28 17:57:43.441823 [ 3 ] {} <Debug> HTTP-Session: 6e70cbb1-3974-404a-b62d-ee1517cec060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10526 | 2024.08.28 17:57:43.441854 [ 3 ] {} <Trace> HTTP-Session: 6e70cbb1-3974-404a-b62d-ee1517cec060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10527 | 2024.08.28 17:57:43.442228 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10528 | 2024.08.28 17:57:43.442294 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10529 | 2024.08.28 17:57:43.442713 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10530 | 2024.08.28 17:57:43.443379 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10531 | 2024.08.28 17:57:43.443415 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10532 | 2024.08.28 17:57:43.444186 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10533 | 2024.08.28 17:57:43.444733 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10534 | 2024.08.28 17:57:43.444981 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003039 sec., 11846.001974333662 rows/sec., 21.23 MiB/sec. | ||
10535 | 2024.08.28 17:57:43.445258 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Debug> DynamicQueryHandler: Done processing query | ||
10536 | 2024.08.28 17:57:43.445288 [ 3 ] {5891dfe1-a866-4406-a7f6-e8536bd2e6a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10537 | 2024.08.28 17:57:43.445309 [ 3 ] {} <Debug> HTTP-Session: 6e70cbb1-3974-404a-b62d-ee1517cec060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10538 | 2024.08.28 17:57:43.445481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10539 | 2024.08.28 17:57:43.445547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10540 | 2024.08.28 17:57:43.445573 [ 3 ] {} <Debug> HTTP-Session: 83cf9417-8c41-4660-8590-490823ef9e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10541 | 2024.08.28 17:57:43.445595 [ 3 ] {} <Debug> HTTP-Session: 83cf9417-8c41-4660-8590-490823ef9e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10542 | 2024.08.28 17:57:43.445613 [ 3 ] {} <Debug> HTTP-Session: 83cf9417-8c41-4660-8590-490823ef9e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10543 | 2024.08.28 17:57:43.445650 [ 3 ] {} <Trace> HTTP-Session: 83cf9417-8c41-4660-8590-490823ef9e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10544 | 2024.08.28 17:57:43.445803 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10545 | 2024.08.28 17:57:43.445856 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10546 | 2024.08.28 17:57:43.446020 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10547 | 2024.08.28 17:57:43.446392 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10548 | 2024.08.28 17:57:43.446426 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10549 | 2024.08.28 17:57:43.446762 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10550 | 2024.08.28 17:57:43.447076 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10551 | 2024.08.28 17:57:43.447296 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec. | ||
10552 | 2024.08.28 17:57:43.447485 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Debug> DynamicQueryHandler: Done processing query | ||
10553 | 2024.08.28 17:57:43.447521 [ 3 ] {49a2cbee-ed25-4cc7-a7a5-183634ee3c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10554 | 2024.08.28 17:57:43.447547 [ 3 ] {} <Debug> HTTP-Session: 83cf9417-8c41-4660-8590-490823ef9e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.08.28 17:57:48.011928 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10556 | 2024.08.28 17:57:48.012004 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10557 | 2024.08.28 17:57:48.416406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10558 | 2024.08.28 17:57:48.416542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10559 | 2024.08.28 17:57:48.416571 [ 3 ] {} <Debug> HTTP-Session: de63edeb-0bdd-4ea3-8c4f-8964fb328bba Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10560 | 2024.08.28 17:57:48.416600 [ 3 ] {} <Debug> HTTP-Session: de63edeb-0bdd-4ea3-8c4f-8964fb328bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10561 | 2024.08.28 17:57:48.416619 [ 3 ] {} <Debug> HTTP-Session: de63edeb-0bdd-4ea3-8c4f-8964fb328bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10562 | 2024.08.28 17:57:48.416677 [ 3 ] {} <Trace> HTTP-Session: de63edeb-0bdd-4ea3-8c4f-8964fb328bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10563 | 2024.08.28 17:57:48.416909 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10564 | 2024.08.28 17:57:48.416987 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10565 | 2024.08.28 17:57:48.417381 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10566 | 2024.08.28 17:57:48.417864 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10567 | 2024.08.28 17:57:48.417912 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10568 | 2024.08.28 17:57:48.418342 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10569 | 2024.08.28 17:57:48.418724 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10570 | 2024.08.28 17:57:48.418895 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002063 sec., 28114.39650993698 rows/sec., 2.18 MiB/sec. | ||
10571 | 2024.08.28 17:57:48.419130 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Debug> DynamicQueryHandler: Done processing query | ||
10572 | 2024.08.28 17:57:48.419157 [ 3 ] {9357da0f-0eb7-4995-a399-c025cd6241f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10573 | 2024.08.28 17:57:48.419174 [ 3 ] {} <Debug> HTTP-Session: de63edeb-0bdd-4ea3-8c4f-8964fb328bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10574 | 2024.08.28 17:57:48.419330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10575 | 2024.08.28 17:57:48.419383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10576 | 2024.08.28 17:57:48.419404 [ 3 ] {} <Debug> HTTP-Session: 8a8a4baf-9d76-4408-9a66-1b890e6093cf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10577 | 2024.08.28 17:57:48.419422 [ 3 ] {} <Debug> HTTP-Session: 8a8a4baf-9d76-4408-9a66-1b890e6093cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10578 | 2024.08.28 17:57:48.419436 [ 3 ] {} <Debug> HTTP-Session: 8a8a4baf-9d76-4408-9a66-1b890e6093cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10579 | 2024.08.28 17:57:48.419472 [ 3 ] {} <Trace> HTTP-Session: 8a8a4baf-9d76-4408-9a66-1b890e6093cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10580 | 2024.08.28 17:57:48.419574 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10581 | 2024.08.28 17:57:48.419622 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10582 | 2024.08.28 17:57:48.419866 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10583 | 2024.08.28 17:57:48.420180 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10584 | 2024.08.28 17:57:48.420217 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10585 | 2024.08.28 17:57:48.420557 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10586 | 2024.08.28 17:57:48.420913 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10587 | 2024.08.28 17:57:48.421082 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 49.44 KiB/sec. | ||
10588 | 2024.08.28 17:57:48.421396 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Debug> DynamicQueryHandler: Done processing query | ||
10589 | 2024.08.28 17:57:48.421454 [ 3 ] {d1193c83-a60e-43b7-b2bb-5e4ead4da1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10590 | 2024.08.28 17:57:48.421495 [ 3 ] {} <Debug> HTTP-Session: 8a8a4baf-9d76-4408-9a66-1b890e6093cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10591 | 2024.08.28 17:57:48.421660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10592 | 2024.08.28 17:57:48.421710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10593 | 2024.08.28 17:57:48.421730 [ 3 ] {} <Debug> HTTP-Session: 016da9a7-da3e-45f6-9816-ac57db527a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10594 | 2024.08.28 17:57:48.421747 [ 3 ] {} <Debug> HTTP-Session: 016da9a7-da3e-45f6-9816-ac57db527a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10595 | 2024.08.28 17:57:48.421761 [ 3 ] {} <Debug> HTTP-Session: 016da9a7-da3e-45f6-9816-ac57db527a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10596 | 2024.08.28 17:57:48.421793 [ 3 ] {} <Trace> HTTP-Session: 016da9a7-da3e-45f6-9816-ac57db527a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10597 | 2024.08.28 17:57:48.421914 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10598 | 2024.08.28 17:57:48.421958 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10599 | 2024.08.28 17:57:48.422202 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10600 | 2024.08.28 17:57:48.422563 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10601 | 2024.08.28 17:57:48.422599 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10602 | 2024.08.28 17:57:48.422942 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10603 | 2024.08.28 17:57:48.423309 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10604 | 2024.08.28 17:57:48.423472 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00159 sec., 40880.50314465409 rows/sec., 3.19 MiB/sec. | ||
10605 | 2024.08.28 17:57:48.423632 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Debug> DynamicQueryHandler: Done processing query | ||
10606 | 2024.08.28 17:57:48.423657 [ 3 ] {33e16f79-dc38-4a83-83a8-b70bce75a1a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10607 | 2024.08.28 17:57:48.423674 [ 3 ] {} <Debug> HTTP-Session: 016da9a7-da3e-45f6-9816-ac57db527a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10608 | 2024.08.28 17:57:48.423840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10609 | 2024.08.28 17:57:48.423888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10610 | 2024.08.28 17:57:48.423908 [ 3 ] {} <Debug> HTTP-Session: e77c15d4-ced1-454a-bcbd-10724f8429b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10611 | 2024.08.28 17:57:48.423925 [ 3 ] {} <Debug> HTTP-Session: e77c15d4-ced1-454a-bcbd-10724f8429b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10612 | 2024.08.28 17:57:48.423939 [ 3 ] {} <Debug> HTTP-Session: e77c15d4-ced1-454a-bcbd-10724f8429b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10613 | 2024.08.28 17:57:48.423971 [ 3 ] {} <Trace> HTTP-Session: e77c15d4-ced1-454a-bcbd-10724f8429b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10614 | 2024.08.28 17:57:48.424118 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10615 | 2024.08.28 17:57:48.424166 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10616 | 2024.08.28 17:57:48.424311 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10617 | 2024.08.28 17:57:48.424706 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10618 | 2024.08.28 17:57:48.424742 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10619 | 2024.08.28 17:57:48.425121 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10620 | 2024.08.28 17:57:48.425460 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10621 | 2024.08.28 17:57:48.425626 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
10622 | 2024.08.28 17:57:48.425626 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10623 | 2024.08.28 17:57:48.425744 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10624 | 2024.08.28 17:57:48.425794 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10625 | 2024.08.28 17:57:48.425874 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Debug> DynamicQueryHandler: Done processing query | ||
10626 | 2024.08.28 17:57:48.425916 [ 3 ] {18642581-e8b7-4b02-b453-a9ad73ed45d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10627 | 2024.08.28 17:57:48.425941 [ 3 ] {} <Debug> HTTP-Session: e77c15d4-ced1-454a-bcbd-10724f8429b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10628 | 2024.08.28 17:57:48.425970 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10629 | 2024.08.28 17:57:48.426086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10630 | 2024.08.28 17:57:48.426149 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10631 | 2024.08.28 17:57:48.426179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10632 | 2024.08.28 17:57:48.426195 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14653 rows starting from the beginning of the part | ||
10633 | 2024.08.28 17:57:48.426215 [ 3 ] {} <Debug> HTTP-Session: 3db3af3a-0a38-46a7-9abd-35c98ef3d235 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10634 | 2024.08.28 17:57:48.426243 [ 3 ] {} <Debug> HTTP-Session: 3db3af3a-0a38-46a7-9abd-35c98ef3d235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10635 | 2024.08.28 17:57:48.426275 [ 3 ] {} <Debug> HTTP-Session: 3db3af3a-0a38-46a7-9abd-35c98ef3d235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.08.28 17:57:48.426351 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 891 rows starting from the beginning of the part | ||
10637 | 2024.08.28 17:57:48.426405 [ 3 ] {} <Trace> HTTP-Session: 3db3af3a-0a38-46a7-9abd-35c98ef3d235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10638 | 2024.08.28 17:57:48.426672 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part | ||
10639 | 2024.08.28 17:57:48.426788 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10640 | 2024.08.28 17:57:48.427009 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
10641 | 2024.08.28 17:57:48.427244 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10642 | 2024.08.28 17:57:48.427473 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
10643 | 2024.08.28 17:57:48.427855 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
10644 | 2024.08.28 17:57:48.429146 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10645 | 2024.08.28 17:57:48.429615 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10646 | 2024.08.28 17:57:48.429656 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10647 | 2024.08.28 17:57:48.430580 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10648 | 2024.08.28 17:57:48.431437 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10649 | 2024.08.28 17:57:48.431678 [ 82 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10650 | 2024.08.28 17:57:48.431703 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.005053 sec., 197.90223629527014 rows/sec., 363.14 KiB/sec. | ||
10651 | 2024.08.28 17:57:48.431747 [ 82 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10652 | 2024.08.28 17:57:48.431834 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10653 | 2024.08.28 17:57:48.432610 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Debug> DynamicQueryHandler: Done processing query | ||
10654 | 2024.08.28 17:57:48.432620 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
10655 | 2024.08.28 17:57:48.432647 [ 3 ] {b9f13157-fe20-4b3b-8c2a-7dad5a442dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10656 | 2024.08.28 17:57:48.432698 [ 3 ] {} <Debug> HTTP-Session: 3db3af3a-0a38-46a7-9abd-35c98ef3d235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.08.28 17:57:48.432882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10658 | 2024.08.28 17:57:48.433043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10659 | 2024.08.28 17:57:48.433132 [ 3 ] {} <Debug> HTTP-Session: 91c21700-f868-473c-9f52-23a93993973f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10660 | 2024.08.28 17:57:48.433179 [ 3 ] {} <Debug> HTTP-Session: 91c21700-f868-473c-9f52-23a93993973f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10661 | 2024.08.28 17:57:48.433220 [ 3 ] {} <Debug> HTTP-Session: 91c21700-f868-473c-9f52-23a93993973f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10662 | 2024.08.28 17:57:48.433308 [ 3 ] {} <Trace> HTTP-Session: 91c21700-f868-473c-9f52-23a93993973f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10663 | 2024.08.28 17:57:48.433577 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10664 | 2024.08.28 17:57:48.433601 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10665 | 2024.08.28 17:57:48.433760 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10666 | 2024.08.28 17:57:48.433805 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 846 rows starting from the beginning of the part | ||
10667 | 2024.08.28 17:57:48.434877 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10668 | 2024.08.28 17:57:48.435335 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
10669 | 2024.08.28 17:57:48.435379 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16134 rows, containing 5 columns (5 merged, 0 gathered) in 0.009483281 sec., 1701309.9158403089 rows/sec., 114.74 MiB/sec. | ||
10670 | 2024.08.28 17:57:48.436054 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10671 | 2024.08.28 17:57:48.436539 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
10672 | 2024.08.28 17:57:48.436646 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10673 | 2024.08.28 17:57:48.436765 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10674 | 2024.08.28 17:57:48.438357 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
10675 | 2024.08.28 17:57:48.438438 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10676 | 2024.08.28 17:57:48.438749 [ 192 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10677 | 2024.08.28 17:57:48.438841 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10678 | 2024.08.28 17:57:48.439123 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
10679 | 2024.08.28 17:57:48.439538 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
10680 | 2024.08.28 17:57:48.440089 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
10681 | 2024.08.28 17:57:48.440147 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10682 | 2024.08.28 17:57:48.440746 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007239 sec., 8288.437629506838 rows/sec., 571.99 KiB/sec. | ||
10683 | 2024.08.28 17:57:48.441131 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Debug> DynamicQueryHandler: Done processing query | ||
10684 | 2024.08.28 17:57:48.441199 [ 3 ] {29cdba4a-5bcc-49b7-a895-0a519ccbde74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10685 | 2024.08.28 17:57:48.441232 [ 3 ] {} <Debug> HTTP-Session: 91c21700-f868-473c-9f52-23a93993973f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10686 | 2024.08.28 17:57:48.453859 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 921 rows, containing 19 columns (19 merged, 0 gathered) in 0.021724074 sec., 42395.36285873451 rows/sec., 75.97 MiB/sec. | ||
10687 | 2024.08.28 17:57:48.454706 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10688 | 2024.08.28 17:57:48.455288 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10689 | 2024.08.28 17:57:48.455372 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10690 | 2024.08.28 17:57:48.455490 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.15 MiB. | ||
10691 | 2024.08.28 17:57:49.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.50 MiB, peak 208.62 MiB, free memory in arenas 0.00 B, will set to 199.40 MiB (RSS), difference: 1.90 MiB | ||
10692 | 2024.08.28 17:57:53.421799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10693 | 2024.08.28 17:57:53.421923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10694 | 2024.08.28 17:57:53.421950 [ 3 ] {} <Debug> HTTP-Session: 0efafd67-2ea7-420a-a290-9fdd4981910e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10695 | 2024.08.28 17:57:53.421975 [ 3 ] {} <Debug> HTTP-Session: 0efafd67-2ea7-420a-a290-9fdd4981910e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10696 | 2024.08.28 17:57:53.421990 [ 3 ] {} <Debug> HTTP-Session: 0efafd67-2ea7-420a-a290-9fdd4981910e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10697 | 2024.08.28 17:57:53.422042 [ 3 ] {} <Trace> HTTP-Session: 0efafd67-2ea7-420a-a290-9fdd4981910e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10698 | 2024.08.28 17:57:53.422247 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10699 | 2024.08.28 17:57:53.422324 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10700 | 2024.08.28 17:57:53.422670 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10701 | 2024.08.28 17:57:53.423147 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10702 | 2024.08.28 17:57:53.423196 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10703 | 2024.08.28 17:57:53.423639 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10704 | 2024.08.28 17:57:53.424040 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10705 | 2024.08.28 17:57:53.424190 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002001 sec., 999.5002498750624 rows/sec., 81.50 KiB/sec. | ||
10706 | 2024.08.28 17:57:53.424489 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Debug> DynamicQueryHandler: Done processing query | ||
10707 | 2024.08.28 17:57:53.424518 [ 3 ] {91a914fd-693e-43b4-94d5-d87255607fc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10708 | 2024.08.28 17:57:53.424534 [ 3 ] {} <Debug> HTTP-Session: 0efafd67-2ea7-420a-a290-9fdd4981910e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10709 | 2024.08.28 17:57:53.424741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10710 | 2024.08.28 17:57:53.424796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10711 | 2024.08.28 17:57:53.424843 [ 3 ] {} <Debug> HTTP-Session: a945893d-e2e8-4ee8-9323-756cdbc93c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10712 | 2024.08.28 17:57:53.424862 [ 3 ] {} <Debug> HTTP-Session: a945893d-e2e8-4ee8-9323-756cdbc93c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10713 | 2024.08.28 17:57:53.424877 [ 3 ] {} <Debug> HTTP-Session: a945893d-e2e8-4ee8-9323-756cdbc93c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10714 | 2024.08.28 17:57:53.424914 [ 3 ] {} <Trace> HTTP-Session: a945893d-e2e8-4ee8-9323-756cdbc93c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10715 | 2024.08.28 17:57:53.425103 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10716 | 2024.08.28 17:57:53.425150 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10717 | 2024.08.28 17:57:53.425404 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10718 | 2024.08.28 17:57:53.426216 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10719 | 2024.08.28 17:57:53.426255 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10720 | 2024.08.28 17:57:53.426649 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10721 | 2024.08.28 17:57:53.427025 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10722 | 2024.08.28 17:57:53.427160 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Debug> executeQuery: Read 262 rows, 23.81 KiB in 0.002153 sec., 121690.66418950302 rows/sec., 10.80 MiB/sec. | ||
10723 | 2024.08.28 17:57:53.427461 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Debug> DynamicQueryHandler: Done processing query | ||
10724 | 2024.08.28 17:57:53.427520 [ 3 ] {a6b9ddcc-e1ff-4ca1-9971-59bd215f8307} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10725 | 2024.08.28 17:57:53.427563 [ 3 ] {} <Debug> HTTP-Session: a945893d-e2e8-4ee8-9323-756cdbc93c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10726 | 2024.08.28 17:57:53.427768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10727 | 2024.08.28 17:57:53.427824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10728 | 2024.08.28 17:57:53.427845 [ 3 ] {} <Debug> HTTP-Session: cdf2f1e7-86c1-411b-b88b-9f974ccfa070 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10729 | 2024.08.28 17:57:53.427863 [ 3 ] {} <Debug> HTTP-Session: cdf2f1e7-86c1-411b-b88b-9f974ccfa070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10730 | 2024.08.28 17:57:53.427877 [ 3 ] {} <Debug> HTTP-Session: cdf2f1e7-86c1-411b-b88b-9f974ccfa070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10731 | 2024.08.28 17:57:53.427912 [ 3 ] {} <Trace> HTTP-Session: cdf2f1e7-86c1-411b-b88b-9f974ccfa070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10732 | 2024.08.28 17:57:53.428030 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10733 | 2024.08.28 17:57:53.428076 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10734 | 2024.08.28 17:57:53.428328 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10735 | 2024.08.28 17:57:53.428661 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10736 | 2024.08.28 17:57:53.428697 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10737 | 2024.08.28 17:57:53.429058 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10738 | 2024.08.28 17:57:53.429426 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10739 | 2024.08.28 17:57:53.429554 [ 84 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10740 | 2024.08.28 17:57:53.429559 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.001567 sec., 24250.15954052329 rows/sec., 1.77 MiB/sec. | ||
10741 | 2024.08.28 17:57:53.429591 [ 84 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10742 | 2024.08.28 17:57:53.429628 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10743 | 2024.08.28 17:57:53.429793 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Debug> DynamicQueryHandler: Done processing query | ||
10744 | 2024.08.28 17:57:53.429830 [ 3 ] {8e61eb3d-5fab-4bcd-825b-7fd2d0840a0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10745 | 2024.08.28 17:57:53.429831 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
10746 | 2024.08.28 17:57:53.429856 [ 3 ] {} <Debug> HTTP-Session: cdf2f1e7-86c1-411b-b88b-9f974ccfa070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10747 | 2024.08.28 17:57:53.430079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10748 | 2024.08.28 17:57:53.430136 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10749 | 2024.08.28 17:57:53.430165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10750 | 2024.08.28 17:57:53.430210 [ 3 ] {} <Debug> HTTP-Session: a1c1c6ae-7ee8-42f4-9af8-c6484ebcf668 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10751 | 2024.08.28 17:57:53.430210 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 55 rows starting from the beginning of the part | ||
10752 | 2024.08.28 17:57:53.430241 [ 3 ] {} <Debug> HTTP-Session: a1c1c6ae-7ee8-42f4-9af8-c6484ebcf668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10753 | 2024.08.28 17:57:53.430285 [ 3 ] {} <Debug> HTTP-Session: a1c1c6ae-7ee8-42f4-9af8-c6484ebcf668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10754 | 2024.08.28 17:57:53.430371 [ 3 ] {} <Trace> HTTP-Session: a1c1c6ae-7ee8-42f4-9af8-c6484ebcf668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10755 | 2024.08.28 17:57:53.430519 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
10756 | 2024.08.28 17:57:53.430827 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
10757 | 2024.08.28 17:57:53.430845 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10758 | 2024.08.28 17:57:53.431035 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10759 | 2024.08.28 17:57:53.431079 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
10760 | 2024.08.28 17:57:53.431427 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
10761 | 2024.08.28 17:57:53.431729 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 38 rows starting from the beginning of the part | ||
10762 | 2024.08.28 17:57:53.432775 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10763 | 2024.08.28 17:57:53.433731 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10764 | 2024.08.28 17:57:53.433789 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10765 | 2024.08.28 17:57:53.434899 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10766 | 2024.08.28 17:57:53.434966 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 133 rows, containing 5 columns (5 merged, 0 gathered) in 0.005255087 sec., 25308.81030133278 rows/sec., 1.93 MiB/sec. | ||
10767 | 2024.08.28 17:57:53.435197 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10768 | 2024.08.28 17:57:53.435854 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10769 | 2024.08.28 17:57:53.436141 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005516 sec., 2538.0710659898477 rows/sec., 177.75 KiB/sec. | ||
10770 | 2024.08.28 17:57:53.436351 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10771 | 2024.08.28 17:57:53.436514 [ 189 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_51_10} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10772 | 2024.08.28 17:57:53.436519 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Debug> DynamicQueryHandler: Done processing query | ||
10773 | 2024.08.28 17:57:53.436568 [ 3 ] {72e71199-3e9c-4afa-8e47-8f356170cdc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10774 | 2024.08.28 17:57:53.436645 [ 3 ] {} <Debug> HTTP-Session: a1c1c6ae-7ee8-42f4-9af8-c6484ebcf668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10775 | 2024.08.28 17:57:53.436684 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10776 | 2024.08.28 17:57:53.436855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10777 | 2024.08.28 17:57:53.436915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10778 | 2024.08.28 17:57:53.436935 [ 3 ] {} <Debug> HTTP-Session: 4f31e655-7aeb-47ff-b06b-29732eaf0fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10779 | 2024.08.28 17:57:53.436953 [ 3 ] {} <Debug> HTTP-Session: 4f31e655-7aeb-47ff-b06b-29732eaf0fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10780 | 2024.08.28 17:57:53.436967 [ 3 ] {} <Debug> HTTP-Session: 4f31e655-7aeb-47ff-b06b-29732eaf0fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10781 | 2024.08.28 17:57:53.437000 [ 3 ] {} <Trace> HTTP-Session: 4f31e655-7aeb-47ff-b06b-29732eaf0fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10782 | 2024.08.28 17:57:53.437108 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10783 | 2024.08.28 17:57:53.437154 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10784 | 2024.08.28 17:57:53.437404 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10785 | 2024.08.28 17:57:53.437757 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10786 | 2024.08.28 17:57:53.437794 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10787 | 2024.08.28 17:57:53.438159 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10788 | 2024.08.28 17:57:53.438534 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10789 | 2024.08.28 17:57:53.438673 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 222.11 KiB/sec. | ||
10790 | 2024.08.28 17:57:53.438835 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Debug> DynamicQueryHandler: Done processing query | ||
10791 | 2024.08.28 17:57:53.438860 [ 3 ] {a9317156-504e-4c6b-97b7-f94e3f134834} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10792 | 2024.08.28 17:57:53.438876 [ 3 ] {} <Debug> HTTP-Session: 4f31e655-7aeb-47ff-b06b-29732eaf0fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10793 | 2024.08.28 17:57:53.439066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10794 | 2024.08.28 17:57:53.439113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10795 | 2024.08.28 17:57:53.439133 [ 3 ] {} <Debug> HTTP-Session: ed15e7c9-08e7-492a-bf22-2b34f25fb840 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10796 | 2024.08.28 17:57:53.439149 [ 3 ] {} <Debug> HTTP-Session: ed15e7c9-08e7-492a-bf22-2b34f25fb840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10797 | 2024.08.28 17:57:53.439163 [ 3 ] {} <Debug> HTTP-Session: ed15e7c9-08e7-492a-bf22-2b34f25fb840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10798 | 2024.08.28 17:57:53.439195 [ 3 ] {} <Trace> HTTP-Session: ed15e7c9-08e7-492a-bf22-2b34f25fb840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10799 | 2024.08.28 17:57:53.439433 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10800 | 2024.08.28 17:57:53.439479 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10801 | 2024.08.28 17:57:53.439704 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10802 | 2024.08.28 17:57:53.440312 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10803 | 2024.08.28 17:57:53.440349 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10804 | 2024.08.28 17:57:53.440732 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10805 | 2024.08.28 17:57:53.441105 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10806 | 2024.08.28 17:57:53.441234 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Debug> executeQuery: Read 420 rows, 30.73 KiB in 0.001922 sec., 218522.37252861602 rows/sec., 15.61 MiB/sec. | ||
10807 | 2024.08.28 17:57:53.441408 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Debug> DynamicQueryHandler: Done processing query | ||
10808 | 2024.08.28 17:57:53.441434 [ 3 ] {c4257eba-1af9-4239-b2aa-1d84b0df81de} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10809 | 2024.08.28 17:57:53.441449 [ 3 ] {} <Debug> HTTP-Session: ed15e7c9-08e7-492a-bf22-2b34f25fb840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.08.28 17:57:53.441659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10811 | 2024.08.28 17:57:53.441709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10812 | 2024.08.28 17:57:53.441728 [ 3 ] {} <Debug> HTTP-Session: 272e1068-108a-47ef-acee-8ddea998abc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10813 | 2024.08.28 17:57:53.441745 [ 3 ] {} <Debug> HTTP-Session: 272e1068-108a-47ef-acee-8ddea998abc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10814 | 2024.08.28 17:57:53.441759 [ 3 ] {} <Debug> HTTP-Session: 272e1068-108a-47ef-acee-8ddea998abc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10815 | 2024.08.28 17:57:53.441790 [ 3 ] {} <Trace> HTTP-Session: 272e1068-108a-47ef-acee-8ddea998abc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10816 | 2024.08.28 17:57:53.441886 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10817 | 2024.08.28 17:57:53.441931 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10818 | 2024.08.28 17:57:53.442063 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10819 | 2024.08.28 17:57:53.442330 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10820 | 2024.08.28 17:57:53.442367 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10821 | 2024.08.28 17:57:53.442724 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10822 | 2024.08.28 17:57:53.443046 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10823 | 2024.08.28 17:57:53.443177 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 238.02 KiB/sec. | ||
10824 | 2024.08.28 17:57:53.443372 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Debug> DynamicQueryHandler: Done processing query | ||
10825 | 2024.08.28 17:57:53.443396 [ 3 ] {801de336-65d4-475a-a4ed-8afd692718eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10826 | 2024.08.28 17:57:53.443412 [ 3 ] {} <Debug> HTTP-Session: 272e1068-108a-47ef-acee-8ddea998abc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10827 | 2024.08.28 17:57:53.443613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10828 | 2024.08.28 17:57:53.443660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10829 | 2024.08.28 17:57:53.443679 [ 3 ] {} <Debug> HTTP-Session: fa54a285-3776-498a-9b47-bf66fcb7b292 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10830 | 2024.08.28 17:57:53.443696 [ 3 ] {} <Debug> HTTP-Session: fa54a285-3776-498a-9b47-bf66fcb7b292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10831 | 2024.08.28 17:57:53.443710 [ 3 ] {} <Debug> HTTP-Session: fa54a285-3776-498a-9b47-bf66fcb7b292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10832 | 2024.08.28 17:57:53.443740 [ 3 ] {} <Trace> HTTP-Session: fa54a285-3776-498a-9b47-bf66fcb7b292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10833 | 2024.08.28 17:57:53.443916 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10834 | 2024.08.28 17:57:53.443961 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10835 | 2024.08.28 17:57:53.444100 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10836 | 2024.08.28 17:57:53.444550 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10837 | 2024.08.28 17:57:53.444586 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10838 | 2024.08.28 17:57:53.444975 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10839 | 2024.08.28 17:57:53.445316 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10840 | 2024.08.28 17:57:53.445447 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001625 sec., 146461.53846153847 rows/sec., 9.82 MiB/sec. | ||
10841 | 2024.08.28 17:57:53.445616 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Debug> DynamicQueryHandler: Done processing query | ||
10842 | 2024.08.28 17:57:53.445640 [ 3 ] {ce32b654-a1d8-4651-8936-a9a92353321f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10843 | 2024.08.28 17:57:53.445656 [ 3 ] {} <Debug> HTTP-Session: fa54a285-3776-498a-9b47-bf66fcb7b292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.08.28 17:57:53.445818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10845 | 2024.08.28 17:57:53.445866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10846 | 2024.08.28 17:57:53.445887 [ 3 ] {} <Debug> HTTP-Session: 4bdf2d82-0865-47af-8efa-1059b0bc2b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10847 | 2024.08.28 17:57:53.445903 [ 3 ] {} <Debug> HTTP-Session: 4bdf2d82-0865-47af-8efa-1059b0bc2b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10848 | 2024.08.28 17:57:53.445917 [ 3 ] {} <Debug> HTTP-Session: 4bdf2d82-0865-47af-8efa-1059b0bc2b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10849 | 2024.08.28 17:57:53.445948 [ 3 ] {} <Trace> HTTP-Session: 4bdf2d82-0865-47af-8efa-1059b0bc2b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10850 | 2024.08.28 17:57:53.446043 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10851 | 2024.08.28 17:57:53.446089 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10852 | 2024.08.28 17:57:53.446216 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10853 | 2024.08.28 17:57:53.446466 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10854 | 2024.08.28 17:57:53.446502 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10855 | 2024.08.28 17:57:53.446857 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10856 | 2024.08.28 17:57:53.447175 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10857 | 2024.08.28 17:57:53.447313 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec. | ||
10858 | 2024.08.28 17:57:53.447581 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Debug> DynamicQueryHandler: Done processing query | ||
10859 | 2024.08.28 17:57:53.447620 [ 3 ] {7a034645-fb6f-4255-ac53-943e8266c213} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10860 | 2024.08.28 17:57:53.447645 [ 3 ] {} <Debug> HTTP-Session: 4bdf2d82-0865-47af-8efa-1059b0bc2b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10861 | 2024.08.28 17:57:53.447801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10862 | 2024.08.28 17:57:53.447849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10863 | 2024.08.28 17:57:53.447868 [ 3 ] {} <Debug> HTTP-Session: 3b1271d0-bb1b-4443-8fc2-6ff1c23f79b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10864 | 2024.08.28 17:57:53.447885 [ 3 ] {} <Debug> HTTP-Session: 3b1271d0-bb1b-4443-8fc2-6ff1c23f79b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10865 | 2024.08.28 17:57:53.447899 [ 3 ] {} <Debug> HTTP-Session: 3b1271d0-bb1b-4443-8fc2-6ff1c23f79b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10866 | 2024.08.28 17:57:53.447930 [ 3 ] {} <Trace> HTTP-Session: 3b1271d0-bb1b-4443-8fc2-6ff1c23f79b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10867 | 2024.08.28 17:57:53.448331 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10868 | 2024.08.28 17:57:53.448403 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10869 | 2024.08.28 17:57:53.448840 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10870 | 2024.08.28 17:57:53.449581 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10871 | 2024.08.28 17:57:53.449620 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10872 | 2024.08.28 17:57:53.450285 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10873 | 2024.08.28 17:57:53.450698 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10874 | 2024.08.28 17:57:53.450896 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002878 sec., 12508.68658790827 rows/sec., 22.41 MiB/sec. | ||
10875 | 2024.08.28 17:57:53.451125 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Debug> DynamicQueryHandler: Done processing query | ||
10876 | 2024.08.28 17:57:53.451150 [ 3 ] {04aa39ba-ce39-467f-8ab0-8a5fd6a83526} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10877 | 2024.08.28 17:57:53.451166 [ 3 ] {} <Debug> HTTP-Session: 3b1271d0-bb1b-4443-8fc2-6ff1c23f79b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10878 | 2024.08.28 17:57:53.451317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10879 | 2024.08.28 17:57:53.451366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10880 | 2024.08.28 17:57:53.451386 [ 3 ] {} <Debug> HTTP-Session: 4ca547cc-35d8-4fed-b8fb-b22736f9e9bd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10881 | 2024.08.28 17:57:53.451402 [ 3 ] {} <Debug> HTTP-Session: 4ca547cc-35d8-4fed-b8fb-b22736f9e9bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10882 | 2024.08.28 17:57:53.451416 [ 3 ] {} <Debug> HTTP-Session: 4ca547cc-35d8-4fed-b8fb-b22736f9e9bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10883 | 2024.08.28 17:57:53.451447 [ 3 ] {} <Trace> HTTP-Session: 4ca547cc-35d8-4fed-b8fb-b22736f9e9bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10884 | 2024.08.28 17:57:53.451577 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10885 | 2024.08.28 17:57:53.451622 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10886 | 2024.08.28 17:57:53.451749 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10887 | 2024.08.28 17:57:53.452047 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10888 | 2024.08.28 17:57:53.452083 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10889 | 2024.08.28 17:57:53.452453 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10890 | 2024.08.28 17:57:53.452781 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10891 | 2024.08.28 17:57:53.452937 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
10892 | 2024.08.28 17:57:53.452960 [ 90 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10893 | 2024.08.28 17:57:53.453067 [ 90 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10894 | 2024.08.28 17:57:53.453098 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10895 | 2024.08.28 17:57:53.453178 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Debug> DynamicQueryHandler: Done processing query | ||
10896 | 2024.08.28 17:57:53.453234 [ 3 ] {9c089186-15a6-43fa-bc41-7a15e92fcb14} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10897 | 2024.08.28 17:57:53.453282 [ 3 ] {} <Debug> HTTP-Session: 4ca547cc-35d8-4fed-b8fb-b22736f9e9bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10898 | 2024.08.28 17:57:53.453311 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10899 | 2024.08.28 17:57:53.453465 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10900 | 2024.08.28 17:57:53.453499 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2852 rows starting from the beginning of the part | ||
10901 | 2024.08.28 17:57:53.453590 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
10902 | 2024.08.28 17:57:53.453798 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
10903 | 2024.08.28 17:57:53.454002 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
10904 | 2024.08.28 17:57:53.454157 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
10905 | 2024.08.28 17:57:53.454276 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
10906 | 2024.08.28 17:57:53.455855 [ 194 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3148 rows, containing 4 columns (4 merged, 0 gathered) in 0.002660569 sec., 1183205.5473847887 rows/sec., 77.10 MiB/sec. | ||
10907 | 2024.08.28 17:57:53.456198 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10908 | 2024.08.28 17:57:53.456696 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10909 | 2024.08.28 17:57:53.456789 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_56_11} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10910 | 2024.08.28 17:57:53.456894 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10911 | 2024.08.28 17:57:58.416212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10912 | 2024.08.28 17:57:58.416362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10913 | 2024.08.28 17:57:58.416394 [ 3 ] {} <Debug> HTTP-Session: 83ab7808-047c-4b95-a3a6-78a9db7317c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10914 | 2024.08.28 17:57:58.416423 [ 3 ] {} <Debug> HTTP-Session: 83ab7808-047c-4b95-a3a6-78a9db7317c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10915 | 2024.08.28 17:57:58.416442 [ 3 ] {} <Debug> HTTP-Session: 83ab7808-047c-4b95-a3a6-78a9db7317c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10916 | 2024.08.28 17:57:58.416498 [ 3 ] {} <Trace> HTTP-Session: 83ab7808-047c-4b95-a3a6-78a9db7317c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10917 | 2024.08.28 17:57:58.416746 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10918 | 2024.08.28 17:57:58.416818 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10919 | 2024.08.28 17:57:58.417161 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10920 | 2024.08.28 17:57:58.417643 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10921 | 2024.08.28 17:57:58.417690 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10922 | 2024.08.28 17:57:58.418134 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10923 | 2024.08.28 17:57:58.418522 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10924 | 2024.08.28 17:57:58.418708 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.00203 sec., 28571.42857142857 rows/sec., 2.21 MiB/sec. | ||
10925 | 2024.08.28 17:57:58.418972 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Debug> DynamicQueryHandler: Done processing query | ||
10926 | 2024.08.28 17:57:58.419004 [ 3 ] {330cfac6-fcd9-4169-b4e6-6944fcbf61d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10927 | 2024.08.28 17:57:58.419023 [ 3 ] {} <Debug> HTTP-Session: 83ab7808-047c-4b95-a3a6-78a9db7317c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10928 | 2024.08.28 17:57:58.419215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10929 | 2024.08.28 17:57:58.419271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10930 | 2024.08.28 17:57:58.419293 [ 3 ] {} <Debug> HTTP-Session: ea2d9b53-8f35-4c3f-97fc-4f5084f84144 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10931 | 2024.08.28 17:57:58.419312 [ 3 ] {} <Debug> HTTP-Session: ea2d9b53-8f35-4c3f-97fc-4f5084f84144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10932 | 2024.08.28 17:57:58.419326 [ 3 ] {} <Debug> HTTP-Session: ea2d9b53-8f35-4c3f-97fc-4f5084f84144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10933 | 2024.08.28 17:57:58.419364 [ 3 ] {} <Trace> HTTP-Session: ea2d9b53-8f35-4c3f-97fc-4f5084f84144 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10934 | 2024.08.28 17:57:58.419470 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10935 | 2024.08.28 17:57:58.419518 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10936 | 2024.08.28 17:57:58.419756 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10937 | 2024.08.28 17:57:58.420108 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10938 | 2024.08.28 17:57:58.420146 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10939 | 2024.08.28 17:57:58.420509 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10940 | 2024.08.28 17:57:58.420872 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10941 | 2024.08.28 17:57:58.421028 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001582 sec., 632.1112515802781 rows/sec., 47.53 KiB/sec. | ||
10942 | 2024.08.28 17:57:58.421214 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Debug> DynamicQueryHandler: Done processing query | ||
10943 | 2024.08.28 17:57:58.421239 [ 3 ] {e1a674d6-671d-424a-8de2-ae009657cc9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10944 | 2024.08.28 17:57:58.421255 [ 3 ] {} <Debug> HTTP-Session: ea2d9b53-8f35-4c3f-97fc-4f5084f84144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10945 | 2024.08.28 17:57:58.421406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10946 | 2024.08.28 17:57:58.421458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10947 | 2024.08.28 17:57:58.421478 [ 3 ] {} <Debug> HTTP-Session: 64b99cfa-5d01-434b-8348-7643fd373b8c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10948 | 2024.08.28 17:57:58.421495 [ 3 ] {} <Debug> HTTP-Session: 64b99cfa-5d01-434b-8348-7643fd373b8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10949 | 2024.08.28 17:57:58.421509 [ 3 ] {} <Debug> HTTP-Session: 64b99cfa-5d01-434b-8348-7643fd373b8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10950 | 2024.08.28 17:57:58.421543 [ 3 ] {} <Trace> HTTP-Session: 64b99cfa-5d01-434b-8348-7643fd373b8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10951 | 2024.08.28 17:57:58.421665 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10952 | 2024.08.28 17:57:58.421711 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10953 | 2024.08.28 17:57:58.421941 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10954 | 2024.08.28 17:57:58.422366 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10955 | 2024.08.28 17:57:58.422405 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10956 | 2024.08.28 17:57:58.422769 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10957 | 2024.08.28 17:57:58.423140 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10958 | 2024.08.28 17:57:58.423299 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001675 sec., 38805.97014925373 rows/sec., 3.03 MiB/sec. | ||
10959 | 2024.08.28 17:57:58.423487 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Debug> DynamicQueryHandler: Done processing query | ||
10960 | 2024.08.28 17:57:58.423513 [ 3 ] {1b331bb0-4478-4753-9899-ec4eb4d79445} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10961 | 2024.08.28 17:57:58.423529 [ 3 ] {} <Debug> HTTP-Session: 64b99cfa-5d01-434b-8348-7643fd373b8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10962 | 2024.08.28 17:57:58.423725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10963 | 2024.08.28 17:57:58.423777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10964 | 2024.08.28 17:57:58.423797 [ 3 ] {} <Debug> HTTP-Session: a24ac213-4bfb-416e-a8ed-b15034f986b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10965 | 2024.08.28 17:57:58.423814 [ 3 ] {} <Debug> HTTP-Session: a24ac213-4bfb-416e-a8ed-b15034f986b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10966 | 2024.08.28 17:57:58.423829 [ 3 ] {} <Debug> HTTP-Session: a24ac213-4bfb-416e-a8ed-b15034f986b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10967 | 2024.08.28 17:57:58.423862 [ 3 ] {} <Trace> HTTP-Session: a24ac213-4bfb-416e-a8ed-b15034f986b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10968 | 2024.08.28 17:57:58.424015 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10969 | 2024.08.28 17:57:58.424065 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10970 | 2024.08.28 17:57:58.424213 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10971 | 2024.08.28 17:57:58.424618 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10972 | 2024.08.28 17:57:58.424656 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10973 | 2024.08.28 17:57:58.425054 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10974 | 2024.08.28 17:57:58.425403 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10975 | 2024.08.28 17:57:58.425559 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
10976 | 2024.08.28 17:57:58.425740 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Debug> DynamicQueryHandler: Done processing query | ||
10977 | 2024.08.28 17:57:58.425766 [ 3 ] {645c325e-459c-404e-b3be-62b3c843ca2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10978 | 2024.08.28 17:57:58.425782 [ 3 ] {} <Debug> HTTP-Session: a24ac213-4bfb-416e-a8ed-b15034f986b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10979 | 2024.08.28 17:57:58.425918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10980 | 2024.08.28 17:57:58.425967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10981 | 2024.08.28 17:57:58.425987 [ 3 ] {} <Debug> HTTP-Session: 4e13a6c9-b255-4715-8474-d960b438ac27 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10982 | 2024.08.28 17:57:58.426004 [ 3 ] {} <Debug> HTTP-Session: 4e13a6c9-b255-4715-8474-d960b438ac27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10983 | 2024.08.28 17:57:58.426019 [ 3 ] {} <Debug> HTTP-Session: 4e13a6c9-b255-4715-8474-d960b438ac27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10984 | 2024.08.28 17:57:58.426051 [ 3 ] {} <Trace> HTTP-Session: 4e13a6c9-b255-4715-8474-d960b438ac27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10985 | 2024.08.28 17:57:58.426158 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10986 | 2024.08.28 17:57:58.426222 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10987 | 2024.08.28 17:57:58.426646 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10988 | 2024.08.28 17:57:58.427116 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10989 | 2024.08.28 17:57:58.427153 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
10990 | 2024.08.28 17:57:58.427738 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10991 | 2024.08.28 17:57:58.428151 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10992 | 2024.08.28 17:57:58.428346 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002221 sec., 450.24763619990995 rows/sec., 826.19 KiB/sec. | ||
10993 | 2024.08.28 17:57:58.428579 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Debug> DynamicQueryHandler: Done processing query | ||
10994 | 2024.08.28 17:57:58.428604 [ 3 ] {388b2fc1-5978-4f02-877d-b2cfc5b726f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10995 | 2024.08.28 17:57:58.428620 [ 3 ] {} <Debug> HTTP-Session: 4e13a6c9-b255-4715-8474-d960b438ac27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10996 | 2024.08.28 17:57:58.428760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10997 | 2024.08.28 17:57:58.428809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10998 | 2024.08.28 17:57:58.428829 [ 3 ] {} <Debug> HTTP-Session: 6b7c0a4d-003f-48d4-9807-97b2d37264ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
10999 | 2024.08.28 17:57:58.428846 [ 3 ] {} <Debug> HTTP-Session: 6b7c0a4d-003f-48d4-9807-97b2d37264ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11000 | 2024.08.28 17:57:58.428860 [ 3 ] {} <Debug> HTTP-Session: 6b7c0a4d-003f-48d4-9807-97b2d37264ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.08.28 17:57:58.428893 [ 3 ] {} <Trace> HTTP-Session: 6b7c0a4d-003f-48d4-9807-97b2d37264ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11002 | 2024.08.28 17:57:58.429025 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11003 | 2024.08.28 17:57:58.429070 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11004 | 2024.08.28 17:57:58.429200 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11005 | 2024.08.28 17:57:58.429516 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11006 | 2024.08.28 17:57:58.429553 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11007 | 2024.08.28 17:57:58.429934 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11008 | 2024.08.28 17:57:58.430263 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11009 | 2024.08.28 17:57:58.430421 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
11010 | 2024.08.28 17:57:58.430592 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Debug> DynamicQueryHandler: Done processing query | ||
11011 | 2024.08.28 17:57:58.430617 [ 3 ] {636268a9-f038-446f-9f94-b205bc1e6823} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11012 | 2024.08.28 17:57:58.430633 [ 3 ] {} <Debug> HTTP-Session: 6b7c0a4d-003f-48d4-9807-97b2d37264ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11013 | 2024.08.28 17:58:02.633215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11014 | 2024.08.28 17:58:02.633349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11015 | 2024.08.28 17:58:02.633378 [ 3 ] {} <Debug> HTTP-Session: c7620400-fc5f-4f6e-a931-7537f1660026 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11016 | 2024.08.28 17:58:02.633404 [ 3 ] {} <Debug> HTTP-Session: c7620400-fc5f-4f6e-a931-7537f1660026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11017 | 2024.08.28 17:58:02.633419 [ 3 ] {} <Debug> HTTP-Session: c7620400-fc5f-4f6e-a931-7537f1660026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11018 | 2024.08.28 17:58:02.633470 [ 3 ] {} <Trace> HTTP-Session: c7620400-fc5f-4f6e-a931-7537f1660026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11019 | 2024.08.28 17:58:02.633667 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11020 | 2024.08.28 17:58:02.633738 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11021 | 2024.08.28 17:58:02.634085 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11022 | 2024.08.28 17:58:02.634554 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11023 | 2024.08.28 17:58:02.634605 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11024 | 2024.08.28 17:58:02.635068 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11025 | 2024.08.28 17:58:02.635495 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11026 | 2024.08.28 17:58:02.635688 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002068 sec., 967.1179883945841 rows/sec., 78.86 KiB/sec. | ||
11027 | 2024.08.28 17:58:02.635928 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Debug> DynamicQueryHandler: Done processing query | ||
11028 | 2024.08.28 17:58:02.635958 [ 3 ] {7bb89b9f-e401-4212-92e9-07621031b828} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11029 | 2024.08.28 17:58:02.635974 [ 3 ] {} <Debug> HTTP-Session: c7620400-fc5f-4f6e-a931-7537f1660026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11030 | 2024.08.28 17:58:02.636345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11031 | 2024.08.28 17:58:02.636409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11032 | 2024.08.28 17:58:02.636430 [ 3 ] {} <Debug> HTTP-Session: 7446c1cc-4cbb-424b-856e-b80d06f93bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11033 | 2024.08.28 17:58:02.636449 [ 3 ] {} <Debug> HTTP-Session: 7446c1cc-4cbb-424b-856e-b80d06f93bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11034 | 2024.08.28 17:58:02.636463 [ 3 ] {} <Debug> HTTP-Session: 7446c1cc-4cbb-424b-856e-b80d06f93bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11035 | 2024.08.28 17:58:02.636502 [ 3 ] {} <Trace> HTTP-Session: 7446c1cc-4cbb-424b-856e-b80d06f93bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11036 | 2024.08.28 17:58:02.637065 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11037 | 2024.08.28 17:58:02.637117 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11038 | 2024.08.28 17:58:02.637362 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11039 | 2024.08.28 17:58:02.638718 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11040 | 2024.08.28 17:58:02.638758 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11041 | 2024.08.28 17:58:02.639219 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11042 | 2024.08.28 17:58:02.639619 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11043 | 2024.08.28 17:58:02.639783 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Debug> executeQuery: Read 1402 rows, 120.38 KiB in 0.003104 sec., 451675.25773195876 rows/sec., 37.87 MiB/sec. | ||
11044 | 2024.08.28 17:58:02.639807 [ 150 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11045 | 2024.08.28 17:58:02.639919 [ 150 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11046 | 2024.08.28 17:58:02.639971 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11047 | 2024.08.28 17:58:02.640098 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Debug> DynamicQueryHandler: Done processing query | ||
11048 | 2024.08.28 17:58:02.640154 [ 3 ] {1401073f-bf2e-4476-a579-f3f159e298a2} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
11049 | 2024.08.28 17:58:02.640178 [ 3 ] {} <Debug> HTTP-Session: 7446c1cc-4cbb-424b-856e-b80d06f93bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11050 | 2024.08.28 17:58:02.640185 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11051 | 2024.08.28 17:58:02.640391 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11052 | 2024.08.28 17:58:02.640437 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1413 rows starting from the beginning of the part | ||
11053 | 2024.08.28 17:58:02.640533 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 261 rows starting from the beginning of the part | ||
11054 | 2024.08.28 17:58:02.640633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11055 | 2024.08.28 17:58:02.640813 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 58 rows starting from the beginning of the part | ||
11056 | 2024.08.28 17:58:02.640817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11057 | 2024.08.28 17:58:02.640937 [ 3 ] {} <Debug> HTTP-Session: a7b2ffac-6be1-4f0a-a67f-6cca8f7da998 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11058 | 2024.08.28 17:58:02.641023 [ 3 ] {} <Debug> HTTP-Session: a7b2ffac-6be1-4f0a-a67f-6cca8f7da998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11059 | 2024.08.28 17:58:02.641131 [ 3 ] {} <Debug> HTTP-Session: a7b2ffac-6be1-4f0a-a67f-6cca8f7da998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11060 | 2024.08.28 17:58:02.641177 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 262 rows starting from the beginning of the part | ||
11061 | 2024.08.28 17:58:02.641313 [ 3 ] {} <Trace> HTTP-Session: a7b2ffac-6be1-4f0a-a67f-6cca8f7da998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11062 | 2024.08.28 17:58:02.641502 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 58 rows starting from the beginning of the part | ||
11063 | 2024.08.28 17:58:02.641824 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1402 rows starting from the beginning of the part | ||
11064 | 2024.08.28 17:58:02.641849 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11065 | 2024.08.28 17:58:02.642081 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11066 | 2024.08.28 17:58:02.643068 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11067 | 2024.08.28 17:58:02.643902 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11068 | 2024.08.28 17:58:02.643966 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11069 | 2024.08.28 17:58:02.644844 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11070 | 2024.08.28 17:58:02.645334 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11071 | 2024.08.28 17:58:02.645700 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Debug> executeQuery: Read 38 rows, 2.85 KiB in 0.00407 sec., 9336.609336609337 rows/sec., 699.43 KiB/sec. | ||
11072 | 2024.08.28 17:58:02.646059 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3454 rows, containing 5 columns (5 merged, 0 gathered) in 0.005990663 sec., 576563.8961831103 rows/sec., 50.84 MiB/sec. | ||
11073 | 2024.08.28 17:58:02.646194 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Debug> DynamicQueryHandler: Done processing query | ||
11074 | 2024.08.28 17:58:02.646229 [ 3 ] {ebeb6442-0cba-4ca6-bf97-cad3d92beb7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11075 | 2024.08.28 17:58:02.646264 [ 3 ] {} <Debug> HTTP-Session: a7b2ffac-6be1-4f0a-a67f-6cca8f7da998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11076 | 2024.08.28 17:58:02.646346 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11077 | 2024.08.28 17:58:02.646509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11078 | 2024.08.28 17:58:02.646641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11079 | 2024.08.28 17:58:02.646741 [ 3 ] {} <Debug> HTTP-Session: 67914b13-614d-4875-aed2-c310f018ebf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11080 | 2024.08.28 17:58:02.646820 [ 3 ] {} <Debug> HTTP-Session: 67914b13-614d-4875-aed2-c310f018ebf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11081 | 2024.08.28 17:58:02.646849 [ 3 ] {} <Debug> HTTP-Session: 67914b13-614d-4875-aed2-c310f018ebf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11082 | 2024.08.28 17:58:02.646942 [ 3 ] {} <Trace> HTTP-Session: 67914b13-614d-4875-aed2-c310f018ebf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11083 | 2024.08.28 17:58:02.647184 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11084 | 2024.08.28 17:58:02.647313 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11085 | 2024.08.28 17:58:02.647360 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_61_12} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11086 | 2024.08.28 17:58:02.647384 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11087 | 2024.08.28 17:58:02.647553 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
11088 | 2024.08.28 17:58:02.647785 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11089 | 2024.08.28 17:58:02.648262 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11090 | 2024.08.28 17:58:02.648307 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11091 | 2024.08.28 17:58:02.648895 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11092 | 2024.08.28 17:58:02.649333 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11093 | 2024.08.28 17:58:02.649506 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00244 sec., 99180.32786885246 rows/sec., 6.72 MiB/sec. | ||
11094 | 2024.08.28 17:58:02.649511 [ 150 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11095 | 2024.08.28 17:58:02.649616 [ 150 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11096 | 2024.08.28 17:58:02.649669 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11097 | 2024.08.28 17:58:02.649846 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Debug> DynamicQueryHandler: Done processing query | ||
11098 | 2024.08.28 17:58:02.649853 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
11099 | 2024.08.28 17:58:02.649886 [ 3 ] {6a7a756a-903d-4fd9-a4e7-b295b0d97d42} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11100 | 2024.08.28 17:58:02.649931 [ 3 ] {} <Debug> HTTP-Session: 67914b13-614d-4875-aed2-c310f018ebf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11101 | 2024.08.28 17:58:02.650072 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11102 | 2024.08.28 17:58:02.650114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11103 | 2024.08.28 17:58:02.650139 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
11104 | 2024.08.28 17:58:02.650220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11105 | 2024.08.28 17:58:02.650339 [ 3 ] {} <Debug> HTTP-Session: 0d1c7afa-1b08-423e-97b2-21fc906d3ddf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11106 | 2024.08.28 17:58:02.650395 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
11107 | 2024.08.28 17:58:02.650420 [ 3 ] {} <Debug> HTTP-Session: 0d1c7afa-1b08-423e-97b2-21fc906d3ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11108 | 2024.08.28 17:58:02.650486 [ 3 ] {} <Debug> HTTP-Session: 0d1c7afa-1b08-423e-97b2-21fc906d3ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.08.28 17:58:02.650671 [ 3 ] {} <Trace> HTTP-Session: 0d1c7afa-1b08-423e-97b2-21fc906d3ddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11110 | 2024.08.28 17:58:02.650684 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
11111 | 2024.08.28 17:58:02.650904 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
11112 | 2024.08.28 17:58:02.651061 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11113 | 2024.08.28 17:58:02.651150 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
11114 | 2024.08.28 17:58:02.651197 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11115 | 2024.08.28 17:58:02.651579 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
11116 | 2024.08.28 17:58:02.652420 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11117 | 2024.08.28 17:58:02.653387 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11118 | 2024.08.28 17:58:02.653461 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11119 | 2024.08.28 17:58:02.654480 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11120 | 2024.08.28 17:58:02.654761 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005009051 sec., 153522.0943048893 rows/sec., 10.42 MiB/sec. | ||
11121 | 2024.08.28 17:58:02.655085 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11122 | 2024.08.28 17:58:02.655381 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11123 | 2024.08.28 17:58:02.655945 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005057 sec., 1186.4741941862765 rows/sec., 70.10 KiB/sec. | ||
11124 | 2024.08.28 17:58:02.656347 [ 188 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11125 | 2024.08.28 17:58:02.656640 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Debug> DynamicQueryHandler: Done processing query | ||
11126 | 2024.08.28 17:58:02.656703 [ 188 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_26_5} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11127 | 2024.08.28 17:58:02.656707 [ 3 ] {580beb56-a195-4960-89e2-968ce36aec87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11128 | 2024.08.28 17:58:02.656743 [ 3 ] {} <Debug> HTTP-Session: 0d1c7afa-1b08-423e-97b2-21fc906d3ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11129 | 2024.08.28 17:58:02.656838 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
11130 | 2024.08.28 17:58:02.657085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11131 | 2024.08.28 17:58:02.657140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11132 | 2024.08.28 17:58:02.657161 [ 3 ] {} <Debug> HTTP-Session: 171a395b-8004-4001-b03a-c470a17d94d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11133 | 2024.08.28 17:58:02.657179 [ 3 ] {} <Debug> HTTP-Session: 171a395b-8004-4001-b03a-c470a17d94d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11134 | 2024.08.28 17:58:02.657195 [ 3 ] {} <Debug> HTTP-Session: 171a395b-8004-4001-b03a-c470a17d94d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11135 | 2024.08.28 17:58:02.657229 [ 3 ] {} <Trace> HTTP-Session: 171a395b-8004-4001-b03a-c470a17d94d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11136 | 2024.08.28 17:58:02.657638 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11137 | 2024.08.28 17:58:02.657684 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11138 | 2024.08.28 17:58:02.657940 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11139 | 2024.08.28 17:58:02.658808 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11140 | 2024.08.28 17:58:02.658846 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11141 | 2024.08.28 17:58:02.659263 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11142 | 2024.08.28 17:58:02.659643 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11143 | 2024.08.28 17:58:02.659812 [ 150 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11144 | 2024.08.28 17:58:02.659820 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Debug> executeQuery: Read 876 rows, 65.02 KiB in 0.002404 sec., 364392.67886855244 rows/sec., 26.41 MiB/sec. | ||
11145 | 2024.08.28 17:58:02.659858 [ 150 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11146 | 2024.08.28 17:58:02.659918 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11147 | 2024.08.28 17:58:02.660121 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11148 | 2024.08.28 17:58:02.660185 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Debug> DynamicQueryHandler: Done processing query | ||
11149 | 2024.08.28 17:58:02.660228 [ 3 ] {1c5dab64-0013-4c98-97c1-fa13a7ac008d} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
11150 | 2024.08.28 17:58:02.660277 [ 3 ] {} <Debug> HTTP-Session: 171a395b-8004-4001-b03a-c470a17d94d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11151 | 2024.08.28 17:58:02.660368 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11152 | 2024.08.28 17:58:02.660403 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 911 rows starting from the beginning of the part | ||
11153 | 2024.08.28 17:58:02.660525 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 418 rows starting from the beginning of the part | ||
11154 | 2024.08.28 17:58:02.660568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11155 | 2024.08.28 17:58:02.660736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11156 | 2024.08.28 17:58:02.660820 [ 3 ] {} <Debug> HTTP-Session: 9c4139da-d69c-4110-88ab-6cf451652a0c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11157 | 2024.08.28 17:58:02.660820 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 65 rows starting from the beginning of the part | ||
11158 | 2024.08.28 17:58:02.660885 [ 3 ] {} <Debug> HTTP-Session: 9c4139da-d69c-4110-88ab-6cf451652a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.08.28 17:58:02.660946 [ 3 ] {} <Debug> HTTP-Session: 9c4139da-d69c-4110-88ab-6cf451652a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11160 | 2024.08.28 17:58:02.661085 [ 3 ] {} <Trace> HTTP-Session: 9c4139da-d69c-4110-88ab-6cf451652a0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11161 | 2024.08.28 17:58:02.661110 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 420 rows starting from the beginning of the part | ||
11162 | 2024.08.28 17:58:02.661412 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 65 rows starting from the beginning of the part | ||
11163 | 2024.08.28 17:58:02.661516 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11164 | 2024.08.28 17:58:02.661702 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11165 | 2024.08.28 17:58:02.661739 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 876 rows starting from the beginning of the part | ||
11166 | 2024.08.28 17:58:02.662509 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11167 | 2024.08.28 17:58:02.663210 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11168 | 2024.08.28 17:58:02.663276 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11169 | 2024.08.28 17:58:02.664272 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11170 | 2024.08.28 17:58:02.664722 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11171 | 2024.08.28 17:58:02.665198 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003839 sec., 1562.9070070330815 rows/sec., 81.66 KiB/sec. | ||
11172 | 2024.08.28 17:58:02.665497 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2755 rows, containing 5 columns (5 merged, 0 gathered) in 0.005470452 sec., 503614.6921680329 rows/sec., 38.44 MiB/sec. | ||
11173 | 2024.08.28 17:58:02.665815 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Debug> DynamicQueryHandler: Done processing query | ||
11174 | 2024.08.28 17:58:02.665853 [ 3 ] {23315b07-d463-43c9-b12a-4fc8a13b159b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11175 | 2024.08.28 17:58:02.665863 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11176 | 2024.08.28 17:58:02.665887 [ 3 ] {} <Debug> HTTP-Session: 9c4139da-d69c-4110-88ab-6cf451652a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11177 | 2024.08.28 17:58:02.666237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11178 | 2024.08.28 17:58:02.666316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11179 | 2024.08.28 17:58:02.666365 [ 3 ] {} <Debug> HTTP-Session: e4588412-82ba-40c0-9a14-7d35efce7f06 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11180 | 2024.08.28 17:58:02.666390 [ 3 ] {} <Debug> HTTP-Session: e4588412-82ba-40c0-9a14-7d35efce7f06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11181 | 2024.08.28 17:58:02.666423 [ 3 ] {} <Debug> HTTP-Session: e4588412-82ba-40c0-9a14-7d35efce7f06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11182 | 2024.08.28 17:58:02.666494 [ 3 ] {} <Trace> HTTP-Session: e4588412-82ba-40c0-9a14-7d35efce7f06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11183 | 2024.08.28 17:58:02.666512 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11184 | 2024.08.28 17:58:02.666663 [ 186 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_61_12} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11185 | 2024.08.28 17:58:02.666833 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
11186 | 2024.08.28 17:58:02.667082 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11187 | 2024.08.28 17:58:02.667141 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11188 | 2024.08.28 17:58:02.667311 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11189 | 2024.08.28 17:58:02.668138 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11190 | 2024.08.28 17:58:02.668179 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11191 | 2024.08.28 17:58:02.668662 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11192 | 2024.08.28 17:58:02.669019 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11193 | 2024.08.28 17:58:02.669171 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Debug> executeQuery: Read 890 rows, 60.81 KiB in 0.002449 sec., 363413.6382196815 rows/sec., 24.25 MiB/sec. | ||
11194 | 2024.08.28 17:58:02.669346 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Debug> DynamicQueryHandler: Done processing query | ||
11195 | 2024.08.28 17:58:02.669373 [ 3 ] {1ce67d26-84eb-4180-b44c-f35162c655c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
11196 | 2024.08.28 17:58:02.669388 [ 3 ] {} <Debug> HTTP-Session: e4588412-82ba-40c0-9a14-7d35efce7f06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11197 | 2024.08.28 17:58:02.669549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11198 | 2024.08.28 17:58:02.669598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11199 | 2024.08.28 17:58:02.669617 [ 3 ] {} <Debug> HTTP-Session: 23139dee-98b1-4477-a876-4270a9414a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11200 | 2024.08.28 17:58:02.669634 [ 3 ] {} <Debug> HTTP-Session: 23139dee-98b1-4477-a876-4270a9414a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11201 | 2024.08.28 17:58:02.669648 [ 3 ] {} <Debug> HTTP-Session: 23139dee-98b1-4477-a876-4270a9414a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11202 | 2024.08.28 17:58:02.669680 [ 3 ] {} <Trace> HTTP-Session: 23139dee-98b1-4477-a876-4270a9414a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11203 | 2024.08.28 17:58:02.669777 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11204 | 2024.08.28 17:58:02.669823 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11205 | 2024.08.28 17:58:02.669953 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11206 | 2024.08.28 17:58:02.670216 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11207 | 2024.08.28 17:58:02.670251 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11208 | 2024.08.28 17:58:02.670605 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11209 | 2024.08.28 17:58:02.670936 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11210 | 2024.08.28 17:58:02.671110 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
11211 | 2024.08.28 17:58:02.671429 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Debug> DynamicQueryHandler: Done processing query | ||
11212 | 2024.08.28 17:58:02.671469 [ 3 ] {d276b9a4-dda5-485b-bc01-49fc6c26a4e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11213 | 2024.08.28 17:58:02.671486 [ 3 ] {} <Debug> HTTP-Session: 23139dee-98b1-4477-a876-4270a9414a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11214 | 2024.08.28 17:58:02.671673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11215 | 2024.08.28 17:58:02.671723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11216 | 2024.08.28 17:58:02.671743 [ 3 ] {} <Debug> HTTP-Session: 4856e6ef-d761-4d78-841b-430b4ec4424b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11217 | 2024.08.28 17:58:02.671759 [ 3 ] {} <Debug> HTTP-Session: 4856e6ef-d761-4d78-841b-430b4ec4424b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11218 | 2024.08.28 17:58:02.671773 [ 3 ] {} <Debug> HTTP-Session: 4856e6ef-d761-4d78-841b-430b4ec4424b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11219 | 2024.08.28 17:58:02.671804 [ 3 ] {} <Trace> HTTP-Session: 4856e6ef-d761-4d78-841b-430b4ec4424b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11220 | 2024.08.28 17:58:02.672207 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11221 | 2024.08.28 17:58:02.672279 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11222 | 2024.08.28 17:58:02.672722 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11223 | 2024.08.28 17:58:02.673461 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11224 | 2024.08.28 17:58:02.673497 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11225 | 2024.08.28 17:58:02.674113 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11226 | 2024.08.28 17:58:02.674525 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11227 | 2024.08.28 17:58:02.674713 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002808 sec., 12820.51282051282 rows/sec., 22.97 MiB/sec. | ||
11228 | 2024.08.28 17:58:02.675004 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Debug> DynamicQueryHandler: Done processing query | ||
11229 | 2024.08.28 17:58:02.675033 [ 3 ] {d8be82a4-40dd-4997-b8a3-1048130ad08a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11230 | 2024.08.28 17:58:02.675052 [ 3 ] {} <Debug> HTTP-Session: 4856e6ef-d761-4d78-841b-430b4ec4424b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11231 | 2024.08.28 17:58:02.675183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11232 | 2024.08.28 17:58:02.675230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11233 | 2024.08.28 17:58:02.675249 [ 3 ] {} <Debug> HTTP-Session: 30969a32-128a-45f4-90df-f24cc9f3b621 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11234 | 2024.08.28 17:58:02.675265 [ 3 ] {} <Debug> HTTP-Session: 30969a32-128a-45f4-90df-f24cc9f3b621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11235 | 2024.08.28 17:58:02.675279 [ 3 ] {} <Debug> HTTP-Session: 30969a32-128a-45f4-90df-f24cc9f3b621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11236 | 2024.08.28 17:58:02.675310 [ 3 ] {} <Trace> HTTP-Session: 30969a32-128a-45f4-90df-f24cc9f3b621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11237 | 2024.08.28 17:58:02.675432 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11238 | 2024.08.28 17:58:02.675476 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11239 | 2024.08.28 17:58:02.675602 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11240 | 2024.08.28 17:58:02.675908 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11241 | 2024.08.28 17:58:02.675944 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11242 | 2024.08.28 17:58:02.676306 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11243 | 2024.08.28 17:58:02.676641 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11244 | 2024.08.28 17:58:02.676810 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001412 sec., 49575.07082152974 rows/sec., 3.12 MiB/sec. | ||
11245 | 2024.08.28 17:58:02.676986 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Debug> DynamicQueryHandler: Done processing query | ||
11246 | 2024.08.28 17:58:02.677011 [ 3 ] {55016019-0990-4ce7-9816-b25653c87edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11247 | 2024.08.28 17:58:02.677027 [ 3 ] {} <Debug> HTTP-Session: 30969a32-128a-45f4-90df-f24cc9f3b621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11248 | 2024.08.28 17:58:03.012047 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11249 | 2024.08.28 17:58:03.012101 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11250 | 2024.08.28 17:58:03.409105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11251 | 2024.08.28 17:58:03.409237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11252 | 2024.08.28 17:58:03.409267 [ 3 ] {} <Debug> HTTP-Session: 2de1f491-291c-41d5-a91e-4acbfa809cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11253 | 2024.08.28 17:58:03.409297 [ 3 ] {} <Debug> HTTP-Session: 2de1f491-291c-41d5-a91e-4acbfa809cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11254 | 2024.08.28 17:58:03.409315 [ 3 ] {} <Debug> HTTP-Session: 2de1f491-291c-41d5-a91e-4acbfa809cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11255 | 2024.08.28 17:58:03.409372 [ 3 ] {} <Trace> HTTP-Session: 2de1f491-291c-41d5-a91e-4acbfa809cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11256 | 2024.08.28 17:58:03.409601 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11257 | 2024.08.28 17:58:03.409679 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11258 | 2024.08.28 17:58:03.410052 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11259 | 2024.08.28 17:58:03.410548 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11260 | 2024.08.28 17:58:03.410593 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11261 | 2024.08.28 17:58:03.411024 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11262 | 2024.08.28 17:58:03.411420 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11263 | 2024.08.28 17:58:03.411606 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002079 sec., 26936.026936026934 rows/sec., 2.07 MiB/sec. | ||
11264 | 2024.08.28 17:58:03.411832 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Debug> DynamicQueryHandler: Done processing query | ||
11265 | 2024.08.28 17:58:03.411870 [ 3 ] {c4d6a1f6-cab9-4035-8aa2-6c3b0b77eb70} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11266 | 2024.08.28 17:58:03.411902 [ 3 ] {} <Debug> HTTP-Session: 2de1f491-291c-41d5-a91e-4acbfa809cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11267 | 2024.08.28 17:58:03.412053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11268 | 2024.08.28 17:58:03.412101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11269 | 2024.08.28 17:58:03.412120 [ 3 ] {} <Debug> HTTP-Session: f217744f-068e-42be-9ba5-2552d76b325e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11270 | 2024.08.28 17:58:03.412137 [ 3 ] {} <Debug> HTTP-Session: f217744f-068e-42be-9ba5-2552d76b325e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11271 | 2024.08.28 17:58:03.412152 [ 3 ] {} <Debug> HTTP-Session: f217744f-068e-42be-9ba5-2552d76b325e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11272 | 2024.08.28 17:58:03.412183 [ 3 ] {} <Trace> HTTP-Session: f217744f-068e-42be-9ba5-2552d76b325e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11273 | 2024.08.28 17:58:03.412311 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11274 | 2024.08.28 17:58:03.412357 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11275 | 2024.08.28 17:58:03.412657 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11276 | 2024.08.28 17:58:03.413072 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11277 | 2024.08.28 17:58:03.413109 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11278 | 2024.08.28 17:58:03.413467 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11279 | 2024.08.28 17:58:03.413833 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11280 | 2024.08.28 17:58:03.413990 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001722 sec., 37166.08594657375 rows/sec., 2.90 MiB/sec. | ||
11281 | 2024.08.28 17:58:03.414173 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Debug> DynamicQueryHandler: Done processing query | ||
11282 | 2024.08.28 17:58:03.414199 [ 3 ] {ed4c884d-457d-4124-b418-f648c8da1a6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11283 | 2024.08.28 17:58:03.414215 [ 3 ] {} <Debug> HTTP-Session: f217744f-068e-42be-9ba5-2552d76b325e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11284 | 2024.08.28 17:58:03.414344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11285 | 2024.08.28 17:58:03.414392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11286 | 2024.08.28 17:58:03.414412 [ 3 ] {} <Debug> HTTP-Session: 87b24e46-79f9-4391-a259-ca36209b21b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11287 | 2024.08.28 17:58:03.414429 [ 3 ] {} <Debug> HTTP-Session: 87b24e46-79f9-4391-a259-ca36209b21b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11288 | 2024.08.28 17:58:03.414443 [ 3 ] {} <Debug> HTTP-Session: 87b24e46-79f9-4391-a259-ca36209b21b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11289 | 2024.08.28 17:58:03.414474 [ 3 ] {} <Trace> HTTP-Session: 87b24e46-79f9-4391-a259-ca36209b21b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11290 | 2024.08.28 17:58:03.414582 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11291 | 2024.08.28 17:58:03.414630 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11292 | 2024.08.28 17:58:03.414778 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11293 | 2024.08.28 17:58:03.415071 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11294 | 2024.08.28 17:58:03.415107 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11295 | 2024.08.28 17:58:03.415475 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11296 | 2024.08.28 17:58:03.415811 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11297 | 2024.08.28 17:58:03.415972 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001416 sec., 22598.870056497177 rows/sec., 1.57 MiB/sec. | ||
11298 | 2024.08.28 17:58:03.416246 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Debug> DynamicQueryHandler: Done processing query | ||
11299 | 2024.08.28 17:58:03.416304 [ 3 ] {e9d50f68-8655-4d9f-bdfd-e3149ccacc4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11300 | 2024.08.28 17:58:03.416354 [ 3 ] {} <Debug> HTTP-Session: 87b24e46-79f9-4391-a259-ca36209b21b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.08.28 17:58:03.416538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11302 | 2024.08.28 17:58:03.416586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11303 | 2024.08.28 17:58:03.416606 [ 3 ] {} <Debug> HTTP-Session: 2889bc26-5be2-4500-9e61-6f648f3ab0ec Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11304 | 2024.08.28 17:58:03.416623 [ 3 ] {} <Debug> HTTP-Session: 2889bc26-5be2-4500-9e61-6f648f3ab0ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11305 | 2024.08.28 17:58:03.416637 [ 3 ] {} <Debug> HTTP-Session: 2889bc26-5be2-4500-9e61-6f648f3ab0ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11306 | 2024.08.28 17:58:03.416668 [ 3 ] {} <Trace> HTTP-Session: 2889bc26-5be2-4500-9e61-6f648f3ab0ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11307 | 2024.08.28 17:58:03.416777 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11308 | 2024.08.28 17:58:03.416822 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11309 | 2024.08.28 17:58:03.416966 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11310 | 2024.08.28 17:58:03.417230 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11311 | 2024.08.28 17:58:03.417266 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11312 | 2024.08.28 17:58:03.417610 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11313 | 2024.08.28 17:58:03.417926 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11314 | 2024.08.28 17:58:03.418074 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001322 sec., 9077.15582450832 rows/sec., 626.42 KiB/sec. | ||
11315 | 2024.08.28 17:58:03.418255 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Debug> DynamicQueryHandler: Done processing query | ||
11316 | 2024.08.28 17:58:03.418289 [ 3 ] {86e93734-e7f9-4017-846c-9bcea1cd4b31} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11317 | 2024.08.28 17:58:03.418321 [ 3 ] {} <Debug> HTTP-Session: 2889bc26-5be2-4500-9e61-6f648f3ab0ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.08.28 17:58:08.415759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11319 | 2024.08.28 17:58:08.415907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11320 | 2024.08.28 17:58:08.415938 [ 3 ] {} <Debug> HTTP-Session: fd6a986b-cd39-4747-90fa-8b764def2aaa Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11321 | 2024.08.28 17:58:08.415968 [ 3 ] {} <Debug> HTTP-Session: fd6a986b-cd39-4747-90fa-8b764def2aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11322 | 2024.08.28 17:58:08.415986 [ 3 ] {} <Debug> HTTP-Session: fd6a986b-cd39-4747-90fa-8b764def2aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11323 | 2024.08.28 17:58:08.416045 [ 3 ] {} <Trace> HTTP-Session: fd6a986b-cd39-4747-90fa-8b764def2aaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11324 | 2024.08.28 17:58:08.416260 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11325 | 2024.08.28 17:58:08.416330 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11326 | 2024.08.28 17:58:08.416681 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11327 | 2024.08.28 17:58:08.417132 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11328 | 2024.08.28 17:58:08.417176 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11329 | 2024.08.28 17:58:08.417600 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11330 | 2024.08.28 17:58:08.417991 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11331 | 2024.08.28 17:58:08.418143 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.001951 sec., 29728.34443874936 rows/sec., 2.30 MiB/sec. | ||
11332 | 2024.08.28 17:58:08.418371 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Debug> DynamicQueryHandler: Done processing query | ||
11333 | 2024.08.28 17:58:08.418398 [ 3 ] {c73d2566-0e82-4180-8d71-4ad591c515ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11334 | 2024.08.28 17:58:08.418416 [ 3 ] {} <Debug> HTTP-Session: fd6a986b-cd39-4747-90fa-8b764def2aaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.08.28 17:58:08.418582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11336 | 2024.08.28 17:58:08.418631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11337 | 2024.08.28 17:58:08.418651 [ 3 ] {} <Debug> HTTP-Session: c6adb036-bbb5-48ea-b6db-fd7b52fc1a96 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11338 | 2024.08.28 17:58:08.418669 [ 3 ] {} <Debug> HTTP-Session: c6adb036-bbb5-48ea-b6db-fd7b52fc1a96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11339 | 2024.08.28 17:58:08.418683 [ 3 ] {} <Debug> HTTP-Session: c6adb036-bbb5-48ea-b6db-fd7b52fc1a96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11340 | 2024.08.28 17:58:08.418717 [ 3 ] {} <Trace> HTTP-Session: c6adb036-bbb5-48ea-b6db-fd7b52fc1a96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11341 | 2024.08.28 17:58:08.418814 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11342 | 2024.08.28 17:58:08.418860 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11343 | 2024.08.28 17:58:08.419098 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11344 | 2024.08.28 17:58:08.419429 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11345 | 2024.08.28 17:58:08.419466 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11346 | 2024.08.28 17:58:08.419813 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11347 | 2024.08.28 17:58:08.420167 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11348 | 2024.08.28 17:58:08.420320 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 49.24 KiB/sec. | ||
11349 | 2024.08.28 17:58:08.420497 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Debug> DynamicQueryHandler: Done processing query | ||
11350 | 2024.08.28 17:58:08.420522 [ 3 ] {41d55202-3b25-47d4-9856-2eecfedc4901} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11351 | 2024.08.28 17:58:08.420538 [ 3 ] {} <Debug> HTTP-Session: c6adb036-bbb5-48ea-b6db-fd7b52fc1a96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.08.28 17:58:08.420673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11353 | 2024.08.28 17:58:08.420722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11354 | 2024.08.28 17:58:08.420742 [ 3 ] {} <Debug> HTTP-Session: a3762000-bde3-4c09-8183-196a939dcb34 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11355 | 2024.08.28 17:58:08.420760 [ 3 ] {} <Debug> HTTP-Session: a3762000-bde3-4c09-8183-196a939dcb34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11356 | 2024.08.28 17:58:08.420781 [ 3 ] {} <Debug> HTTP-Session: a3762000-bde3-4c09-8183-196a939dcb34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11357 | 2024.08.28 17:58:08.420821 [ 3 ] {} <Trace> HTTP-Session: a3762000-bde3-4c09-8183-196a939dcb34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11358 | 2024.08.28 17:58:08.420937 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11359 | 2024.08.28 17:58:08.420982 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11360 | 2024.08.28 17:58:08.421208 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11361 | 2024.08.28 17:58:08.421565 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11362 | 2024.08.28 17:58:08.421603 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11363 | 2024.08.28 17:58:08.421949 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11364 | 2024.08.28 17:58:08.422300 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11365 | 2024.08.28 17:58:08.422452 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001553 sec., 41854.47520927238 rows/sec., 3.27 MiB/sec. | ||
11366 | 2024.08.28 17:58:08.422711 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Debug> DynamicQueryHandler: Done processing query | ||
11367 | 2024.08.28 17:58:08.422768 [ 3 ] {ebc634af-38ed-4c9a-93d4-c018a795f5c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11368 | 2024.08.28 17:58:08.422828 [ 3 ] {} <Debug> HTTP-Session: a3762000-bde3-4c09-8183-196a939dcb34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.08.28 17:58:08.423069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11370 | 2024.08.28 17:58:08.423119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11371 | 2024.08.28 17:58:08.423140 [ 3 ] {} <Debug> HTTP-Session: 43d980d0-dff8-4962-a52f-b22730d7533e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11372 | 2024.08.28 17:58:08.423157 [ 3 ] {} <Debug> HTTP-Session: 43d980d0-dff8-4962-a52f-b22730d7533e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11373 | 2024.08.28 17:58:08.423171 [ 3 ] {} <Debug> HTTP-Session: 43d980d0-dff8-4962-a52f-b22730d7533e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11374 | 2024.08.28 17:58:08.423203 [ 3 ] {} <Trace> HTTP-Session: 43d980d0-dff8-4962-a52f-b22730d7533e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11375 | 2024.08.28 17:58:08.423356 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11376 | 2024.08.28 17:58:08.423405 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11377 | 2024.08.28 17:58:08.423570 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11378 | 2024.08.28 17:58:08.423963 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11379 | 2024.08.28 17:58:08.424001 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11380 | 2024.08.28 17:58:08.424390 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11381 | 2024.08.28 17:58:08.424739 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11382 | 2024.08.28 17:58:08.424881 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
11383 | 2024.08.28 17:58:08.424930 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11384 | 2024.08.28 17:58:08.425039 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11385 | 2024.08.28 17:58:08.425080 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11386 | 2024.08.28 17:58:08.425147 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Debug> DynamicQueryHandler: Done processing query | ||
11387 | 2024.08.28 17:58:08.425208 [ 3 ] {994cf1cd-4c67-4abb-9ad8-848718c2e3a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11388 | 2024.08.28 17:58:08.425275 [ 3 ] {} <Debug> HTTP-Session: 43d980d0-dff8-4962-a52f-b22730d7533e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11389 | 2024.08.28 17:58:08.425372 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11390 | 2024.08.28 17:58:08.425491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11391 | 2024.08.28 17:58:08.425672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11392 | 2024.08.28 17:58:08.425781 [ 3 ] {} <Debug> HTTP-Session: 06d5d955-16d3-4c9d-8f3d-a636a2a2fc08 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11393 | 2024.08.28 17:58:08.425878 [ 3 ] {} <Debug> HTTP-Session: 06d5d955-16d3-4c9d-8f3d-a636a2a2fc08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11394 | 2024.08.28 17:58:08.425934 [ 3 ] {} <Debug> HTTP-Session: 06d5d955-16d3-4c9d-8f3d-a636a2a2fc08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11395 | 2024.08.28 17:58:08.426118 [ 3 ] {} <Trace> HTTP-Session: 06d5d955-16d3-4c9d-8f3d-a636a2a2fc08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11396 | 2024.08.28 17:58:08.426201 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11397 | 2024.08.28 17:58:08.426336 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16134 rows starting from the beginning of the part | ||
11398 | 2024.08.28 17:58:08.426500 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11399 | 2024.08.28 17:58:08.426806 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 238 rows starting from the beginning of the part | ||
11400 | 2024.08.28 17:58:08.426986 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11401 | 2024.08.28 17:58:08.427240 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
11402 | 2024.08.28 17:58:08.427712 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 890 rows starting from the beginning of the part | ||
11403 | 2024.08.28 17:58:08.428219 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
11404 | 2024.08.28 17:58:08.428786 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
11405 | 2024.08.28 17:58:08.429775 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11406 | 2024.08.28 17:58:08.430360 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11407 | 2024.08.28 17:58:08.430398 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11408 | 2024.08.28 17:58:08.431386 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11409 | 2024.08.28 17:58:08.431955 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11410 | 2024.08.28 17:58:08.432148 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.005806 sec., 172.23561832586978 rows/sec., 316.05 KiB/sec. | ||
11411 | 2024.08.28 17:58:08.432593 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Debug> DynamicQueryHandler: Done processing query | ||
11412 | 2024.08.28 17:58:08.432632 [ 3 ] {55defaf8-616d-40c2-a648-e37ffb9ab6a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11413 | 2024.08.28 17:58:08.432673 [ 3 ] {} <Debug> HTTP-Session: 06d5d955-16d3-4c9d-8f3d-a636a2a2fc08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11414 | 2024.08.28 17:58:08.432826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11415 | 2024.08.28 17:58:08.432905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11416 | 2024.08.28 17:58:08.432926 [ 3 ] {} <Debug> HTTP-Session: e75f5e9e-333a-4469-8772-1088cf8e5b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11417 | 2024.08.28 17:58:08.432943 [ 3 ] {} <Debug> HTTP-Session: e75f5e9e-333a-4469-8772-1088cf8e5b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11418 | 2024.08.28 17:58:08.432957 [ 3 ] {} <Debug> HTTP-Session: e75f5e9e-333a-4469-8772-1088cf8e5b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11419 | 2024.08.28 17:58:08.432988 [ 3 ] {} <Trace> HTTP-Session: e75f5e9e-333a-4469-8772-1088cf8e5b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11420 | 2024.08.28 17:58:08.433136 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11421 | 2024.08.28 17:58:08.433183 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11422 | 2024.08.28 17:58:08.433317 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11423 | 2024.08.28 17:58:08.433701 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11424 | 2024.08.28 17:58:08.433737 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
11425 | 2024.08.28 17:58:08.434236 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11426 | 2024.08.28 17:58:08.434644 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11427 | 2024.08.28 17:58:08.434766 [ 186 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17614 rows, containing 5 columns (5 merged, 0 gathered) in 0.009590944 sec., 1836524.1210875593 rows/sec., 123.86 MiB/sec. | ||
11428 | 2024.08.28 17:58:08.434925 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001855 sec., 32345.013477088945 rows/sec., 2.18 MiB/sec. | ||
11429 | 2024.08.28 17:58:08.435122 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Debug> DynamicQueryHandler: Done processing query | ||
11430 | 2024.08.28 17:58:08.435124 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11431 | 2024.08.28 17:58:08.435152 [ 3 ] {26a489ed-f4d1-4a6a-9598-bac35e9598eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11432 | 2024.08.28 17:58:08.435177 [ 3 ] {} <Debug> HTTP-Session: e75f5e9e-333a-4469-8772-1088cf8e5b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11433 | 2024.08.28 17:58:08.435568 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11434 | 2024.08.28 17:58:08.435646 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11435 | 2024.08.28 17:58:08.435724 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
11436 | 2024.08.28 17:58:13.423001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11437 | 2024.08.28 17:58:13.423154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11438 | 2024.08.28 17:58:13.423184 [ 3 ] {} <Debug> HTTP-Session: 6f55a1fb-a1df-4d5e-be18-dd1a31396a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11439 | 2024.08.28 17:58:13.423213 [ 3 ] {} <Debug> HTTP-Session: 6f55a1fb-a1df-4d5e-be18-dd1a31396a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11440 | 2024.08.28 17:58:13.423231 [ 3 ] {} <Debug> HTTP-Session: 6f55a1fb-a1df-4d5e-be18-dd1a31396a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11441 | 2024.08.28 17:58:13.423288 [ 3 ] {} <Trace> HTTP-Session: 6f55a1fb-a1df-4d5e-be18-dd1a31396a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11442 | 2024.08.28 17:58:13.423567 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11443 | 2024.08.28 17:58:13.423636 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11444 | 2024.08.28 17:58:13.423969 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11445 | 2024.08.28 17:58:13.424653 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11446 | 2024.08.28 17:58:13.424697 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11447 | 2024.08.28 17:58:13.425138 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11448 | 2024.08.28 17:58:13.425538 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11449 | 2024.08.28 17:58:13.425696 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002251 sec., 115948.4673478454 rows/sec., 10.30 MiB/sec. | ||
11450 | 2024.08.28 17:58:13.426012 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Debug> DynamicQueryHandler: Done processing query | ||
11451 | 2024.08.28 17:58:13.426071 [ 3 ] {0cc4560f-60d3-4941-a71b-ba16124e1ddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11452 | 2024.08.28 17:58:13.426126 [ 3 ] {} <Debug> HTTP-Session: 6f55a1fb-a1df-4d5e-be18-dd1a31396a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11453 | 2024.08.28 17:58:13.426357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11454 | 2024.08.28 17:58:13.426408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11455 | 2024.08.28 17:58:13.426428 [ 3 ] {} <Debug> HTTP-Session: c6610857-c9ee-4b16-ab28-64b38238e38a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11456 | 2024.08.28 17:58:13.426450 [ 3 ] {} <Debug> HTTP-Session: c6610857-c9ee-4b16-ab28-64b38238e38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11457 | 2024.08.28 17:58:13.426464 [ 3 ] {} <Debug> HTTP-Session: c6610857-c9ee-4b16-ab28-64b38238e38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.08.28 17:58:13.426496 [ 3 ] {} <Trace> HTTP-Session: c6610857-c9ee-4b16-ab28-64b38238e38a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11459 | 2024.08.28 17:58:13.426611 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11460 | 2024.08.28 17:58:13.426655 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11461 | 2024.08.28 17:58:13.426899 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11462 | 2024.08.28 17:58:13.427252 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11463 | 2024.08.28 17:58:13.427289 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11464 | 2024.08.28 17:58:13.427642 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11465 | 2024.08.28 17:58:13.427995 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11466 | 2024.08.28 17:58:13.428165 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001578 sec., 22813.68821292776 rows/sec., 1.68 MiB/sec. | ||
11467 | 2024.08.28 17:58:13.428451 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Debug> DynamicQueryHandler: Done processing query | ||
11468 | 2024.08.28 17:58:13.428510 [ 3 ] {258d3ecd-9cd1-46fc-a7b8-10f6f43857df} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11469 | 2024.08.28 17:58:13.428570 [ 3 ] {} <Debug> HTTP-Session: c6610857-c9ee-4b16-ab28-64b38238e38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11470 | 2024.08.28 17:58:13.428734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11471 | 2024.08.28 17:58:13.428785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11472 | 2024.08.28 17:58:13.428803 [ 3 ] {} <Debug> HTTP-Session: 56f12dde-fd56-4cbe-aa08-b005f302c1ce Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11473 | 2024.08.28 17:58:13.428821 [ 3 ] {} <Debug> HTTP-Session: 56f12dde-fd56-4cbe-aa08-b005f302c1ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11474 | 2024.08.28 17:58:13.428835 [ 3 ] {} <Debug> HTTP-Session: 56f12dde-fd56-4cbe-aa08-b005f302c1ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11475 | 2024.08.28 17:58:13.428867 [ 3 ] {} <Trace> HTTP-Session: 56f12dde-fd56-4cbe-aa08-b005f302c1ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11476 | 2024.08.28 17:58:13.428971 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11477 | 2024.08.28 17:58:13.429017 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11478 | 2024.08.28 17:58:13.429260 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11479 | 2024.08.28 17:58:13.429636 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11480 | 2024.08.28 17:58:13.429673 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11481 | 2024.08.28 17:58:13.430021 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11482 | 2024.08.28 17:58:13.430390 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11483 | 2024.08.28 17:58:13.430549 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
11484 | 2024.08.28 17:58:13.430870 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Debug> DynamicQueryHandler: Done processing query | ||
11485 | 2024.08.28 17:58:13.430896 [ 3 ] {6e0fdd45-5ab7-46a6-b8c2-2a0563bc06ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11486 | 2024.08.28 17:58:13.430912 [ 3 ] {} <Debug> HTTP-Session: 56f12dde-fd56-4cbe-aa08-b005f302c1ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11487 | 2024.08.28 17:58:13.431039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11488 | 2024.08.28 17:58:13.431086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11489 | 2024.08.28 17:58:13.431106 [ 3 ] {} <Debug> HTTP-Session: 97c5ec6c-571f-4b9e-be25-05e06d163412 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11490 | 2024.08.28 17:58:13.431122 [ 3 ] {} <Debug> HTTP-Session: 97c5ec6c-571f-4b9e-be25-05e06d163412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11491 | 2024.08.28 17:58:13.431136 [ 3 ] {} <Debug> HTTP-Session: 97c5ec6c-571f-4b9e-be25-05e06d163412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11492 | 2024.08.28 17:58:13.431166 [ 3 ] {} <Trace> HTTP-Session: 97c5ec6c-571f-4b9e-be25-05e06d163412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11493 | 2024.08.28 17:58:13.431265 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11494 | 2024.08.28 17:58:13.431309 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11495 | 2024.08.28 17:58:13.431554 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11496 | 2024.08.28 17:58:13.431875 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11497 | 2024.08.28 17:58:13.431921 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11498 | 2024.08.28 17:58:13.432293 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11499 | 2024.08.28 17:58:13.432667 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11500 | 2024.08.28 17:58:13.432833 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 223.51 KiB/sec. | ||
11501 | 2024.08.28 17:58:13.432832 [ 139 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
11502 | 2024.08.28 17:58:13.432940 [ 139 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11503 | 2024.08.28 17:58:13.432994 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11504 | 2024.08.28 17:58:13.433113 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Debug> DynamicQueryHandler: Done processing query | ||
11505 | 2024.08.28 17:58:13.433168 [ 3 ] {6dba57e3-97af-484a-bc15-c586b38fcc09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11506 | 2024.08.28 17:58:13.433193 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
11507 | 2024.08.28 17:58:13.433200 [ 3 ] {} <Debug> HTTP-Session: 97c5ec6c-571f-4b9e-be25-05e06d163412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11508 | 2024.08.28 17:58:13.433424 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11509 | 2024.08.28 17:58:13.433473 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
11510 | 2024.08.28 17:58:13.433494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11511 | 2024.08.28 17:58:13.433625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11512 | 2024.08.28 17:58:13.433713 [ 3 ] {} <Debug> HTTP-Session: 8c017450-cdd8-48c8-9135-76f995030c96 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11513 | 2024.08.28 17:58:13.433707 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11514 | 2024.08.28 17:58:13.433767 [ 3 ] {} <Debug> HTTP-Session: 8c017450-cdd8-48c8-9135-76f995030c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11515 | 2024.08.28 17:58:13.433827 [ 3 ] {} <Debug> HTTP-Session: 8c017450-cdd8-48c8-9135-76f995030c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.08.28 17:58:13.433994 [ 3 ] {} <Trace> HTTP-Session: 8c017450-cdd8-48c8-9135-76f995030c96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11517 | 2024.08.28 17:58:13.434036 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11518 | 2024.08.28 17:58:13.434273 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11519 | 2024.08.28 17:58:13.434562 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11520 | 2024.08.28 17:58:13.434565 [ 186 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11521 | 2024.08.28 17:58:13.434676 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11522 | 2024.08.28 17:58:13.435582 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11523 | 2024.08.28 17:58:13.437031 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11524 | 2024.08.28 17:58:13.437042 [ 199 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003960968 sec., 7573.9061764699945 rows/sec., 480.77 KiB/sec. | ||
11525 | 2024.08.28 17:58:13.437075 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11526 | 2024.08.28 17:58:13.437287 [ 199 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
11527 | 2024.08.28 17:58:13.437910 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11528 | 2024.08.28 17:58:13.438212 [ 199 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11529 | 2024.08.28 17:58:13.438511 [ 199 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_25_6} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
11530 | 2024.08.28 17:58:13.438673 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11531 | 2024.08.28 17:58:13.438766 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11532 | 2024.08.28 17:58:13.438939 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.004663 sec., 89641.86146257774 rows/sec., 6.40 MiB/sec. | ||
11533 | 2024.08.28 17:58:13.439256 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Debug> DynamicQueryHandler: Done processing query | ||
11534 | 2024.08.28 17:58:13.439324 [ 3 ] {eae663cb-0b2b-4db2-bad9-a91141247014} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11535 | 2024.08.28 17:58:13.439377 [ 3 ] {} <Debug> HTTP-Session: 8c017450-cdd8-48c8-9135-76f995030c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11536 | 2024.08.28 17:58:13.439584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11537 | 2024.08.28 17:58:13.439636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11538 | 2024.08.28 17:58:13.439655 [ 3 ] {} <Debug> HTTP-Session: 847791e8-96e8-46e0-a8c7-4258bd0549ff Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11539 | 2024.08.28 17:58:13.439672 [ 3 ] {} <Debug> HTTP-Session: 847791e8-96e8-46e0-a8c7-4258bd0549ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11540 | 2024.08.28 17:58:13.439686 [ 3 ] {} <Debug> HTTP-Session: 847791e8-96e8-46e0-a8c7-4258bd0549ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11541 | 2024.08.28 17:58:13.439718 [ 3 ] {} <Trace> HTTP-Session: 847791e8-96e8-46e0-a8c7-4258bd0549ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11542 | 2024.08.28 17:58:13.439821 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11543 | 2024.08.28 17:58:13.439868 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11544 | 2024.08.28 17:58:13.440025 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11545 | 2024.08.28 17:58:13.440289 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11546 | 2024.08.28 17:58:13.440326 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11547 | 2024.08.28 17:58:13.440686 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11548 | 2024.08.28 17:58:13.441025 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11549 | 2024.08.28 17:58:13.441182 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 226.83 KiB/sec. | ||
11550 | 2024.08.28 17:58:13.441191 [ 139 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
11551 | 2024.08.28 17:58:13.441273 [ 139 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11552 | 2024.08.28 17:58:13.441325 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11553 | 2024.08.28 17:58:13.441491 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Debug> DynamicQueryHandler: Done processing query | ||
11554 | 2024.08.28 17:58:13.441565 [ 3 ] {a324a451-d8b3-417b-97da-c96278d8abfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11555 | 2024.08.28 17:58:13.441590 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
11556 | 2024.08.28 17:58:13.441637 [ 3 ] {} <Debug> HTTP-Session: 847791e8-96e8-46e0-a8c7-4258bd0549ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11557 | 2024.08.28 17:58:13.441983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11558 | 2024.08.28 17:58:13.442103 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11559 | 2024.08.28 17:58:13.442107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11560 | 2024.08.28 17:58:13.442164 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
11561 | 2024.08.28 17:58:13.442177 [ 3 ] {} <Debug> HTTP-Session: 978cb461-9d90-4402-89b8-73ce1d1d2ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11562 | 2024.08.28 17:58:13.442224 [ 3 ] {} <Debug> HTTP-Session: 978cb461-9d90-4402-89b8-73ce1d1d2ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11563 | 2024.08.28 17:58:13.442263 [ 3 ] {} <Debug> HTTP-Session: 978cb461-9d90-4402-89b8-73ce1d1d2ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11564 | 2024.08.28 17:58:13.442398 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
11565 | 2024.08.28 17:58:13.442436 [ 3 ] {} <Trace> HTTP-Session: 978cb461-9d90-4402-89b8-73ce1d1d2ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11566 | 2024.08.28 17:58:13.442677 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11567 | 2024.08.28 17:58:13.442953 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11568 | 2024.08.28 17:58:13.442994 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11569 | 2024.08.28 17:58:13.443160 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11570 | 2024.08.28 17:58:13.443312 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11571 | 2024.08.28 17:58:13.443747 [ 191 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11572 | 2024.08.28 17:58:13.444430 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11573 | 2024.08.28 17:58:13.445334 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11574 | 2024.08.28 17:58:13.445415 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11575 | 2024.08.28 17:58:13.446576 [ 195 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.005168206 sec., 29023.61090095867 rows/sec., 1.48 MiB/sec. | ||
11576 | 2024.08.28 17:58:13.446633 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11577 | 2024.08.28 17:58:13.446751 [ 195 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
11578 | 2024.08.28 17:58:13.447538 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11579 | 2024.08.28 17:58:13.447679 [ 195 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11580 | 2024.08.28 17:58:13.447921 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0052 sec., 45576.92307692308 rows/sec., 3.05 MiB/sec. | ||
11581 | 2024.08.28 17:58:13.447978 [ 195 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_25_5} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
11582 | 2024.08.28 17:58:13.448359 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11583 | 2024.08.28 17:58:13.448460 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Debug> DynamicQueryHandler: Done processing query | ||
11584 | 2024.08.28 17:58:13.448502 [ 3 ] {13fd5883-96f1-4cf3-a669-181ac15fa871} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11585 | 2024.08.28 17:58:13.448536 [ 3 ] {} <Debug> HTTP-Session: 978cb461-9d90-4402-89b8-73ce1d1d2ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11586 | 2024.08.28 17:58:13.448752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11587 | 2024.08.28 17:58:13.448799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11588 | 2024.08.28 17:58:13.448818 [ 3 ] {} <Debug> HTTP-Session: 24d5649c-3a40-43a6-87cc-2376b63b9ea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11589 | 2024.08.28 17:58:13.448834 [ 3 ] {} <Debug> HTTP-Session: 24d5649c-3a40-43a6-87cc-2376b63b9ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.08.28 17:58:13.448848 [ 3 ] {} <Debug> HTTP-Session: 24d5649c-3a40-43a6-87cc-2376b63b9ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11591 | 2024.08.28 17:58:13.448880 [ 3 ] {} <Trace> HTTP-Session: 24d5649c-3a40-43a6-87cc-2376b63b9ea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11592 | 2024.08.28 17:58:13.448974 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11593 | 2024.08.28 17:58:13.449020 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11594 | 2024.08.28 17:58:13.449167 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11595 | 2024.08.28 17:58:13.449445 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11596 | 2024.08.28 17:58:13.449481 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11597 | 2024.08.28 17:58:13.449842 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11598 | 2024.08.28 17:58:13.450182 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11599 | 2024.08.28 17:58:13.450354 [ 138 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11600 | 2024.08.28 17:58:13.450363 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
11601 | 2024.08.28 17:58:13.450422 [ 138 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11602 | 2024.08.28 17:58:13.450483 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11603 | 2024.08.28 17:58:13.450704 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Debug> DynamicQueryHandler: Done processing query | ||
11604 | 2024.08.28 17:58:13.450756 [ 3 ] {f6a15aaf-51b6-43d7-a54d-bcb00b24e2c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11605 | 2024.08.28 17:58:13.450796 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
11606 | 2024.08.28 17:58:13.450827 [ 3 ] {} <Debug> HTTP-Session: 24d5649c-3a40-43a6-87cc-2376b63b9ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.08.28 17:58:13.451170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11608 | 2024.08.28 17:58:13.451322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11609 | 2024.08.28 17:58:13.451347 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11610 | 2024.08.28 17:58:13.451353 [ 3 ] {} <Debug> HTTP-Session: f14bec5d-bd5f-4247-8fd8-2772679df8d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11611 | 2024.08.28 17:58:13.451381 [ 3 ] {} <Debug> HTTP-Session: f14bec5d-bd5f-4247-8fd8-2772679df8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11612 | 2024.08.28 17:58:13.451385 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
11613 | 2024.08.28 17:58:13.451398 [ 3 ] {} <Debug> HTTP-Session: f14bec5d-bd5f-4247-8fd8-2772679df8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11614 | 2024.08.28 17:58:13.451443 [ 3 ] {} <Trace> HTTP-Session: f14bec5d-bd5f-4247-8fd8-2772679df8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11615 | 2024.08.28 17:58:13.451554 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
11616 | 2024.08.28 17:58:13.451810 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
11617 | 2024.08.28 17:58:13.452033 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
11618 | 2024.08.28 17:58:13.452077 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11619 | 2024.08.28 17:58:13.452368 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
11620 | 2024.08.28 17:58:13.452454 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11621 | 2024.08.28 17:58:13.452681 [ 192 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
11622 | 2024.08.28 17:58:13.453927 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11623 | 2024.08.28 17:58:13.454815 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004212644 sec., 6171.895844984765 rows/sec., 414.95 KiB/sec. | ||
11624 | 2024.08.28 17:58:13.455150 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11625 | 2024.08.28 17:58:13.455368 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11626 | 2024.08.28 17:58:13.455416 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11627 | 2024.08.28 17:58:13.456292 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11628 | 2024.08.28 17:58:13.456509 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_26_5} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11629 | 2024.08.28 17:58:13.456721 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11630 | 2024.08.28 17:58:13.457017 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11631 | 2024.08.28 17:58:13.457452 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11632 | 2024.08.28 17:58:13.457648 [ 138 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11633 | 2024.08.28 17:58:13.457652 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.006001 sec., 5999.0001666388935 rows/sec., 10.75 MiB/sec. | ||
11634 | 2024.08.28 17:58:13.457716 [ 138 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11635 | 2024.08.28 17:58:13.457790 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11636 | 2024.08.28 17:58:13.458175 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
11637 | 2024.08.28 17:58:13.458336 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Debug> DynamicQueryHandler: Done processing query | ||
11638 | 2024.08.28 17:58:13.458392 [ 3 ] {f6d786ec-7dfb-48c1-85cc-29ce812f3a44} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11639 | 2024.08.28 17:58:13.458439 [ 3 ] {} <Debug> HTTP-Session: f14bec5d-bd5f-4247-8fd8-2772679df8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11640 | 2024.08.28 17:58:13.458645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11641 | 2024.08.28 17:58:13.458760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11642 | 2024.08.28 17:58:13.458811 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11643 | 2024.08.28 17:58:13.458821 [ 3 ] {} <Debug> HTTP-Session: 9d71c258-6ff8-4f89-8aeb-5bca4f0c54d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11644 | 2024.08.28 17:58:13.458887 [ 3 ] {} <Debug> HTTP-Session: 9d71c258-6ff8-4f89-8aeb-5bca4f0c54d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11645 | 2024.08.28 17:58:13.458927 [ 3 ] {} <Debug> HTTP-Session: 9d71c258-6ff8-4f89-8aeb-5bca4f0c54d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11646 | 2024.08.28 17:58:13.458976 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 921 rows starting from the beginning of the part | ||
11647 | 2024.08.28 17:58:13.459003 [ 3 ] {} <Trace> HTTP-Session: 9d71c258-6ff8-4f89-8aeb-5bca4f0c54d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11648 | 2024.08.28 17:58:13.459334 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11649 | 2024.08.28 17:58:13.459505 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11650 | 2024.08.28 17:58:13.459638 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
11651 | 2024.08.28 17:58:13.460357 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11652 | 2024.08.28 17:58:13.460500 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
11653 | 2024.08.28 17:58:13.461085 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
11654 | 2024.08.28 17:58:13.461429 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11655 | 2024.08.28 17:58:13.461527 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11656 | 2024.08.28 17:58:13.461778 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
11657 | 2024.08.28 17:58:13.462354 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
11658 | 2024.08.28 17:58:13.462862 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11659 | 2024.08.28 17:58:13.463751 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11660 | 2024.08.28 17:58:13.464113 [ 138 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11661 | 2024.08.28 17:58:13.464165 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005011 sec., 16363.999201756136 rows/sec., 1.04 MiB/sec. | ||
11662 | 2024.08.28 17:58:13.464245 [ 138 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11663 | 2024.08.28 17:58:13.464442 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11664 | 2024.08.28 17:58:13.464939 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Debug> DynamicQueryHandler: Done processing query | ||
11665 | 2024.08.28 17:58:13.464987 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11666 | 2024.08.28 17:58:13.465034 [ 3 ] {63a66636-c83b-4c5c-a940-aa2089eca4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11667 | 2024.08.28 17:58:13.465164 [ 3 ] {} <Debug> HTTP-Session: 9d71c258-6ff8-4f89-8aeb-5bca4f0c54d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11668 | 2024.08.28 17:58:13.465836 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11669 | 2024.08.28 17:58:13.465940 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3148 rows starting from the beginning of the part | ||
11670 | 2024.08.28 17:58:13.466263 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
11671 | 2024.08.28 17:58:13.466364 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 70 rows starting from the beginning of the part | ||
11672 | 2024.08.28 17:58:13.466560 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part | ||
11673 | 2024.08.28 17:58:13.466892 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
11674 | 2024.08.28 17:58:13.467182 [ 201 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
11675 | 2024.08.28 17:58:13.469369 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3432 rows, containing 4 columns (4 merged, 0 gathered) in 0.004783146 sec., 717519.3899579899 rows/sec., 46.75 MiB/sec. | ||
11676 | 2024.08.28 17:58:13.469707 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11677 | 2024.08.28 17:58:13.470189 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11678 | 2024.08.28 17:58:13.470290 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_61_12} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11679 | 2024.08.28 17:58:13.470371 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
11680 | 2024.08.28 17:58:13.475221 [ 187 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 19 columns (19 merged, 0 gathered) in 0.017270235 sec., 59698.0874898344 rows/sec., 106.98 MiB/sec. | ||
11681 | 2024.08.28 17:58:13.476845 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11682 | 2024.08.28 17:58:13.477487 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11683 | 2024.08.28 17:58:13.477583 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11684 | 2024.08.28 17:58:13.477740 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.87 MiB. | ||
11685 | 2024.08.28 17:58:14.000199 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.47 MiB, peak 212.29 MiB, free memory in arenas 0.00 B, will set to 201.86 MiB (RSS), difference: 1.39 MiB | ||
11686 | 2024.08.28 17:58:18.012341 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11687 | 2024.08.28 17:58:18.012386 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11688 | 2024.08.28 17:58:18.416039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11689 | 2024.08.28 17:58:18.416173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11690 | 2024.08.28 17:58:18.416204 [ 3 ] {} <Debug> HTTP-Session: 05a7b8b8-b903-4cf9-bd92-1367911c912d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11691 | 2024.08.28 17:58:18.416233 [ 3 ] {} <Debug> HTTP-Session: 05a7b8b8-b903-4cf9-bd92-1367911c912d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11692 | 2024.08.28 17:58:18.416252 [ 3 ] {} <Debug> HTTP-Session: 05a7b8b8-b903-4cf9-bd92-1367911c912d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11693 | 2024.08.28 17:58:18.416309 [ 3 ] {} <Trace> HTTP-Session: 05a7b8b8-b903-4cf9-bd92-1367911c912d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11694 | 2024.08.28 17:58:18.416542 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11695 | 2024.08.28 17:58:18.416612 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11696 | 2024.08.28 17:58:18.416961 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11697 | 2024.08.28 17:58:18.417452 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11698 | 2024.08.28 17:58:18.417504 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11699 | 2024.08.28 17:58:18.417948 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11700 | 2024.08.28 17:58:18.418364 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11701 | 2024.08.28 17:58:18.418557 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002086 sec., 27804.410354745924 rows/sec., 2.15 MiB/sec. | ||
11702 | 2024.08.28 17:58:18.418792 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Debug> DynamicQueryHandler: Done processing query | ||
11703 | 2024.08.28 17:58:18.418823 [ 3 ] {c91fc643-6a9e-4542-a6d2-6f89bce6090b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11704 | 2024.08.28 17:58:18.418840 [ 3 ] {} <Debug> HTTP-Session: 05a7b8b8-b903-4cf9-bd92-1367911c912d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11705 | 2024.08.28 17:58:18.419006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11706 | 2024.08.28 17:58:18.419064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11707 | 2024.08.28 17:58:18.419085 [ 3 ] {} <Debug> HTTP-Session: 0f776171-eddf-4fbf-8a4f-accb46fa1a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11708 | 2024.08.28 17:58:18.419103 [ 3 ] {} <Debug> HTTP-Session: 0f776171-eddf-4fbf-8a4f-accb46fa1a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11709 | 2024.08.28 17:58:18.419117 [ 3 ] {} <Debug> HTTP-Session: 0f776171-eddf-4fbf-8a4f-accb46fa1a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11710 | 2024.08.28 17:58:18.419155 [ 3 ] {} <Trace> HTTP-Session: 0f776171-eddf-4fbf-8a4f-accb46fa1a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11711 | 2024.08.28 17:58:18.419267 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11712 | 2024.08.28 17:58:18.419317 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11713 | 2024.08.28 17:58:18.419567 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11714 | 2024.08.28 17:58:18.419882 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11715 | 2024.08.28 17:58:18.419922 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11716 | 2024.08.28 17:58:18.420280 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11717 | 2024.08.28 17:58:18.420653 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11718 | 2024.08.28 17:58:18.420838 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001598 sec., 625.7822277847309 rows/sec., 47.06 KiB/sec. | ||
11719 | 2024.08.28 17:58:18.420858 [ 134 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11720 | 2024.08.28 17:58:18.421010 [ 134 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11721 | 2024.08.28 17:58:18.421067 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11722 | 2024.08.28 17:58:18.421100 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Debug> DynamicQueryHandler: Done processing query | ||
11723 | 2024.08.28 17:58:18.421140 [ 3 ] {9ca2afcc-1dfa-46af-9bca-2250ab307daf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11724 | 2024.08.28 17:58:18.421203 [ 3 ] {} <Debug> HTTP-Session: 0f776171-eddf-4fbf-8a4f-accb46fa1a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11725 | 2024.08.28 17:58:18.421379 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
11726 | 2024.08.28 17:58:18.421414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11727 | 2024.08.28 17:58:18.421544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11728 | 2024.08.28 17:58:18.421586 [ 3 ] {} <Debug> HTTP-Session: 6410d06a-cbed-4183-b737-9e756eda1267 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11729 | 2024.08.28 17:58:18.421624 [ 3 ] {} <Debug> HTTP-Session: 6410d06a-cbed-4183-b737-9e756eda1267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11730 | 2024.08.28 17:58:18.421662 [ 3 ] {} <Debug> HTTP-Session: 6410d06a-cbed-4183-b737-9e756eda1267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11731 | 2024.08.28 17:58:18.421758 [ 3 ] {} <Trace> HTTP-Session: 6410d06a-cbed-4183-b737-9e756eda1267 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11732 | 2024.08.28 17:58:18.421832 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11733 | 2024.08.28 17:58:18.421901 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 55 rows starting from the beginning of the part | ||
11734 | 2024.08.28 17:58:18.422036 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11735 | 2024.08.28 17:58:18.422173 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
11736 | 2024.08.28 17:58:18.422184 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11737 | 2024.08.28 17:58:18.422591 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 38 rows starting from the beginning of the part | ||
11738 | 2024.08.28 17:58:18.423172 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
11739 | 2024.08.28 17:58:18.423705 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
11740 | 2024.08.28 17:58:18.424164 [ 193 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
11741 | 2024.08.28 17:58:18.425021 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11742 | 2024.08.28 17:58:18.425942 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11743 | 2024.08.28 17:58:18.426008 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11744 | 2024.08.28 17:58:18.427057 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11745 | 2024.08.28 17:58:18.427442 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 5 columns (5 merged, 0 gathered) in 0.006203928 sec., 21276.842671288254 rows/sec., 1.63 MiB/sec. | ||
11746 | 2024.08.28 17:58:18.427708 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11747 | 2024.08.28 17:58:18.427882 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11748 | 2024.08.28 17:58:18.428319 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.006363 sec., 10215.307245010215 rows/sec., 816.49 KiB/sec. | ||
11749 | 2024.08.28 17:58:18.428764 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Debug> DynamicQueryHandler: Done processing query | ||
11750 | 2024.08.28 17:58:18.428802 [ 3 ] {288ac01e-e177-40d0-948e-bf7a533481c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11751 | 2024.08.28 17:58:18.428842 [ 3 ] {} <Debug> HTTP-Session: 6410d06a-cbed-4183-b737-9e756eda1267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11752 | 2024.08.28 17:58:18.428851 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11753 | 2024.08.28 17:58:18.428974 [ 190 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_56_11} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11754 | 2024.08.28 17:58:18.429101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11755 | 2024.08.28 17:58:18.429119 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11756 | 2024.08.28 17:58:18.429180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11757 | 2024.08.28 17:58:18.429205 [ 3 ] {} <Debug> HTTP-Session: 5dea9cad-90a6-41c8-bdcf-93ed8233e204 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11758 | 2024.08.28 17:58:18.429223 [ 3 ] {} <Debug> HTTP-Session: 5dea9cad-90a6-41c8-bdcf-93ed8233e204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11759 | 2024.08.28 17:58:18.429238 [ 3 ] {} <Debug> HTTP-Session: 5dea9cad-90a6-41c8-bdcf-93ed8233e204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11760 | 2024.08.28 17:58:18.429274 [ 3 ] {} <Trace> HTTP-Session: 5dea9cad-90a6-41c8-bdcf-93ed8233e204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11761 | 2024.08.28 17:58:18.429441 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11762 | 2024.08.28 17:58:18.429493 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11763 | 2024.08.28 17:58:18.429664 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11764 | 2024.08.28 17:58:18.430052 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11765 | 2024.08.28 17:58:18.430089 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11766 | 2024.08.28 17:58:18.430486 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11767 | 2024.08.28 17:58:18.430847 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11768 | 2024.08.28 17:58:18.431010 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
11769 | 2024.08.28 17:58:18.431176 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Debug> DynamicQueryHandler: Done processing query | ||
11770 | 2024.08.28 17:58:18.431199 [ 3 ] {16a20fa5-4dc1-40ad-9a72-65202fde370c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11771 | 2024.08.28 17:58:18.431215 [ 3 ] {} <Debug> HTTP-Session: 5dea9cad-90a6-41c8-bdcf-93ed8233e204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11772 | 2024.08.28 17:58:18.431349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11773 | 2024.08.28 17:58:18.431397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11774 | 2024.08.28 17:58:18.431416 [ 3 ] {} <Debug> HTTP-Session: 351df360-8880-492f-af08-ed4cf9e5b172 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11775 | 2024.08.28 17:58:18.431432 [ 3 ] {} <Debug> HTTP-Session: 351df360-8880-492f-af08-ed4cf9e5b172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11776 | 2024.08.28 17:58:18.431446 [ 3 ] {} <Debug> HTTP-Session: 351df360-8880-492f-af08-ed4cf9e5b172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11777 | 2024.08.28 17:58:18.431479 [ 3 ] {} <Trace> HTTP-Session: 351df360-8880-492f-af08-ed4cf9e5b172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11778 | 2024.08.28 17:58:18.431583 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11779 | 2024.08.28 17:58:18.431648 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11780 | 2024.08.28 17:58:18.432076 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11781 | 2024.08.28 17:58:18.432565 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11782 | 2024.08.28 17:58:18.432602 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11783 | 2024.08.28 17:58:18.433181 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11784 | 2024.08.28 17:58:18.433600 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11785 | 2024.08.28 17:58:18.433781 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002232 sec., 448.02867383512546 rows/sec., 822.12 KiB/sec. | ||
11786 | 2024.08.28 17:58:18.434003 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Debug> DynamicQueryHandler: Done processing query | ||
11787 | 2024.08.28 17:58:18.434027 [ 3 ] {cf8e9971-2876-4f33-b19e-4ca66d532fa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11788 | 2024.08.28 17:58:18.434043 [ 3 ] {} <Debug> HTTP-Session: 351df360-8880-492f-af08-ed4cf9e5b172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11789 | 2024.08.28 17:58:18.434170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11790 | 2024.08.28 17:58:18.434218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11791 | 2024.08.28 17:58:18.434237 [ 3 ] {} <Debug> HTTP-Session: 6d0fc330-f779-4f74-9f17-846232bb1858 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11792 | 2024.08.28 17:58:18.434254 [ 3 ] {} <Debug> HTTP-Session: 6d0fc330-f779-4f74-9f17-846232bb1858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11793 | 2024.08.28 17:58:18.434268 [ 3 ] {} <Debug> HTTP-Session: 6d0fc330-f779-4f74-9f17-846232bb1858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11794 | 2024.08.28 17:58:18.434300 [ 3 ] {} <Trace> HTTP-Session: 6d0fc330-f779-4f74-9f17-846232bb1858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11795 | 2024.08.28 17:58:18.434424 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11796 | 2024.08.28 17:58:18.434469 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11797 | 2024.08.28 17:58:18.434598 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11798 | 2024.08.28 17:58:18.434890 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11799 | 2024.08.28 17:58:18.434926 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11800 | 2024.08.28 17:58:18.435283 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11801 | 2024.08.28 17:58:18.435606 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11802 | 2024.08.28 17:58:18.435763 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
11803 | 2024.08.28 17:58:18.435925 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Debug> DynamicQueryHandler: Done processing query | ||
11804 | 2024.08.28 17:58:18.435948 [ 3 ] {4952fd4f-a4b3-4615-8562-607dd05ea695} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11805 | 2024.08.28 17:58:18.435965 [ 3 ] {} <Debug> HTTP-Session: 6d0fc330-f779-4f74-9f17-846232bb1858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.08.28 17:58:23.430593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11807 | 2024.08.28 17:58:23.430738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11808 | 2024.08.28 17:58:23.430767 [ 3 ] {} <Debug> HTTP-Session: 9697718b-ff26-48ba-b1f3-e6b8caa88de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11809 | 2024.08.28 17:58:23.430793 [ 3 ] {} <Debug> HTTP-Session: 9697718b-ff26-48ba-b1f3-e6b8caa88de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11810 | 2024.08.28 17:58:23.430808 [ 3 ] {} <Debug> HTTP-Session: 9697718b-ff26-48ba-b1f3-e6b8caa88de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11811 | 2024.08.28 17:58:23.430870 [ 3 ] {} <Trace> HTTP-Session: 9697718b-ff26-48ba-b1f3-e6b8caa88de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11812 | 2024.08.28 17:58:23.431104 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11813 | 2024.08.28 17:58:23.431197 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11814 | 2024.08.28 17:58:23.431692 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11815 | 2024.08.28 17:58:23.432274 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11816 | 2024.08.28 17:58:23.432339 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11817 | 2024.08.28 17:58:23.432938 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11818 | 2024.08.28 17:58:23.433511 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11819 | 2024.08.28 17:58:23.433716 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002669 sec., 2248.0329711502436 rows/sec., 183.31 KiB/sec. | ||
11820 | 2024.08.28 17:58:23.434203 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Debug> DynamicQueryHandler: Done processing query | ||
11821 | 2024.08.28 17:58:23.434241 [ 3 ] {b6fd9805-901e-4a2a-a63c-8d4c2e454917} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11822 | 2024.08.28 17:58:23.434265 [ 3 ] {} <Debug> HTTP-Session: 9697718b-ff26-48ba-b1f3-e6b8caa88de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11823 | 2024.08.28 17:58:23.434531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 40024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11824 | 2024.08.28 17:58:23.434609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11825 | 2024.08.28 17:58:23.434637 [ 3 ] {} <Debug> HTTP-Session: 598913d7-72ce-4766-901b-8cd199f8a0c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11826 | 2024.08.28 17:58:23.434663 [ 3 ] {} <Debug> HTTP-Session: 598913d7-72ce-4766-901b-8cd199f8a0c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11827 | 2024.08.28 17:58:23.434683 [ 3 ] {} <Debug> HTTP-Session: 598913d7-72ce-4766-901b-8cd199f8a0c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11828 | 2024.08.28 17:58:23.434733 [ 3 ] {} <Trace> HTTP-Session: 598913d7-72ce-4766-901b-8cd199f8a0c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11829 | 2024.08.28 17:58:23.435000 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11830 | 2024.08.28 17:58:23.435069 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11831 | 2024.08.28 17:58:23.435436 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11832 | 2024.08.28 17:58:23.436138 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11833 | 2024.08.28 17:58:23.436186 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11834 | 2024.08.28 17:58:23.436708 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11835 | 2024.08.28 17:58:23.437320 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11836 | 2024.08.28 17:58:23.437526 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Debug> executeQuery: Read 264 rows, 23.96 KiB in 0.002673 sec., 98765.43209876544 rows/sec., 8.75 MiB/sec. | ||
11837 | 2024.08.28 17:58:23.437553 [ 130 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11838 | 2024.08.28 17:58:23.437683 [ 130 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11839 | 2024.08.28 17:58:23.437719 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11840 | 2024.08.28 17:58:23.437855 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Debug> DynamicQueryHandler: Done processing query | ||
11841 | 2024.08.28 17:58:23.437882 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
11842 | 2024.08.28 17:58:23.437918 [ 3 ] {b2c43b87-53c0-46f4-9bc9-678e57064277} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11843 | 2024.08.28 17:58:23.437978 [ 3 ] {} <Debug> HTTP-Session: 598913d7-72ce-4766-901b-8cd199f8a0c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11844 | 2024.08.28 17:58:23.438133 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11845 | 2024.08.28 17:58:23.438191 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1413 rows starting from the beginning of the part | ||
11846 | 2024.08.28 17:58:23.438290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11847 | 2024.08.28 17:58:23.438344 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
11848 | 2024.08.28 17:58:23.438490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11849 | 2024.08.28 17:58:23.438573 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 58 rows starting from the beginning of the part | ||
11850 | 2024.08.28 17:58:23.438621 [ 3 ] {} <Debug> HTTP-Session: 787708f4-abc6-435c-b61c-f7f606bd2576 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11851 | 2024.08.28 17:58:23.438677 [ 3 ] {} <Debug> HTTP-Session: 787708f4-abc6-435c-b61c-f7f606bd2576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11852 | 2024.08.28 17:58:23.438752 [ 3 ] {} <Debug> HTTP-Session: 787708f4-abc6-435c-b61c-f7f606bd2576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11853 | 2024.08.28 17:58:23.438868 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 261 rows starting from the beginning of the part | ||
11854 | 2024.08.28 17:58:23.438888 [ 3 ] {} <Trace> HTTP-Session: 787708f4-abc6-435c-b61c-f7f606bd2576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11855 | 2024.08.28 17:58:23.439076 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 58 rows starting from the beginning of the part | ||
11856 | 2024.08.28 17:58:23.439292 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 264 rows starting from the beginning of the part | ||
11857 | 2024.08.28 17:58:23.439378 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11858 | 2024.08.28 17:58:23.439589 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11859 | 2024.08.28 17:58:23.440525 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11860 | 2024.08.28 17:58:23.441799 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11861 | 2024.08.28 17:58:23.441878 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11862 | 2024.08.28 17:58:23.442384 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2110 rows, containing 5 columns (5 merged, 0 gathered) in 0.004575832 sec., 461118.3277707748 rows/sec., 40.72 MiB/sec. | ||
11863 | 2024.08.28 17:58:23.442702 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11864 | 2024.08.28 17:58:23.442933 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11865 | 2024.08.28 17:58:23.443724 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11866 | 2024.08.28 17:58:23.443873 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_66_13} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11867 | 2024.08.28 17:58:23.444050 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
11868 | 2024.08.28 17:58:23.444096 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11869 | 2024.08.28 17:58:23.444303 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.005123 sec., 8198.321296115557 rows/sec., 610.18 KiB/sec. | ||
11870 | 2024.08.28 17:58:23.444548 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Debug> DynamicQueryHandler: Done processing query | ||
11871 | 2024.08.28 17:58:23.444575 [ 3 ] {c907480f-cf2b-42c9-9a93-7f341dc977cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11872 | 2024.08.28 17:58:23.444592 [ 3 ] {} <Debug> HTTP-Session: 787708f4-abc6-435c-b61c-f7f606bd2576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11873 | 2024.08.28 17:58:23.444766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11874 | 2024.08.28 17:58:23.444825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11875 | 2024.08.28 17:58:23.444846 [ 3 ] {} <Debug> HTTP-Session: 0a181a61-7984-4baa-a8b4-ffe212e425de Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11876 | 2024.08.28 17:58:23.444865 [ 3 ] {} <Debug> HTTP-Session: 0a181a61-7984-4baa-a8b4-ffe212e425de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11877 | 2024.08.28 17:58:23.444880 [ 3 ] {} <Debug> HTTP-Session: 0a181a61-7984-4baa-a8b4-ffe212e425de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11878 | 2024.08.28 17:58:23.444916 [ 3 ] {} <Trace> HTTP-Session: 0a181a61-7984-4baa-a8b4-ffe212e425de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11879 | 2024.08.28 17:58:23.445030 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11880 | 2024.08.28 17:58:23.445079 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11881 | 2024.08.28 17:58:23.445335 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11882 | 2024.08.28 17:58:23.445747 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11883 | 2024.08.28 17:58:23.445793 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11884 | 2024.08.28 17:58:23.446242 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11885 | 2024.08.28 17:58:23.446740 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11886 | 2024.08.28 17:58:23.446908 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001912 sec., 7322.175732217573 rows/sec., 512.80 KiB/sec. | ||
11887 | 2024.08.28 17:58:23.447114 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Debug> DynamicQueryHandler: Done processing query | ||
11888 | 2024.08.28 17:58:23.447143 [ 3 ] {b47e6044-9351-4a6e-b227-e409733c9c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11889 | 2024.08.28 17:58:23.447164 [ 3 ] {} <Debug> HTTP-Session: 0a181a61-7984-4baa-a8b4-ffe212e425de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11890 | 2024.08.28 17:58:23.447325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11891 | 2024.08.28 17:58:23.447387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11892 | 2024.08.28 17:58:23.447412 [ 3 ] {} <Debug> HTTP-Session: 564561f7-2cc5-4689-805c-5cfa4ede7343 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11893 | 2024.08.28 17:58:23.447435 [ 3 ] {} <Debug> HTTP-Session: 564561f7-2cc5-4689-805c-5cfa4ede7343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11894 | 2024.08.28 17:58:23.447454 [ 3 ] {} <Debug> HTTP-Session: 564561f7-2cc5-4689-805c-5cfa4ede7343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11895 | 2024.08.28 17:58:23.447497 [ 3 ] {} <Trace> HTTP-Session: 564561f7-2cc5-4689-805c-5cfa4ede7343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11896 | 2024.08.28 17:58:23.447620 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11897 | 2024.08.28 17:58:23.447675 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11898 | 2024.08.28 17:58:23.447966 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11899 | 2024.08.28 17:58:23.448362 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11900 | 2024.08.28 17:58:23.448404 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11901 | 2024.08.28 17:58:23.448848 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11902 | 2024.08.28 17:58:23.449329 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11903 | 2024.08.28 17:58:23.449494 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001906 sec., 3147.953830010493 rows/sec., 185.99 KiB/sec. | ||
11904 | 2024.08.28 17:58:23.449765 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Debug> DynamicQueryHandler: Done processing query | ||
11905 | 2024.08.28 17:58:23.449805 [ 3 ] {2d1d1e54-2b50-4652-886f-0e9ff62ab993} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11906 | 2024.08.28 17:58:23.449830 [ 3 ] {} <Debug> HTTP-Session: 564561f7-2cc5-4689-805c-5cfa4ede7343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11907 | 2024.08.28 17:58:23.450182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 68927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11908 | 2024.08.28 17:58:23.450253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11909 | 2024.08.28 17:58:23.450278 [ 3 ] {} <Debug> HTTP-Session: fa852d1a-a8e8-4a92-897f-a122a5b6ddc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11910 | 2024.08.28 17:58:23.450301 [ 3 ] {} <Debug> HTTP-Session: fa852d1a-a8e8-4a92-897f-a122a5b6ddc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11911 | 2024.08.28 17:58:23.450319 [ 3 ] {} <Debug> HTTP-Session: fa852d1a-a8e8-4a92-897f-a122a5b6ddc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11912 | 2024.08.28 17:58:23.450360 [ 3 ] {} <Trace> HTTP-Session: fa852d1a-a8e8-4a92-897f-a122a5b6ddc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11913 | 2024.08.28 17:58:23.450773 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11914 | 2024.08.28 17:58:23.450830 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11915 | 2024.08.28 17:58:23.451153 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11916 | 2024.08.28 17:58:23.451989 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11917 | 2024.08.28 17:58:23.452033 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11918 | 2024.08.28 17:58:23.452437 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11919 | 2024.08.28 17:58:23.452876 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11920 | 2024.08.28 17:58:23.453032 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.002541 sec., 166863.43959071234 rows/sec., 11.93 MiB/sec. | ||
11921 | 2024.08.28 17:58:23.453042 [ 128 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11922 | 2024.08.28 17:58:23.453103 [ 128 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11923 | 2024.08.28 17:58:23.453139 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11924 | 2024.08.28 17:58:23.453294 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Debug> DynamicQueryHandler: Done processing query | ||
11925 | 2024.08.28 17:58:23.453375 [ 3 ] {b18230a5-e505-4f40-afc9-322703bd7bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11926 | 2024.08.28 17:58:23.453450 [ 3 ] {} <Debug> HTTP-Session: fa852d1a-a8e8-4a92-897f-a122a5b6ddc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11927 | 2024.08.28 17:58:23.453559 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
11928 | 2024.08.28 17:58:23.453844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11929 | 2024.08.28 17:58:23.454077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11930 | 2024.08.28 17:58:23.454184 [ 3 ] {} <Debug> HTTP-Session: 8f31565f-a03d-4b20-97b0-089c5fef9af7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11931 | 2024.08.28 17:58:23.454279 [ 3 ] {} <Debug> HTTP-Session: 8f31565f-a03d-4b20-97b0-089c5fef9af7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11932 | 2024.08.28 17:58:23.454364 [ 3 ] {} <Debug> HTTP-Session: 8f31565f-a03d-4b20-97b0-089c5fef9af7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11933 | 2024.08.28 17:58:23.454558 [ 3 ] {} <Trace> HTTP-Session: 8f31565f-a03d-4b20-97b0-089c5fef9af7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11934 | 2024.08.28 17:58:23.454869 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11935 | 2024.08.28 17:58:23.454951 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11936 | 2024.08.28 17:58:23.454998 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 911 rows starting from the beginning of the part | ||
11937 | 2024.08.28 17:58:23.455069 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11938 | 2024.08.28 17:58:23.455503 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
11939 | 2024.08.28 17:58:23.456017 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 65 rows starting from the beginning of the part | ||
11940 | 2024.08.28 17:58:23.456195 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11941 | 2024.08.28 17:58:23.456489 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 418 rows starting from the beginning of the part | ||
11942 | 2024.08.28 17:58:23.456820 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 65 rows starting from the beginning of the part | ||
11943 | 2024.08.28 17:58:23.457357 [ 194 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 424 rows starting from the beginning of the part | ||
11944 | 2024.08.28 17:58:23.457553 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11945 | 2024.08.28 17:58:23.457689 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11946 | 2024.08.28 17:58:23.458905 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11947 | 2024.08.28 17:58:23.459942 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11948 | 2024.08.28 17:58:23.460184 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005363 sec., 1118.7768040275967 rows/sec., 58.45 KiB/sec. | ||
11949 | 2024.08.28 17:58:23.460766 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Debug> DynamicQueryHandler: Done processing query | ||
11950 | 2024.08.28 17:58:23.460867 [ 3 ] {121f0c6a-463a-4ee8-aacc-d74941ee2ae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11951 | 2024.08.28 17:58:23.460949 [ 3 ] {} <Debug> HTTP-Session: 8f31565f-a03d-4b20-97b0-089c5fef9af7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.08.28 17:58:23.461196 [ 188 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.007965608 sec., 244425.78645597422 rows/sec., 18.71 MiB/sec. | ||
11953 | 2024.08.28 17:58:23.461226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11954 | 2024.08.28 17:58:23.461290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11955 | 2024.08.28 17:58:23.461310 [ 3 ] {} <Debug> HTTP-Session: 9e1dc28d-e63f-4a14-a6fb-7a69194de49b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11956 | 2024.08.28 17:58:23.461329 [ 3 ] {} <Debug> HTTP-Session: 9e1dc28d-e63f-4a14-a6fb-7a69194de49b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11957 | 2024.08.28 17:58:23.461348 [ 3 ] {} <Debug> HTTP-Session: 9e1dc28d-e63f-4a14-a6fb-7a69194de49b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11958 | 2024.08.28 17:58:23.461387 [ 3 ] {} <Trace> HTTP-Session: 9e1dc28d-e63f-4a14-a6fb-7a69194de49b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11959 | 2024.08.28 17:58:23.461444 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11960 | 2024.08.28 17:58:23.461673 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11961 | 2024.08.28 17:58:23.461755 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11962 | 2024.08.28 17:58:23.462130 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11963 | 2024.08.28 17:58:23.462317 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11964 | 2024.08.28 17:58:23.462423 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_66_13} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11965 | 2024.08.28 17:58:23.462567 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
11966 | 2024.08.28 17:58:23.462636 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11967 | 2024.08.28 17:58:23.462672 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11968 | 2024.08.28 17:58:23.463077 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11969 | 2024.08.28 17:58:23.463432 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11970 | 2024.08.28 17:58:23.463559 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.002059 sec., 116561.43759106362 rows/sec., 7.82 MiB/sec. | ||
11971 | 2024.08.28 17:58:23.463720 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Debug> DynamicQueryHandler: Done processing query | ||
11972 | 2024.08.28 17:58:23.463743 [ 3 ] {53102998-ff7b-4812-a22a-a534ad731d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11973 | 2024.08.28 17:58:23.463759 [ 3 ] {} <Debug> HTTP-Session: 9e1dc28d-e63f-4a14-a6fb-7a69194de49b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11974 | 2024.08.28 17:58:23.463921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11975 | 2024.08.28 17:58:23.463968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11976 | 2024.08.28 17:58:23.463987 [ 3 ] {} <Debug> HTTP-Session: 50da440c-3aae-4aa7-a5a8-7c67a97f831b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11977 | 2024.08.28 17:58:23.464004 [ 3 ] {} <Debug> HTTP-Session: 50da440c-3aae-4aa7-a5a8-7c67a97f831b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11978 | 2024.08.28 17:58:23.464018 [ 3 ] {} <Debug> HTTP-Session: 50da440c-3aae-4aa7-a5a8-7c67a97f831b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11979 | 2024.08.28 17:58:23.464050 [ 3 ] {} <Trace> HTTP-Session: 50da440c-3aae-4aa7-a5a8-7c67a97f831b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11980 | 2024.08.28 17:58:23.464143 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11981 | 2024.08.28 17:58:23.464189 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11982 | 2024.08.28 17:58:23.464317 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11983 | 2024.08.28 17:58:23.464573 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11984 | 2024.08.28 17:58:23.464608 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
11985 | 2024.08.28 17:58:23.464959 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11986 | 2024.08.28 17:58:23.465294 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11987 | 2024.08.28 17:58:23.465421 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
11988 | 2024.08.28 17:58:23.465699 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Debug> DynamicQueryHandler: Done processing query | ||
11989 | 2024.08.28 17:58:23.465739 [ 3 ] {767c3e8c-08b3-42a5-8a0f-b0c31315850b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11990 | 2024.08.28 17:58:23.465755 [ 3 ] {} <Debug> HTTP-Session: 50da440c-3aae-4aa7-a5a8-7c67a97f831b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11991 | 2024.08.28 17:58:23.465905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11992 | 2024.08.28 17:58:23.465978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11993 | 2024.08.28 17:58:23.466000 [ 3 ] {} <Debug> HTTP-Session: f807c46e-edc8-47c1-93d5-2a5e82100772 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
11994 | 2024.08.28 17:58:23.466017 [ 3 ] {} <Debug> HTTP-Session: f807c46e-edc8-47c1-93d5-2a5e82100772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11995 | 2024.08.28 17:58:23.466031 [ 3 ] {} <Debug> HTTP-Session: f807c46e-edc8-47c1-93d5-2a5e82100772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11996 | 2024.08.28 17:58:23.466062 [ 3 ] {} <Trace> HTTP-Session: f807c46e-edc8-47c1-93d5-2a5e82100772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11997 | 2024.08.28 17:58:23.466483 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11998 | 2024.08.28 17:58:23.466559 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11999 | 2024.08.28 17:58:23.466994 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12000 | 2024.08.28 17:58:23.467652 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12001 | 2024.08.28 17:58:23.467688 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12002 | 2024.08.28 17:58:23.468352 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
12003 | 2024.08.28 17:58:23.468805 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12004 | 2024.08.28 17:58:23.468963 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.0028 sec., 12857.142857142857 rows/sec., 23.04 MiB/sec. | ||
12005 | 2024.08.28 17:58:23.469179 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Debug> DynamicQueryHandler: Done processing query | ||
12006 | 2024.08.28 17:58:23.469205 [ 3 ] {20959bfb-bec1-495a-b7ca-92dc7b6f2b24} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12007 | 2024.08.28 17:58:23.469221 [ 3 ] {} <Debug> HTTP-Session: f807c46e-edc8-47c1-93d5-2a5e82100772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.08.28 17:58:23.469376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12009 | 2024.08.28 17:58:23.469425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12010 | 2024.08.28 17:58:23.469444 [ 3 ] {} <Debug> HTTP-Session: ac1c4d32-72f3-4d03-8a52-23e18f1c3cac Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12011 | 2024.08.28 17:58:23.469462 [ 3 ] {} <Debug> HTTP-Session: ac1c4d32-72f3-4d03-8a52-23e18f1c3cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.08.28 17:58:23.469476 [ 3 ] {} <Debug> HTTP-Session: ac1c4d32-72f3-4d03-8a52-23e18f1c3cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12013 | 2024.08.28 17:58:23.469508 [ 3 ] {} <Trace> HTTP-Session: ac1c4d32-72f3-4d03-8a52-23e18f1c3cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12014 | 2024.08.28 17:58:23.469624 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12015 | 2024.08.28 17:58:23.469668 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12016 | 2024.08.28 17:58:23.469794 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12017 | 2024.08.28 17:58:23.470079 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12018 | 2024.08.28 17:58:23.470114 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12019 | 2024.08.28 17:58:23.470479 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12020 | 2024.08.28 17:58:23.470810 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12021 | 2024.08.28 17:58:23.470935 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00135 sec., 60740.74074074074 rows/sec., 3.86 MiB/sec. | ||
12022 | 2024.08.28 17:58:23.471080 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Debug> DynamicQueryHandler: Done processing query | ||
12023 | 2024.08.28 17:58:23.471103 [ 3 ] {5d1f2a49-c1b2-4692-874d-2d4004270552} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12024 | 2024.08.28 17:58:23.471118 [ 3 ] {} <Debug> HTTP-Session: ac1c4d32-72f3-4d03-8a52-23e18f1c3cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12025 | 2024.08.28 17:58:28.416462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12026 | 2024.08.28 17:58:28.416598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12027 | 2024.08.28 17:58:28.416625 [ 3 ] {} <Debug> HTTP-Session: 89e6e678-21d0-451a-b3f7-d440b3cf83a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12028 | 2024.08.28 17:58:28.416650 [ 3 ] {} <Debug> HTTP-Session: 89e6e678-21d0-451a-b3f7-d440b3cf83a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12029 | 2024.08.28 17:58:28.416666 [ 3 ] {} <Debug> HTTP-Session: 89e6e678-21d0-451a-b3f7-d440b3cf83a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12030 | 2024.08.28 17:58:28.416715 [ 3 ] {} <Trace> HTTP-Session: 89e6e678-21d0-451a-b3f7-d440b3cf83a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12031 | 2024.08.28 17:58:28.416900 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12032 | 2024.08.28 17:58:28.416969 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12033 | 2024.08.28 17:58:28.417318 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12034 | 2024.08.28 17:58:28.417707 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12035 | 2024.08.28 17:58:28.417750 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12036 | 2024.08.28 17:58:28.418181 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12037 | 2024.08.28 17:58:28.418588 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12038 | 2024.08.28 17:58:28.418741 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001896 sec., 1054.8523206751056 rows/sec., 86.02 KiB/sec. | ||
12039 | 2024.08.28 17:58:28.418742 [ 124 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
12040 | 2024.08.28 17:58:28.418805 [ 124 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12041 | 2024.08.28 17:58:28.418839 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12042 | 2024.08.28 17:58:28.418959 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
12043 | 2024.08.28 17:58:28.418981 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Debug> DynamicQueryHandler: Done processing query | ||
12044 | 2024.08.28 17:58:28.419011 [ 3 ] {89709ff2-0327-47df-847c-cb05074115b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12045 | 2024.08.28 17:58:28.419035 [ 3 ] {} <Debug> HTTP-Session: 89e6e678-21d0-451a-b3f7-d440b3cf83a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12046 | 2024.08.28 17:58:28.419103 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12047 | 2024.08.28 17:58:28.419141 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 18 rows starting from the beginning of the part | ||
12048 | 2024.08.28 17:58:28.419197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12049 | 2024.08.28 17:58:28.419228 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
12050 | 2024.08.28 17:58:28.419339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12051 | 2024.08.28 17:58:28.419451 [ 3 ] {} <Debug> HTTP-Session: a9c0f117-07ab-489b-9ea0-e6122d607cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12052 | 2024.08.28 17:58:28.419529 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
12053 | 2024.08.28 17:58:28.419546 [ 3 ] {} <Debug> HTTP-Session: a9c0f117-07ab-489b-9ea0-e6122d607cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12054 | 2024.08.28 17:58:28.419635 [ 3 ] {} <Debug> HTTP-Session: a9c0f117-07ab-489b-9ea0-e6122d607cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12055 | 2024.08.28 17:58:28.419827 [ 3 ] {} <Trace> HTTP-Session: a9c0f117-07ab-489b-9ea0-e6122d607cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12056 | 2024.08.28 17:58:28.419972 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
12057 | 2024.08.28 17:58:28.420259 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12058 | 2024.08.28 17:58:28.420280 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
12059 | 2024.08.28 17:58:28.420451 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12060 | 2024.08.28 17:58:28.420743 [ 196 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
12061 | 2024.08.28 17:58:28.421504 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12062 | 2024.08.28 17:58:28.422051 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12063 | 2024.08.28 17:58:28.422096 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12064 | 2024.08.28 17:58:28.422557 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.003657062 sec., 8750.193461308558 rows/sec., 747.70 KiB/sec. | ||
12065 | 2024.08.28 17:58:28.422644 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12066 | 2024.08.28 17:58:28.422702 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
12067 | 2024.08.28 17:58:28.423149 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12068 | 2024.08.28 17:58:28.423317 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12069 | 2024.08.28 17:58:28.423326 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.003235 sec., 18238.021638330756 rows/sec., 1.41 MiB/sec. | ||
12070 | 2024.08.28 17:58:28.423449 [ 188 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_24_5} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
12071 | 2024.08.28 17:58:28.423536 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12072 | 2024.08.28 17:58:28.423573 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Debug> DynamicQueryHandler: Done processing query | ||
12073 | 2024.08.28 17:58:28.423600 [ 3 ] {ff588405-2918-4514-8484-a19e5455aefa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12074 | 2024.08.28 17:58:28.423616 [ 3 ] {} <Debug> HTTP-Session: a9c0f117-07ab-489b-9ea0-e6122d607cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.08.28 17:58:28.423778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12076 | 2024.08.28 17:58:28.423827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12077 | 2024.08.28 17:58:28.423846 [ 3 ] {} <Debug> HTTP-Session: db04fa7c-169c-4758-a905-19950ebd20c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12078 | 2024.08.28 17:58:28.423864 [ 3 ] {} <Debug> HTTP-Session: db04fa7c-169c-4758-a905-19950ebd20c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12079 | 2024.08.28 17:58:28.423879 [ 3 ] {} <Debug> HTTP-Session: db04fa7c-169c-4758-a905-19950ebd20c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12080 | 2024.08.28 17:58:28.423913 [ 3 ] {} <Trace> HTTP-Session: db04fa7c-169c-4758-a905-19950ebd20c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12081 | 2024.08.28 17:58:28.424013 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12082 | 2024.08.28 17:58:28.424058 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12083 | 2024.08.28 17:58:28.424290 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12084 | 2024.08.28 17:58:28.424563 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12085 | 2024.08.28 17:58:28.424599 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12086 | 2024.08.28 17:58:28.424950 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12087 | 2024.08.28 17:58:28.425314 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12088 | 2024.08.28 17:58:28.425448 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Debug> executeQuery: Read 3 rows, 220.00 B in 0.001459 sec., 2056.20287868403 rows/sec., 147.25 KiB/sec. | ||
12089 | 2024.08.28 17:58:28.425604 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Debug> DynamicQueryHandler: Done processing query | ||
12090 | 2024.08.28 17:58:28.425628 [ 3 ] {8a5a265a-345c-4250-8e21-d387b13422d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12091 | 2024.08.28 17:58:28.425644 [ 3 ] {} <Debug> HTTP-Session: db04fa7c-169c-4758-a905-19950ebd20c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.08.28 17:58:28.425777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12093 | 2024.08.28 17:58:28.425825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12094 | 2024.08.28 17:58:28.425845 [ 3 ] {} <Debug> HTTP-Session: 1f1f5a32-3f97-4c8b-b490-229424ee1ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12095 | 2024.08.28 17:58:28.425863 [ 3 ] {} <Debug> HTTP-Session: 1f1f5a32-3f97-4c8b-b490-229424ee1ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12096 | 2024.08.28 17:58:28.425877 [ 3 ] {} <Debug> HTTP-Session: 1f1f5a32-3f97-4c8b-b490-229424ee1ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12097 | 2024.08.28 17:58:28.425911 [ 3 ] {} <Trace> HTTP-Session: 1f1f5a32-3f97-4c8b-b490-229424ee1ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12098 | 2024.08.28 17:58:28.426026 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12099 | 2024.08.28 17:58:28.426070 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12100 | 2024.08.28 17:58:28.426293 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12101 | 2024.08.28 17:58:28.426641 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12102 | 2024.08.28 17:58:28.426677 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12103 | 2024.08.28 17:58:28.427030 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12104 | 2024.08.28 17:58:28.427399 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12105 | 2024.08.28 17:58:28.427528 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.00154 sec., 43506.493506493505 rows/sec., 3.40 MiB/sec. | ||
12106 | 2024.08.28 17:58:28.427793 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Debug> DynamicQueryHandler: Done processing query | ||
12107 | 2024.08.28 17:58:28.427853 [ 3 ] {e13c38e0-d1ef-4836-b694-5764a87d3e12} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12108 | 2024.08.28 17:58:28.427907 [ 3 ] {} <Debug> HTTP-Session: 1f1f5a32-3f97-4c8b-b490-229424ee1ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12109 | 2024.08.28 17:58:28.428181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12110 | 2024.08.28 17:58:28.428235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12111 | 2024.08.28 17:58:28.428255 [ 3 ] {} <Debug> HTTP-Session: 93e4c782-425a-4004-98d6-ec834783e593 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12112 | 2024.08.28 17:58:28.428272 [ 3 ] {} <Debug> HTTP-Session: 93e4c782-425a-4004-98d6-ec834783e593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12113 | 2024.08.28 17:58:28.428286 [ 3 ] {} <Debug> HTTP-Session: 93e4c782-425a-4004-98d6-ec834783e593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12114 | 2024.08.28 17:58:28.428319 [ 3 ] {} <Trace> HTTP-Session: 93e4c782-425a-4004-98d6-ec834783e593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12115 | 2024.08.28 17:58:28.428472 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12116 | 2024.08.28 17:58:28.428522 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12117 | 2024.08.28 17:58:28.428686 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12118 | 2024.08.28 17:58:28.429046 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12119 | 2024.08.28 17:58:28.429083 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12120 | 2024.08.28 17:58:28.429474 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12121 | 2024.08.28 17:58:28.429821 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12122 | 2024.08.28 17:58:28.429955 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. | ||
12123 | 2024.08.28 17:58:28.430246 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Debug> DynamicQueryHandler: Done processing query | ||
12124 | 2024.08.28 17:58:28.430304 [ 3 ] {742a5f8d-02d8-492f-9a50-1a68f51a2af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12125 | 2024.08.28 17:58:28.430362 [ 3 ] {} <Debug> HTTP-Session: 93e4c782-425a-4004-98d6-ec834783e593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12126 | 2024.08.28 17:58:28.430545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12127 | 2024.08.28 17:58:28.430598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12128 | 2024.08.28 17:58:28.430618 [ 3 ] {} <Debug> HTTP-Session: 60254380-2a6e-4135-8131-977f1ef99f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12129 | 2024.08.28 17:58:28.430634 [ 3 ] {} <Debug> HTTP-Session: 60254380-2a6e-4135-8131-977f1ef99f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12130 | 2024.08.28 17:58:28.430649 [ 3 ] {} <Debug> HTTP-Session: 60254380-2a6e-4135-8131-977f1ef99f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12131 | 2024.08.28 17:58:28.430681 [ 3 ] {} <Trace> HTTP-Session: 60254380-2a6e-4135-8131-977f1ef99f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12132 | 2024.08.28 17:58:28.430794 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12133 | 2024.08.28 17:58:28.430886 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12134 | 2024.08.28 17:58:28.431295 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12135 | 2024.08.28 17:58:28.431679 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12136 | 2024.08.28 17:58:28.431716 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12137 | 2024.08.28 17:58:28.432278 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12138 | 2024.08.28 17:58:28.432735 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12139 | 2024.08.28 17:58:28.432896 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002131 sec., 469.2632566870014 rows/sec., 861.08 KiB/sec. | ||
12140 | 2024.08.28 17:58:28.433384 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Debug> DynamicQueryHandler: Done processing query | ||
12141 | 2024.08.28 17:58:28.433413 [ 3 ] {8e92e7b6-8ee9-49ad-aa1e-3bf06fa5e62e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12142 | 2024.08.28 17:58:28.433431 [ 3 ] {} <Debug> HTTP-Session: 60254380-2a6e-4135-8131-977f1ef99f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12143 | 2024.08.28 17:58:28.433627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12144 | 2024.08.28 17:58:28.433677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12145 | 2024.08.28 17:58:28.433697 [ 3 ] {} <Debug> HTTP-Session: 29f9e142-4e9d-455f-9ce1-93cb8d7a458e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12146 | 2024.08.28 17:58:28.433714 [ 3 ] {} <Debug> HTTP-Session: 29f9e142-4e9d-455f-9ce1-93cb8d7a458e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12147 | 2024.08.28 17:58:28.433728 [ 3 ] {} <Debug> HTTP-Session: 29f9e142-4e9d-455f-9ce1-93cb8d7a458e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12148 | 2024.08.28 17:58:28.433759 [ 3 ] {} <Trace> HTTP-Session: 29f9e142-4e9d-455f-9ce1-93cb8d7a458e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12149 | 2024.08.28 17:58:28.433877 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12150 | 2024.08.28 17:58:28.433924 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12151 | 2024.08.28 17:58:28.434077 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12152 | 2024.08.28 17:58:28.434337 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12153 | 2024.08.28 17:58:28.434373 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12154 | 2024.08.28 17:58:28.434729 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12155 | 2024.08.28 17:58:28.435053 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12156 | 2024.08.28 17:58:28.435179 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
12157 | 2024.08.28 17:58:28.435329 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Debug> DynamicQueryHandler: Done processing query | ||
12158 | 2024.08.28 17:58:28.435354 [ 3 ] {a765c40d-1fef-498f-ac9d-95ebbb266caa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12159 | 2024.08.28 17:58:28.435369 [ 3 ] {} <Debug> HTTP-Session: 29f9e142-4e9d-455f-9ce1-93cb8d7a458e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12160 | 2024.08.28 17:58:32.636470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12161 | 2024.08.28 17:58:32.636621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12162 | 2024.08.28 17:58:32.636648 [ 3 ] {} <Debug> HTTP-Session: 96935556-9939-421f-9273-e715e756fffe Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12163 | 2024.08.28 17:58:32.636674 [ 3 ] {} <Debug> HTTP-Session: 96935556-9939-421f-9273-e715e756fffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12164 | 2024.08.28 17:58:32.636688 [ 3 ] {} <Debug> HTTP-Session: 96935556-9939-421f-9273-e715e756fffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12165 | 2024.08.28 17:58:32.636739 [ 3 ] {} <Trace> HTTP-Session: 96935556-9939-421f-9273-e715e756fffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12166 | 2024.08.28 17:58:32.636941 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12167 | 2024.08.28 17:58:32.637013 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12168 | 2024.08.28 17:58:32.637358 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12169 | 2024.08.28 17:58:32.637757 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12170 | 2024.08.28 17:58:32.637809 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12171 | 2024.08.28 17:58:32.638232 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12172 | 2024.08.28 17:58:32.638641 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12173 | 2024.08.28 17:58:32.638814 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001922 sec., 2081.1654526534858 rows/sec., 169.70 KiB/sec. | ||
12174 | 2024.08.28 17:58:32.639035 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Debug> DynamicQueryHandler: Done processing query | ||
12175 | 2024.08.28 17:58:32.639064 [ 3 ] {040e62c6-6961-4c36-a2f9-8b6a55400461} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12176 | 2024.08.28 17:58:32.639080 [ 3 ] {} <Debug> HTTP-Session: 96935556-9939-421f-9273-e715e756fffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12177 | 2024.08.28 17:58:32.639469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 205296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12178 | 2024.08.28 17:58:32.639546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12179 | 2024.08.28 17:58:32.639578 [ 3 ] {} <Debug> HTTP-Session: 7d8224eb-6fb5-43e8-8028-a11d133e7328 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12180 | 2024.08.28 17:58:32.639605 [ 3 ] {} <Debug> HTTP-Session: 7d8224eb-6fb5-43e8-8028-a11d133e7328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12181 | 2024.08.28 17:58:32.639621 [ 3 ] {} <Debug> HTTP-Session: 7d8224eb-6fb5-43e8-8028-a11d133e7328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12182 | 2024.08.28 17:58:32.639658 [ 3 ] {} <Trace> HTTP-Session: 7d8224eb-6fb5-43e8-8028-a11d133e7328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12183 | 2024.08.28 17:58:32.640166 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12184 | 2024.08.28 17:58:32.640217 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12185 | 2024.08.28 17:58:32.640464 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12186 | 2024.08.28 17:58:32.641776 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12187 | 2024.08.28 17:58:32.641817 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12188 | 2024.08.28 17:58:32.642304 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12189 | 2024.08.28 17:58:32.642723 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12190 | 2024.08.28 17:58:32.642879 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Debug> executeQuery: Read 1403 rows, 120.45 KiB in 0.003044 sec., 460906.7017082786 rows/sec., 38.64 MiB/sec. | ||
12191 | 2024.08.28 17:58:32.643065 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Debug> DynamicQueryHandler: Done processing query | ||
12192 | 2024.08.28 17:58:32.643091 [ 3 ] {a9182ed5-a59e-4680-a4b1-26669e868255} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
12193 | 2024.08.28 17:58:32.643114 [ 3 ] {} <Debug> HTTP-Session: 7d8224eb-6fb5-43e8-8028-a11d133e7328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12194 | 2024.08.28 17:58:32.643525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12195 | 2024.08.28 17:58:32.643579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12196 | 2024.08.28 17:58:32.643597 [ 3 ] {} <Debug> HTTP-Session: 6847b88f-7c9d-49d5-ade2-b664e98cf522 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12197 | 2024.08.28 17:58:32.643614 [ 3 ] {} <Debug> HTTP-Session: 6847b88f-7c9d-49d5-ade2-b664e98cf522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12198 | 2024.08.28 17:58:32.643628 [ 3 ] {} <Debug> HTTP-Session: 6847b88f-7c9d-49d5-ade2-b664e98cf522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12199 | 2024.08.28 17:58:32.643659 [ 3 ] {} <Trace> HTTP-Session: 6847b88f-7c9d-49d5-ade2-b664e98cf522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12200 | 2024.08.28 17:58:32.643766 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12201 | 2024.08.28 17:58:32.643809 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12202 | 2024.08.28 17:58:32.644032 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12203 | 2024.08.28 17:58:32.644447 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12204 | 2024.08.28 17:58:32.644483 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12205 | 2024.08.28 17:58:32.644834 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12206 | 2024.08.28 17:58:32.645199 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12207 | 2024.08.28 17:58:32.645348 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.001609 sec., 24860.161591050342 rows/sec., 1.81 MiB/sec. | ||
12208 | 2024.08.28 17:58:32.645618 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Debug> DynamicQueryHandler: Done processing query | ||
12209 | 2024.08.28 17:58:32.645672 [ 3 ] {cf11077f-6221-4c71-b972-274a4167d4dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12210 | 2024.08.28 17:58:32.645734 [ 3 ] {} <Debug> HTTP-Session: 6847b88f-7c9d-49d5-ade2-b664e98cf522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12211 | 2024.08.28 17:58:32.645952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12212 | 2024.08.28 17:58:32.646005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12213 | 2024.08.28 17:58:32.646031 [ 3 ] {} <Debug> HTTP-Session: 36b6624a-98b4-4b73-9b32-ab12ccce0fea Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12214 | 2024.08.28 17:58:32.646054 [ 3 ] {} <Debug> HTTP-Session: 36b6624a-98b4-4b73-9b32-ab12ccce0fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12215 | 2024.08.28 17:58:32.646074 [ 3 ] {} <Debug> HTTP-Session: 36b6624a-98b4-4b73-9b32-ab12ccce0fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12216 | 2024.08.28 17:58:32.646114 [ 3 ] {} <Trace> HTTP-Session: 36b6624a-98b4-4b73-9b32-ab12ccce0fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12217 | 2024.08.28 17:58:32.646308 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12218 | 2024.08.28 17:58:32.646353 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12219 | 2024.08.28 17:58:32.646626 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12220 | 2024.08.28 17:58:32.647158 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12221 | 2024.08.28 17:58:32.647196 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12222 | 2024.08.28 17:58:32.647573 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12223 | 2024.08.28 17:58:32.647985 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12224 | 2024.08.28 17:58:32.648165 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001954 sec., 123848.51586489253 rows/sec., 8.39 MiB/sec. | ||
12225 | 2024.08.28 17:58:32.648355 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Debug> DynamicQueryHandler: Done processing query | ||
12226 | 2024.08.28 17:58:32.648379 [ 3 ] {e2cf7d0c-1093-4e2f-8b8a-c373fe249cfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12227 | 2024.08.28 17:58:32.648395 [ 3 ] {} <Debug> HTTP-Session: 36b6624a-98b4-4b73-9b32-ab12ccce0fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12228 | 2024.08.28 17:58:32.648590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12229 | 2024.08.28 17:58:32.648638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12230 | 2024.08.28 17:58:32.648658 [ 3 ] {} <Debug> HTTP-Session: d760c836-f83c-43f5-bd8e-54da235cf42a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12231 | 2024.08.28 17:58:32.648676 [ 3 ] {} <Debug> HTTP-Session: d760c836-f83c-43f5-bd8e-54da235cf42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12232 | 2024.08.28 17:58:32.648692 [ 3 ] {} <Debug> HTTP-Session: d760c836-f83c-43f5-bd8e-54da235cf42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12233 | 2024.08.28 17:58:32.648723 [ 3 ] {} <Trace> HTTP-Session: d760c836-f83c-43f5-bd8e-54da235cf42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12234 | 2024.08.28 17:58:32.648823 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12235 | 2024.08.28 17:58:32.648866 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12236 | 2024.08.28 17:58:32.649100 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12237 | 2024.08.28 17:58:32.649464 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12238 | 2024.08.28 17:58:32.649501 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12239 | 2024.08.28 17:58:32.649856 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12240 | 2024.08.28 17:58:32.650235 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12241 | 2024.08.28 17:58:32.650387 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec. | ||
12242 | 2024.08.28 17:58:32.650571 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Debug> DynamicQueryHandler: Done processing query | ||
12243 | 2024.08.28 17:58:32.650596 [ 3 ] {963866ef-ed28-44fe-bcd1-01a4aa1e8eda} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12244 | 2024.08.28 17:58:32.650613 [ 3 ] {} <Debug> HTTP-Session: d760c836-f83c-43f5-bd8e-54da235cf42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12245 | 2024.08.28 17:58:32.650860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 143532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12246 | 2024.08.28 17:58:32.650927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12247 | 2024.08.28 17:58:32.650954 [ 3 ] {} <Debug> HTTP-Session: 7b704067-7168-4b99-aa84-67a7301dfa8a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12248 | 2024.08.28 17:58:32.650979 [ 3 ] {} <Debug> HTTP-Session: 7b704067-7168-4b99-aa84-67a7301dfa8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12249 | 2024.08.28 17:58:32.650999 [ 3 ] {} <Debug> HTTP-Session: 7b704067-7168-4b99-aa84-67a7301dfa8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12250 | 2024.08.28 17:58:32.651039 [ 3 ] {} <Trace> HTTP-Session: 7b704067-7168-4b99-aa84-67a7301dfa8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12251 | 2024.08.28 17:58:32.651401 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12252 | 2024.08.28 17:58:32.651450 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12253 | 2024.08.28 17:58:32.651677 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12254 | 2024.08.28 17:58:32.652743 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12255 | 2024.08.28 17:58:32.652788 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12256 | 2024.08.28 17:58:32.653316 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12257 | 2024.08.28 17:58:32.653787 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12258 | 2024.08.28 17:58:32.653956 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Debug> executeQuery: Read 878 rows, 65.18 KiB in 0.002772 sec., 316738.81673881673 rows/sec., 22.96 MiB/sec. | ||
12259 | 2024.08.28 17:58:32.654221 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Debug> DynamicQueryHandler: Done processing query | ||
12260 | 2024.08.28 17:58:32.654252 [ 3 ] {1d1540d9-82ca-4e1e-b537-32af724cb6ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
12261 | 2024.08.28 17:58:32.654273 [ 3 ] {} <Debug> HTTP-Session: 7b704067-7168-4b99-aa84-67a7301dfa8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12262 | 2024.08.28 17:58:32.654698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12263 | 2024.08.28 17:58:32.654769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12264 | 2024.08.28 17:58:32.654796 [ 3 ] {} <Debug> HTTP-Session: 8e70d8a7-d866-4c1b-a4e0-34ede2515b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12265 | 2024.08.28 17:58:32.654820 [ 3 ] {} <Debug> HTTP-Session: 8e70d8a7-d866-4c1b-a4e0-34ede2515b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12266 | 2024.08.28 17:58:32.654835 [ 3 ] {} <Debug> HTTP-Session: 8e70d8a7-d866-4c1b-a4e0-34ede2515b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12267 | 2024.08.28 17:58:32.654868 [ 3 ] {} <Trace> HTTP-Session: 8e70d8a7-d866-4c1b-a4e0-34ede2515b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12268 | 2024.08.28 17:58:32.654975 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12269 | 2024.08.28 17:58:32.655028 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12270 | 2024.08.28 17:58:32.655177 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12271 | 2024.08.28 17:58:32.655502 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12272 | 2024.08.28 17:58:32.655539 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12273 | 2024.08.28 17:58:32.655923 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12274 | 2024.08.28 17:58:32.656272 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12275 | 2024.08.28 17:58:32.656417 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec. | ||
12276 | 2024.08.28 17:58:32.656594 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Debug> DynamicQueryHandler: Done processing query | ||
12277 | 2024.08.28 17:58:32.656618 [ 3 ] {4ff38a35-caca-4f65-88c5-e8af92e4a8ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12278 | 2024.08.28 17:58:32.656634 [ 3 ] {} <Debug> HTTP-Session: 8e70d8a7-d866-4c1b-a4e0-34ede2515b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12279 | 2024.08.28 17:58:32.656898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12280 | 2024.08.28 17:58:32.656946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12281 | 2024.08.28 17:58:32.656966 [ 3 ] {} <Debug> HTTP-Session: 32a3016c-6e1e-4544-8d62-80695e964378 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12282 | 2024.08.28 17:58:32.656989 [ 3 ] {} <Debug> HTTP-Session: 32a3016c-6e1e-4544-8d62-80695e964378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12283 | 2024.08.28 17:58:32.657003 [ 3 ] {} <Debug> HTTP-Session: 32a3016c-6e1e-4544-8d62-80695e964378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12284 | 2024.08.28 17:58:32.657041 [ 3 ] {} <Trace> HTTP-Session: 32a3016c-6e1e-4544-8d62-80695e964378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12285 | 2024.08.28 17:58:32.657506 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12286 | 2024.08.28 17:58:32.657566 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12287 | 2024.08.28 17:58:32.657711 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12288 | 2024.08.28 17:58:32.658574 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12289 | 2024.08.28 17:58:32.658610 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12290 | 2024.08.28 17:58:32.659041 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12291 | 2024.08.28 17:58:32.659429 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12292 | 2024.08.28 17:58:32.659589 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Debug> executeQuery: Read 891 rows, 60.88 KiB in 0.002366 sec., 376584.95350803045 rows/sec., 25.13 MiB/sec. | ||
12293 | 2024.08.28 17:58:32.659615 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12294 | 2024.08.28 17:58:32.659729 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12295 | 2024.08.28 17:58:32.659763 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12296 | 2024.08.28 17:58:32.659849 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Debug> DynamicQueryHandler: Done processing query | ||
12297 | 2024.08.28 17:58:32.659889 [ 3 ] {ac6ca3dd-22c9-4d5c-bacd-d4123a8d9ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
12298 | 2024.08.28 17:58:32.659914 [ 3 ] {} <Debug> HTTP-Session: 32a3016c-6e1e-4544-8d62-80695e964378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12299 | 2024.08.28 17:58:32.659924 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12300 | 2024.08.28 17:58:32.660059 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12301 | 2024.08.28 17:58:32.660092 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17614 rows starting from the beginning of the part | ||
12302 | 2024.08.28 17:58:32.660214 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
12303 | 2024.08.28 17:58:32.660270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12304 | 2024.08.28 17:58:32.660448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12305 | 2024.08.28 17:58:32.660549 [ 3 ] {} <Debug> HTTP-Session: 6304dcae-972b-4d2e-9486-587b719d61e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12306 | 2024.08.28 17:58:32.660564 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
12307 | 2024.08.28 17:58:32.660587 [ 3 ] {} <Debug> HTTP-Session: 6304dcae-972b-4d2e-9486-587b719d61e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12308 | 2024.08.28 17:58:32.660650 [ 3 ] {} <Debug> HTTP-Session: 6304dcae-972b-4d2e-9486-587b719d61e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12309 | 2024.08.28 17:58:32.660830 [ 3 ] {} <Trace> HTTP-Session: 6304dcae-972b-4d2e-9486-587b719d61e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12310 | 2024.08.28 17:58:32.660945 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 240 rows starting from the beginning of the part | ||
12311 | 2024.08.28 17:58:32.661094 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12312 | 2024.08.28 17:58:32.661179 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 161 rows starting from the beginning of the part | ||
12313 | 2024.08.28 17:58:32.661264 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12314 | 2024.08.28 17:58:32.661620 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 891 rows starting from the beginning of the part | ||
12315 | 2024.08.28 17:58:32.662207 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12316 | 2024.08.28 17:58:32.662646 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12317 | 2024.08.28 17:58:32.662681 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12318 | 2024.08.28 17:58:32.663057 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12319 | 2024.08.28 17:58:32.663456 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12320 | 2024.08.28 17:58:32.663658 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002645 sec., 378.0718336483932 rows/sec., 25.48 KiB/sec. | ||
12321 | 2024.08.28 17:58:32.663890 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Debug> DynamicQueryHandler: Done processing query | ||
12322 | 2024.08.28 17:58:32.663920 [ 3 ] {671347ba-05fe-4b5e-9fdd-68072530c4a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12323 | 2024.08.28 17:58:32.663939 [ 3 ] {} <Debug> HTTP-Session: 6304dcae-972b-4d2e-9486-587b719d61e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12324 | 2024.08.28 17:58:32.664115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12325 | 2024.08.28 17:58:32.664168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12326 | 2024.08.28 17:58:32.664194 [ 3 ] {} <Debug> HTTP-Session: 47b320b9-9097-4b0e-beae-fcec5ea1e331 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12327 | 2024.08.28 17:58:32.664221 [ 3 ] {} <Debug> HTTP-Session: 47b320b9-9097-4b0e-beae-fcec5ea1e331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12328 | 2024.08.28 17:58:32.664246 [ 3 ] {} <Debug> HTTP-Session: 47b320b9-9097-4b0e-beae-fcec5ea1e331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12329 | 2024.08.28 17:58:32.664281 [ 3 ] {} <Trace> HTTP-Session: 47b320b9-9097-4b0e-beae-fcec5ea1e331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12330 | 2024.08.28 17:58:32.665045 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12331 | 2024.08.28 17:58:32.665125 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12332 | 2024.08.28 17:58:32.665622 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12333 | 2024.08.28 17:58:32.666493 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12334 | 2024.08.28 17:58:32.666531 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12335 | 2024.08.28 17:58:32.667456 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12336 | 2024.08.28 17:58:32.667780 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19303 rows, containing 5 columns (5 merged, 0 gathered) in 0.007923596 sec., 2436141.368136387 rows/sec., 164.29 MiB/sec. | ||
12337 | 2024.08.28 17:58:32.668070 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12338 | 2024.08.28 17:58:32.668088 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12339 | 2024.08.28 17:58:32.668370 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003957 sec., 9097.801364670206 rows/sec., 16.30 MiB/sec. | ||
12340 | 2024.08.28 17:58:32.668832 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Debug> DynamicQueryHandler: Done processing query | ||
12341 | 2024.08.28 17:58:32.668865 [ 3 ] {b40df684-1c95-4b61-aae4-affb82b5168f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12342 | 2024.08.28 17:58:32.668892 [ 3 ] {} <Debug> HTTP-Session: 47b320b9-9097-4b0e-beae-fcec5ea1e331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12343 | 2024.08.28 17:58:32.668909 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12344 | 2024.08.28 17:58:32.669000 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12345 | 2024.08.28 17:58:32.669054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12346 | 2024.08.28 17:58:32.669088 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.24 MiB. | ||
12347 | 2024.08.28 17:58:32.669119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12348 | 2024.08.28 17:58:32.669139 [ 3 ] {} <Debug> HTTP-Session: 5f098b2f-a3bf-41e3-8eb6-ad530b3d1abe Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12349 | 2024.08.28 17:58:32.669156 [ 3 ] {} <Debug> HTTP-Session: 5f098b2f-a3bf-41e3-8eb6-ad530b3d1abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12350 | 2024.08.28 17:58:32.669170 [ 3 ] {} <Debug> HTTP-Session: 5f098b2f-a3bf-41e3-8eb6-ad530b3d1abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12351 | 2024.08.28 17:58:32.669201 [ 3 ] {} <Trace> HTTP-Session: 5f098b2f-a3bf-41e3-8eb6-ad530b3d1abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12352 | 2024.08.28 17:58:32.669316 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12353 | 2024.08.28 17:58:32.669364 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12354 | 2024.08.28 17:58:32.669489 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12355 | 2024.08.28 17:58:32.669814 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12356 | 2024.08.28 17:58:32.669850 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12357 | 2024.08.28 17:58:32.670209 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12358 | 2024.08.28 17:58:32.670536 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12359 | 2024.08.28 17:58:32.670701 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001422 sec., 49226.44163150492 rows/sec., 3.09 MiB/sec. | ||
12360 | 2024.08.28 17:58:32.670874 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Debug> DynamicQueryHandler: Done processing query | ||
12361 | 2024.08.28 17:58:32.670898 [ 3 ] {f7d8e288-027b-44c6-b1ca-bbf63aad814e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12362 | 2024.08.28 17:58:32.670913 [ 3 ] {} <Debug> HTTP-Session: 5f098b2f-a3bf-41e3-8eb6-ad530b3d1abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12363 | 2024.08.28 17:58:33.012637 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12364 | 2024.08.28 17:58:33.012697 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12365 | 2024.08.28 17:58:33.409563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12366 | 2024.08.28 17:58:33.409680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12367 | 2024.08.28 17:58:33.409705 [ 3 ] {} <Debug> HTTP-Session: aa25de23-0ceb-4d43-b30b-11469569239d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12368 | 2024.08.28 17:58:33.409729 [ 3 ] {} <Debug> HTTP-Session: aa25de23-0ceb-4d43-b30b-11469569239d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12369 | 2024.08.28 17:58:33.409745 [ 3 ] {} <Debug> HTTP-Session: aa25de23-0ceb-4d43-b30b-11469569239d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12370 | 2024.08.28 17:58:33.409796 [ 3 ] {} <Trace> HTTP-Session: aa25de23-0ceb-4d43-b30b-11469569239d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12371 | 2024.08.28 17:58:33.409973 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12372 | 2024.08.28 17:58:33.410042 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12373 | 2024.08.28 17:58:33.410379 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12374 | 2024.08.28 17:58:33.410836 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12375 | 2024.08.28 17:58:33.410885 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12376 | 2024.08.28 17:58:33.411308 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
12377 | 2024.08.28 17:58:33.411698 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12378 | 2024.08.28 17:58:33.411864 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001943 sec., 1029.336078229542 rows/sec., 83.94 KiB/sec. | ||
12379 | 2024.08.28 17:58:33.412100 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Debug> DynamicQueryHandler: Done processing query | ||
12380 | 2024.08.28 17:58:33.412127 [ 3 ] {39b4e273-9285-42e6-8d03-d964fe578b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12381 | 2024.08.28 17:58:33.412143 [ 3 ] {} <Debug> HTTP-Session: aa25de23-0ceb-4d43-b30b-11469569239d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12382 | 2024.08.28 17:58:33.412287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12383 | 2024.08.28 17:58:33.412343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12384 | 2024.08.28 17:58:33.412362 [ 3 ] {} <Debug> HTTP-Session: 8732e688-ead8-4e85-a15c-f28b8ecde524 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12385 | 2024.08.28 17:58:33.412381 [ 3 ] {} <Debug> HTTP-Session: 8732e688-ead8-4e85-a15c-f28b8ecde524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12386 | 2024.08.28 17:58:33.412395 [ 3 ] {} <Debug> HTTP-Session: 8732e688-ead8-4e85-a15c-f28b8ecde524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12387 | 2024.08.28 17:58:33.412430 [ 3 ] {} <Trace> HTTP-Session: 8732e688-ead8-4e85-a15c-f28b8ecde524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12388 | 2024.08.28 17:58:33.412548 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12389 | 2024.08.28 17:58:33.412601 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12390 | 2024.08.28 17:58:33.412839 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12391 | 2024.08.28 17:58:33.413235 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12392 | 2024.08.28 17:58:33.413273 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12393 | 2024.08.28 17:58:33.413631 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12394 | 2024.08.28 17:58:33.413999 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12395 | 2024.08.28 17:58:33.414155 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001645 sec., 34650.45592705167 rows/sec., 2.66 MiB/sec. | ||
12396 | 2024.08.28 17:58:33.414335 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Debug> DynamicQueryHandler: Done processing query | ||
12397 | 2024.08.28 17:58:33.414361 [ 3 ] {e3d22352-c6a3-41dc-9b00-c82aacf32084} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12398 | 2024.08.28 17:58:33.414376 [ 3 ] {} <Debug> HTTP-Session: 8732e688-ead8-4e85-a15c-f28b8ecde524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12399 | 2024.08.28 17:58:33.414553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12400 | 2024.08.28 17:58:33.414604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12401 | 2024.08.28 17:58:33.414622 [ 3 ] {} <Debug> HTTP-Session: aa332ba7-559c-45cf-b9a5-1ed88019505a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12402 | 2024.08.28 17:58:33.414640 [ 3 ] {} <Debug> HTTP-Session: aa332ba7-559c-45cf-b9a5-1ed88019505a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12403 | 2024.08.28 17:58:33.414654 [ 3 ] {} <Debug> HTTP-Session: aa332ba7-559c-45cf-b9a5-1ed88019505a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12404 | 2024.08.28 17:58:33.414687 [ 3 ] {} <Trace> HTTP-Session: aa332ba7-559c-45cf-b9a5-1ed88019505a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12405 | 2024.08.28 17:58:33.414786 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12406 | 2024.08.28 17:58:33.414830 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12407 | 2024.08.28 17:58:33.415057 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12408 | 2024.08.28 17:58:33.415361 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12409 | 2024.08.28 17:58:33.415399 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12410 | 2024.08.28 17:58:33.415735 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12411 | 2024.08.28 17:58:33.416098 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12412 | 2024.08.28 17:58:33.416269 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001499 sec., 1334.2228152101402 rows/sec., 93.16 KiB/sec. | ||
12413 | 2024.08.28 17:58:33.416443 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Debug> DynamicQueryHandler: Done processing query | ||
12414 | 2024.08.28 17:58:33.416467 [ 3 ] {b6f4ec49-4295-4c1c-89ce-8320a34e70f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12415 | 2024.08.28 17:58:33.416483 [ 3 ] {} <Debug> HTTP-Session: aa332ba7-559c-45cf-b9a5-1ed88019505a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12416 | 2024.08.28 17:58:33.416610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12417 | 2024.08.28 17:58:33.416659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12418 | 2024.08.28 17:58:33.416677 [ 3 ] {} <Debug> HTTP-Session: f7aa4d39-6ac2-47d1-b8a9-d6520004c8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12419 | 2024.08.28 17:58:33.416694 [ 3 ] {} <Debug> HTTP-Session: f7aa4d39-6ac2-47d1-b8a9-d6520004c8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12420 | 2024.08.28 17:58:33.416707 [ 3 ] {} <Debug> HTTP-Session: f7aa4d39-6ac2-47d1-b8a9-d6520004c8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12421 | 2024.08.28 17:58:33.416739 [ 3 ] {} <Trace> HTTP-Session: f7aa4d39-6ac2-47d1-b8a9-d6520004c8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12422 | 2024.08.28 17:58:33.416856 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12423 | 2024.08.28 17:58:33.416900 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12424 | 2024.08.28 17:58:33.417121 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12425 | 2024.08.28 17:58:33.417479 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12426 | 2024.08.28 17:58:33.417515 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12427 | 2024.08.28 17:58:33.417866 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12428 | 2024.08.28 17:58:33.418218 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12429 | 2024.08.28 17:58:33.418382 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001557 sec., 42389.21001926782 rows/sec., 3.31 MiB/sec. | ||
12430 | 2024.08.28 17:58:33.418651 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Debug> DynamicQueryHandler: Done processing query | ||
12431 | 2024.08.28 17:58:33.418710 [ 3 ] {c62b905d-f6ea-4515-b68b-e4ef14b7a07f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12432 | 2024.08.28 17:58:33.418765 [ 3 ] {} <Debug> HTTP-Session: f7aa4d39-6ac2-47d1-b8a9-d6520004c8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12433 | 2024.08.28 17:58:33.418955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12434 | 2024.08.28 17:58:33.419008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12435 | 2024.08.28 17:58:33.419027 [ 3 ] {} <Debug> HTTP-Session: b2ce12fe-cae6-4dbb-aa9c-557732ceb008 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12436 | 2024.08.28 17:58:33.419044 [ 3 ] {} <Debug> HTTP-Session: b2ce12fe-cae6-4dbb-aa9c-557732ceb008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.08.28 17:58:33.419058 [ 3 ] {} <Debug> HTTP-Session: b2ce12fe-cae6-4dbb-aa9c-557732ceb008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12438 | 2024.08.28 17:58:33.419091 [ 3 ] {} <Trace> HTTP-Session: b2ce12fe-cae6-4dbb-aa9c-557732ceb008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12439 | 2024.08.28 17:58:33.419209 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12440 | 2024.08.28 17:58:33.419257 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12441 | 2024.08.28 17:58:33.419420 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12442 | 2024.08.28 17:58:33.419736 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12443 | 2024.08.28 17:58:33.419772 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12444 | 2024.08.28 17:58:33.420144 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12445 | 2024.08.28 17:58:33.420481 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12446 | 2024.08.28 17:58:33.420634 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.00146 sec., 22602.739726027397 rows/sec., 1.57 MiB/sec. | ||
12447 | 2024.08.28 17:58:33.420803 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Debug> DynamicQueryHandler: Done processing query | ||
12448 | 2024.08.28 17:58:33.420827 [ 3 ] {ca9fc9c0-c624-421a-9530-b2a2712ad0da} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12449 | 2024.08.28 17:58:33.420843 [ 3 ] {} <Debug> HTTP-Session: b2ce12fe-cae6-4dbb-aa9c-557732ceb008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12450 | 2024.08.28 17:58:33.420953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12451 | 2024.08.28 17:58:33.421000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12452 | 2024.08.28 17:58:33.421018 [ 3 ] {} <Debug> HTTP-Session: 6b05e241-c3a6-4a4a-b123-3b2f0302e9fa Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12453 | 2024.08.28 17:58:33.421034 [ 3 ] {} <Debug> HTTP-Session: 6b05e241-c3a6-4a4a-b123-3b2f0302e9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12454 | 2024.08.28 17:58:33.421048 [ 3 ] {} <Debug> HTTP-Session: 6b05e241-c3a6-4a4a-b123-3b2f0302e9fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12455 | 2024.08.28 17:58:33.421078 [ 3 ] {} <Trace> HTTP-Session: 6b05e241-c3a6-4a4a-b123-3b2f0302e9fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12456 | 2024.08.28 17:58:33.421178 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12457 | 2024.08.28 17:58:33.421221 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12458 | 2024.08.28 17:58:33.421348 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12459 | 2024.08.28 17:58:33.421625 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12460 | 2024.08.28 17:58:33.421661 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12461 | 2024.08.28 17:58:33.422013 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12462 | 2024.08.28 17:58:33.422348 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12463 | 2024.08.28 17:58:33.422507 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001354 sec., 8862.629246676514 rows/sec., 611.61 KiB/sec. | ||
12464 | 2024.08.28 17:58:33.422519 [ 117 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12465 | 2024.08.28 17:58:33.422634 [ 117 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12466 | 2024.08.28 17:58:33.422672 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
12467 | 2024.08.28 17:58:33.422765 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Debug> DynamicQueryHandler: Done processing query | ||
12468 | 2024.08.28 17:58:33.422828 [ 3 ] {285bd693-16c9-46e3-aa27-a3d871c44661} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12469 | 2024.08.28 17:58:33.422868 [ 3 ] {} <Debug> HTTP-Session: 6b05e241-c3a6-4a4a-b123-3b2f0302e9fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.08.28 17:58:33.422894 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12471 | 2024.08.28 17:58:33.423062 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12472 | 2024.08.28 17:58:33.423099 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3432 rows starting from the beginning of the part | ||
12473 | 2024.08.28 17:58:33.423172 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
12474 | 2024.08.28 17:58:33.423420 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
12475 | 2024.08.28 17:58:33.423605 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
12476 | 2024.08.28 17:58:33.423781 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 70 rows starting from the beginning of the part | ||
12477 | 2024.08.28 17:58:33.423931 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part | ||
12478 | 2024.08.28 17:58:33.425477 [ 188 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3716 rows, containing 4 columns (4 merged, 0 gathered) in 0.00270641 sec., 1373036.605687978 rows/sec., 89.47 MiB/sec. | ||
12479 | 2024.08.28 17:58:33.425800 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12480 | 2024.08.28 17:58:33.426270 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12481 | 2024.08.28 17:58:33.426368 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_66_13} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12482 | 2024.08.28 17:58:33.426478 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
12483 | 2024.08.28 17:58:38.415765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12484 | 2024.08.28 17:58:38.415950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12485 | 2024.08.28 17:58:38.415995 [ 3 ] {} <Debug> HTTP-Session: f796d5e8-ee7f-4350-bd0c-ba5c3210b67e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12486 | 2024.08.28 17:58:38.416037 [ 3 ] {} <Debug> HTTP-Session: f796d5e8-ee7f-4350-bd0c-ba5c3210b67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.08.28 17:58:38.416066 [ 3 ] {} <Debug> HTTP-Session: f796d5e8-ee7f-4350-bd0c-ba5c3210b67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12488 | 2024.08.28 17:58:38.416148 [ 3 ] {} <Trace> HTTP-Session: f796d5e8-ee7f-4350-bd0c-ba5c3210b67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12489 | 2024.08.28 17:58:38.416444 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12490 | 2024.08.28 17:58:38.416509 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12491 | 2024.08.28 17:58:38.416845 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12492 | 2024.08.28 17:58:38.417356 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12493 | 2024.08.28 17:58:38.417397 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12494 | 2024.08.28 17:58:38.417828 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12495 | 2024.08.28 17:58:38.418409 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12496 | 2024.08.28 17:58:38.418563 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002205 sec., 26303.854875283447 rows/sec., 2.04 MiB/sec. | ||
12497 | 2024.08.28 17:58:38.418816 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Debug> DynamicQueryHandler: Done processing query | ||
12498 | 2024.08.28 17:58:38.418850 [ 3 ] {92270c1e-e85b-49ba-a5c4-9ac98b549bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12499 | 2024.08.28 17:58:38.418868 [ 3 ] {} <Debug> HTTP-Session: f796d5e8-ee7f-4350-bd0c-ba5c3210b67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12500 | 2024.08.28 17:58:38.419032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12501 | 2024.08.28 17:58:38.419090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12502 | 2024.08.28 17:58:38.419109 [ 3 ] {} <Debug> HTTP-Session: 42470df2-47df-470e-a02a-9565974088b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12503 | 2024.08.28 17:58:38.419127 [ 3 ] {} <Debug> HTTP-Session: 42470df2-47df-470e-a02a-9565974088b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.08.28 17:58:38.419142 [ 3 ] {} <Debug> HTTP-Session: 42470df2-47df-470e-a02a-9565974088b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12505 | 2024.08.28 17:58:38.419178 [ 3 ] {} <Trace> HTTP-Session: 42470df2-47df-470e-a02a-9565974088b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12506 | 2024.08.28 17:58:38.419281 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12507 | 2024.08.28 17:58:38.419326 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12508 | 2024.08.28 17:58:38.419563 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12509 | 2024.08.28 17:58:38.419891 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12510 | 2024.08.28 17:58:38.419927 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12511 | 2024.08.28 17:58:38.420272 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12512 | 2024.08.28 17:58:38.420635 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12513 | 2024.08.28 17:58:38.420762 [ 112 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12514 | 2024.08.28 17:58:38.420763 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 49.83 KiB/sec. | ||
12515 | 2024.08.28 17:58:38.420813 [ 112 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12516 | 2024.08.28 17:58:38.420859 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12517 | 2024.08.28 17:58:38.421057 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Debug> DynamicQueryHandler: Done processing query | ||
12518 | 2024.08.28 17:58:38.421147 [ 3 ] {b4d8dbe9-7a07-4d6f-bea1-5da4b8d83ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12519 | 2024.08.28 17:58:38.421211 [ 3 ] {} <Debug> HTTP-Session: 42470df2-47df-470e-a02a-9565974088b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12520 | 2024.08.28 17:58:38.421344 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
12521 | 2024.08.28 17:58:38.421567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12522 | 2024.08.28 17:58:38.421703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12523 | 2024.08.28 17:58:38.421763 [ 3 ] {} <Debug> HTTP-Session: 4cbb0724-40b1-46ef-ab2f-4c888713c07f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12524 | 2024.08.28 17:58:38.421767 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12525 | 2024.08.28 17:58:38.421788 [ 3 ] {} <Debug> HTTP-Session: 4cbb0724-40b1-46ef-ab2f-4c888713c07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.08.28 17:58:38.421833 [ 3 ] {} <Debug> HTTP-Session: 4cbb0724-40b1-46ef-ab2f-4c888713c07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12527 | 2024.08.28 17:58:38.421851 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 55 rows starting from the beginning of the part | ||
12528 | 2024.08.28 17:58:38.421891 [ 3 ] {} <Trace> HTTP-Session: 4cbb0724-40b1-46ef-ab2f-4c888713c07f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12529 | 2024.08.28 17:58:38.422077 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part | ||
12530 | 2024.08.28 17:58:38.422258 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12531 | 2024.08.28 17:58:38.422485 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 3 rows starting from the beginning of the part | ||
12532 | 2024.08.28 17:58:38.422534 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12533 | 2024.08.28 17:58:38.422809 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
12534 | 2024.08.28 17:58:38.423234 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2 rows starting from the beginning of the part | ||
12535 | 2024.08.28 17:58:38.423581 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
12536 | 2024.08.28 17:58:38.424340 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12537 | 2024.08.28 17:58:38.425283 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12538 | 2024.08.28 17:58:38.425349 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12539 | 2024.08.28 17:58:38.426390 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12540 | 2024.08.28 17:58:38.426481 [ 197 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 143 rows, containing 5 columns (5 merged, 0 gathered) in 0.005492322 sec., 26036.34674004911 rows/sec., 1.98 MiB/sec. | ||
12541 | 2024.08.28 17:58:38.426689 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12542 | 2024.08.28 17:58:38.426916 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12543 | 2024.08.28 17:58:38.427169 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.005069 sec., 12823.042020122313 rows/sec., 1.00 MiB/sec. | ||
12544 | 2024.08.28 17:58:38.427693 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Debug> DynamicQueryHandler: Done processing query | ||
12545 | 2024.08.28 17:58:38.427714 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12546 | 2024.08.28 17:58:38.427781 [ 3 ] {4a7b1688-1f6c-4dbb-84ca-ebdbda7a5e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12547 | 2024.08.28 17:58:38.427875 [ 3 ] {} <Debug> HTTP-Session: 4cbb0724-40b1-46ef-ab2f-4c888713c07f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12548 | 2024.08.28 17:58:38.428054 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_61_12} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12549 | 2024.08.28 17:58:38.428208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12550 | 2024.08.28 17:58:38.428344 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12551 | 2024.08.28 17:58:38.428378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12552 | 2024.08.28 17:58:38.428437 [ 3 ] {} <Debug> HTTP-Session: 3cf784fd-7581-4365-8d8b-788e25b1bd71 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12553 | 2024.08.28 17:58:38.428463 [ 3 ] {} <Debug> HTTP-Session: 3cf784fd-7581-4365-8d8b-788e25b1bd71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12554 | 2024.08.28 17:58:38.428478 [ 3 ] {} <Debug> HTTP-Session: 3cf784fd-7581-4365-8d8b-788e25b1bd71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.08.28 17:58:38.428512 [ 3 ] {} <Trace> HTTP-Session: 3cf784fd-7581-4365-8d8b-788e25b1bd71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12556 | 2024.08.28 17:58:38.428670 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12557 | 2024.08.28 17:58:38.428722 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12558 | 2024.08.28 17:58:38.428892 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12559 | 2024.08.28 17:58:38.429310 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12560 | 2024.08.28 17:58:38.429345 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12561 | 2024.08.28 17:58:38.429730 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12562 | 2024.08.28 17:58:38.430069 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12563 | 2024.08.28 17:58:38.430196 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
12564 | 2024.08.28 17:58:38.430352 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Debug> DynamicQueryHandler: Done processing query | ||
12565 | 2024.08.28 17:58:38.430375 [ 3 ] {d0b54cb5-63b0-48a3-b455-4b8d0432838c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12566 | 2024.08.28 17:58:38.430390 [ 3 ] {} <Debug> HTTP-Session: 3cf784fd-7581-4365-8d8b-788e25b1bd71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12567 | 2024.08.28 17:58:38.430512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12568 | 2024.08.28 17:58:38.430558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12569 | 2024.08.28 17:58:38.430577 [ 3 ] {} <Debug> HTTP-Session: 886c8eec-7306-406f-9500-78f39b227558 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12570 | 2024.08.28 17:58:38.430594 [ 3 ] {} <Debug> HTTP-Session: 886c8eec-7306-406f-9500-78f39b227558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12571 | 2024.08.28 17:58:38.430609 [ 3 ] {} <Debug> HTTP-Session: 886c8eec-7306-406f-9500-78f39b227558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12572 | 2024.08.28 17:58:38.430640 [ 3 ] {} <Trace> HTTP-Session: 886c8eec-7306-406f-9500-78f39b227558 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12573 | 2024.08.28 17:58:38.430743 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12574 | 2024.08.28 17:58:38.430805 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12575 | 2024.08.28 17:58:38.431215 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12576 | 2024.08.28 17:58:38.431678 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12577 | 2024.08.28 17:58:38.431713 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12578 | 2024.08.28 17:58:38.432268 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12579 | 2024.08.28 17:58:38.432682 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12580 | 2024.08.28 17:58:38.432816 [ 112 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12581 | 2024.08.28 17:58:38.432831 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002119 sec., 471.9207173194904 rows/sec., 865.96 KiB/sec. | ||
12582 | 2024.08.28 17:58:38.432866 [ 112 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12583 | 2024.08.28 17:58:38.432915 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12584 | 2024.08.28 17:58:38.433276 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
12585 | 2024.08.28 17:58:38.433300 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Debug> DynamicQueryHandler: Done processing query | ||
12586 | 2024.08.28 17:58:38.433367 [ 3 ] {c57ae194-af2e-4d2c-9489-076a4529e2d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12587 | 2024.08.28 17:58:38.433395 [ 3 ] {} <Debug> HTTP-Session: 886c8eec-7306-406f-9500-78f39b227558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12588 | 2024.08.28 17:58:38.433593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12589 | 2024.08.28 17:58:38.433713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12590 | 2024.08.28 17:58:38.433771 [ 3 ] {} <Debug> HTTP-Session: febc3038-3052-4611-b024-e91fdee6738d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12591 | 2024.08.28 17:58:38.433815 [ 3 ] {} <Debug> HTTP-Session: febc3038-3052-4611-b024-e91fdee6738d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12592 | 2024.08.28 17:58:38.433866 [ 3 ] {} <Debug> HTTP-Session: febc3038-3052-4611-b024-e91fdee6738d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12593 | 2024.08.28 17:58:38.433959 [ 3 ] {} <Trace> HTTP-Session: febc3038-3052-4611-b024-e91fdee6738d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12594 | 2024.08.28 17:58:38.434183 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12595 | 2024.08.28 17:58:38.434207 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12596 | 2024.08.28 17:58:38.434339 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12597 | 2024.08.28 17:58:38.434353 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1031 rows starting from the beginning of the part | ||
12598 | 2024.08.28 17:58:38.435236 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12599 | 2024.08.28 17:58:38.435263 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
12600 | 2024.08.28 17:58:38.435993 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
12601 | 2024.08.28 17:58:38.436324 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12602 | 2024.08.28 17:58:38.436440 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12603 | 2024.08.28 17:58:38.436791 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
12604 | 2024.08.28 17:58:38.437393 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
12605 | 2024.08.28 17:58:38.437853 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12606 | 2024.08.28 17:58:38.438022 [ 201 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
12607 | 2024.08.28 17:58:38.439054 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12608 | 2024.08.28 17:58:38.439395 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005279 sec., 11365.788975184694 rows/sec., 784.36 KiB/sec. | ||
12609 | 2024.08.28 17:58:38.439739 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Debug> DynamicQueryHandler: Done processing query | ||
12610 | 2024.08.28 17:58:38.439797 [ 3 ] {62af5626-6a0d-4c63-835a-3f9b9bfd7a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12611 | 2024.08.28 17:58:38.439845 [ 3 ] {} <Debug> HTTP-Session: febc3038-3052-4611-b024-e91fdee6738d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12612 | 2024.08.28 17:58:38.444857 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1106 rows, containing 19 columns (19 merged, 0 gathered) in 0.011811913 sec., 93634.28260942998 rows/sec., 167.79 MiB/sec. | ||
12613 | 2024.08.28 17:58:38.446301 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12614 | 2024.08.28 17:58:38.446955 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12615 | 2024.08.28 17:58:38.447046 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12616 | 2024.08.28 17:58:38.447209 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.95 MiB. | ||
12617 | 2024.08.28 17:58:43.422727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 39624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12618 | 2024.08.28 17:58:43.422877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12619 | 2024.08.28 17:58:43.422908 [ 3 ] {} <Debug> HTTP-Session: d30c1b9a-5124-4273-9971-55af80238158 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12620 | 2024.08.28 17:58:43.422937 [ 3 ] {} <Debug> HTTP-Session: d30c1b9a-5124-4273-9971-55af80238158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12621 | 2024.08.28 17:58:43.422956 [ 3 ] {} <Debug> HTTP-Session: d30c1b9a-5124-4273-9971-55af80238158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12622 | 2024.08.28 17:58:43.423013 [ 3 ] {} <Trace> HTTP-Session: d30c1b9a-5124-4273-9971-55af80238158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12623 | 2024.08.28 17:58:43.423318 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12624 | 2024.08.28 17:58:43.423398 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12625 | 2024.08.28 17:58:43.423754 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12626 | 2024.08.28 17:58:43.424375 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12627 | 2024.08.28 17:58:43.424425 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12628 | 2024.08.28 17:58:43.424896 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12629 | 2024.08.28 17:58:43.425317 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12630 | 2024.08.28 17:58:43.425484 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Debug> executeQuery: Read 261 rows, 23.74 KiB in 0.002303 sec., 113330.4385584021 rows/sec., 10.07 MiB/sec. | ||
12631 | 2024.08.28 17:58:43.425540 [ 107 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12632 | 2024.08.28 17:58:43.425655 [ 107 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12633 | 2024.08.28 17:58:43.425692 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12634 | 2024.08.28 17:58:43.425821 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Debug> DynamicQueryHandler: Done processing query | ||
12635 | 2024.08.28 17:58:43.425900 [ 3 ] {03d54798-32ab-4437-b149-6aed84da4f03} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12636 | 2024.08.28 17:58:43.425961 [ 3 ] {} <Debug> HTTP-Session: d30c1b9a-5124-4273-9971-55af80238158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12637 | 2024.08.28 17:58:43.426054 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
12638 | 2024.08.28 17:58:43.426207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 5209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12639 | 2024.08.28 17:58:43.426333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12640 | 2024.08.28 17:58:43.426401 [ 3 ] {} <Debug> HTTP-Session: 59b2dfa0-2a8d-4dda-9068-9000aa42f2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12641 | 2024.08.28 17:58:43.426456 [ 3 ] {} <Debug> HTTP-Session: 59b2dfa0-2a8d-4dda-9068-9000aa42f2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12642 | 2024.08.28 17:58:43.426499 [ 3 ] {} <Debug> HTTP-Session: 59b2dfa0-2a8d-4dda-9068-9000aa42f2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12643 | 2024.08.28 17:58:43.426558 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12644 | 2024.08.28 17:58:43.426583 [ 3 ] {} <Trace> HTTP-Session: 59b2dfa0-2a8d-4dda-9068-9000aa42f2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12645 | 2024.08.28 17:58:43.426640 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1413 rows starting from the beginning of the part | ||
12646 | 2024.08.28 17:58:43.426892 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 59 rows starting from the beginning of the part | ||
12647 | 2024.08.28 17:58:43.426935 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12648 | 2024.08.28 17:58:43.427140 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12649 | 2024.08.28 17:58:43.427229 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1403 rows starting from the beginning of the part | ||
12650 | 2024.08.28 17:58:43.427633 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 57 rows starting from the beginning of the part | ||
12651 | 2024.08.28 17:58:43.427936 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
12652 | 2024.08.28 17:58:43.428260 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 261 rows starting from the beginning of the part | ||
12653 | 2024.08.28 17:58:43.429201 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12654 | 2024.08.28 17:58:43.430128 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12655 | 2024.08.28 17:58:43.430195 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12656 | 2024.08.28 17:58:43.431351 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12657 | 2024.08.28 17:58:43.431965 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12658 | 2024.08.28 17:58:43.432258 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.005482 sec., 6566.946369937979 rows/sec., 493.80 KiB/sec. | ||
12659 | 2024.08.28 17:58:43.433060 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Debug> DynamicQueryHandler: Done processing query | ||
12660 | 2024.08.28 17:58:43.433087 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3251 rows, containing 5 columns (5 merged, 0 gathered) in 0.007289452 sec., 445986.88625701907 rows/sec., 39.10 MiB/sec. | ||
12661 | 2024.08.28 17:58:43.433142 [ 3 ] {20f509d1-7d19-44d4-a886-8e809e60d7c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12662 | 2024.08.28 17:58:43.433219 [ 3 ] {} <Debug> HTTP-Session: 59b2dfa0-2a8d-4dda-9068-9000aa42f2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12663 | 2024.08.28 17:58:43.433414 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12664 | 2024.08.28 17:58:43.433425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12665 | 2024.08.28 17:58:43.433534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12666 | 2024.08.28 17:58:43.433557 [ 3 ] {} <Debug> HTTP-Session: 4faf23ee-1c44-4103-909e-2f965da0b9cc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12667 | 2024.08.28 17:58:43.433589 [ 3 ] {} <Debug> HTTP-Session: 4faf23ee-1c44-4103-909e-2f965da0b9cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12668 | 2024.08.28 17:58:43.433616 [ 3 ] {} <Debug> HTTP-Session: 4faf23ee-1c44-4103-909e-2f965da0b9cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12669 | 2024.08.28 17:58:43.433672 [ 3 ] {} <Trace> HTTP-Session: 4faf23ee-1c44-4103-909e-2f965da0b9cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12670 | 2024.08.28 17:58:43.433980 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12671 | 2024.08.28 17:58:43.434069 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12672 | 2024.08.28 17:58:43.434341 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12673 | 2024.08.28 17:58:43.434601 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_71_14} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12674 | 2024.08.28 17:58:43.434728 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12675 | 2024.08.28 17:58:43.434791 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
12676 | 2024.08.28 17:58:43.435146 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12677 | 2024.08.28 17:58:43.435189 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12678 | 2024.08.28 17:58:43.435579 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12679 | 2024.08.28 17:58:43.435974 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12680 | 2024.08.28 17:58:43.436138 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002269 sec., 6170.118995152049 rows/sec., 432.11 KiB/sec. | ||
12681 | 2024.08.28 17:58:43.436469 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Debug> DynamicQueryHandler: Done processing query | ||
12682 | 2024.08.28 17:58:43.436509 [ 3 ] {af3fc80d-2da5-4c87-ab49-e4b1139cda36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12683 | 2024.08.28 17:58:43.436538 [ 3 ] {} <Debug> HTTP-Session: 4faf23ee-1c44-4103-909e-2f965da0b9cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12684 | 2024.08.28 17:58:43.436709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12685 | 2024.08.28 17:58:43.436764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12686 | 2024.08.28 17:58:43.436784 [ 3 ] {} <Debug> HTTP-Session: fbb9e1e3-e647-4065-a062-d3aa22a875e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12687 | 2024.08.28 17:58:43.436801 [ 3 ] {} <Debug> HTTP-Session: fbb9e1e3-e647-4065-a062-d3aa22a875e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12688 | 2024.08.28 17:58:43.436815 [ 3 ] {} <Debug> HTTP-Session: fbb9e1e3-e647-4065-a062-d3aa22a875e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12689 | 2024.08.28 17:58:43.436847 [ 3 ] {} <Trace> HTTP-Session: fbb9e1e3-e647-4065-a062-d3aa22a875e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12690 | 2024.08.28 17:58:43.436952 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12691 | 2024.08.28 17:58:43.436998 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12692 | 2024.08.28 17:58:43.437248 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12693 | 2024.08.28 17:58:43.437567 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12694 | 2024.08.28 17:58:43.437604 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12695 | 2024.08.28 17:58:43.437990 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12696 | 2024.08.28 17:58:43.438372 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12697 | 2024.08.28 17:58:43.438534 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001604 sec., 3740.6483790523694 rows/sec., 221.01 KiB/sec. | ||
12698 | 2024.08.28 17:58:43.438697 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Debug> DynamicQueryHandler: Done processing query | ||
12699 | 2024.08.28 17:58:43.438722 [ 3 ] {e54cfae6-45ee-45d9-bc07-42c11d399990} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12700 | 2024.08.28 17:58:43.438738 [ 3 ] {} <Debug> HTTP-Session: fbb9e1e3-e647-4065-a062-d3aa22a875e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12701 | 2024.08.28 17:58:43.438923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 67902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12702 | 2024.08.28 17:58:43.438972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12703 | 2024.08.28 17:58:43.438991 [ 3 ] {} <Debug> HTTP-Session: a43702c2-2a4a-4c03-9284-2585024225f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12704 | 2024.08.28 17:58:43.439007 [ 3 ] {} <Debug> HTTP-Session: a43702c2-2a4a-4c03-9284-2585024225f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12705 | 2024.08.28 17:58:43.439021 [ 3 ] {} <Debug> HTTP-Session: a43702c2-2a4a-4c03-9284-2585024225f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12706 | 2024.08.28 17:58:43.439052 [ 3 ] {} <Trace> HTTP-Session: a43702c2-2a4a-4c03-9284-2585024225f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12707 | 2024.08.28 17:58:43.439351 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12708 | 2024.08.28 17:58:43.439395 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12709 | 2024.08.28 17:58:43.439617 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12710 | 2024.08.28 17:58:43.440214 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2024.08.28 17:58:43.440250 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12712 | 2024.08.28 17:58:43.440635 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12713 | 2024.08.28 17:58:43.441003 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12714 | 2024.08.28 17:58:43.441168 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Debug> executeQuery: Read 418 rows, 30.56 KiB in 0.001994 sec., 209628.88665997994 rows/sec., 14.97 MiB/sec. | ||
12715 | 2024.08.28 17:58:43.441171 [ 107 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12716 | 2024.08.28 17:58:43.441260 [ 107 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12717 | 2024.08.28 17:58:43.441313 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12718 | 2024.08.28 17:58:43.441475 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Debug> DynamicQueryHandler: Done processing query | ||
12719 | 2024.08.28 17:58:43.441516 [ 3 ] {803f0837-8317-4d56-b973-43af1df36a80} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12720 | 2024.08.28 17:58:43.441524 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
12721 | 2024.08.28 17:58:43.441541 [ 3 ] {} <Debug> HTTP-Session: a43702c2-2a4a-4c03-9284-2585024225f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12722 | 2024.08.28 17:58:43.441712 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12723 | 2024.08.28 17:58:43.441760 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 911 rows starting from the beginning of the part | ||
12724 | 2024.08.28 17:58:43.441792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12725 | 2024.08.28 17:58:43.441917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12726 | 2024.08.28 17:58:43.441981 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 67 rows starting from the beginning of the part | ||
12727 | 2024.08.28 17:58:43.442005 [ 3 ] {} <Debug> HTTP-Session: 0b349946-d380-404e-bac5-3ac146b24663 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12728 | 2024.08.28 17:58:43.442087 [ 3 ] {} <Debug> HTTP-Session: 0b349946-d380-404e-bac5-3ac146b24663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12729 | 2024.08.28 17:58:43.442149 [ 3 ] {} <Debug> HTTP-Session: 0b349946-d380-404e-bac5-3ac146b24663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12730 | 2024.08.28 17:58:43.442305 [ 3 ] {} <Trace> HTTP-Session: 0b349946-d380-404e-bac5-3ac146b24663 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12731 | 2024.08.28 17:58:43.442370 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 878 rows starting from the beginning of the part | ||
12732 | 2024.08.28 17:58:43.442670 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12733 | 2024.08.28 17:58:43.442780 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 66 rows starting from the beginning of the part | ||
12734 | 2024.08.28 17:58:43.442802 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12735 | 2024.08.28 17:58:43.443121 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 65 rows starting from the beginning of the part | ||
12736 | 2024.08.28 17:58:43.443500 [ 191 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 418 rows starting from the beginning of the part | ||
12737 | 2024.08.28 17:58:43.443910 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12738 | 2024.08.28 17:58:43.444767 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12739 | 2024.08.28 17:58:43.444827 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12740 | 2024.08.28 17:58:43.445695 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12741 | 2024.08.28 17:58:43.446479 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12742 | 2024.08.28 17:58:43.446730 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00422 sec., 1421.8009478672986 rows/sec., 74.28 KiB/sec. | ||
12743 | 2024.08.28 17:58:43.447228 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581342 sec., 413697.9609248945 rows/sec., 31.72 MiB/sec. | ||
12744 | 2024.08.28 17:58:43.447271 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Debug> DynamicQueryHandler: Done processing query | ||
12745 | 2024.08.28 17:58:43.447321 [ 3 ] {15aa79a8-4996-49d0-8a68-1315ef6ad28c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12746 | 2024.08.28 17:58:43.447340 [ 3 ] {} <Debug> HTTP-Session: 0b349946-d380-404e-bac5-3ac146b24663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12747 | 2024.08.28 17:58:43.447537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12748 | 2024.08.28 17:58:43.447544 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12749 | 2024.08.28 17:58:43.447601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12750 | 2024.08.28 17:58:43.447638 [ 3 ] {} <Debug> HTTP-Session: e8ba8af6-0727-4151-8926-988e391aed61 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12751 | 2024.08.28 17:58:43.447659 [ 3 ] {} <Debug> HTTP-Session: e8ba8af6-0727-4151-8926-988e391aed61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12752 | 2024.08.28 17:58:43.447674 [ 3 ] {} <Debug> HTTP-Session: e8ba8af6-0727-4151-8926-988e391aed61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12753 | 2024.08.28 17:58:43.447709 [ 3 ] {} <Trace> HTTP-Session: e8ba8af6-0727-4151-8926-988e391aed61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12754 | 2024.08.28 17:58:43.447978 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12755 | 2024.08.28 17:58:43.448038 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12756 | 2024.08.28 17:58:43.448186 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12757 | 2024.08.28 17:58:43.448294 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12758 | 2024.08.28 17:58:43.448341 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_71_14} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12759 | 2024.08.28 17:58:43.448463 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
12760 | 2024.08.28 17:58:43.448801 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12761 | 2024.08.28 17:58:43.448837 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12762 | 2024.08.28 17:58:43.449239 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12763 | 2024.08.28 17:58:43.449598 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12764 | 2024.08.28 17:58:43.449762 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001949 sec., 121600.82093381221 rows/sec., 8.15 MiB/sec. | ||
12765 | 2024.08.28 17:58:43.449938 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Debug> DynamicQueryHandler: Done processing query | ||
12766 | 2024.08.28 17:58:43.449963 [ 3 ] {66688fa3-7264-4ad3-b9f7-ff8ae5f99384} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12767 | 2024.08.28 17:58:43.449980 [ 3 ] {} <Debug> HTTP-Session: e8ba8af6-0727-4151-8926-988e391aed61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12768 | 2024.08.28 17:58:43.450159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12769 | 2024.08.28 17:58:43.450208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12770 | 2024.08.28 17:58:43.450226 [ 3 ] {} <Debug> HTTP-Session: 1d918d69-0e63-4cf0-a0e8-862d766a9d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12771 | 2024.08.28 17:58:43.450243 [ 3 ] {} <Debug> HTTP-Session: 1d918d69-0e63-4cf0-a0e8-862d766a9d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12772 | 2024.08.28 17:58:43.450258 [ 3 ] {} <Debug> HTTP-Session: 1d918d69-0e63-4cf0-a0e8-862d766a9d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12773 | 2024.08.28 17:58:43.450289 [ 3 ] {} <Trace> HTTP-Session: 1d918d69-0e63-4cf0-a0e8-862d766a9d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12774 | 2024.08.28 17:58:43.450381 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12775 | 2024.08.28 17:58:43.450426 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12776 | 2024.08.28 17:58:43.450557 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12777 | 2024.08.28 17:58:43.450832 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12778 | 2024.08.28 17:58:43.450868 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12779 | 2024.08.28 17:58:43.451220 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12780 | 2024.08.28 17:58:43.451552 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12781 | 2024.08.28 17:58:43.451700 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
12782 | 2024.08.28 17:58:43.451858 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Debug> DynamicQueryHandler: Done processing query | ||
12783 | 2024.08.28 17:58:43.451882 [ 3 ] {088f0a83-01ed-4b28-9272-6ffff0917ba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12784 | 2024.08.28 17:58:43.451897 [ 3 ] {} <Debug> HTTP-Session: 1d918d69-0e63-4cf0-a0e8-862d766a9d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12785 | 2024.08.28 17:58:43.452064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 59482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12786 | 2024.08.28 17:58:43.452111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12787 | 2024.08.28 17:58:43.452130 [ 3 ] {} <Debug> HTTP-Session: b2babf9e-6671-4212-8654-d618f11c8606 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12788 | 2024.08.28 17:58:43.452146 [ 3 ] {} <Debug> HTTP-Session: b2babf9e-6671-4212-8654-d618f11c8606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12789 | 2024.08.28 17:58:43.452159 [ 3 ] {} <Debug> HTTP-Session: b2babf9e-6671-4212-8654-d618f11c8606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12790 | 2024.08.28 17:58:43.452189 [ 3 ] {} <Trace> HTTP-Session: b2babf9e-6671-4212-8654-d618f11c8606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12791 | 2024.08.28 17:58:43.452601 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12792 | 2024.08.28 17:58:43.452666 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12793 | 2024.08.28 17:58:43.453075 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12794 | 2024.08.28 17:58:43.453852 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12795 | 2024.08.28 17:58:43.453888 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12796 | 2024.08.28 17:58:43.454555 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12797 | 2024.08.28 17:58:43.454986 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12798 | 2024.08.28 17:58:43.455183 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002903 sec., 12400.964519462625 rows/sec., 22.22 MiB/sec. | ||
12799 | 2024.08.28 17:58:43.455654 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Debug> DynamicQueryHandler: Done processing query | ||
12800 | 2024.08.28 17:58:43.455691 [ 3 ] {775136cb-4418-4af8-bc25-d56f99101988} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12801 | 2024.08.28 17:58:43.455723 [ 3 ] {} <Debug> HTTP-Session: b2babf9e-6671-4212-8654-d618f11c8606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12802 | 2024.08.28 17:58:43.455908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12803 | 2024.08.28 17:58:43.455957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12804 | 2024.08.28 17:58:43.455975 [ 3 ] {} <Debug> HTTP-Session: a0654932-e734-45ca-93ba-9e8a540af1cc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12805 | 2024.08.28 17:58:43.455992 [ 3 ] {} <Debug> HTTP-Session: a0654932-e734-45ca-93ba-9e8a540af1cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12806 | 2024.08.28 17:58:43.456006 [ 3 ] {} <Debug> HTTP-Session: a0654932-e734-45ca-93ba-9e8a540af1cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12807 | 2024.08.28 17:58:43.456037 [ 3 ] {} <Trace> HTTP-Session: a0654932-e734-45ca-93ba-9e8a540af1cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12808 | 2024.08.28 17:58:43.456166 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12809 | 2024.08.28 17:58:43.456213 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12810 | 2024.08.28 17:58:43.456359 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12811 | 2024.08.28 17:58:43.456677 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12812 | 2024.08.28 17:58:43.456711 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12813 | 2024.08.28 17:58:43.457082 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12814 | 2024.08.28 17:58:43.457421 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12815 | 2024.08.28 17:58:43.457574 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
12816 | 2024.08.28 17:58:43.457732 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Debug> DynamicQueryHandler: Done processing query | ||
12817 | 2024.08.28 17:58:43.457756 [ 3 ] {7e4f521f-5367-4465-8940-f8416918173f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12818 | 2024.08.28 17:58:43.457771 [ 3 ] {} <Debug> HTTP-Session: a0654932-e734-45ca-93ba-9e8a540af1cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12819 | 2024.08.28 17:58:48.012946 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12820 | 2024.08.28 17:58:48.013021 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12821 | 2024.08.28 17:58:48.417370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12822 | 2024.08.28 17:58:48.417492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12823 | 2024.08.28 17:58:48.417519 [ 3 ] {} <Debug> HTTP-Session: 1653b100-6f84-4865-bfc7-e6f58cf159ab Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12824 | 2024.08.28 17:58:48.417545 [ 3 ] {} <Debug> HTTP-Session: 1653b100-6f84-4865-bfc7-e6f58cf159ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12825 | 2024.08.28 17:58:48.417560 [ 3 ] {} <Debug> HTTP-Session: 1653b100-6f84-4865-bfc7-e6f58cf159ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12826 | 2024.08.28 17:58:48.417611 [ 3 ] {} <Trace> HTTP-Session: 1653b100-6f84-4865-bfc7-e6f58cf159ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12827 | 2024.08.28 17:58:48.417825 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12828 | 2024.08.28 17:58:48.417893 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12829 | 2024.08.28 17:58:48.418236 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12830 | 2024.08.28 17:58:48.418736 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12831 | 2024.08.28 17:58:48.418783 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12832 | 2024.08.28 17:58:48.419214 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12833 | 2024.08.28 17:58:48.419606 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12834 | 2024.08.28 17:58:48.419760 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002007 sec., 28898.854010961633 rows/sec., 2.24 MiB/sec. | ||
12835 | 2024.08.28 17:58:48.419977 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Debug> DynamicQueryHandler: Done processing query | ||
12836 | 2024.08.28 17:58:48.420033 [ 3 ] {8aa5a826-491d-42f0-8bbf-34f35f3d9d9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12837 | 2024.08.28 17:58:48.420051 [ 3 ] {} <Debug> HTTP-Session: 1653b100-6f84-4865-bfc7-e6f58cf159ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12838 | 2024.08.28 17:58:48.420241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12839 | 2024.08.28 17:58:48.420300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12840 | 2024.08.28 17:58:48.420321 [ 3 ] {} <Debug> HTTP-Session: d8dc8e6d-e101-450b-b9ea-3a92973f7d76 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12841 | 2024.08.28 17:58:48.420340 [ 3 ] {} <Debug> HTTP-Session: d8dc8e6d-e101-450b-b9ea-3a92973f7d76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12842 | 2024.08.28 17:58:48.420354 [ 3 ] {} <Debug> HTTP-Session: d8dc8e6d-e101-450b-b9ea-3a92973f7d76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12843 | 2024.08.28 17:58:48.420391 [ 3 ] {} <Trace> HTTP-Session: d8dc8e6d-e101-450b-b9ea-3a92973f7d76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12844 | 2024.08.28 17:58:48.420497 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12845 | 2024.08.28 17:58:48.420546 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12846 | 2024.08.28 17:58:48.420809 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12847 | 2024.08.28 17:58:48.421128 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12848 | 2024.08.28 17:58:48.421167 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12849 | 2024.08.28 17:58:48.421516 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12850 | 2024.08.28 17:58:48.421884 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12851 | 2024.08.28 17:58:48.422014 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 48.70 KiB/sec. | ||
12852 | 2024.08.28 17:58:48.422179 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Debug> DynamicQueryHandler: Done processing query | ||
12853 | 2024.08.28 17:58:48.422205 [ 3 ] {f2afb9bc-6f5a-47cf-9130-8f4db83c8b0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12854 | 2024.08.28 17:58:48.422221 [ 3 ] {} <Debug> HTTP-Session: d8dc8e6d-e101-450b-b9ea-3a92973f7d76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12855 | 2024.08.28 17:58:48.422365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12856 | 2024.08.28 17:58:48.422416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12857 | 2024.08.28 17:58:48.422435 [ 3 ] {} <Debug> HTTP-Session: afd798d0-aacf-41d4-b2aa-eafd4b19e017 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12858 | 2024.08.28 17:58:48.422452 [ 3 ] {} <Debug> HTTP-Session: afd798d0-aacf-41d4-b2aa-eafd4b19e017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12859 | 2024.08.28 17:58:48.422467 [ 3 ] {} <Debug> HTTP-Session: afd798d0-aacf-41d4-b2aa-eafd4b19e017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12860 | 2024.08.28 17:58:48.422501 [ 3 ] {} <Trace> HTTP-Session: afd798d0-aacf-41d4-b2aa-eafd4b19e017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12861 | 2024.08.28 17:58:48.422625 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12862 | 2024.08.28 17:58:48.422750 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12863 | 2024.08.28 17:58:48.422984 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12864 | 2024.08.28 17:58:48.423374 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12865 | 2024.08.28 17:58:48.423410 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12866 | 2024.08.28 17:58:48.423773 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12867 | 2024.08.28 17:58:48.424121 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12868 | 2024.08.28 17:58:48.424248 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001665 sec., 39039.03903903904 rows/sec., 3.05 MiB/sec. | ||
12869 | 2024.08.28 17:58:48.424417 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Debug> DynamicQueryHandler: Done processing query | ||
12870 | 2024.08.28 17:58:48.424442 [ 3 ] {bbece139-76b5-4f1c-abc0-be366ac5df2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12871 | 2024.08.28 17:58:48.424458 [ 3 ] {} <Debug> HTTP-Session: afd798d0-aacf-41d4-b2aa-eafd4b19e017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12872 | 2024.08.28 17:58:48.424670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12873 | 2024.08.28 17:58:48.424720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12874 | 2024.08.28 17:58:48.424739 [ 3 ] {} <Debug> HTTP-Session: 7d9040b2-0310-481f-a0c4-e75181e6c62c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12875 | 2024.08.28 17:58:48.424756 [ 3 ] {} <Debug> HTTP-Session: 7d9040b2-0310-481f-a0c4-e75181e6c62c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12876 | 2024.08.28 17:58:48.424771 [ 3 ] {} <Debug> HTTP-Session: 7d9040b2-0310-481f-a0c4-e75181e6c62c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12877 | 2024.08.28 17:58:48.424803 [ 3 ] {} <Trace> HTTP-Session: 7d9040b2-0310-481f-a0c4-e75181e6c62c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12878 | 2024.08.28 17:58:48.424946 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12879 | 2024.08.28 17:58:48.424994 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12880 | 2024.08.28 17:58:48.425137 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12881 | 2024.08.28 17:58:48.425545 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12882 | 2024.08.28 17:58:48.425580 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12883 | 2024.08.28 17:58:48.425965 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12884 | 2024.08.28 17:58:48.426300 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12885 | 2024.08.28 17:58:48.426432 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
12886 | 2024.08.28 17:58:48.426614 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Debug> DynamicQueryHandler: Done processing query | ||
12887 | 2024.08.28 17:58:48.426652 [ 3 ] {c96d6241-33d5-4f0b-9a9a-0723561a89ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12888 | 2024.08.28 17:58:48.426682 [ 3 ] {} <Debug> HTTP-Session: 7d9040b2-0310-481f-a0c4-e75181e6c62c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12889 | 2024.08.28 17:58:48.426822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12890 | 2024.08.28 17:58:48.426870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12891 | 2024.08.28 17:58:48.426889 [ 3 ] {} <Debug> HTTP-Session: b5eb284f-088b-45b3-86d5-4a6197e0dbd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12892 | 2024.08.28 17:58:48.426905 [ 3 ] {} <Debug> HTTP-Session: b5eb284f-088b-45b3-86d5-4a6197e0dbd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12893 | 2024.08.28 17:58:48.426919 [ 3 ] {} <Debug> HTTP-Session: b5eb284f-088b-45b3-86d5-4a6197e0dbd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12894 | 2024.08.28 17:58:48.426951 [ 3 ] {} <Trace> HTTP-Session: b5eb284f-088b-45b3-86d5-4a6197e0dbd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12895 | 2024.08.28 17:58:48.427063 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12896 | 2024.08.28 17:58:48.427127 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12897 | 2024.08.28 17:58:48.427533 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12898 | 2024.08.28 17:58:48.428006 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12899 | 2024.08.28 17:58:48.428042 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12900 | 2024.08.28 17:58:48.428615 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12901 | 2024.08.28 17:58:48.429023 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12902 | 2024.08.28 17:58:48.429179 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002147 sec., 465.76618537494176 rows/sec., 854.66 KiB/sec. | ||
12903 | 2024.08.28 17:58:48.429649 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Debug> DynamicQueryHandler: Done processing query | ||
12904 | 2024.08.28 17:58:48.429690 [ 3 ] {93cdbe5f-5c1b-4bf2-9694-1ccc615031b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12905 | 2024.08.28 17:58:48.429715 [ 3 ] {} <Debug> HTTP-Session: b5eb284f-088b-45b3-86d5-4a6197e0dbd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12906 | 2024.08.28 17:58:48.429877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12907 | 2024.08.28 17:58:48.429925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12908 | 2024.08.28 17:58:48.429946 [ 3 ] {} <Debug> HTTP-Session: 2747d725-3a50-4142-a4bc-f4465c511e9b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12909 | 2024.08.28 17:58:48.429962 [ 3 ] {} <Debug> HTTP-Session: 2747d725-3a50-4142-a4bc-f4465c511e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12910 | 2024.08.28 17:58:48.429976 [ 3 ] {} <Debug> HTTP-Session: 2747d725-3a50-4142-a4bc-f4465c511e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12911 | 2024.08.28 17:58:48.430007 [ 3 ] {} <Trace> HTTP-Session: 2747d725-3a50-4142-a4bc-f4465c511e9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12912 | 2024.08.28 17:58:48.430138 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12913 | 2024.08.28 17:58:48.430185 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12914 | 2024.08.28 17:58:48.430333 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12915 | 2024.08.28 17:58:48.430636 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12916 | 2024.08.28 17:58:48.430673 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
12917 | 2024.08.28 17:58:48.431022 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12918 | 2024.08.28 17:58:48.431350 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12919 | 2024.08.28 17:58:48.431478 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
12920 | 2024.08.28 17:58:48.431664 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Debug> DynamicQueryHandler: Done processing query | ||
12921 | 2024.08.28 17:58:48.431697 [ 3 ] {987f1332-0ec4-4a7a-903f-92eefa76f622} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12922 | 2024.08.28 17:58:48.431722 [ 3 ] {} <Debug> HTTP-Session: 2747d725-3a50-4142-a4bc-f4465c511e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12923 | 2024.08.28 17:58:53.425074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12924 | 2024.08.28 17:58:53.425212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12925 | 2024.08.28 17:58:53.425238 [ 3 ] {} <Debug> HTTP-Session: 330171c1-9a30-4bbe-94ae-0b28eaf27da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12926 | 2024.08.28 17:58:53.425264 [ 3 ] {} <Debug> HTTP-Session: 330171c1-9a30-4bbe-94ae-0b28eaf27da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12927 | 2024.08.28 17:58:53.425280 [ 3 ] {} <Debug> HTTP-Session: 330171c1-9a30-4bbe-94ae-0b28eaf27da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12928 | 2024.08.28 17:58:53.425333 [ 3 ] {} <Trace> HTTP-Session: 330171c1-9a30-4bbe-94ae-0b28eaf27da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12929 | 2024.08.28 17:58:53.425523 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12930 | 2024.08.28 17:58:53.425594 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12931 | 2024.08.28 17:58:53.425941 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12932 | 2024.08.28 17:58:53.426403 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12933 | 2024.08.28 17:58:53.426454 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
12934 | 2024.08.28 17:58:53.426884 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12935 | 2024.08.28 17:58:53.427289 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12936 | 2024.08.28 17:58:53.427441 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001973 sec., 1013.6847440446022 rows/sec., 82.66 KiB/sec. | ||
12937 | 2024.08.28 17:58:53.427664 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Debug> DynamicQueryHandler: Done processing query | ||
12938 | 2024.08.28 17:58:53.427693 [ 3 ] {35bfe635-999e-412e-b67c-4bcc1b651901} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12939 | 2024.08.28 17:58:53.427709 [ 3 ] {} <Debug> HTTP-Session: 330171c1-9a30-4bbe-94ae-0b28eaf27da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12940 | 2024.08.28 17:58:53.427906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 40999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12941 | 2024.08.28 17:58:53.427962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12942 | 2024.08.28 17:58:53.427983 [ 3 ] {} <Debug> HTTP-Session: c78c9f48-f1d3-4894-987e-c7225c904aed Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12943 | 2024.08.28 17:58:53.428001 [ 3 ] {} <Debug> HTTP-Session: c78c9f48-f1d3-4894-987e-c7225c904aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12944 | 2024.08.28 17:58:53.428015 [ 3 ] {} <Debug> HTTP-Session: c78c9f48-f1d3-4894-987e-c7225c904aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.08.28 17:58:53.428051 [ 3 ] {} <Trace> HTTP-Session: c78c9f48-f1d3-4894-987e-c7225c904aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12946 | 2024.08.28 17:58:53.428243 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12947 | 2024.08.28 17:58:53.428291 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12948 | 2024.08.28 17:58:53.428534 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12949 | 2024.08.28 17:58:53.429041 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12950 | 2024.08.28 17:58:53.429078 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
12951 | 2024.08.28 17:58:53.429464 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12952 | 2024.08.28 17:58:53.429836 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12953 | 2024.08.28 17:58:53.429967 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Debug> executeQuery: Read 270 rows, 24.57 KiB in 0.001826 sec., 147864.18400876233 rows/sec., 13.14 MiB/sec. | ||
12954 | 2024.08.28 17:58:53.430136 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Debug> DynamicQueryHandler: Done processing query | ||
12955 | 2024.08.28 17:58:53.430168 [ 3 ] {b6456e16-56bb-4711-b591-ba95a10bee6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12956 | 2024.08.28 17:58:53.430185 [ 3 ] {} <Debug> HTTP-Session: c78c9f48-f1d3-4894-987e-c7225c904aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12957 | 2024.08.28 17:58:53.430352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12958 | 2024.08.28 17:58:53.430402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12959 | 2024.08.28 17:58:53.430422 [ 3 ] {} <Debug> HTTP-Session: 26e04a17-953e-4ed7-8225-7237ca6d4949 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12960 | 2024.08.28 17:58:53.430439 [ 3 ] {} <Debug> HTTP-Session: 26e04a17-953e-4ed7-8225-7237ca6d4949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12961 | 2024.08.28 17:58:53.430453 [ 3 ] {} <Debug> HTTP-Session: 26e04a17-953e-4ed7-8225-7237ca6d4949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12962 | 2024.08.28 17:58:53.430485 [ 3 ] {} <Trace> HTTP-Session: 26e04a17-953e-4ed7-8225-7237ca6d4949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12963 | 2024.08.28 17:58:53.430597 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12964 | 2024.08.28 17:58:53.430643 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12965 | 2024.08.28 17:58:53.430861 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12966 | 2024.08.28 17:58:53.431175 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12967 | 2024.08.28 17:58:53.431209 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
12968 | 2024.08.28 17:58:53.431537 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12969 | 2024.08.28 17:58:53.431960 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12970 | 2024.08.28 17:58:53.432089 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001524 sec., 27559.05511811024 rows/sec., 2.02 MiB/sec. | ||
12971 | 2024.08.28 17:58:53.432263 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Debug> DynamicQueryHandler: Done processing query | ||
12972 | 2024.08.28 17:58:53.432289 [ 3 ] {fa0065e8-5faa-42dd-8e67-be2fe95ff2f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12973 | 2024.08.28 17:58:53.432305 [ 3 ] {} <Debug> HTTP-Session: 26e04a17-953e-4ed7-8225-7237ca6d4949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12974 | 2024.08.28 17:58:53.432422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12975 | 2024.08.28 17:58:53.432472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12976 | 2024.08.28 17:58:53.432493 [ 3 ] {} <Debug> HTTP-Session: e62363e9-93d1-40f4-ba2e-ba358ce4c374 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12977 | 2024.08.28 17:58:53.432509 [ 3 ] {} <Debug> HTTP-Session: e62363e9-93d1-40f4-ba2e-ba358ce4c374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12978 | 2024.08.28 17:58:53.432523 [ 3 ] {} <Debug> HTTP-Session: e62363e9-93d1-40f4-ba2e-ba358ce4c374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12979 | 2024.08.28 17:58:53.432555 [ 3 ] {} <Trace> HTTP-Session: e62363e9-93d1-40f4-ba2e-ba358ce4c374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12980 | 2024.08.28 17:58:53.432655 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12981 | 2024.08.28 17:58:53.432699 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12982 | 2024.08.28 17:58:53.432932 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12983 | 2024.08.28 17:58:53.433258 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12984 | 2024.08.28 17:58:53.433296 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
12985 | 2024.08.28 17:58:53.433683 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12986 | 2024.08.28 17:58:53.434044 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12987 | 2024.08.28 17:58:53.434172 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001544 sec., 9067.357512953367 rows/sec., 635.02 KiB/sec. | ||
12988 | 2024.08.28 17:58:53.434177 [ 96 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12989 | 2024.08.28 17:58:53.434233 [ 96 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12990 | 2024.08.28 17:58:53.434265 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
12991 | 2024.08.28 17:58:53.434383 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Debug> DynamicQueryHandler: Done processing query | ||
12992 | 2024.08.28 17:58:53.434447 [ 3 ] {17895bb9-25a1-47ba-9436-a67da45b11d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12993 | 2024.08.28 17:58:53.434486 [ 3 ] {} <Debug> HTTP-Session: e62363e9-93d1-40f4-ba2e-ba358ce4c374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12994 | 2024.08.28 17:58:53.434505 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
12995 | 2024.08.28 17:58:53.434672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12996 | 2024.08.28 17:58:53.434791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12997 | 2024.08.28 17:58:53.434838 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12998 | 2024.08.28 17:58:53.434851 [ 3 ] {} <Debug> HTTP-Session: 35f2b8e4-8afb-4c10-a5dd-68115e859c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
12999 | 2024.08.28 17:58:53.434905 [ 3 ] {} <Debug> HTTP-Session: 35f2b8e4-8afb-4c10-a5dd-68115e859c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13000 | 2024.08.28 17:58:53.434911 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
13001 | 2024.08.28 17:58:53.434925 [ 3 ] {} <Debug> HTTP-Session: 35f2b8e4-8afb-4c10-a5dd-68115e859c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13002 | 2024.08.28 17:58:53.434988 [ 3 ] {} <Trace> HTTP-Session: 35f2b8e4-8afb-4c10-a5dd-68115e859c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13003 | 2024.08.28 17:58:53.435150 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
13004 | 2024.08.28 17:58:53.435322 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13005 | 2024.08.28 17:58:53.435438 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
13006 | 2024.08.28 17:58:53.435514 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13007 | 2024.08.28 17:58:53.435871 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
13008 | 2024.08.28 17:58:53.436176 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
13009 | 2024.08.28 17:58:53.436637 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
13010 | 2024.08.28 17:58:53.437083 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13011 | 2024.08.28 17:58:53.437973 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13012 | 2024.08.28 17:58:53.438033 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13013 | 2024.08.28 17:58:53.439119 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13014 | 2024.08.28 17:58:53.440100 [ 190 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005745448 sec., 94161.49967765786 rows/sec., 6.40 MiB/sec. | ||
13015 | 2024.08.28 17:58:53.440290 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13016 | 2024.08.28 17:58:53.440384 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13017 | 2024.08.28 17:58:53.440550 [ 96 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
13018 | 2024.08.28 17:58:53.440657 [ 96 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13019 | 2024.08.28 17:58:53.440678 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005495 sec., 1091.901728844404 rows/sec., 64.51 KiB/sec. | ||
13020 | 2024.08.28 17:58:53.440692 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13021 | 2024.08.28 17:58:53.441317 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
13022 | 2024.08.28 17:58:53.441694 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Debug> DynamicQueryHandler: Done processing query | ||
13023 | 2024.08.28 17:58:53.441839 [ 3 ] {ddd61c10-530a-49db-b77c-d6842dd0599c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13024 | 2024.08.28 17:58:53.441949 [ 3 ] {} <Debug> HTTP-Session: 35f2b8e4-8afb-4c10-a5dd-68115e859c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13025 | 2024.08.28 17:58:53.442391 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13026 | 2024.08.28 17:58:53.442408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 69459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13027 | 2024.08.28 17:58:53.442504 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
13028 | 2024.08.28 17:58:53.442590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13029 | 2024.08.28 17:58:53.442726 [ 3 ] {} <Debug> HTTP-Session: 6357808c-a15c-4b51-b49c-5af334279c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13030 | 2024.08.28 17:58:53.442881 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
13031 | 2024.08.28 17:58:53.442876 [ 3 ] {} <Debug> HTTP-Session: 6357808c-a15c-4b51-b49c-5af334279c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13032 | 2024.08.28 17:58:53.443027 [ 3 ] {} <Debug> HTTP-Session: 6357808c-a15c-4b51-b49c-5af334279c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13033 | 2024.08.28 17:58:53.443283 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13034 | 2024.08.28 17:58:53.443353 [ 3 ] {} <Trace> HTTP-Session: 6357808c-a15c-4b51-b49c-5af334279c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13035 | 2024.08.28 17:58:53.443392 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13036 | 2024.08.28 17:58:53.443720 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
13037 | 2024.08.28 17:58:53.443777 [ 194 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_31_6} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13038 | 2024.08.28 17:58:53.444151 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
13039 | 2024.08.28 17:58:53.444164 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
13040 | 2024.08.28 17:58:53.444287 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13041 | 2024.08.28 17:58:53.444609 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13042 | 2024.08.28 17:58:53.445672 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13043 | 2024.08.28 17:58:53.447200 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.006371012 sec., 4708.828048040092 rows/sec., 298.90 KiB/sec. | ||
13044 | 2024.08.28 17:58:53.447366 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13045 | 2024.08.28 17:58:53.447414 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
13046 | 2024.08.28 17:58:53.447424 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13047 | 2024.08.28 17:58:53.448605 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13048 | 2024.08.28 17:58:53.448976 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13049 | 2024.08.28 17:58:53.449241 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_29_7} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
13050 | 2024.08.28 17:58:53.449409 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13051 | 2024.08.28 17:58:53.449456 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13052 | 2024.08.28 17:58:53.449613 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Debug> executeQuery: Read 427 rows, 31.32 KiB in 0.005774 sec., 73952.19951506755 rows/sec., 5.30 MiB/sec. | ||
13053 | 2024.08.28 17:58:53.449842 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Debug> DynamicQueryHandler: Done processing query | ||
13054 | 2024.08.28 17:58:53.449868 [ 3 ] {b70c32d5-2b03-44a4-a1f0-3d10c218ec98} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13055 | 2024.08.28 17:58:53.449885 [ 3 ] {} <Debug> HTTP-Session: 6357808c-a15c-4b51-b49c-5af334279c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13056 | 2024.08.28 17:58:53.450046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13057 | 2024.08.28 17:58:53.450098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13058 | 2024.08.28 17:58:53.450117 [ 3 ] {} <Debug> HTTP-Session: bf895981-fd98-410f-b26c-00167eff47e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13059 | 2024.08.28 17:58:53.450135 [ 3 ] {} <Debug> HTTP-Session: bf895981-fd98-410f-b26c-00167eff47e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13060 | 2024.08.28 17:58:53.450149 [ 3 ] {} <Debug> HTTP-Session: bf895981-fd98-410f-b26c-00167eff47e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13061 | 2024.08.28 17:58:53.450182 [ 3 ] {} <Trace> HTTP-Session: bf895981-fd98-410f-b26c-00167eff47e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13062 | 2024.08.28 17:58:53.450285 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13063 | 2024.08.28 17:58:53.450334 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13064 | 2024.08.28 17:58:53.450474 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13065 | 2024.08.28 17:58:53.450790 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13066 | 2024.08.28 17:58:53.450826 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13067 | 2024.08.28 17:58:53.451205 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13068 | 2024.08.28 17:58:53.451542 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13069 | 2024.08.28 17:58:53.451674 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
13070 | 2024.08.28 17:58:53.451967 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Debug> DynamicQueryHandler: Done processing query | ||
13071 | 2024.08.28 17:58:53.452021 [ 3 ] {f4fba413-b748-4f67-9381-5573041b1fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13072 | 2024.08.28 17:58:53.452055 [ 3 ] {} <Debug> HTTP-Session: bf895981-fd98-410f-b26c-00167eff47e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13073 | 2024.08.28 17:58:53.452227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13074 | 2024.08.28 17:58:53.452275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13075 | 2024.08.28 17:58:53.452294 [ 3 ] {} <Debug> HTTP-Session: e62a375a-4b45-42df-9423-bc32c67a4382 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13076 | 2024.08.28 17:58:53.452311 [ 3 ] {} <Debug> HTTP-Session: e62a375a-4b45-42df-9423-bc32c67a4382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13077 | 2024.08.28 17:58:53.452325 [ 3 ] {} <Debug> HTTP-Session: e62a375a-4b45-42df-9423-bc32c67a4382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13078 | 2024.08.28 17:58:53.452356 [ 3 ] {} <Trace> HTTP-Session: e62a375a-4b45-42df-9423-bc32c67a4382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13079 | 2024.08.28 17:58:53.452565 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13080 | 2024.08.28 17:58:53.452614 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13081 | 2024.08.28 17:58:53.452819 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13082 | 2024.08.28 17:58:53.453276 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13083 | 2024.08.28 17:58:53.453311 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13084 | 2024.08.28 17:58:53.453737 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13085 | 2024.08.28 17:58:53.454088 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13086 | 2024.08.28 17:58:53.454212 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13087 | 2024.08.28 17:58:53.454216 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001771 sec., 134387.35177865613 rows/sec., 9.01 MiB/sec. | ||
13088 | 2024.08.28 17:58:53.454248 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13089 | 2024.08.28 17:58:53.454284 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13090 | 2024.08.28 17:58:53.454547 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Debug> DynamicQueryHandler: Done processing query | ||
13091 | 2024.08.28 17:58:53.454568 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13092 | 2024.08.28 17:58:53.454581 [ 3 ] {f7b5a0e3-72a6-4722-99d4-0c577021bd7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13093 | 2024.08.28 17:58:53.454672 [ 3 ] {} <Debug> HTTP-Session: e62a375a-4b45-42df-9423-bc32c67a4382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13094 | 2024.08.28 17:58:53.454978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13095 | 2024.08.28 17:58:53.455148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13096 | 2024.08.28 17:58:53.455240 [ 3 ] {} <Debug> HTTP-Session: 70875d83-c470-4e04-b835-a7abfa6dce4d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13097 | 2024.08.28 17:58:53.455331 [ 3 ] {} <Debug> HTTP-Session: 70875d83-c470-4e04-b835-a7abfa6dce4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13098 | 2024.08.28 17:58:53.455394 [ 3 ] {} <Debug> HTTP-Session: 70875d83-c470-4e04-b835-a7abfa6dce4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13099 | 2024.08.28 17:58:53.455556 [ 3 ] {} <Trace> HTTP-Session: 70875d83-c470-4e04-b835-a7abfa6dce4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13100 | 2024.08.28 17:58:53.455780 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13101 | 2024.08.28 17:58:53.455890 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13102 | 2024.08.28 17:58:53.455926 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19303 rows starting from the beginning of the part | ||
13103 | 2024.08.28 17:58:53.456004 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13104 | 2024.08.28 17:58:53.456284 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part | ||
13105 | 2024.08.28 17:58:53.456763 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
13106 | 2024.08.28 17:58:53.457114 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
13107 | 2024.08.28 17:58:53.457214 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13108 | 2024.08.28 17:58:53.457391 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
13109 | 2024.08.28 17:58:53.457721 [ 195 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 238 rows starting from the beginning of the part | ||
13110 | 2024.08.28 17:58:53.458288 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13111 | 2024.08.28 17:58:53.458340 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13112 | 2024.08.28 17:58:53.459001 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13113 | 2024.08.28 17:58:53.459511 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13114 | 2024.08.28 17:58:53.459761 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003979 sec., 251.31942699170648 rows/sec., 16.93 KiB/sec. | ||
13115 | 2024.08.28 17:58:53.460145 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Debug> DynamicQueryHandler: Done processing query | ||
13116 | 2024.08.28 17:58:53.460186 [ 3 ] {6cf000d9-6c73-41d8-8dea-6964dce63bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13117 | 2024.08.28 17:58:53.460221 [ 3 ] {} <Debug> HTTP-Session: 70875d83-c470-4e04-b835-a7abfa6dce4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13118 | 2024.08.28 17:58:53.460500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 65808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13119 | 2024.08.28 17:58:53.460587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13120 | 2024.08.28 17:58:53.460616 [ 3 ] {} <Debug> HTTP-Session: 8b542377-c72c-4df2-93b9-b234c5edee85 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13121 | 2024.08.28 17:58:53.460634 [ 3 ] {} <Debug> HTTP-Session: 8b542377-c72c-4df2-93b9-b234c5edee85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13122 | 2024.08.28 17:58:53.460656 [ 3 ] {} <Debug> HTTP-Session: 8b542377-c72c-4df2-93b9-b234c5edee85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13123 | 2024.08.28 17:58:53.460697 [ 3 ] {} <Trace> HTTP-Session: 8b542377-c72c-4df2-93b9-b234c5edee85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13124 | 2024.08.28 17:58:53.461260 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13125 | 2024.08.28 17:58:53.461447 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13126 | 2024.08.28 17:58:53.462267 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13127 | 2024.08.28 17:58:53.463109 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13128 | 2024.08.28 17:58:53.463146 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13129 | 2024.08.28 17:58:53.464235 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
13130 | 2024.08.28 17:58:53.464578 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20131 rows, containing 5 columns (5 merged, 0 gathered) in 0.010178367 sec., 1977822.17913738 rows/sec., 133.44 MiB/sec. | ||
13131 | 2024.08.28 17:58:53.464921 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13132 | 2024.08.28 17:58:53.465027 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13133 | 2024.08.28 17:58:53.465208 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004396 sec., 9099.181073703367 rows/sec., 16.31 MiB/sec. | ||
13134 | 2024.08.28 17:58:53.465590 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Debug> DynamicQueryHandler: Done processing query | ||
13135 | 2024.08.28 17:58:53.465617 [ 3 ] {0a491d98-e34c-4692-8944-d628bcdb94a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
13136 | 2024.08.28 17:58:53.465639 [ 3 ] {} <Debug> HTTP-Session: 8b542377-c72c-4df2-93b9-b234c5edee85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13137 | 2024.08.28 17:58:53.465749 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13138 | 2024.08.28 17:58:53.465787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13139 | 2024.08.28 17:58:53.465842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13140 | 2024.08.28 17:58:53.465863 [ 196 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13141 | 2024.08.28 17:58:53.465870 [ 3 ] {} <Debug> HTTP-Session: 7f04f48c-1908-473e-becc-102078ad9bc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13142 | 2024.08.28 17:58:53.465895 [ 3 ] {} <Debug> HTTP-Session: 7f04f48c-1908-473e-becc-102078ad9bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13143 | 2024.08.28 17:58:53.465913 [ 3 ] {} <Debug> HTTP-Session: 7f04f48c-1908-473e-becc-102078ad9bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13144 | 2024.08.28 17:58:53.465969 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
13145 | 2024.08.28 17:58:53.465975 [ 3 ] {} <Trace> HTTP-Session: 7f04f48c-1908-473e-becc-102078ad9bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13146 | 2024.08.28 17:58:53.466105 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13147 | 2024.08.28 17:58:53.466151 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13148 | 2024.08.28 17:58:53.466282 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13149 | 2024.08.28 17:58:53.466573 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13150 | 2024.08.28 17:58:53.466608 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13151 | 2024.08.28 17:58:53.466976 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
13152 | 2024.08.28 17:58:53.467311 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13153 | 2024.08.28 17:58:53.467457 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001368 sec., 2192.9824561403507 rows/sec., 175.61 KiB/sec. | ||
13154 | 2024.08.28 17:58:53.467870 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Debug> DynamicQueryHandler: Done processing query | ||
13155 | 2024.08.28 17:58:53.467895 [ 3 ] {06c490d8-23fa-4eb4-8c80-f845315da932} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13156 | 2024.08.28 17:58:53.467911 [ 3 ] {} <Debug> HTTP-Session: 7f04f48c-1908-473e-becc-102078ad9bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13157 | 2024.08.28 17:58:53.468048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13158 | 2024.08.28 17:58:53.468095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13159 | 2024.08.28 17:58:53.468113 [ 3 ] {} <Debug> HTTP-Session: 62ae1b11-a2f6-4e14-bf70-df3fdd4f334f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13160 | 2024.08.28 17:58:53.468130 [ 3 ] {} <Debug> HTTP-Session: 62ae1b11-a2f6-4e14-bf70-df3fdd4f334f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13161 | 2024.08.28 17:58:53.468145 [ 3 ] {} <Debug> HTTP-Session: 62ae1b11-a2f6-4e14-bf70-df3fdd4f334f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13162 | 2024.08.28 17:58:53.468176 [ 3 ] {} <Trace> HTTP-Session: 62ae1b11-a2f6-4e14-bf70-df3fdd4f334f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13163 | 2024.08.28 17:58:53.468300 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13164 | 2024.08.28 17:58:53.468345 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13165 | 2024.08.28 17:58:53.468483 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13166 | 2024.08.28 17:58:53.468794 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13167 | 2024.08.28 17:58:53.468829 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13168 | 2024.08.28 17:58:53.469198 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13169 | 2024.08.28 17:58:53.469530 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13170 | 2024.08.28 17:58:53.469681 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
13171 | 2024.08.28 17:58:53.469879 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Debug> DynamicQueryHandler: Done processing query | ||
13172 | 2024.08.28 17:58:53.469914 [ 3 ] {578d44f6-7487-4ce6-a0b4-d0473aef77f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13173 | 2024.08.28 17:58:53.469946 [ 3 ] {} <Debug> HTTP-Session: 62ae1b11-a2f6-4e14-bf70-df3fdd4f334f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13174 | 2024.08.28 17:58:58.415636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13175 | 2024.08.28 17:58:58.415774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13176 | 2024.08.28 17:58:58.415803 [ 3 ] {} <Debug> HTTP-Session: f5810295-39b7-43d7-aa6f-8d6623b53405 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13177 | 2024.08.28 17:58:58.415832 [ 3 ] {} <Debug> HTTP-Session: f5810295-39b7-43d7-aa6f-8d6623b53405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13178 | 2024.08.28 17:58:58.415850 [ 3 ] {} <Debug> HTTP-Session: f5810295-39b7-43d7-aa6f-8d6623b53405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13179 | 2024.08.28 17:58:58.415910 [ 3 ] {} <Trace> HTTP-Session: f5810295-39b7-43d7-aa6f-8d6623b53405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13180 | 2024.08.28 17:58:58.416260 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13181 | 2024.08.28 17:58:58.416330 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13182 | 2024.08.28 17:58:58.416669 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13183 | 2024.08.28 17:58:58.417132 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13184 | 2024.08.28 17:58:58.417173 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13185 | 2024.08.28 17:58:58.417593 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13186 | 2024.08.28 17:58:58.417994 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13187 | 2024.08.28 17:58:58.418165 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.001973 sec., 29396.857577293464 rows/sec., 2.28 MiB/sec. | ||
13188 | 2024.08.28 17:58:58.418357 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Debug> DynamicQueryHandler: Done processing query | ||
13189 | 2024.08.28 17:58:58.418383 [ 3 ] {e93c8cbd-d114-4928-8fe6-3d2fa0305d4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13190 | 2024.08.28 17:58:58.418400 [ 3 ] {} <Debug> HTTP-Session: f5810295-39b7-43d7-aa6f-8d6623b53405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13191 | 2024.08.28 17:58:58.418580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13192 | 2024.08.28 17:58:58.418628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13193 | 2024.08.28 17:58:58.418646 [ 3 ] {} <Debug> HTTP-Session: c5801d54-3884-459f-80ec-91b9121e5d17 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13194 | 2024.08.28 17:58:58.418662 [ 3 ] {} <Debug> HTTP-Session: c5801d54-3884-459f-80ec-91b9121e5d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13195 | 2024.08.28 17:58:58.418676 [ 3 ] {} <Debug> HTTP-Session: c5801d54-3884-459f-80ec-91b9121e5d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13196 | 2024.08.28 17:58:58.418708 [ 3 ] {} <Trace> HTTP-Session: c5801d54-3884-459f-80ec-91b9121e5d17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13197 | 2024.08.28 17:58:58.418804 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13198 | 2024.08.28 17:58:58.418846 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13199 | 2024.08.28 17:58:58.419069 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13200 | 2024.08.28 17:58:58.419359 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13201 | 2024.08.28 17:58:58.419398 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13202 | 2024.08.28 17:58:58.419760 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13203 | 2024.08.28 17:58:58.420131 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13204 | 2024.08.28 17:58:58.420279 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 50.20 KiB/sec. | ||
13205 | 2024.08.28 17:58:58.420503 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Debug> DynamicQueryHandler: Done processing query | ||
13206 | 2024.08.28 17:58:58.420541 [ 3 ] {0250c37b-f4f5-4d6b-bfd9-e6ee222857ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13207 | 2024.08.28 17:58:58.420574 [ 3 ] {} <Debug> HTTP-Session: c5801d54-3884-459f-80ec-91b9121e5d17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13208 | 2024.08.28 17:58:58.420729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13209 | 2024.08.28 17:58:58.420779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13210 | 2024.08.28 17:58:58.420799 [ 3 ] {} <Debug> HTTP-Session: c468ff3d-a22f-4c69-90ea-d4a5b7b660ef Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13211 | 2024.08.28 17:58:58.420817 [ 3 ] {} <Debug> HTTP-Session: c468ff3d-a22f-4c69-90ea-d4a5b7b660ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13212 | 2024.08.28 17:58:58.420832 [ 3 ] {} <Debug> HTTP-Session: c468ff3d-a22f-4c69-90ea-d4a5b7b660ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13213 | 2024.08.28 17:58:58.420863 [ 3 ] {} <Trace> HTTP-Session: c468ff3d-a22f-4c69-90ea-d4a5b7b660ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13214 | 2024.08.28 17:58:58.420979 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13215 | 2024.08.28 17:58:58.421023 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13216 | 2024.08.28 17:58:58.421265 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13217 | 2024.08.28 17:58:58.421589 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13218 | 2024.08.28 17:58:58.421625 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13219 | 2024.08.28 17:58:58.421967 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13220 | 2024.08.28 17:58:58.422313 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13221 | 2024.08.28 17:58:58.422460 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00157 sec., 41401.27388535032 rows/sec., 3.23 MiB/sec. | ||
13222 | 2024.08.28 17:58:58.422620 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Debug> DynamicQueryHandler: Done processing query | ||
13223 | 2024.08.28 17:58:58.422643 [ 3 ] {2b037719-b8db-4514-8885-a782c103377c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13224 | 2024.08.28 17:58:58.422732 [ 3 ] {} <Debug> HTTP-Session: c468ff3d-a22f-4c69-90ea-d4a5b7b660ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13225 | 2024.08.28 17:58:58.422932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13226 | 2024.08.28 17:58:58.422979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13227 | 2024.08.28 17:58:58.422997 [ 3 ] {} <Debug> HTTP-Session: fadf2d02-e494-43f3-aad0-875c44960875 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13228 | 2024.08.28 17:58:58.423014 [ 3 ] {} <Debug> HTTP-Session: fadf2d02-e494-43f3-aad0-875c44960875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13229 | 2024.08.28 17:58:58.423028 [ 3 ] {} <Debug> HTTP-Session: fadf2d02-e494-43f3-aad0-875c44960875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13230 | 2024.08.28 17:58:58.423058 [ 3 ] {} <Trace> HTTP-Session: fadf2d02-e494-43f3-aad0-875c44960875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13231 | 2024.08.28 17:58:58.423202 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13232 | 2024.08.28 17:58:58.423249 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13233 | 2024.08.28 17:58:58.423393 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13234 | 2024.08.28 17:58:58.423746 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13235 | 2024.08.28 17:58:58.423782 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13236 | 2024.08.28 17:58:58.424185 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13237 | 2024.08.28 17:58:58.424536 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13238 | 2024.08.28 17:58:58.424693 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
13239 | 2024.08.28 17:58:58.424951 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Debug> DynamicQueryHandler: Done processing query | ||
13240 | 2024.08.28 17:58:58.425012 [ 3 ] {c2f2784e-b5dd-490c-8f7e-63404a575743} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13241 | 2024.08.28 17:58:58.425068 [ 3 ] {} <Debug> HTTP-Session: fadf2d02-e494-43f3-aad0-875c44960875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13242 | 2024.08.28 17:58:58.425228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13243 | 2024.08.28 17:58:58.425279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13244 | 2024.08.28 17:58:58.425298 [ 3 ] {} <Debug> HTTP-Session: d8e064ae-6af8-4358-8aef-22ddce741a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13245 | 2024.08.28 17:58:58.425315 [ 3 ] {} <Debug> HTTP-Session: d8e064ae-6af8-4358-8aef-22ddce741a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13246 | 2024.08.28 17:58:58.425330 [ 3 ] {} <Debug> HTTP-Session: d8e064ae-6af8-4358-8aef-22ddce741a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13247 | 2024.08.28 17:58:58.425362 [ 3 ] {} <Trace> HTTP-Session: d8e064ae-6af8-4358-8aef-22ddce741a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13248 | 2024.08.28 17:58:58.425475 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13249 | 2024.08.28 17:58:58.425543 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13250 | 2024.08.28 17:58:58.425975 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13251 | 2024.08.28 17:58:58.426367 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13252 | 2024.08.28 17:58:58.426403 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13253 | 2024.08.28 17:58:58.426971 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13254 | 2024.08.28 17:58:58.427380 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13255 | 2024.08.28 17:58:58.427578 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002139 sec., 467.5081813931744 rows/sec., 857.86 KiB/sec. | ||
13256 | 2024.08.28 17:58:58.427778 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Debug> DynamicQueryHandler: Done processing query | ||
13257 | 2024.08.28 17:58:58.427803 [ 3 ] {06bbd330-29db-48be-9923-0dd0fe2879e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13258 | 2024.08.28 17:58:58.427819 [ 3 ] {} <Debug> HTTP-Session: d8e064ae-6af8-4358-8aef-22ddce741a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13259 | 2024.08.28 17:58:58.427950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13260 | 2024.08.28 17:58:58.427996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13261 | 2024.08.28 17:58:58.428016 [ 3 ] {} <Debug> HTTP-Session: 22c82685-7a02-4874-bb70-ebc552be8250 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13262 | 2024.08.28 17:58:58.428032 [ 3 ] {} <Debug> HTTP-Session: 22c82685-7a02-4874-bb70-ebc552be8250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13263 | 2024.08.28 17:58:58.428047 [ 3 ] {} <Debug> HTTP-Session: 22c82685-7a02-4874-bb70-ebc552be8250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13264 | 2024.08.28 17:58:58.428077 [ 3 ] {} <Trace> HTTP-Session: 22c82685-7a02-4874-bb70-ebc552be8250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13265 | 2024.08.28 17:58:58.428189 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13266 | 2024.08.28 17:58:58.428233 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13267 | 2024.08.28 17:58:58.428358 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13268 | 2024.08.28 17:58:58.428615 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13269 | 2024.08.28 17:58:58.428651 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13270 | 2024.08.28 17:58:58.429015 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13271 | 2024.08.28 17:58:58.429342 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13272 | 2024.08.28 17:58:58.429496 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
13273 | 2024.08.28 17:58:58.429502 [ 85 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13274 | 2024.08.28 17:58:58.429625 [ 85 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13275 | 2024.08.28 17:58:58.429663 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13276 | 2024.08.28 17:58:58.429736 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Debug> DynamicQueryHandler: Done processing query | ||
13277 | 2024.08.28 17:58:58.429792 [ 3 ] {cf540526-9fdf-4d01-a523-4ca780490a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13278 | 2024.08.28 17:58:58.429859 [ 3 ] {} <Debug> HTTP-Session: 22c82685-7a02-4874-bb70-ebc552be8250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13279 | 2024.08.28 17:58:58.429934 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13280 | 2024.08.28 17:58:58.430104 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13281 | 2024.08.28 17:58:58.430142 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3716 rows starting from the beginning of the part | ||
13282 | 2024.08.28 17:58:58.430221 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
13283 | 2024.08.28 17:58:58.430311 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
13284 | 2024.08.28 17:58:58.430494 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
13285 | 2024.08.28 17:58:58.430721 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
13286 | 2024.08.28 17:58:58.430936 [ 187 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
13287 | 2024.08.28 17:58:58.432403 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4060 rows, containing 4 columns (4 merged, 0 gathered) in 0.002636318 sec., 1540026.6583925006 rows/sec., 100.40 MiB/sec. | ||
13288 | 2024.08.28 17:58:58.432747 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13289 | 2024.08.28 17:58:58.433182 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13290 | 2024.08.28 17:58:58.433262 [ 192 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_71_14} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13291 | 2024.08.28 17:58:58.433349 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
13292 | 2024.08.28 17:59:02.633207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13293 | 2024.08.28 17:59:02.633349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13294 | 2024.08.28 17:59:02.633380 [ 3 ] {} <Debug> HTTP-Session: 4af02416-01a3-4e7b-9a5f-ada69ff44490 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13295 | 2024.08.28 17:59:02.633409 [ 3 ] {} <Debug> HTTP-Session: 4af02416-01a3-4e7b-9a5f-ada69ff44490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13296 | 2024.08.28 17:59:02.633428 [ 3 ] {} <Debug> HTTP-Session: 4af02416-01a3-4e7b-9a5f-ada69ff44490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13297 | 2024.08.28 17:59:02.633484 [ 3 ] {} <Trace> HTTP-Session: 4af02416-01a3-4e7b-9a5f-ada69ff44490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13298 | 2024.08.28 17:59:02.633682 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13299 | 2024.08.28 17:59:02.633757 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13300 | 2024.08.28 17:59:02.634152 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13301 | 2024.08.28 17:59:02.634558 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13302 | 2024.08.28 17:59:02.634598 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13303 | 2024.08.28 17:59:02.635012 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
13304 | 2024.08.28 17:59:02.635409 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13305 | 2024.08.28 17:59:02.635558 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001936 sec., 1033.0578512396694 rows/sec., 84.24 KiB/sec. | ||
13306 | 2024.08.28 17:59:02.635771 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Debug> DynamicQueryHandler: Done processing query | ||
13307 | 2024.08.28 17:59:02.635798 [ 3 ] {6652cc1d-156b-4774-8a65-91e299d5b886} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13308 | 2024.08.28 17:59:02.635815 [ 3 ] {} <Debug> HTTP-Session: 4af02416-01a3-4e7b-9a5f-ada69ff44490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13309 | 2024.08.28 17:59:02.636194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 208573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13310 | 2024.08.28 17:59:02.636249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13311 | 2024.08.28 17:59:02.636269 [ 3 ] {} <Debug> HTTP-Session: 415e9463-7036-430e-acdc-f67a39d702c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13312 | 2024.08.28 17:59:02.636288 [ 3 ] {} <Debug> HTTP-Session: 415e9463-7036-430e-acdc-f67a39d702c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13313 | 2024.08.28 17:59:02.636302 [ 3 ] {} <Debug> HTTP-Session: 415e9463-7036-430e-acdc-f67a39d702c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13314 | 2024.08.28 17:59:02.636338 [ 3 ] {} <Trace> HTTP-Session: 415e9463-7036-430e-acdc-f67a39d702c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13315 | 2024.08.28 17:59:02.636827 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13316 | 2024.08.28 17:59:02.636877 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13317 | 2024.08.28 17:59:02.637116 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13318 | 2024.08.28 17:59:02.638267 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13319 | 2024.08.28 17:59:02.638304 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13320 | 2024.08.28 17:59:02.638781 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13321 | 2024.08.28 17:59:02.639188 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13322 | 2024.08.28 17:59:02.639320 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Debug> executeQuery: Read 1424 rows, 122.45 KiB in 0.002842 sec., 501055.5946516538 rows/sec., 42.08 MiB/sec. | ||
13323 | 2024.08.28 17:59:02.639481 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Debug> DynamicQueryHandler: Done processing query | ||
13324 | 2024.08.28 17:59:02.639506 [ 3 ] {51e3d47a-5c2f-434a-9d8a-06029ab83904} <Debug> MemoryTracker: Peak memory usage (for query): 5.01 MiB. | ||
13325 | 2024.08.28 17:59:02.639522 [ 3 ] {} <Debug> HTTP-Session: 415e9463-7036-430e-acdc-f67a39d702c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13326 | 2024.08.28 17:59:02.639948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13327 | 2024.08.28 17:59:02.639998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13328 | 2024.08.28 17:59:02.640018 [ 3 ] {} <Debug> HTTP-Session: a21127d5-5dfd-4a4e-a413-a32cf313251a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13329 | 2024.08.28 17:59:02.640035 [ 3 ] {} <Debug> HTTP-Session: a21127d5-5dfd-4a4e-a413-a32cf313251a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13330 | 2024.08.28 17:59:02.640049 [ 3 ] {} <Debug> HTTP-Session: a21127d5-5dfd-4a4e-a413-a32cf313251a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13331 | 2024.08.28 17:59:02.640082 [ 3 ] {} <Trace> HTTP-Session: a21127d5-5dfd-4a4e-a413-a32cf313251a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13332 | 2024.08.28 17:59:02.640195 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13333 | 2024.08.28 17:59:02.640240 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13334 | 2024.08.28 17:59:02.640467 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13335 | 2024.08.28 17:59:02.640762 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13336 | 2024.08.28 17:59:02.640798 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13337 | 2024.08.28 17:59:02.641147 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13338 | 2024.08.28 17:59:02.641501 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13339 | 2024.08.28 17:59:02.641624 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Debug> executeQuery: Read 49 rows, 3.67 KiB in 0.001466 sec., 33424.283765347885 rows/sec., 2.45 MiB/sec. | ||
13340 | 2024.08.28 17:59:02.641630 [ 80 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13341 | 2024.08.28 17:59:02.641692 [ 80 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13342 | 2024.08.28 17:59:02.641727 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13343 | 2024.08.28 17:59:02.641814 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Debug> DynamicQueryHandler: Done processing query | ||
13344 | 2024.08.28 17:59:02.641839 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
13345 | 2024.08.28 17:59:02.641843 [ 3 ] {f9fdc1d3-51e4-411d-b418-2f76193642ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13346 | 2024.08.28 17:59:02.641880 [ 3 ] {} <Debug> HTTP-Session: a21127d5-5dfd-4a4e-a413-a32cf313251a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13347 | 2024.08.28 17:59:02.641968 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13348 | 2024.08.28 17:59:02.641999 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 55 rows starting from the beginning of the part | ||
13349 | 2024.08.28 17:59:02.642074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13350 | 2024.08.28 17:59:02.642082 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
13351 | 2024.08.28 17:59:02.642202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13352 | 2024.08.28 17:59:02.642270 [ 3 ] {} <Debug> HTTP-Session: 23d9a862-10c2-49ac-a986-d0ffe4c2165c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13353 | 2024.08.28 17:59:02.642408 [ 3 ] {} <Debug> HTTP-Session: 23d9a862-10c2-49ac-a986-d0ffe4c2165c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13354 | 2024.08.28 17:59:02.642516 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
13355 | 2024.08.28 17:59:02.642531 [ 3 ] {} <Debug> HTTP-Session: 23d9a862-10c2-49ac-a986-d0ffe4c2165c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13356 | 2024.08.28 17:59:02.642750 [ 3 ] {} <Trace> HTTP-Session: 23d9a862-10c2-49ac-a986-d0ffe4c2165c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13357 | 2024.08.28 17:59:02.642958 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part | ||
13358 | 2024.08.28 17:59:02.643302 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13359 | 2024.08.28 17:59:02.643343 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
13360 | 2024.08.28 17:59:02.643450 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13361 | 2024.08.28 17:59:02.643706 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 49 rows starting from the beginning of the part | ||
13362 | 2024.08.28 17:59:02.644483 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13363 | 2024.08.28 17:59:02.645230 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13364 | 2024.08.28 17:59:02.645276 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13365 | 2024.08.28 17:59:02.645628 [ 192 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.003841395 sec., 47899.26576152674 rows/sec., 3.67 MiB/sec. | ||
13366 | 2024.08.28 17:59:02.645768 [ 192 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13367 | 2024.08.28 17:59:02.645867 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13368 | 2024.08.28 17:59:02.646362 [ 192 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13369 | 2024.08.28 17:59:02.646452 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13370 | 2024.08.28 17:59:02.646467 [ 192 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_66_13} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13371 | 2024.08.28 17:59:02.646553 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
13372 | 2024.08.28 17:59:02.646641 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003578 sec., 67635.55058692007 rows/sec., 4.58 MiB/sec. | ||
13373 | 2024.08.28 17:59:02.647062 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Debug> DynamicQueryHandler: Done processing query | ||
13374 | 2024.08.28 17:59:02.647092 [ 3 ] {d9c053c5-25f4-4930-8722-2f3d14519504} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13375 | 2024.08.28 17:59:02.647110 [ 3 ] {} <Debug> HTTP-Session: 23d9a862-10c2-49ac-a986-d0ffe4c2165c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13376 | 2024.08.28 17:59:02.647305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13377 | 2024.08.28 17:59:02.647355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13378 | 2024.08.28 17:59:02.647375 [ 3 ] {} <Debug> HTTP-Session: f1fffbd0-1a0e-4fc0-af75-7c57002a38be Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13379 | 2024.08.28 17:59:02.647391 [ 3 ] {} <Debug> HTTP-Session: f1fffbd0-1a0e-4fc0-af75-7c57002a38be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13380 | 2024.08.28 17:59:02.647405 [ 3 ] {} <Debug> HTTP-Session: f1fffbd0-1a0e-4fc0-af75-7c57002a38be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13381 | 2024.08.28 17:59:02.647436 [ 3 ] {} <Trace> HTTP-Session: f1fffbd0-1a0e-4fc0-af75-7c57002a38be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13382 | 2024.08.28 17:59:02.647538 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13383 | 2024.08.28 17:59:02.647582 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13384 | 2024.08.28 17:59:02.647829 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13385 | 2024.08.28 17:59:02.648142 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13386 | 2024.08.28 17:59:02.648177 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13387 | 2024.08.28 17:59:02.648536 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13388 | 2024.08.28 17:59:02.648933 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13389 | 2024.08.28 17:59:02.649073 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 226.95 KiB/sec. | ||
13390 | 2024.08.28 17:59:02.649229 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Debug> DynamicQueryHandler: Done processing query | ||
13391 | 2024.08.28 17:59:02.649253 [ 3 ] {1c03cf5e-b5f1-43ba-8329-918310394c4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13392 | 2024.08.28 17:59:02.649268 [ 3 ] {} <Debug> HTTP-Session: f1fffbd0-1a0e-4fc0-af75-7c57002a38be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13393 | 2024.08.28 17:59:02.649516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 146581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13394 | 2024.08.28 17:59:02.649562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13395 | 2024.08.28 17:59:02.649581 [ 3 ] {} <Debug> HTTP-Session: 1b4470f8-7ac5-4a0e-8d2a-d3788f9533d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13396 | 2024.08.28 17:59:02.649597 [ 3 ] {} <Debug> HTTP-Session: 1b4470f8-7ac5-4a0e-8d2a-d3788f9533d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13397 | 2024.08.28 17:59:02.649611 [ 3 ] {} <Debug> HTTP-Session: 1b4470f8-7ac5-4a0e-8d2a-d3788f9533d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13398 | 2024.08.28 17:59:02.649641 [ 3 ] {} <Trace> HTTP-Session: 1b4470f8-7ac5-4a0e-8d2a-d3788f9533d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13399 | 2024.08.28 17:59:02.649955 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13400 | 2024.08.28 17:59:02.649998 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13401 | 2024.08.28 17:59:02.650219 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13402 | 2024.08.28 17:59:02.650962 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13403 | 2024.08.28 17:59:02.650999 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13404 | 2024.08.28 17:59:02.651397 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13405 | 2024.08.28 17:59:02.651774 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13406 | 2024.08.28 17:59:02.651910 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Debug> executeQuery: Read 896 rows, 66.62 KiB in 0.002156 sec., 415584.4155844156 rows/sec., 30.18 MiB/sec. | ||
13407 | 2024.08.28 17:59:02.652192 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Debug> DynamicQueryHandler: Done processing query | ||
13408 | 2024.08.28 17:59:02.652250 [ 3 ] {47f0f411-9fc6-4fae-b974-83fd1616cb0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.75 MiB. | ||
13409 | 2024.08.28 17:59:02.652312 [ 3 ] {} <Debug> HTTP-Session: 1b4470f8-7ac5-4a0e-8d2a-d3788f9533d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13410 | 2024.08.28 17:59:02.652661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13411 | 2024.08.28 17:59:02.652714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13412 | 2024.08.28 17:59:02.652733 [ 3 ] {} <Debug> HTTP-Session: e66a3355-a507-4608-b7e0-6fcf2d93ec07 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13413 | 2024.08.28 17:59:02.652751 [ 3 ] {} <Debug> HTTP-Session: e66a3355-a507-4608-b7e0-6fcf2d93ec07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13414 | 2024.08.28 17:59:02.652766 [ 3 ] {} <Debug> HTTP-Session: e66a3355-a507-4608-b7e0-6fcf2d93ec07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13415 | 2024.08.28 17:59:02.652797 [ 3 ] {} <Trace> HTTP-Session: e66a3355-a507-4608-b7e0-6fcf2d93ec07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13416 | 2024.08.28 17:59:02.652899 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13417 | 2024.08.28 17:59:02.652947 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13418 | 2024.08.28 17:59:02.653098 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13419 | 2024.08.28 17:59:02.653359 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13420 | 2024.08.28 17:59:02.653394 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13421 | 2024.08.28 17:59:02.653758 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13422 | 2024.08.28 17:59:02.654100 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13423 | 2024.08.28 17:59:02.654228 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 231.18 KiB/sec. | ||
13424 | 2024.08.28 17:59:02.654230 [ 80 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
13425 | 2024.08.28 17:59:02.654293 [ 80 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13426 | 2024.08.28 17:59:02.654326 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13427 | 2024.08.28 17:59:02.654408 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Debug> DynamicQueryHandler: Done processing query | ||
13428 | 2024.08.28 17:59:02.654420 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
13429 | 2024.08.28 17:59:02.654435 [ 3 ] {5eeca627-1d9d-40b9-ae5c-feab5eb9d659} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13430 | 2024.08.28 17:59:02.654459 [ 3 ] {} <Debug> HTTP-Session: e66a3355-a507-4608-b7e0-6fcf2d93ec07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13431 | 2024.08.28 17:59:02.654550 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13432 | 2024.08.28 17:59:02.654579 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part | ||
13433 | 2024.08.28 17:59:02.654636 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
13434 | 2024.08.28 17:59:02.654816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13435 | 2024.08.28 17:59:02.654923 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13436 | 2024.08.28 17:59:02.654990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13437 | 2024.08.28 17:59:02.655090 [ 3 ] {} <Debug> HTTP-Session: abd68b5c-5aec-467c-a6f1-d8edcf22fffe Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13438 | 2024.08.28 17:59:02.655208 [ 3 ] {} <Debug> HTTP-Session: abd68b5c-5aec-467c-a6f1-d8edcf22fffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13439 | 2024.08.28 17:59:02.655311 [ 3 ] {} <Debug> HTTP-Session: abd68b5c-5aec-467c-a6f1-d8edcf22fffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13440 | 2024.08.28 17:59:02.655327 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
13441 | 2024.08.28 17:59:02.655444 [ 3 ] {} <Trace> HTTP-Session: abd68b5c-5aec-467c-a6f1-d8edcf22fffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13442 | 2024.08.28 17:59:02.655653 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
13443 | 2024.08.28 17:59:02.655841 [ 196 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13444 | 2024.08.28 17:59:02.656107 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13445 | 2024.08.28 17:59:02.656213 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13446 | 2024.08.28 17:59:02.656447 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13447 | 2024.08.28 17:59:02.657244 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.002857374 sec., 62994.90371228967 rows/sec., 3.21 MiB/sec. | ||
13448 | 2024.08.28 17:59:02.657420 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13449 | 2024.08.28 17:59:02.657480 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13450 | 2024.08.28 17:59:02.657493 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
13451 | 2024.08.28 17:59:02.658505 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13452 | 2024.08.28 17:59:02.658540 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13453 | 2024.08.28 17:59:02.658658 [ 197 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_30_6} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
13454 | 2024.08.28 17:59:02.658872 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13455 | 2024.08.28 17:59:02.659142 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13456 | 2024.08.28 17:59:02.659279 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Debug> executeQuery: Read 890 rows, 60.81 KiB in 0.003575 sec., 248951.04895104896 rows/sec., 16.61 MiB/sec. | ||
13457 | 2024.08.28 17:59:02.659580 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Debug> DynamicQueryHandler: Done processing query | ||
13458 | 2024.08.28 17:59:02.659645 [ 3 ] {89488039-3dea-4b6b-81b4-810e15677f6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
13459 | 2024.08.28 17:59:02.659710 [ 3 ] {} <Debug> HTTP-Session: abd68b5c-5aec-467c-a6f1-d8edcf22fffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13460 | 2024.08.28 17:59:02.660085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13461 | 2024.08.28 17:59:02.660136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13462 | 2024.08.28 17:59:02.660155 [ 3 ] {} <Debug> HTTP-Session: 64e187d6-451e-40b3-be3f-5df54cfd8498 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13463 | 2024.08.28 17:59:02.660173 [ 3 ] {} <Debug> HTTP-Session: 64e187d6-451e-40b3-be3f-5df54cfd8498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13464 | 2024.08.28 17:59:02.660187 [ 3 ] {} <Debug> HTTP-Session: 64e187d6-451e-40b3-be3f-5df54cfd8498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13465 | 2024.08.28 17:59:02.660221 [ 3 ] {} <Trace> HTTP-Session: 64e187d6-451e-40b3-be3f-5df54cfd8498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13466 | 2024.08.28 17:59:02.660320 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13467 | 2024.08.28 17:59:02.660367 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13468 | 2024.08.28 17:59:02.660516 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13469 | 2024.08.28 17:59:02.660768 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13470 | 2024.08.28 17:59:02.660805 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13471 | 2024.08.28 17:59:02.661154 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13472 | 2024.08.28 17:59:02.661512 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13473 | 2024.08.28 17:59:02.661639 [ 80 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
13474 | 2024.08.28 17:59:02.661644 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
13475 | 2024.08.28 17:59:02.661674 [ 80 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13476 | 2024.08.28 17:59:02.661709 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13477 | 2024.08.28 17:59:02.661880 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Debug> DynamicQueryHandler: Done processing query | ||
13478 | 2024.08.28 17:59:02.661885 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
13479 | 2024.08.28 17:59:02.661916 [ 3 ] {bf3fa0a5-98d4-4599-997a-0897c364bcea} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13480 | 2024.08.28 17:59:02.661965 [ 3 ] {} <Debug> HTTP-Session: 64e187d6-451e-40b3-be3f-5df54cfd8498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13481 | 2024.08.28 17:59:02.662097 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13482 | 2024.08.28 17:59:02.662139 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
13483 | 2024.08.28 17:59:02.662199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 76864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13484 | 2024.08.28 17:59:02.662333 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
13485 | 2024.08.28 17:59:02.662351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13486 | 2024.08.28 17:59:02.662430 [ 3 ] {} <Debug> HTTP-Session: c573dfdf-4f8d-4f75-b6d4-db56a520b781 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13487 | 2024.08.28 17:59:02.662519 [ 3 ] {} <Debug> HTTP-Session: c573dfdf-4f8d-4f75-b6d4-db56a520b781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13488 | 2024.08.28 17:59:02.662629 [ 3 ] {} <Debug> HTTP-Session: c573dfdf-4f8d-4f75-b6d4-db56a520b781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13489 | 2024.08.28 17:59:02.662641 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
13490 | 2024.08.28 17:59:02.662777 [ 3 ] {} <Trace> HTTP-Session: c573dfdf-4f8d-4f75-b6d4-db56a520b781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13491 | 2024.08.28 17:59:02.662945 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
13492 | 2024.08.28 17:59:02.663225 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
13493 | 2024.08.28 17:59:02.663435 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
13494 | 2024.08.28 17:59:02.663721 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13495 | 2024.08.28 17:59:02.664085 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13496 | 2024.08.28 17:59:02.665760 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13497 | 2024.08.28 17:59:02.666587 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.004789166 sec., 6472.943305786435 rows/sec., 435.35 KiB/sec. | ||
13498 | 2024.08.28 17:59:02.666876 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13499 | 2024.08.28 17:59:02.667434 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13500 | 2024.08.28 17:59:02.667519 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13501 | 2024.08.28 17:59:02.667936 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13502 | 2024.08.28 17:59:02.668088 [ 201 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_31_6} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13503 | 2024.08.28 17:59:02.668239 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13504 | 2024.08.28 17:59:02.668688 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13505 | 2024.08.28 17:59:02.669145 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13506 | 2024.08.28 17:59:02.669294 [ 80 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13507 | 2024.08.28 17:59:02.669297 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.00617 sec., 7617.504051863857 rows/sec., 13.65 MiB/sec. | ||
13508 | 2024.08.28 17:59:02.669331 [ 80 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13509 | 2024.08.28 17:59:02.669368 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13510 | 2024.08.28 17:59:02.669693 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
13511 | 2024.08.28 17:59:02.669806 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Debug> DynamicQueryHandler: Done processing query | ||
13512 | 2024.08.28 17:59:02.669868 [ 3 ] {9d294cc4-1163-4787-b21f-036bb3ce0938} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
13513 | 2024.08.28 17:59:02.669908 [ 3 ] {} <Debug> HTTP-Session: c573dfdf-4f8d-4f75-b6d4-db56a520b781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13514 | 2024.08.28 17:59:02.670122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1943, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13515 | 2024.08.28 17:59:02.670244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13516 | 2024.08.28 17:59:02.670309 [ 3 ] {} <Debug> HTTP-Session: c6e1a905-63d2-44c5-b08a-655af72c5de3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13517 | 2024.08.28 17:59:02.670361 [ 3 ] {} <Debug> HTTP-Session: c6e1a905-63d2-44c5-b08a-655af72c5de3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13518 | 2024.08.28 17:59:02.670404 [ 3 ] {} <Debug> HTTP-Session: c6e1a905-63d2-44c5-b08a-655af72c5de3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13519 | 2024.08.28 17:59:02.670436 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13520 | 2024.08.28 17:59:02.670474 [ 3 ] {} <Trace> HTTP-Session: c6e1a905-63d2-44c5-b08a-655af72c5de3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13521 | 2024.08.28 17:59:02.670573 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1106 rows starting from the beginning of the part | ||
13522 | 2024.08.28 17:59:02.670691 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13523 | 2024.08.28 17:59:02.670825 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13524 | 2024.08.28 17:59:02.671420 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
13525 | 2024.08.28 17:59:02.671679 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13526 | 2024.08.28 17:59:02.672134 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
13527 | 2024.08.28 17:59:02.672755 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13528 | 2024.08.28 17:59:02.672839 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13529 | 2024.08.28 17:59:02.672922 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
13530 | 2024.08.28 17:59:02.673547 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
13531 | 2024.08.28 17:59:02.674128 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 47 rows starting from the beginning of the part | ||
13532 | 2024.08.28 17:59:02.674165 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
13533 | 2024.08.28 17:59:02.675317 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13534 | 2024.08.28 17:59:02.675568 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.004947 sec., 2425.712553062462 rows/sec., 171.35 KiB/sec. | ||
13535 | 2024.08.28 17:59:02.675938 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Debug> DynamicQueryHandler: Done processing query | ||
13536 | 2024.08.28 17:59:02.675984 [ 3 ] {df7a9fea-9c74-4ff4-b0de-522b4a0b414b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13537 | 2024.08.28 17:59:02.676033 [ 3 ] {} <Debug> HTTP-Session: c6e1a905-63d2-44c5-b08a-655af72c5de3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13538 | 2024.08.28 17:59:02.676236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13539 | 2024.08.28 17:59:02.676297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13540 | 2024.08.28 17:59:02.676316 [ 3 ] {} <Debug> HTTP-Session: baa5d969-e252-4db7-a8ab-310cc0dcf8a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13541 | 2024.08.28 17:59:02.676338 [ 3 ] {} <Debug> HTTP-Session: baa5d969-e252-4db7-a8ab-310cc0dcf8a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13542 | 2024.08.28 17:59:02.676352 [ 3 ] {} <Debug> HTTP-Session: baa5d969-e252-4db7-a8ab-310cc0dcf8a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13543 | 2024.08.28 17:59:02.676383 [ 3 ] {} <Trace> HTTP-Session: baa5d969-e252-4db7-a8ab-310cc0dcf8a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13544 | 2024.08.28 17:59:02.676511 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13545 | 2024.08.28 17:59:02.676557 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13546 | 2024.08.28 17:59:02.676901 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13547 | 2024.08.28 17:59:02.677676 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13548 | 2024.08.28 17:59:02.677744 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13549 | 2024.08.28 17:59:02.678819 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13550 | 2024.08.28 17:59:02.679871 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13551 | 2024.08.28 17:59:02.680344 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.003853 sec., 18167.661562418893 rows/sec., 1.14 MiB/sec. | ||
13552 | 2024.08.28 17:59:02.680698 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Debug> DynamicQueryHandler: Done processing query | ||
13553 | 2024.08.28 17:59:02.680755 [ 3 ] {d01443f0-ea9f-4d83-9721-f77ec69e0b0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13554 | 2024.08.28 17:59:02.680810 [ 3 ] {} <Debug> HTTP-Session: baa5d969-e252-4db7-a8ab-310cc0dcf8a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13555 | 2024.08.28 17:59:02.685054 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1231 rows, containing 19 columns (19 merged, 0 gathered) in 0.015559146 sec., 79117.4528473478 rows/sec., 141.77 MiB/sec. | ||
13556 | 2024.08.28 17:59:02.686397 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13557 | 2024.08.28 17:59:02.687003 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13558 | 2024.08.28 17:59:02.687080 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13559 | 2024.08.28 17:59:02.687220 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.03 MiB. | ||
13560 | 2024.08.28 17:59:03.013286 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13561 | 2024.08.28 17:59:03.013360 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13562 | 2024.08.28 17:59:03.409956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13563 | 2024.08.28 17:59:03.410068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13564 | 2024.08.28 17:59:03.410097 [ 3 ] {} <Debug> HTTP-Session: a2e02426-7bd6-42c9-af45-16e9725dccf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13565 | 2024.08.28 17:59:03.410126 [ 3 ] {} <Debug> HTTP-Session: a2e02426-7bd6-42c9-af45-16e9725dccf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13566 | 2024.08.28 17:59:03.410145 [ 3 ] {} <Debug> HTTP-Session: a2e02426-7bd6-42c9-af45-16e9725dccf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13567 | 2024.08.28 17:59:03.410201 [ 3 ] {} <Trace> HTTP-Session: a2e02426-7bd6-42c9-af45-16e9725dccf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13568 | 2024.08.28 17:59:03.410393 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13569 | 2024.08.28 17:59:03.410457 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13570 | 2024.08.28 17:59:03.410799 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13571 | 2024.08.28 17:59:03.411274 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13572 | 2024.08.28 17:59:03.411315 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13573 | 2024.08.28 17:59:03.411735 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13574 | 2024.08.28 17:59:03.412135 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13575 | 2024.08.28 17:59:03.412282 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec. | ||
13576 | 2024.08.28 17:59:03.412293 [ 80 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13577 | 2024.08.28 17:59:03.412345 [ 80 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13578 | 2024.08.28 17:59:03.412377 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13579 | 2024.08.28 17:59:03.412526 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Debug> DynamicQueryHandler: Done processing query | ||
13580 | 2024.08.28 17:59:03.412563 [ 3 ] {6d33cc1b-a528-40f1-9569-b8f79f021f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13581 | 2024.08.28 17:59:03.412576 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13582 | 2024.08.28 17:59:03.412591 [ 3 ] {} <Debug> HTTP-Session: a2e02426-7bd6-42c9-af45-16e9725dccf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13583 | 2024.08.28 17:59:03.412836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13584 | 2024.08.28 17:59:03.412857 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13585 | 2024.08.28 17:59:03.412936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13586 | 2024.08.28 17:59:03.412939 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1413 rows starting from the beginning of the part | ||
13587 | 2024.08.28 17:59:03.412977 [ 3 ] {} <Debug> HTTP-Session: 3adb07e5-8bb4-46af-92f1-ed5ce960ceed Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13588 | 2024.08.28 17:59:03.413024 [ 3 ] {} <Debug> HTTP-Session: 3adb07e5-8bb4-46af-92f1-ed5ce960ceed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13589 | 2024.08.28 17:59:03.413065 [ 3 ] {} <Debug> HTTP-Session: 3adb07e5-8bb4-46af-92f1-ed5ce960ceed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13590 | 2024.08.28 17:59:03.413197 [ 3 ] {} <Trace> HTTP-Session: 3adb07e5-8bb4-46af-92f1-ed5ce960ceed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13591 | 2024.08.28 17:59:03.413248 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part | ||
13592 | 2024.08.28 17:59:03.413466 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 270 rows starting from the beginning of the part | ||
13593 | 2024.08.28 17:59:03.413568 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13594 | 2024.08.28 17:59:03.413894 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13595 | 2024.08.28 17:59:03.413907 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part | ||
13596 | 2024.08.28 17:59:03.414312 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1424 rows starting from the beginning of the part | ||
13597 | 2024.08.28 17:59:03.414633 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
13598 | 2024.08.28 17:59:03.415432 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13599 | 2024.08.28 17:59:03.416265 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13600 | 2024.08.28 17:59:03.416328 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13601 | 2024.08.28 17:59:03.417302 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13602 | 2024.08.28 17:59:03.417843 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13603 | 2024.08.28 17:59:03.418155 [ 80 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13604 | 2024.08.28 17:59:03.418266 [ 80 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13605 | 2024.08.28 17:59:03.418328 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004823 sec., 13269.749118805723 rows/sec., 1.04 MiB/sec. | ||
13606 | 2024.08.28 17:59:03.418342 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13607 | 2024.08.28 17:59:03.418733 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3279 rows, containing 5 columns (5 merged, 0 gathered) in 0.006235559 sec., 525855.0195740269 rows/sec., 46.15 MiB/sec. | ||
13608 | 2024.08.28 17:59:03.418785 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13609 | 2024.08.28 17:59:03.418901 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Debug> DynamicQueryHandler: Done processing query | ||
13610 | 2024.08.28 17:59:03.418937 [ 3 ] {d57558b5-db35-4b04-88f1-bc7cd659ee10} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13611 | 2024.08.28 17:59:03.418968 [ 3 ] {} <Debug> HTTP-Session: 3adb07e5-8bb4-46af-92f1-ed5ce960ceed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13612 | 2024.08.28 17:59:03.419075 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13613 | 2024.08.28 17:59:03.419114 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 911 rows starting from the beginning of the part | ||
13614 | 2024.08.28 17:59:03.419201 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13615 | 2024.08.28 17:59:03.419246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13616 | 2024.08.28 17:59:03.419437 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 65 rows starting from the beginning of the part | ||
13617 | 2024.08.28 17:59:03.419449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13618 | 2024.08.28 17:59:03.419577 [ 3 ] {} <Debug> HTTP-Session: 46e6435d-c7de-4fbf-9c42-62357cbd0f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13619 | 2024.08.28 17:59:03.419650 [ 3 ] {} <Debug> HTTP-Session: 46e6435d-c7de-4fbf-9c42-62357cbd0f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13620 | 2024.08.28 17:59:03.419735 [ 3 ] {} <Debug> HTTP-Session: 46e6435d-c7de-4fbf-9c42-62357cbd0f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13621 | 2024.08.28 17:59:03.419799 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
13622 | 2024.08.28 17:59:03.419854 [ 3 ] {} <Trace> HTTP-Session: 46e6435d-c7de-4fbf-9c42-62357cbd0f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13623 | 2024.08.28 17:59:03.420232 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 65 rows starting from the beginning of the part | ||
13624 | 2024.08.28 17:59:03.420321 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13625 | 2024.08.28 17:59:03.420675 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13626 | 2024.08.28 17:59:03.420900 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 896 rows starting from the beginning of the part | ||
13627 | 2024.08.28 17:59:03.421449 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
13628 | 2024.08.28 17:59:03.423020 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13629 | 2024.08.28 17:59:03.423090 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13630 | 2024.08.28 17:59:03.423479 [ 193 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_76_15} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13631 | 2024.08.28 17:59:03.423852 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
13632 | 2024.08.28 17:59:03.424012 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13633 | 2024.08.28 17:59:03.424060 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13634 | 2024.08.28 17:59:03.424644 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13635 | 2024.08.28 17:59:03.425040 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13636 | 2024.08.28 17:59:03.425213 [ 200 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.006696089 sec., 362599.72052342794 rows/sec., 27.82 MiB/sec. | ||
13637 | 2024.08.28 17:59:03.425261 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00516 sec., 6201.5503875969 rows/sec., 442.29 KiB/sec. | ||
13638 | 2024.08.28 17:59:03.425526 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Debug> DynamicQueryHandler: Done processing query | ||
13639 | 2024.08.28 17:59:03.425558 [ 3 ] {a25b48d7-58f8-4528-9c9f-16862bca2eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13640 | 2024.08.28 17:59:03.425577 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13641 | 2024.08.28 17:59:03.425583 [ 3 ] {} <Debug> HTTP-Session: 46e6435d-c7de-4fbf-9c42-62357cbd0f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13642 | 2024.08.28 17:59:03.425796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13643 | 2024.08.28 17:59:03.425877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13644 | 2024.08.28 17:59:03.425910 [ 3 ] {} <Debug> HTTP-Session: 64223706-502f-4ecd-b2ed-5fa8537f4303 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13645 | 2024.08.28 17:59:03.425955 [ 3 ] {} <Debug> HTTP-Session: 64223706-502f-4ecd-b2ed-5fa8537f4303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13646 | 2024.08.28 17:59:03.426025 [ 3 ] {} <Debug> HTTP-Session: 64223706-502f-4ecd-b2ed-5fa8537f4303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13647 | 2024.08.28 17:59:03.426184 [ 3 ] {} <Trace> HTTP-Session: 64223706-502f-4ecd-b2ed-5fa8537f4303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13648 | 2024.08.28 17:59:03.426442 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13649 | 2024.08.28 17:59:03.426531 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13650 | 2024.08.28 17:59:03.426666 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13651 | 2024.08.28 17:59:03.426908 [ 190 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_76_15} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13652 | 2024.08.28 17:59:03.426942 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13653 | 2024.08.28 17:59:03.427118 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
13654 | 2024.08.28 17:59:03.427348 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13655 | 2024.08.28 17:59:03.427390 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13656 | 2024.08.28 17:59:03.427779 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13657 | 2024.08.28 17:59:03.428130 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13658 | 2024.08.28 17:59:03.428259 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001874 sec., 6403.415154749199 rows/sec., 441.90 KiB/sec. | ||
13659 | 2024.08.28 17:59:03.428428 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Debug> DynamicQueryHandler: Done processing query | ||
13660 | 2024.08.28 17:59:03.428452 [ 3 ] {70e5d040-6332-47e4-b3e6-0a08113137da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13661 | 2024.08.28 17:59:03.428468 [ 3 ] {} <Debug> HTTP-Session: 64223706-502f-4ecd-b2ed-5fa8537f4303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13662 | 2024.08.28 17:59:04.002438 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002049246 sec. | ||
13663 | 2024.08.28 17:59:08.416656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13664 | 2024.08.28 17:59:08.416802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13665 | 2024.08.28 17:59:08.416833 [ 3 ] {} <Debug> HTTP-Session: 97eedfb7-4e53-4d84-80b4-62a0bc55df58 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13666 | 2024.08.28 17:59:08.416862 [ 3 ] {} <Debug> HTTP-Session: 97eedfb7-4e53-4d84-80b4-62a0bc55df58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13667 | 2024.08.28 17:59:08.416880 [ 3 ] {} <Debug> HTTP-Session: 97eedfb7-4e53-4d84-80b4-62a0bc55df58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13668 | 2024.08.28 17:59:08.416937 [ 3 ] {} <Trace> HTTP-Session: 97eedfb7-4e53-4d84-80b4-62a0bc55df58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13669 | 2024.08.28 17:59:08.417163 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13670 | 2024.08.28 17:59:08.417241 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13671 | 2024.08.28 17:59:08.417604 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13672 | 2024.08.28 17:59:08.418061 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13673 | 2024.08.28 17:59:08.418103 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13674 | 2024.08.28 17:59:08.418531 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13675 | 2024.08.28 17:59:08.418926 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13676 | 2024.08.28 17:59:08.419091 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002007 sec., 28898.854010961633 rows/sec., 2.24 MiB/sec. | ||
13677 | 2024.08.28 17:59:08.419354 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Debug> DynamicQueryHandler: Done processing query | ||
13678 | 2024.08.28 17:59:08.419397 [ 3 ] {208c746e-af83-4c53-bab1-f826080069e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13679 | 2024.08.28 17:59:08.419457 [ 3 ] {} <Debug> HTTP-Session: 97eedfb7-4e53-4d84-80b4-62a0bc55df58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13680 | 2024.08.28 17:59:08.419665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13681 | 2024.08.28 17:59:08.419717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13682 | 2024.08.28 17:59:08.419738 [ 3 ] {} <Debug> HTTP-Session: 967879dc-bd63-447b-a30d-db3d16377335 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13683 | 2024.08.28 17:59:08.419755 [ 3 ] {} <Debug> HTTP-Session: 967879dc-bd63-447b-a30d-db3d16377335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13684 | 2024.08.28 17:59:08.419769 [ 3 ] {} <Debug> HTTP-Session: 967879dc-bd63-447b-a30d-db3d16377335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13685 | 2024.08.28 17:59:08.419807 [ 3 ] {} <Trace> HTTP-Session: 967879dc-bd63-447b-a30d-db3d16377335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13686 | 2024.08.28 17:59:08.419907 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13687 | 2024.08.28 17:59:08.419951 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13688 | 2024.08.28 17:59:08.420198 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13689 | 2024.08.28 17:59:08.420516 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13690 | 2024.08.28 17:59:08.420553 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13691 | 2024.08.28 17:59:08.420894 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13692 | 2024.08.28 17:59:08.421257 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13693 | 2024.08.28 17:59:08.421414 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 49.24 KiB/sec. | ||
13694 | 2024.08.28 17:59:08.421586 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Debug> DynamicQueryHandler: Done processing query | ||
13695 | 2024.08.28 17:59:08.421611 [ 3 ] {a74f71fb-4026-4fcc-9086-060ac317e253} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13696 | 2024.08.28 17:59:08.421627 [ 3 ] {} <Debug> HTTP-Session: 967879dc-bd63-447b-a30d-db3d16377335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13697 | 2024.08.28 17:59:08.421747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13698 | 2024.08.28 17:59:08.421798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13699 | 2024.08.28 17:59:08.421818 [ 3 ] {} <Debug> HTTP-Session: fe04ac05-25c2-4bc6-872e-bad2d84bd508 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13700 | 2024.08.28 17:59:08.421834 [ 3 ] {} <Debug> HTTP-Session: fe04ac05-25c2-4bc6-872e-bad2d84bd508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13701 | 2024.08.28 17:59:08.421849 [ 3 ] {} <Debug> HTTP-Session: fe04ac05-25c2-4bc6-872e-bad2d84bd508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.08.28 17:59:08.421881 [ 3 ] {} <Trace> HTTP-Session: fe04ac05-25c2-4bc6-872e-bad2d84bd508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13703 | 2024.08.28 17:59:08.421999 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13704 | 2024.08.28 17:59:08.422044 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13705 | 2024.08.28 17:59:08.422272 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13706 | 2024.08.28 17:59:08.422613 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13707 | 2024.08.28 17:59:08.422651 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13708 | 2024.08.28 17:59:08.423011 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13709 | 2024.08.28 17:59:08.423377 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13710 | 2024.08.28 17:59:08.423523 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001563 sec., 41586.69225847729 rows/sec., 3.25 MiB/sec. | ||
13711 | 2024.08.28 17:59:08.423771 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Debug> DynamicQueryHandler: Done processing query | ||
13712 | 2024.08.28 17:59:08.423810 [ 3 ] {b24c34ea-f621-4e7f-b3b4-5c07e2a42d84} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13713 | 2024.08.28 17:59:08.423880 [ 3 ] {} <Debug> HTTP-Session: fe04ac05-25c2-4bc6-872e-bad2d84bd508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13714 | 2024.08.28 17:59:08.424117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13715 | 2024.08.28 17:59:08.424170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13716 | 2024.08.28 17:59:08.424189 [ 3 ] {} <Debug> HTTP-Session: e68a574f-6474-4f33-b784-0c68cd0670d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13717 | 2024.08.28 17:59:08.424206 [ 3 ] {} <Debug> HTTP-Session: e68a574f-6474-4f33-b784-0c68cd0670d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13718 | 2024.08.28 17:59:08.424220 [ 3 ] {} <Debug> HTTP-Session: e68a574f-6474-4f33-b784-0c68cd0670d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.08.28 17:59:08.424252 [ 3 ] {} <Trace> HTTP-Session: e68a574f-6474-4f33-b784-0c68cd0670d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13720 | 2024.08.28 17:59:08.424400 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13721 | 2024.08.28 17:59:08.424450 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13722 | 2024.08.28 17:59:08.424619 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13723 | 2024.08.28 17:59:08.425044 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13724 | 2024.08.28 17:59:08.425081 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13725 | 2024.08.28 17:59:08.425479 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13726 | 2024.08.28 17:59:08.425823 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13727 | 2024.08.28 17:59:08.425976 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
13728 | 2024.08.28 17:59:08.426180 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Debug> DynamicQueryHandler: Done processing query | ||
13729 | 2024.08.28 17:59:08.426217 [ 3 ] {57290ab5-7226-443f-be4f-f05f1ef52ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13730 | 2024.08.28 17:59:08.426249 [ 3 ] {} <Debug> HTTP-Session: e68a574f-6474-4f33-b784-0c68cd0670d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13731 | 2024.08.28 17:59:08.426386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13732 | 2024.08.28 17:59:08.426435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13733 | 2024.08.28 17:59:08.426455 [ 3 ] {} <Debug> HTTP-Session: 9052afb5-7999-403e-8ad5-ee434af900c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13734 | 2024.08.28 17:59:08.426471 [ 3 ] {} <Debug> HTTP-Session: 9052afb5-7999-403e-8ad5-ee434af900c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13735 | 2024.08.28 17:59:08.426486 [ 3 ] {} <Debug> HTTP-Session: 9052afb5-7999-403e-8ad5-ee434af900c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.08.28 17:59:08.426516 [ 3 ] {} <Trace> HTTP-Session: 9052afb5-7999-403e-8ad5-ee434af900c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13737 | 2024.08.28 17:59:08.426620 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13738 | 2024.08.28 17:59:08.426684 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13739 | 2024.08.28 17:59:08.427097 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13740 | 2024.08.28 17:59:08.427609 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13741 | 2024.08.28 17:59:08.427646 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13742 | 2024.08.28 17:59:08.428225 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13743 | 2024.08.28 17:59:08.428652 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13744 | 2024.08.28 17:59:08.428835 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002249 sec., 444.64206313917293 rows/sec., 815.90 KiB/sec. | ||
13745 | 2024.08.28 17:59:08.429060 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Debug> DynamicQueryHandler: Done processing query | ||
13746 | 2024.08.28 17:59:08.429086 [ 3 ] {29cd11ce-1ad9-4d94-8850-f16e009d9822} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13747 | 2024.08.28 17:59:08.429102 [ 3 ] {} <Debug> HTTP-Session: 9052afb5-7999-403e-8ad5-ee434af900c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13748 | 2024.08.28 17:59:08.429232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13749 | 2024.08.28 17:59:08.429281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13750 | 2024.08.28 17:59:08.429301 [ 3 ] {} <Debug> HTTP-Session: 2997f032-e58e-42b9-96b0-4a15db295565 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13751 | 2024.08.28 17:59:08.429318 [ 3 ] {} <Debug> HTTP-Session: 2997f032-e58e-42b9-96b0-4a15db295565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13752 | 2024.08.28 17:59:08.429332 [ 3 ] {} <Debug> HTTP-Session: 2997f032-e58e-42b9-96b0-4a15db295565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.08.28 17:59:08.429363 [ 3 ] {} <Trace> HTTP-Session: 2997f032-e58e-42b9-96b0-4a15db295565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13754 | 2024.08.28 17:59:08.429481 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13755 | 2024.08.28 17:59:08.429525 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13756 | 2024.08.28 17:59:08.429655 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13757 | 2024.08.28 17:59:08.429954 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13758 | 2024.08.28 17:59:08.429990 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13759 | 2024.08.28 17:59:08.430354 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13760 | 2024.08.28 17:59:08.430684 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13761 | 2024.08.28 17:59:08.430840 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
13762 | 2024.08.28 17:59:08.430998 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Debug> DynamicQueryHandler: Done processing query | ||
13763 | 2024.08.28 17:59:08.431022 [ 3 ] {40d8733f-3b8c-4bac-b87a-848d6abdaf0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13764 | 2024.08.28 17:59:08.431038 [ 3 ] {} <Debug> HTTP-Session: 2997f032-e58e-42b9-96b0-4a15db295565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13765 | 2024.08.28 17:59:13.423032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 43660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13766 | 2024.08.28 17:59:13.423182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13767 | 2024.08.28 17:59:13.423211 [ 3 ] {} <Debug> HTTP-Session: e04b3bb9-ca71-4994-96c7-98c005dbd4db Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13768 | 2024.08.28 17:59:13.423240 [ 3 ] {} <Debug> HTTP-Session: e04b3bb9-ca71-4994-96c7-98c005dbd4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13769 | 2024.08.28 17:59:13.423260 [ 3 ] {} <Debug> HTTP-Session: e04b3bb9-ca71-4994-96c7-98c005dbd4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13770 | 2024.08.28 17:59:13.423317 [ 3 ] {} <Trace> HTTP-Session: e04b3bb9-ca71-4994-96c7-98c005dbd4db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13771 | 2024.08.28 17:59:13.423619 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13772 | 2024.08.28 17:59:13.423692 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13773 | 2024.08.28 17:59:13.424029 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13774 | 2024.08.28 17:59:13.424677 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13775 | 2024.08.28 17:59:13.424721 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13776 | 2024.08.28 17:59:13.425182 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13777 | 2024.08.28 17:59:13.425579 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13778 | 2024.08.28 17:59:13.425757 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Debug> executeQuery: Read 287 rows, 26.20 KiB in 0.002284 sec., 125656.74255691768 rows/sec., 11.20 MiB/sec. | ||
13779 | 2024.08.28 17:59:13.425997 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Debug> DynamicQueryHandler: Done processing query | ||
13780 | 2024.08.28 17:59:13.426024 [ 3 ] {f472dc35-4455-412c-9fea-e60aadfac826} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
13781 | 2024.08.28 17:59:13.426041 [ 3 ] {} <Debug> HTTP-Session: e04b3bb9-ca71-4994-96c7-98c005dbd4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13782 | 2024.08.28 17:59:13.426199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13783 | 2024.08.28 17:59:13.426250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13784 | 2024.08.28 17:59:13.426269 [ 3 ] {} <Debug> HTTP-Session: cf0620a9-2e02-4873-b00c-bb64123dffe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13785 | 2024.08.28 17:59:13.426285 [ 3 ] {} <Debug> HTTP-Session: cf0620a9-2e02-4873-b00c-bb64123dffe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13786 | 2024.08.28 17:59:13.426299 [ 3 ] {} <Debug> HTTP-Session: cf0620a9-2e02-4873-b00c-bb64123dffe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13787 | 2024.08.28 17:59:13.426331 [ 3 ] {} <Trace> HTTP-Session: cf0620a9-2e02-4873-b00c-bb64123dffe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13788 | 2024.08.28 17:59:13.426438 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13789 | 2024.08.28 17:59:13.426482 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13790 | 2024.08.28 17:59:13.426722 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13791 | 2024.08.28 17:59:13.427062 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13792 | 2024.08.28 17:59:13.427098 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13793 | 2024.08.28 17:59:13.427443 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13794 | 2024.08.28 17:59:13.427829 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13795 | 2024.08.28 17:59:13.427991 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Debug> executeQuery: Read 49 rows, 3.68 KiB in 0.00158 sec., 31012.6582278481 rows/sec., 2.28 MiB/sec. | ||
13796 | 2024.08.28 17:59:13.428241 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Debug> DynamicQueryHandler: Done processing query | ||
13797 | 2024.08.28 17:59:13.428272 [ 3 ] {df47accc-5138-481d-b8d0-d5d2fd5accfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13798 | 2024.08.28 17:59:13.428329 [ 3 ] {} <Debug> HTTP-Session: cf0620a9-2e02-4873-b00c-bb64123dffe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13799 | 2024.08.28 17:59:13.428599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13800 | 2024.08.28 17:59:13.428710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13801 | 2024.08.28 17:59:13.428745 [ 3 ] {} <Debug> HTTP-Session: 6adbca09-bef4-45ee-bc5c-02fbcc7aa5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13802 | 2024.08.28 17:59:13.428764 [ 3 ] {} <Debug> HTTP-Session: 6adbca09-bef4-45ee-bc5c-02fbcc7aa5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13803 | 2024.08.28 17:59:13.428779 [ 3 ] {} <Debug> HTTP-Session: 6adbca09-bef4-45ee-bc5c-02fbcc7aa5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13804 | 2024.08.28 17:59:13.428811 [ 3 ] {} <Trace> HTTP-Session: 6adbca09-bef4-45ee-bc5c-02fbcc7aa5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13805 | 2024.08.28 17:59:13.428914 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13806 | 2024.08.28 17:59:13.428957 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13807 | 2024.08.28 17:59:13.429193 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13808 | 2024.08.28 17:59:13.429528 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13809 | 2024.08.28 17:59:13.429564 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13810 | 2024.08.28 17:59:13.429909 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13811 | 2024.08.28 17:59:13.430260 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13812 | 2024.08.28 17:59:13.430421 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001524 sec., 9186.351706036745 rows/sec., 643.35 KiB/sec. | ||
13813 | 2024.08.28 17:59:13.430596 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Debug> DynamicQueryHandler: Done processing query | ||
13814 | 2024.08.28 17:59:13.430621 [ 3 ] {83c22cca-5ef6-49df-bca5-a38a980e183d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13815 | 2024.08.28 17:59:13.430636 [ 3 ] {} <Debug> HTTP-Session: 6adbca09-bef4-45ee-bc5c-02fbcc7aa5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13816 | 2024.08.28 17:59:13.430765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13817 | 2024.08.28 17:59:13.430813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13818 | 2024.08.28 17:59:13.430832 [ 3 ] {} <Debug> HTTP-Session: c06ea086-1041-4b77-883a-ab2fc4fe7458 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13819 | 2024.08.28 17:59:13.430848 [ 3 ] {} <Debug> HTTP-Session: c06ea086-1041-4b77-883a-ab2fc4fe7458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13820 | 2024.08.28 17:59:13.430862 [ 3 ] {} <Debug> HTTP-Session: c06ea086-1041-4b77-883a-ab2fc4fe7458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13821 | 2024.08.28 17:59:13.430893 [ 3 ] {} <Trace> HTTP-Session: c06ea086-1041-4b77-883a-ab2fc4fe7458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13822 | 2024.08.28 17:59:13.430987 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13823 | 2024.08.28 17:59:13.431029 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13824 | 2024.08.28 17:59:13.431255 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13825 | 2024.08.28 17:59:13.431540 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13826 | 2024.08.28 17:59:13.431575 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13827 | 2024.08.28 17:59:13.431914 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13828 | 2024.08.28 17:59:13.432273 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13829 | 2024.08.28 17:59:13.432396 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 247.38 KiB/sec. | ||
13830 | 2024.08.28 17:59:13.432549 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Debug> DynamicQueryHandler: Done processing query | ||
13831 | 2024.08.28 17:59:13.432573 [ 3 ] {846d3695-0b54-4862-885d-f1f7a98811b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13832 | 2024.08.28 17:59:13.432589 [ 3 ] {} <Debug> HTTP-Session: c06ea086-1041-4b77-883a-ab2fc4fe7458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13833 | 2024.08.28 17:59:13.432903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 70102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13834 | 2024.08.28 17:59:13.432951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13835 | 2024.08.28 17:59:13.432969 [ 3 ] {} <Debug> HTTP-Session: 4e09f5fb-b593-49d4-b29c-3cb9a8026644 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13836 | 2024.08.28 17:59:13.432985 [ 3 ] {} <Debug> HTTP-Session: 4e09f5fb-b593-49d4-b29c-3cb9a8026644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13837 | 2024.08.28 17:59:13.432999 [ 3 ] {} <Debug> HTTP-Session: 4e09f5fb-b593-49d4-b29c-3cb9a8026644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13838 | 2024.08.28 17:59:13.433030 [ 3 ] {} <Trace> HTTP-Session: 4e09f5fb-b593-49d4-b29c-3cb9a8026644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13839 | 2024.08.28 17:59:13.433247 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13840 | 2024.08.28 17:59:13.433290 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13841 | 2024.08.28 17:59:13.433509 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13842 | 2024.08.28 17:59:13.434085 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13843 | 2024.08.28 17:59:13.434121 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13844 | 2024.08.28 17:59:13.434514 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13845 | 2024.08.28 17:59:13.434870 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13846 | 2024.08.28 17:59:13.435010 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Debug> executeQuery: Read 431 rows, 31.61 KiB in 0.001883 sec., 228890.06903876792 rows/sec., 16.39 MiB/sec. | ||
13847 | 2024.08.28 17:59:13.435186 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Debug> DynamicQueryHandler: Done processing query | ||
13848 | 2024.08.28 17:59:13.435210 [ 3 ] {8ceb6d8c-4f84-4bc4-8e21-67e7051b4bb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
13849 | 2024.08.28 17:59:13.435225 [ 3 ] {} <Debug> HTTP-Session: 4e09f5fb-b593-49d4-b29c-3cb9a8026644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13850 | 2024.08.28 17:59:13.435365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13851 | 2024.08.28 17:59:13.435414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13852 | 2024.08.28 17:59:13.435432 [ 3 ] {} <Debug> HTTP-Session: be4af686-bf6b-4025-a47e-1954c0615664 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13853 | 2024.08.28 17:59:13.435448 [ 3 ] {} <Debug> HTTP-Session: be4af686-bf6b-4025-a47e-1954c0615664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13854 | 2024.08.28 17:59:13.435462 [ 3 ] {} <Debug> HTTP-Session: be4af686-bf6b-4025-a47e-1954c0615664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13855 | 2024.08.28 17:59:13.435493 [ 3 ] {} <Trace> HTTP-Session: be4af686-bf6b-4025-a47e-1954c0615664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13856 | 2024.08.28 17:59:13.435587 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13857 | 2024.08.28 17:59:13.435631 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13858 | 2024.08.28 17:59:13.435760 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13859 | 2024.08.28 17:59:13.436013 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13860 | 2024.08.28 17:59:13.436053 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13861 | 2024.08.28 17:59:13.436401 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13862 | 2024.08.28 17:59:13.436729 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13863 | 2024.08.28 17:59:13.436858 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001296 sec., 4629.62962962963 rows/sec., 241.88 KiB/sec. | ||
13864 | 2024.08.28 17:59:13.437003 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Debug> DynamicQueryHandler: Done processing query | ||
13865 | 2024.08.28 17:59:13.437027 [ 3 ] {9490f4f1-90e6-4cd8-b1b5-45ed4972b1d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13866 | 2024.08.28 17:59:13.437042 [ 3 ] {} <Debug> HTTP-Session: be4af686-bf6b-4025-a47e-1954c0615664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13867 | 2024.08.28 17:59:13.437201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13868 | 2024.08.28 17:59:13.437249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13869 | 2024.08.28 17:59:13.437267 [ 3 ] {} <Debug> HTTP-Session: aab5dd5d-7343-42f2-bcfa-902d6eed0a2f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13870 | 2024.08.28 17:59:13.437284 [ 3 ] {} <Debug> HTTP-Session: aab5dd5d-7343-42f2-bcfa-902d6eed0a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13871 | 2024.08.28 17:59:13.437297 [ 3 ] {} <Debug> HTTP-Session: aab5dd5d-7343-42f2-bcfa-902d6eed0a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13872 | 2024.08.28 17:59:13.437328 [ 3 ] {} <Trace> HTTP-Session: aab5dd5d-7343-42f2-bcfa-902d6eed0a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13873 | 2024.08.28 17:59:13.437485 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13874 | 2024.08.28 17:59:13.437530 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13875 | 2024.08.28 17:59:13.437668 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13876 | 2024.08.28 17:59:13.438075 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13877 | 2024.08.28 17:59:13.438110 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13878 | 2024.08.28 17:59:13.438486 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13879 | 2024.08.28 17:59:13.438837 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13880 | 2024.08.28 17:59:13.438963 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001558 sec., 152118.10012836973 rows/sec., 10.20 MiB/sec. | ||
13881 | 2024.08.28 17:59:13.438967 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13882 | 2024.08.28 17:59:13.439030 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13883 | 2024.08.28 17:59:13.439069 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13884 | 2024.08.28 17:59:13.439187 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Debug> DynamicQueryHandler: Done processing query | ||
13885 | 2024.08.28 17:59:13.439250 [ 3 ] {601d3a0a-3ff6-4530-8eea-57c855fdab3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13886 | 2024.08.28 17:59:13.439293 [ 3 ] {} <Debug> HTTP-Session: aab5dd5d-7343-42f2-bcfa-902d6eed0a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13887 | 2024.08.28 17:59:13.439338 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13888 | 2024.08.28 17:59:13.439452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13889 | 2024.08.28 17:59:13.439560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13890 | 2024.08.28 17:59:13.439628 [ 3 ] {} <Debug> HTTP-Session: 0eef6008-c1ca-444b-ade5-fc335d1cafc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13891 | 2024.08.28 17:59:13.439688 [ 3 ] {} <Debug> HTTP-Session: 0eef6008-c1ca-444b-ade5-fc335d1cafc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13892 | 2024.08.28 17:59:13.439737 [ 3 ] {} <Debug> HTTP-Session: 0eef6008-c1ca-444b-ade5-fc335d1cafc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13893 | 2024.08.28 17:59:13.439735 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13894 | 2024.08.28 17:59:13.439795 [ 3 ] {} <Trace> HTTP-Session: 0eef6008-c1ca-444b-ade5-fc335d1cafc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13895 | 2024.08.28 17:59:13.439819 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20131 rows starting from the beginning of the part | ||
13896 | 2024.08.28 17:59:13.440069 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13897 | 2024.08.28 17:59:13.440110 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
13898 | 2024.08.28 17:59:13.440222 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13899 | 2024.08.28 17:59:13.440347 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 890 rows starting from the beginning of the part | ||
13900 | 2024.08.28 17:59:13.440938 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part | ||
13901 | 2024.08.28 17:59:13.441213 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13902 | 2024.08.28 17:59:13.441266 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
13903 | 2024.08.28 17:59:13.441618 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
13904 | 2024.08.28 17:59:13.442355 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13905 | 2024.08.28 17:59:13.442399 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
13906 | 2024.08.28 17:59:13.443192 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13907 | 2024.08.28 17:59:13.443623 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13908 | 2024.08.28 17:59:13.443787 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003857 sec., 259.26886180969666 rows/sec., 17.47 KiB/sec. | ||
13909 | 2024.08.28 17:59:13.444078 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Debug> DynamicQueryHandler: Done processing query | ||
13910 | 2024.08.28 17:59:13.444133 [ 3 ] {b43fe1f5-93ae-47dc-a1b9-b034b33a90d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13911 | 2024.08.28 17:59:13.444181 [ 3 ] {} <Debug> HTTP-Session: 0eef6008-c1ca-444b-ade5-fc335d1cafc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13912 | 2024.08.28 17:59:13.444478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 80145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13913 | 2024.08.28 17:59:13.444589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13914 | 2024.08.28 17:59:13.444629 [ 3 ] {} <Debug> HTTP-Session: 04c965b1-c6be-4fa6-b759-9e8bbfb27ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13915 | 2024.08.28 17:59:13.444680 [ 3 ] {} <Debug> HTTP-Session: 04c965b1-c6be-4fa6-b759-9e8bbfb27ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13916 | 2024.08.28 17:59:13.444736 [ 3 ] {} <Debug> HTTP-Session: 04c965b1-c6be-4fa6-b759-9e8bbfb27ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13917 | 2024.08.28 17:59:13.444818 [ 3 ] {} <Trace> HTTP-Session: 04c965b1-c6be-4fa6-b759-9e8bbfb27ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13918 | 2024.08.28 17:59:13.445528 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13919 | 2024.08.28 17:59:13.445713 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13920 | 2024.08.28 17:59:13.446469 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13921 | 2024.08.28 17:59:13.447507 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13922 | 2024.08.28 17:59:13.447570 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
13923 | 2024.08.28 17:59:13.448654 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21610 rows, containing 5 columns (5 merged, 0 gathered) in 0.009485371 sec., 2278245.099743595 rows/sec., 153.71 MiB/sec. | ||
13924 | 2024.08.28 17:59:13.448762 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13925 | 2024.08.28 17:59:13.449168 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13926 | 2024.08.28 17:59:13.449444 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13927 | 2024.08.28 17:59:13.450000 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.005069 sec., 9666.60090747682 rows/sec., 17.32 MiB/sec. | ||
13928 | 2024.08.28 17:59:13.450455 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13929 | 2024.08.28 17:59:13.450825 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13930 | 2024.08.28 17:59:13.451109 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
13931 | 2024.08.28 17:59:13.451364 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Debug> DynamicQueryHandler: Done processing query | ||
13932 | 2024.08.28 17:59:13.451394 [ 3 ] {fa1c980d-d6c4-4bea-b3f9-b2b3856471eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.63 MiB. | ||
13933 | 2024.08.28 17:59:13.451411 [ 3 ] {} <Debug> HTTP-Session: 04c965b1-c6be-4fa6-b759-9e8bbfb27ba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13934 | 2024.08.28 17:59:13.451548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13935 | 2024.08.28 17:59:13.451598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13936 | 2024.08.28 17:59:13.451616 [ 3 ] {} <Debug> HTTP-Session: b94eaf14-e01c-4397-b601-a557a72e8095 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13937 | 2024.08.28 17:59:13.451634 [ 3 ] {} <Debug> HTTP-Session: b94eaf14-e01c-4397-b601-a557a72e8095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13938 | 2024.08.28 17:59:13.451648 [ 3 ] {} <Debug> HTTP-Session: b94eaf14-e01c-4397-b601-a557a72e8095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13939 | 2024.08.28 17:59:13.451682 [ 3 ] {} <Trace> HTTP-Session: b94eaf14-e01c-4397-b601-a557a72e8095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13940 | 2024.08.28 17:59:13.451819 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13941 | 2024.08.28 17:59:13.451864 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13942 | 2024.08.28 17:59:13.452020 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13943 | 2024.08.28 17:59:13.452330 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13944 | 2024.08.28 17:59:13.452366 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13945 | 2024.08.28 17:59:13.452743 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13946 | 2024.08.28 17:59:13.453095 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13947 | 2024.08.28 17:59:13.453223 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec. | ||
13948 | 2024.08.28 17:59:13.453373 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Debug> DynamicQueryHandler: Done processing query | ||
13949 | 2024.08.28 17:59:13.453396 [ 3 ] {202876da-f27e-428d-adfa-d5320bded016} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13950 | 2024.08.28 17:59:13.453411 [ 3 ] {} <Debug> HTTP-Session: b94eaf14-e01c-4397-b601-a557a72e8095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13951 | 2024.08.28 17:59:13.727154 [ 68 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
13952 | 2024.08.28 17:59:13.727226 [ 68 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13953 | 2024.08.28 17:59:13.727268 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
13954 | 2024.08.28 17:59:13.727557 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
13955 | 2024.08.28 17:59:13.728507 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13956 | 2024.08.28 17:59:13.728608 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 18 rows starting from the beginning of the part | ||
13957 | 2024.08.28 17:59:13.728735 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
13958 | 2024.08.28 17:59:13.728806 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13959 | 2024.08.28 17:59:13.729171 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13960 | 2024.08.28 17:59:13.729383 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
13961 | 2024.08.28 17:59:13.730430 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.003071398 sec., 9116.369809448337 rows/sec., 778.99 KiB/sec. | ||
13962 | 2024.08.28 17:59:13.730556 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
13963 | 2024.08.28 17:59:13.731064 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13964 | 2024.08.28 17:59:13.731159 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_28_6} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
13965 | 2024.08.28 17:59:13.731251 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13966 | 2024.08.28 17:59:18.013409 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13967 | 2024.08.28 17:59:18.013483 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13968 | 2024.08.28 17:59:18.416611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13969 | 2024.08.28 17:59:18.416735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13970 | 2024.08.28 17:59:18.416765 [ 3 ] {} <Debug> HTTP-Session: 26d64a40-56ea-401e-9fb6-e1e5fd38926b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13971 | 2024.08.28 17:59:18.416794 [ 3 ] {} <Debug> HTTP-Session: 26d64a40-56ea-401e-9fb6-e1e5fd38926b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13972 | 2024.08.28 17:59:18.416814 [ 3 ] {} <Debug> HTTP-Session: 26d64a40-56ea-401e-9fb6-e1e5fd38926b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13973 | 2024.08.28 17:59:18.416872 [ 3 ] {} <Trace> HTTP-Session: 26d64a40-56ea-401e-9fb6-e1e5fd38926b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13974 | 2024.08.28 17:59:18.417095 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13975 | 2024.08.28 17:59:18.417171 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13976 | 2024.08.28 17:59:18.417566 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13977 | 2024.08.28 17:59:18.418025 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13978 | 2024.08.28 17:59:18.418069 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
13979 | 2024.08.28 17:59:18.418502 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13980 | 2024.08.28 17:59:18.418901 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13981 | 2024.08.28 17:59:18.419071 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002051 sec., 28278.888347147735 rows/sec., 2.19 MiB/sec. | ||
13982 | 2024.08.28 17:59:18.419280 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Debug> DynamicQueryHandler: Done processing query | ||
13983 | 2024.08.28 17:59:18.419308 [ 3 ] {65b50166-33cf-4afe-b564-2422d1003e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13984 | 2024.08.28 17:59:18.419325 [ 3 ] {} <Debug> HTTP-Session: 26d64a40-56ea-401e-9fb6-e1e5fd38926b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13985 | 2024.08.28 17:59:18.419499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13986 | 2024.08.28 17:59:18.419552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13987 | 2024.08.28 17:59:18.419572 [ 3 ] {} <Debug> HTTP-Session: e402ec97-969d-4b7d-b934-1a325a170645 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
13988 | 2024.08.28 17:59:18.419589 [ 3 ] {} <Debug> HTTP-Session: e402ec97-969d-4b7d-b934-1a325a170645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13989 | 2024.08.28 17:59:18.419603 [ 3 ] {} <Debug> HTTP-Session: e402ec97-969d-4b7d-b934-1a325a170645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13990 | 2024.08.28 17:59:18.419639 [ 3 ] {} <Trace> HTTP-Session: e402ec97-969d-4b7d-b934-1a325a170645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13991 | 2024.08.28 17:59:18.419742 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13992 | 2024.08.28 17:59:18.419789 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13993 | 2024.08.28 17:59:18.420032 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13994 | 2024.08.28 17:59:18.420311 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13995 | 2024.08.28 17:59:18.420347 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
13996 | 2024.08.28 17:59:18.420686 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13997 | 2024.08.28 17:59:18.421075 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13998 | 2024.08.28 17:59:18.421224 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001507 sec., 663.5700066357 rows/sec., 49.90 KiB/sec. | ||
13999 | 2024.08.28 17:59:18.421436 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Debug> DynamicQueryHandler: Done processing query | ||
14000 | 2024.08.28 17:59:18.421473 [ 3 ] {257ba08f-2544-4bf6-8eb1-6fba1f221aa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14001 | 2024.08.28 17:59:18.421505 [ 3 ] {} <Debug> HTTP-Session: e402ec97-969d-4b7d-b934-1a325a170645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14002 | 2024.08.28 17:59:18.421660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14003 | 2024.08.28 17:59:18.421709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14004 | 2024.08.28 17:59:18.421728 [ 3 ] {} <Debug> HTTP-Session: 9ad3c48c-3c1f-4d50-b77c-210d337f013b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14005 | 2024.08.28 17:59:18.421746 [ 3 ] {} <Debug> HTTP-Session: 9ad3c48c-3c1f-4d50-b77c-210d337f013b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14006 | 2024.08.28 17:59:18.421760 [ 3 ] {} <Debug> HTTP-Session: 9ad3c48c-3c1f-4d50-b77c-210d337f013b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14007 | 2024.08.28 17:59:18.421792 [ 3 ] {} <Trace> HTTP-Session: 9ad3c48c-3c1f-4d50-b77c-210d337f013b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14008 | 2024.08.28 17:59:18.421911 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14009 | 2024.08.28 17:59:18.421955 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14010 | 2024.08.28 17:59:18.422190 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14011 | 2024.08.28 17:59:18.422499 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14012 | 2024.08.28 17:59:18.422536 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14013 | 2024.08.28 17:59:18.422960 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14014 | 2024.08.28 17:59:18.423323 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14015 | 2024.08.28 17:59:18.423483 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001614 sec., 40272.614622057 rows/sec., 3.14 MiB/sec. | ||
14016 | 2024.08.28 17:59:18.423762 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Debug> DynamicQueryHandler: Done processing query | ||
14017 | 2024.08.28 17:59:18.423832 [ 3 ] {73e1e7c7-ee24-4414-9857-18188b29572d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14018 | 2024.08.28 17:59:18.423898 [ 3 ] {} <Debug> HTTP-Session: 9ad3c48c-3c1f-4d50-b77c-210d337f013b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14019 | 2024.08.28 17:59:18.424130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14020 | 2024.08.28 17:59:18.424182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14021 | 2024.08.28 17:59:18.424202 [ 3 ] {} <Debug> HTTP-Session: 990a898e-cddf-470f-a5a2-50d03480e125 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14022 | 2024.08.28 17:59:18.424219 [ 3 ] {} <Debug> HTTP-Session: 990a898e-cddf-470f-a5a2-50d03480e125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14023 | 2024.08.28 17:59:18.424233 [ 3 ] {} <Debug> HTTP-Session: 990a898e-cddf-470f-a5a2-50d03480e125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14024 | 2024.08.28 17:59:18.424266 [ 3 ] {} <Trace> HTTP-Session: 990a898e-cddf-470f-a5a2-50d03480e125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14025 | 2024.08.28 17:59:18.424420 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14026 | 2024.08.28 17:59:18.424468 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14027 | 2024.08.28 17:59:18.424634 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14028 | 2024.08.28 17:59:18.425062 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14029 | 2024.08.28 17:59:18.425097 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14030 | 2024.08.28 17:59:18.425489 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14031 | 2024.08.28 17:59:18.425829 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14032 | 2024.08.28 17:59:18.425980 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
14033 | 2024.08.28 17:59:18.426173 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Debug> DynamicQueryHandler: Done processing query | ||
14034 | 2024.08.28 17:59:18.426197 [ 3 ] {a2397f58-5eda-4600-927a-e4cfe1de44b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14035 | 2024.08.28 17:59:18.426213 [ 3 ] {} <Debug> HTTP-Session: 990a898e-cddf-470f-a5a2-50d03480e125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14036 | 2024.08.28 17:59:18.426333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14037 | 2024.08.28 17:59:18.426382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14038 | 2024.08.28 17:59:18.426401 [ 3 ] {} <Debug> HTTP-Session: e32c930f-0bdd-4c40-adee-c8c39d5c1e48 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14039 | 2024.08.28 17:59:18.426418 [ 3 ] {} <Debug> HTTP-Session: e32c930f-0bdd-4c40-adee-c8c39d5c1e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14040 | 2024.08.28 17:59:18.426432 [ 3 ] {} <Debug> HTTP-Session: e32c930f-0bdd-4c40-adee-c8c39d5c1e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14041 | 2024.08.28 17:59:18.426464 [ 3 ] {} <Trace> HTTP-Session: e32c930f-0bdd-4c40-adee-c8c39d5c1e48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14042 | 2024.08.28 17:59:18.426566 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14043 | 2024.08.28 17:59:18.426634 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14044 | 2024.08.28 17:59:18.427081 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14045 | 2024.08.28 17:59:18.427733 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14046 | 2024.08.28 17:59:18.427788 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14047 | 2024.08.28 17:59:18.429645 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14048 | 2024.08.28 17:59:18.430241 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14049 | 2024.08.28 17:59:18.430487 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.003945 sec., 253.4854245880862 rows/sec., 465.14 KiB/sec. | ||
14050 | 2024.08.28 17:59:18.430825 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Debug> DynamicQueryHandler: Done processing query | ||
14051 | 2024.08.28 17:59:18.430858 [ 3 ] {e9a772f9-8bf8-414e-ba5d-5484bf534f91} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14052 | 2024.08.28 17:59:18.430877 [ 3 ] {} <Debug> HTTP-Session: e32c930f-0bdd-4c40-adee-c8c39d5c1e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14053 | 2024.08.28 17:59:18.431017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14054 | 2024.08.28 17:59:18.431069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14055 | 2024.08.28 17:59:18.431091 [ 3 ] {} <Debug> HTTP-Session: 17e1bae9-7997-4934-b280-c5f98d5924b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14056 | 2024.08.28 17:59:18.431108 [ 3 ] {} <Debug> HTTP-Session: 17e1bae9-7997-4934-b280-c5f98d5924b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14057 | 2024.08.28 17:59:18.431122 [ 3 ] {} <Debug> HTTP-Session: 17e1bae9-7997-4934-b280-c5f98d5924b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14058 | 2024.08.28 17:59:18.431156 [ 3 ] {} <Trace> HTTP-Session: 17e1bae9-7997-4934-b280-c5f98d5924b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14059 | 2024.08.28 17:59:18.431289 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14060 | 2024.08.28 17:59:18.431337 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14061 | 2024.08.28 17:59:18.431490 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14062 | 2024.08.28 17:59:18.431806 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14063 | 2024.08.28 17:59:18.431843 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14064 | 2024.08.28 17:59:18.432243 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14065 | 2024.08.28 17:59:18.432607 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14066 | 2024.08.28 17:59:18.432769 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
14067 | 2024.08.28 17:59:18.432790 [ 62 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14068 | 2024.08.28 17:59:18.432906 [ 62 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14069 | 2024.08.28 17:59:18.432962 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14070 | 2024.08.28 17:59:18.433097 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Debug> DynamicQueryHandler: Done processing query | ||
14071 | 2024.08.28 17:59:18.433159 [ 3 ] {211965f4-d363-4a16-935f-fe77dbe8b8e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14072 | 2024.08.28 17:59:18.433175 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14073 | 2024.08.28 17:59:18.433197 [ 3 ] {} <Debug> HTTP-Session: 17e1bae9-7997-4934-b280-c5f98d5924b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14074 | 2024.08.28 17:59:18.433395 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14075 | 2024.08.28 17:59:18.433443 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4060 rows starting from the beginning of the part | ||
14076 | 2024.08.28 17:59:18.433539 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 70 rows starting from the beginning of the part | ||
14077 | 2024.08.28 17:59:18.433751 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part | ||
14078 | 2024.08.28 17:59:18.433883 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
14079 | 2024.08.28 17:59:18.434052 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
14080 | 2024.08.28 17:59:18.434139 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
14081 | 2024.08.28 17:59:18.435631 [ 188 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4344 rows, containing 4 columns (4 merged, 0 gathered) in 0.002583598 sec., 1681376.127400625 rows/sec., 109.61 MiB/sec. | ||
14082 | 2024.08.28 17:59:18.436006 [ 188 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14083 | 2024.08.28 17:59:18.436497 [ 188 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14084 | 2024.08.28 17:59:18.436595 [ 188 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_76_15} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14085 | 2024.08.28 17:59:18.436700 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
14086 | 2024.08.28 17:59:23.422790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14087 | 2024.08.28 17:59:23.422945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14088 | 2024.08.28 17:59:23.423010 [ 3 ] {} <Debug> HTTP-Session: 3ffbf0a4-c63b-4edb-baa1-767a84f9357c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14089 | 2024.08.28 17:59:23.423044 [ 3 ] {} <Debug> HTTP-Session: 3ffbf0a4-c63b-4edb-baa1-767a84f9357c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14090 | 2024.08.28 17:59:23.423067 [ 3 ] {} <Debug> HTTP-Session: 3ffbf0a4-c63b-4edb-baa1-767a84f9357c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14091 | 2024.08.28 17:59:23.423136 [ 3 ] {} <Trace> HTTP-Session: 3ffbf0a4-c63b-4edb-baa1-767a84f9357c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14092 | 2024.08.28 17:59:23.423503 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) 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', 'sled_data_link:packets_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) | ||
14093 | 2024.08.28 17:59:23.424107 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14094 | 2024.08.28 17:59:23.424188 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <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', 'sled_data_link:packets_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 | ||
14095 | 2024.08.28 17:59:23.424787 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14096 | 2024.08.28 17:59:23.424905 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14097 | 2024.08.28 17:59:23.425165 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
14098 | 2024.08.28 17:59:23.425324 [ 261 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
14099 | 2024.08.28 17:59:23.425352 [ 262 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
14100 | 2024.08.28 17:59:23.425501 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (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 | ||
14101 | 2024.08.28 17:59:23.425547 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
14102 | 2024.08.28 17:59:23.425681 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
14103 | 2024.08.28 17:59:23.425718 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
14104 | 2024.08.28 17:59:23.425785 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <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', 'sled_data_link:packets_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'))" | ||
14105 | 2024.08.28 17:59:23.425856 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <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', 'sled_data_link:packets_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'))" | ||
14106 | 2024.08.28 17:59:23.427468 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004142 sec., 10140.028971511347 rows/sec., 386.90 KiB/sec. | ||
14107 | 2024.08.28 17:59:23.427858 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> DynamicQueryHandler: Done processing query | ||
14108 | 2024.08.28 17:59:23.427890 [ 3 ] {d88ce175-cb4e-4c10-aa2d-0ee4e2042ed5} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
14109 | 2024.08.28 17:59:23.427907 [ 3 ] {} <Debug> HTTP-Session: 3ffbf0a4-c63b-4edb-baa1-767a84f9357c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14110 | 2024.08.28 17:59:23.434270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14111 | 2024.08.28 17:59:23.434330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14112 | 2024.08.28 17:59:23.434350 [ 3 ] {} <Debug> HTTP-Session: 85b8b404-3f17-4ac6-b737-34326fb943cd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14113 | 2024.08.28 17:59:23.434370 [ 3 ] {} <Debug> HTTP-Session: 85b8b404-3f17-4ac6-b737-34326fb943cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14114 | 2024.08.28 17:59:23.434385 [ 3 ] {} <Debug> HTTP-Session: 85b8b404-3f17-4ac6-b737-34326fb943cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14115 | 2024.08.28 17:59:23.434423 [ 3 ] {} <Trace> HTTP-Session: 85b8b404-3f17-4ac6-b737-34326fb943cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14116 | 2024.08.28 17:59:23.434563 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
14117 | 2024.08.28 17:59:23.434615 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14118 | 2024.08.28 17:59:23.434807 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14119 | 2024.08.28 17:59:23.435236 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14120 | 2024.08.28 17:59:23.435285 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14121 | 2024.08.28 17:59:23.435945 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
14122 | 2024.08.28 17:59:23.436314 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Trace> oximeter.timeseries_schema (5e79227e-378d-4e92-86cd-7f3873dbfaf0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14123 | 2024.08.28 17:59:23.436506 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001973 sec., 506.8423720223011 rows/sec., 141.06 KiB/sec. | ||
14124 | 2024.08.28 17:59:23.436958 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Debug> DynamicQueryHandler: Done processing query | ||
14125 | 2024.08.28 17:59:23.436987 [ 3 ] {504ea795-b27e-421b-9c4f-30802659d7ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14126 | 2024.08.28 17:59:23.437004 [ 3 ] {} <Debug> HTTP-Session: 85b8b404-3f17-4ac6-b737-34326fb943cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14127 | 2024.08.28 17:59:23.437207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14128 | 2024.08.28 17:59:23.437263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14129 | 2024.08.28 17:59:23.437283 [ 3 ] {} <Debug> HTTP-Session: c94599e0-3eb1-496a-9dcf-ba3f72ac0911 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14130 | 2024.08.28 17:59:23.437302 [ 3 ] {} <Debug> HTTP-Session: c94599e0-3eb1-496a-9dcf-ba3f72ac0911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14131 | 2024.08.28 17:59:23.437316 [ 3 ] {} <Debug> HTTP-Session: c94599e0-3eb1-496a-9dcf-ba3f72ac0911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14132 | 2024.08.28 17:59:23.437351 [ 3 ] {} <Trace> HTTP-Session: c94599e0-3eb1-496a-9dcf-ba3f72ac0911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14133 | 2024.08.28 17:59:23.437463 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14134 | 2024.08.28 17:59:23.437514 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14135 | 2024.08.28 17:59:23.437785 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14136 | 2024.08.28 17:59:23.438154 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14137 | 2024.08.28 17:59:23.438194 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14138 | 2024.08.28 17:59:23.438570 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
14139 | 2024.08.28 17:59:23.438952 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14140 | 2024.08.28 17:59:23.439117 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Debug> executeQuery: Read 7 rows, 577.00 B in 0.001678 sec., 4171.6328963051255 rows/sec., 335.80 KiB/sec. | ||
14141 | 2024.08.28 17:59:23.439288 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Debug> DynamicQueryHandler: Done processing query | ||
14142 | 2024.08.28 17:59:23.439314 [ 3 ] {b3062f61-9ecf-4efe-95dc-3e35842a2832} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14143 | 2024.08.28 17:59:23.439330 [ 3 ] {} <Debug> HTTP-Session: c94599e0-3eb1-496a-9dcf-ba3f72ac0911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14144 | 2024.08.28 17:59:23.439571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14145 | 2024.08.28 17:59:23.439627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14146 | 2024.08.28 17:59:23.439647 [ 3 ] {} <Debug> HTTP-Session: caec3cea-5dd3-4fa5-a091-be98c053d69d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14147 | 2024.08.28 17:59:23.439665 [ 3 ] {} <Debug> HTTP-Session: caec3cea-5dd3-4fa5-a091-be98c053d69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14148 | 2024.08.28 17:59:23.439680 [ 3 ] {} <Debug> HTTP-Session: caec3cea-5dd3-4fa5-a091-be98c053d69d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14149 | 2024.08.28 17:59:23.439715 [ 3 ] {} <Trace> HTTP-Session: caec3cea-5dd3-4fa5-a091-be98c053d69d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14150 | 2024.08.28 17:59:23.439904 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14151 | 2024.08.28 17:59:23.439950 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14152 | 2024.08.28 17:59:23.440185 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14153 | 2024.08.28 17:59:23.440810 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14154 | 2024.08.28 17:59:23.440850 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14155 | 2024.08.28 17:59:23.441251 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14156 | 2024.08.28 17:59:23.441644 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14157 | 2024.08.28 17:59:23.441801 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Debug> executeQuery: Read 292 rows, 26.56 KiB in 0.001991 sec., 146659.96986438974 rows/sec., 13.03 MiB/sec. | ||
14158 | 2024.08.28 17:59:23.442107 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Debug> DynamicQueryHandler: Done processing query | ||
14159 | 2024.08.28 17:59:23.442184 [ 3 ] {895e81a3-f346-4c73-bea4-ebddc5d1e9bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
14160 | 2024.08.28 17:59:23.442248 [ 3 ] {} <Debug> HTTP-Session: caec3cea-5dd3-4fa5-a091-be98c053d69d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14161 | 2024.08.28 17:59:23.442468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14162 | 2024.08.28 17:59:23.442526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14163 | 2024.08.28 17:59:23.442545 [ 3 ] {} <Debug> HTTP-Session: 311d63e0-449e-4f90-a909-3432f9879983 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14164 | 2024.08.28 17:59:23.442563 [ 3 ] {} <Debug> HTTP-Session: 311d63e0-449e-4f90-a909-3432f9879983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14165 | 2024.08.28 17:59:23.442578 [ 3 ] {} <Debug> HTTP-Session: 311d63e0-449e-4f90-a909-3432f9879983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14166 | 2024.08.28 17:59:23.442612 [ 3 ] {} <Trace> HTTP-Session: 311d63e0-449e-4f90-a909-3432f9879983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14167 | 2024.08.28 17:59:23.442741 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14168 | 2024.08.28 17:59:23.442788 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14169 | 2024.08.28 17:59:23.443079 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14170 | 2024.08.28 17:59:23.443445 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14171 | 2024.08.28 17:59:23.443483 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14172 | 2024.08.28 17:59:23.443839 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14173 | 2024.08.28 17:59:23.444211 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14174 | 2024.08.28 17:59:23.444375 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Debug> executeQuery: Read 56 rows, 4.17 KiB in 0.001677 sec., 33392.96362552176 rows/sec., 2.43 MiB/sec. | ||
14175 | 2024.08.28 17:59:23.444549 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Debug> DynamicQueryHandler: Done processing query | ||
14176 | 2024.08.28 17:59:23.444574 [ 3 ] {b3a8c9de-4e90-4d18-ac95-700a105b89b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14177 | 2024.08.28 17:59:23.444591 [ 3 ] {} <Debug> HTTP-Session: 311d63e0-449e-4f90-a909-3432f9879983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14178 | 2024.08.28 17:59:23.444732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14179 | 2024.08.28 17:59:23.444782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14180 | 2024.08.28 17:59:23.444801 [ 3 ] {} <Debug> HTTP-Session: dffbab95-c4b9-4544-8b01-d51de8ea3c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14181 | 2024.08.28 17:59:23.444819 [ 3 ] {} <Debug> HTTP-Session: dffbab95-c4b9-4544-8b01-d51de8ea3c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14182 | 2024.08.28 17:59:23.444834 [ 3 ] {} <Debug> HTTP-Session: dffbab95-c4b9-4544-8b01-d51de8ea3c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14183 | 2024.08.28 17:59:23.444867 [ 3 ] {} <Trace> HTTP-Session: dffbab95-c4b9-4544-8b01-d51de8ea3c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14184 | 2024.08.28 17:59:23.444974 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14185 | 2024.08.28 17:59:23.445020 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14186 | 2024.08.28 17:59:23.445251 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14187 | 2024.08.28 17:59:23.445582 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14188 | 2024.08.28 17:59:23.445621 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14189 | 2024.08.28 17:59:23.445991 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14190 | 2024.08.28 17:59:23.446354 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14191 | 2024.08.28 17:59:23.446519 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
14192 | 2024.08.28 17:59:23.446709 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Debug> DynamicQueryHandler: Done processing query | ||
14193 | 2024.08.28 17:59:23.446745 [ 3 ] {588f88eb-dd1d-4bba-9ad1-0e67c4187a90} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14194 | 2024.08.28 17:59:23.446766 [ 3 ] {} <Debug> HTTP-Session: dffbab95-c4b9-4544-8b01-d51de8ea3c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14195 | 2024.08.28 17:59:23.446902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14196 | 2024.08.28 17:59:23.446956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14197 | 2024.08.28 17:59:23.446975 [ 3 ] {} <Debug> HTTP-Session: 0d37f766-c6a1-4faa-95cf-18d0900b3a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14198 | 2024.08.28 17:59:23.446991 [ 3 ] {} <Debug> HTTP-Session: 0d37f766-c6a1-4faa-95cf-18d0900b3a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14199 | 2024.08.28 17:59:23.447009 [ 3 ] {} <Debug> HTTP-Session: 0d37f766-c6a1-4faa-95cf-18d0900b3a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14200 | 2024.08.28 17:59:23.447040 [ 3 ] {} <Trace> HTTP-Session: 0d37f766-c6a1-4faa-95cf-18d0900b3a7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14201 | 2024.08.28 17:59:23.447140 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14202 | 2024.08.28 17:59:23.447184 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14203 | 2024.08.28 17:59:23.447411 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14204 | 2024.08.28 17:59:23.447717 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14205 | 2024.08.28 17:59:23.447755 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14206 | 2024.08.28 17:59:23.448100 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14207 | 2024.08.28 17:59:23.448483 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14208 | 2024.08.28 17:59:23.448643 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 233.22 KiB/sec. | ||
14209 | 2024.08.28 17:59:23.448800 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Debug> DynamicQueryHandler: Done processing query | ||
14210 | 2024.08.28 17:59:23.448823 [ 3 ] {057a5e54-bd00-47ab-85dd-c54b5a2f8a30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14211 | 2024.08.28 17:59:23.448839 [ 3 ] {} <Debug> HTTP-Session: 0d37f766-c6a1-4faa-95cf-18d0900b3a7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14212 | 2024.08.28 17:59:23.449045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 72246, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14213 | 2024.08.28 17:59:23.449094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14214 | 2024.08.28 17:59:23.449113 [ 3 ] {} <Debug> HTTP-Session: 14cf8d8a-55fa-42b6-b61b-e46be56f4307 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14215 | 2024.08.28 17:59:23.449130 [ 3 ] {} <Debug> HTTP-Session: 14cf8d8a-55fa-42b6-b61b-e46be56f4307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14216 | 2024.08.28 17:59:23.449144 [ 3 ] {} <Debug> HTTP-Session: 14cf8d8a-55fa-42b6-b61b-e46be56f4307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14217 | 2024.08.28 17:59:23.449175 [ 3 ] {} <Trace> HTTP-Session: 14cf8d8a-55fa-42b6-b61b-e46be56f4307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14218 | 2024.08.28 17:59:23.449395 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14219 | 2024.08.28 17:59:23.449439 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14220 | 2024.08.28 17:59:23.449657 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14221 | 2024.08.28 17:59:23.450382 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14222 | 2024.08.28 17:59:23.450426 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14223 | 2024.08.28 17:59:23.450902 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14224 | 2024.08.28 17:59:23.451374 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14225 | 2024.08.28 17:59:23.451568 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Debug> executeQuery: Read 444 rows, 32.59 KiB in 0.002284 sec., 194395.79684763573 rows/sec., 13.93 MiB/sec. | ||
14226 | 2024.08.28 17:59:23.451794 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Debug> DynamicQueryHandler: Done processing query | ||
14227 | 2024.08.28 17:59:23.451829 [ 3 ] {d7db7dc9-8e10-4251-be16-62d411bea178} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
14228 | 2024.08.28 17:59:23.451853 [ 3 ] {} <Debug> HTTP-Session: 14cf8d8a-55fa-42b6-b61b-e46be56f4307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14229 | 2024.08.28 17:59:23.452194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14230 | 2024.08.28 17:59:23.452258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14231 | 2024.08.28 17:59:23.452283 [ 3 ] {} <Debug> HTTP-Session: b64b0d1f-c3f9-40d4-9bf8-4b7beac2c26a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14232 | 2024.08.28 17:59:23.452305 [ 3 ] {} <Debug> HTTP-Session: b64b0d1f-c3f9-40d4-9bf8-4b7beac2c26a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14233 | 2024.08.28 17:59:23.452324 [ 3 ] {} <Debug> HTTP-Session: b64b0d1f-c3f9-40d4-9bf8-4b7beac2c26a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14234 | 2024.08.28 17:59:23.452363 [ 3 ] {} <Trace> HTTP-Session: b64b0d1f-c3f9-40d4-9bf8-4b7beac2c26a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14235 | 2024.08.28 17:59:23.452477 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14236 | 2024.08.28 17:59:23.452533 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14237 | 2024.08.28 17:59:23.452706 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14238 | 2024.08.28 17:59:23.453337 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14239 | 2024.08.28 17:59:23.453444 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14240 | 2024.08.28 17:59:23.453897 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14241 | 2024.08.28 17:59:23.454311 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14242 | 2024.08.28 17:59:23.454478 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002023 sec., 2965.8922392486406 rows/sec., 154.96 KiB/sec. | ||
14243 | 2024.08.28 17:59:23.454742 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Debug> DynamicQueryHandler: Done processing query | ||
14244 | 2024.08.28 17:59:23.454782 [ 3 ] {3da9e632-e7a2-4b3c-852e-92ce5a65662e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14245 | 2024.08.28 17:59:23.454806 [ 3 ] {} <Debug> HTTP-Session: b64b0d1f-c3f9-40d4-9bf8-4b7beac2c26a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14246 | 2024.08.28 17:59:23.455017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14247 | 2024.08.28 17:59:23.455066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14248 | 2024.08.28 17:59:23.455086 [ 3 ] {} <Debug> HTTP-Session: 3f9c7657-9ef8-4981-8d46-984b108e25c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14249 | 2024.08.28 17:59:23.455102 [ 3 ] {} <Debug> HTTP-Session: 3f9c7657-9ef8-4981-8d46-984b108e25c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14250 | 2024.08.28 17:59:23.455116 [ 3 ] {} <Debug> HTTP-Session: 3f9c7657-9ef8-4981-8d46-984b108e25c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14251 | 2024.08.28 17:59:23.455148 [ 3 ] {} <Trace> HTTP-Session: 3f9c7657-9ef8-4981-8d46-984b108e25c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14252 | 2024.08.28 17:59:23.455328 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14253 | 2024.08.28 17:59:23.455380 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14254 | 2024.08.28 17:59:23.455548 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14255 | 2024.08.28 17:59:23.456061 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14256 | 2024.08.28 17:59:23.456104 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14257 | 2024.08.28 17:59:23.456544 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14258 | 2024.08.28 17:59:23.456947 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14259 | 2024.08.28 17:59:23.457132 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Debug> executeQuery: Read 241 rows, 16.54 KiB in 0.001899 sec., 126908.89942074775 rows/sec., 8.51 MiB/sec. | ||
14260 | 2024.08.28 17:59:23.457403 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Debug> DynamicQueryHandler: Done processing query | ||
14261 | 2024.08.28 17:59:23.457455 [ 3 ] {cc09d4ee-0ab1-4ec5-ade0-80c6933e256e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14262 | 2024.08.28 17:59:23.457491 [ 3 ] {} <Debug> HTTP-Session: 3f9c7657-9ef8-4981-8d46-984b108e25c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14263 | 2024.08.28 17:59:23.457655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14264 | 2024.08.28 17:59:23.457709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14265 | 2024.08.28 17:59:23.457730 [ 3 ] {} <Debug> HTTP-Session: 44198fe3-bfa6-4440-aaec-1079cdb62ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14266 | 2024.08.28 17:59:23.457747 [ 3 ] {} <Debug> HTTP-Session: 44198fe3-bfa6-4440-aaec-1079cdb62ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14267 | 2024.08.28 17:59:23.457761 [ 3 ] {} <Debug> HTTP-Session: 44198fe3-bfa6-4440-aaec-1079cdb62ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14268 | 2024.08.28 17:59:23.457793 [ 3 ] {} <Trace> HTTP-Session: 44198fe3-bfa6-4440-aaec-1079cdb62ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14269 | 2024.08.28 17:59:23.457889 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14270 | 2024.08.28 17:59:23.457936 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14271 | 2024.08.28 17:59:23.458076 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14272 | 2024.08.28 17:59:23.458438 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14273 | 2024.08.28 17:59:23.458475 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14274 | 2024.08.28 17:59:23.458832 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14275 | 2024.08.28 17:59:23.459283 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14276 | 2024.08.28 17:59:23.459482 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec. | ||
14277 | 2024.08.28 17:59:23.459668 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Debug> DynamicQueryHandler: Done processing query | ||
14278 | 2024.08.28 17:59:23.459694 [ 3 ] {a59cdde3-366d-45c6-8794-b66053d59971} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14279 | 2024.08.28 17:59:23.459710 [ 3 ] {} <Debug> HTTP-Session: 44198fe3-bfa6-4440-aaec-1079cdb62ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14280 | 2024.08.28 17:59:23.459900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 80200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14281 | 2024.08.28 17:59:23.459947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14282 | 2024.08.28 17:59:23.459966 [ 3 ] {} <Debug> HTTP-Session: 8f4085a5-0199-4283-a884-aa821df7705f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14283 | 2024.08.28 17:59:23.459982 [ 3 ] {} <Debug> HTTP-Session: 8f4085a5-0199-4283-a884-aa821df7705f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14284 | 2024.08.28 17:59:23.459996 [ 3 ] {} <Debug> HTTP-Session: 8f4085a5-0199-4283-a884-aa821df7705f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14285 | 2024.08.28 17:59:23.460026 [ 3 ] {} <Trace> HTTP-Session: 8f4085a5-0199-4283-a884-aa821df7705f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14286 | 2024.08.28 17:59:23.460457 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14287 | 2024.08.28 17:59:23.460519 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14288 | 2024.08.28 17:59:23.460983 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14289 | 2024.08.28 17:59:23.461843 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14290 | 2024.08.28 17:59:23.461882 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14291 | 2024.08.28 17:59:23.462589 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14292 | 2024.08.28 17:59:23.463017 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14293 | 2024.08.28 17:59:23.463219 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.003074 sec., 15940.14313597918 rows/sec., 28.56 MiB/sec. | ||
14294 | 2024.08.28 17:59:23.463462 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Debug> DynamicQueryHandler: Done processing query | ||
14295 | 2024.08.28 17:59:23.463496 [ 3 ] {4d2fda29-3323-4373-b4db-6bc531c7d0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.63 MiB. | ||
14296 | 2024.08.28 17:59:23.463518 [ 3 ] {} <Debug> HTTP-Session: 8f4085a5-0199-4283-a884-aa821df7705f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14297 | 2024.08.28 17:59:23.463675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14298 | 2024.08.28 17:59:23.463731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14299 | 2024.08.28 17:59:23.463750 [ 3 ] {} <Debug> HTTP-Session: 82e771bf-e40e-4b53-b3d0-48c99a51c1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14300 | 2024.08.28 17:59:23.463767 [ 3 ] {} <Debug> HTTP-Session: 82e771bf-e40e-4b53-b3d0-48c99a51c1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14301 | 2024.08.28 17:59:23.463782 [ 3 ] {} <Debug> HTTP-Session: 82e771bf-e40e-4b53-b3d0-48c99a51c1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14302 | 2024.08.28 17:59:23.463814 [ 3 ] {} <Trace> HTTP-Session: 82e771bf-e40e-4b53-b3d0-48c99a51c1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14303 | 2024.08.28 17:59:23.463934 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14304 | 2024.08.28 17:59:23.463979 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14305 | 2024.08.28 17:59:23.464109 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14306 | 2024.08.28 17:59:23.464442 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14307 | 2024.08.28 17:59:23.464479 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14308 | 2024.08.28 17:59:23.464849 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14309 | 2024.08.28 17:59:23.465182 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14310 | 2024.08.28 17:59:23.465327 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
14311 | 2024.08.28 17:59:23.465498 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Debug> DynamicQueryHandler: Done processing query | ||
14312 | 2024.08.28 17:59:23.465523 [ 3 ] {2a4f1e2a-3610-4495-8414-b9e0a71f7273} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14313 | 2024.08.28 17:59:23.465539 [ 3 ] {} <Debug> HTTP-Session: 82e771bf-e40e-4b53-b3d0-48c99a51c1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14314 | 2024.08.28 17:59:28.415828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14315 | 2024.08.28 17:59:28.415960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14316 | 2024.08.28 17:59:28.415990 [ 3 ] {} <Debug> HTTP-Session: f322182c-84f1-444f-9bc6-3dec917330fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14317 | 2024.08.28 17:59:28.416025 [ 3 ] {} <Debug> HTTP-Session: f322182c-84f1-444f-9bc6-3dec917330fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14318 | 2024.08.28 17:59:28.416049 [ 3 ] {} <Debug> HTTP-Session: f322182c-84f1-444f-9bc6-3dec917330fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14319 | 2024.08.28 17:59:28.416114 [ 3 ] {} <Trace> HTTP-Session: f322182c-84f1-444f-9bc6-3dec917330fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14320 | 2024.08.28 17:59:28.416320 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14321 | 2024.08.28 17:59:28.416395 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14322 | 2024.08.28 17:59:28.416756 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14323 | 2024.08.28 17:59:28.417201 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14324 | 2024.08.28 17:59:28.417241 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14325 | 2024.08.28 17:59:28.417667 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
14326 | 2024.08.28 17:59:28.418098 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14327 | 2024.08.28 17:59:28.418251 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001998 sec., 1501.5015015015013 rows/sec., 118.77 KiB/sec. | ||
14328 | 2024.08.28 17:59:28.418454 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Debug> DynamicQueryHandler: Done processing query | ||
14329 | 2024.08.28 17:59:28.418482 [ 3 ] {95b830de-36b2-4a7c-b067-db91840ca94c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14330 | 2024.08.28 17:59:28.418499 [ 3 ] {} <Debug> HTTP-Session: f322182c-84f1-444f-9bc6-3dec917330fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14331 | 2024.08.28 17:59:28.418680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14332 | 2024.08.28 17:59:28.418732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14333 | 2024.08.28 17:59:28.418753 [ 3 ] {} <Debug> HTTP-Session: 19b0de61-a9f1-489e-9c15-aa6c32e0ad68 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14334 | 2024.08.28 17:59:28.418772 [ 3 ] {} <Debug> HTTP-Session: 19b0de61-a9f1-489e-9c15-aa6c32e0ad68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14335 | 2024.08.28 17:59:28.418786 [ 3 ] {} <Debug> HTTP-Session: 19b0de61-a9f1-489e-9c15-aa6c32e0ad68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14336 | 2024.08.28 17:59:28.418818 [ 3 ] {} <Trace> HTTP-Session: 19b0de61-a9f1-489e-9c15-aa6c32e0ad68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14337 | 2024.08.28 17:59:28.418940 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14338 | 2024.08.28 17:59:28.418986 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14339 | 2024.08.28 17:59:28.419216 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14340 | 2024.08.28 17:59:28.419605 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14341 | 2024.08.28 17:59:28.419644 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14342 | 2024.08.28 17:59:28.420018 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14343 | 2024.08.28 17:59:28.420391 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14344 | 2024.08.28 17:59:28.420524 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Debug> executeQuery: Read 61 rows, 4.80 KiB in 0.001623 sec., 37584.71965495995 rows/sec., 2.89 MiB/sec. | ||
14345 | 2024.08.28 17:59:28.420524 [ 52 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14346 | 2024.08.28 17:59:28.420582 [ 52 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14347 | 2024.08.28 17:59:28.420616 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14348 | 2024.08.28 17:59:28.420718 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Debug> DynamicQueryHandler: Done processing query | ||
14349 | 2024.08.28 17:59:28.420736 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14350 | 2024.08.28 17:59:28.420746 [ 3 ] {c54d360b-9ca4-45df-a27e-6615c1c721b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14351 | 2024.08.28 17:59:28.420782 [ 3 ] {} <Debug> HTTP-Session: 19b0de61-a9f1-489e-9c15-aa6c32e0ad68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14352 | 2024.08.28 17:59:28.420889 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14353 | 2024.08.28 17:59:28.420920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14354 | 2024.08.28 17:59:28.420933 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1435 rows starting from the beginning of the part | ||
14355 | 2024.08.28 17:59:28.420978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14356 | 2024.08.28 17:59:28.421015 [ 3 ] {} <Debug> HTTP-Session: 9ff63479-1298-48ed-8427-5e52e31a5e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14357 | 2024.08.28 17:59:28.421097 [ 3 ] {} <Debug> HTTP-Session: 9ff63479-1298-48ed-8427-5e52e31a5e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14358 | 2024.08.28 17:59:28.421130 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
14359 | 2024.08.28 17:59:28.421156 [ 3 ] {} <Debug> HTTP-Session: 9ff63479-1298-48ed-8427-5e52e31a5e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14360 | 2024.08.28 17:59:28.421292 [ 3 ] {} <Trace> HTTP-Session: 9ff63479-1298-48ed-8427-5e52e31a5e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14361 | 2024.08.28 17:59:28.421460 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 287 rows starting from the beginning of the part | ||
14362 | 2024.08.28 17:59:28.421665 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14363 | 2024.08.28 17:59:28.421833 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 58 rows starting from the beginning of the part | ||
14364 | 2024.08.28 17:59:28.421841 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14365 | 2024.08.28 17:59:28.422256 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 292 rows starting from the beginning of the part | ||
14366 | 2024.08.28 17:59:28.422637 [ 192 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 61 rows starting from the beginning of the part | ||
14367 | 2024.08.28 17:59:28.423486 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14368 | 2024.08.28 17:59:28.423951 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14369 | 2024.08.28 17:59:28.424001 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14370 | 2024.08.28 17:59:28.424595 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14371 | 2024.08.28 17:59:28.425072 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14372 | 2024.08.28 17:59:28.425190 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.00450835 sec., 485987.11280180106 rows/sec., 43.03 MiB/sec. | ||
14373 | 2024.08.28 17:59:28.425310 [ 52 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14374 | 2024.08.28 17:59:28.425338 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Debug> executeQuery: Read 4 rows, 284.00 B in 0.003813 sec., 1049.042748492001 rows/sec., 72.74 KiB/sec. | ||
14375 | 2024.08.28 17:59:28.425372 [ 52 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14376 | 2024.08.28 17:59:28.425429 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14377 | 2024.08.28 17:59:28.425685 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
14378 | 2024.08.28 17:59:28.425718 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Debug> DynamicQueryHandler: Done processing query | ||
14379 | 2024.08.28 17:59:28.425751 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14380 | 2024.08.28 17:59:28.425783 [ 3 ] {b4e312a0-5f3d-49f4-9861-00249733fcf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14381 | 2024.08.28 17:59:28.425853 [ 3 ] {} <Debug> HTTP-Session: 9ff63479-1298-48ed-8427-5e52e31a5e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14382 | 2024.08.28 17:59:28.426131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12525, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14383 | 2024.08.28 17:59:28.426194 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14384 | 2024.08.28 17:59:28.426215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14385 | 2024.08.28 17:59:28.426252 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part | ||
14386 | 2024.08.28 17:59:28.426285 [ 3 ] {} <Debug> HTTP-Session: 321981f6-513e-4bdc-95e5-f397744d0bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14387 | 2024.08.28 17:59:28.426316 [ 3 ] {} <Debug> HTTP-Session: 321981f6-513e-4bdc-95e5-f397744d0bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14388 | 2024.08.28 17:59:28.426380 [ 3 ] {} <Debug> HTTP-Session: 321981f6-513e-4bdc-95e5-f397744d0bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14389 | 2024.08.28 17:59:28.426556 [ 3 ] {} <Trace> HTTP-Session: 321981f6-513e-4bdc-95e5-f397744d0bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14390 | 2024.08.28 17:59:28.426613 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
14391 | 2024.08.28 17:59:28.427078 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14392 | 2024.08.28 17:59:28.427089 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 49 rows starting from the beginning of the part | ||
14393 | 2024.08.28 17:59:28.427246 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14394 | 2024.08.28 17:59:28.427547 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
14395 | 2024.08.28 17:59:28.427952 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
14396 | 2024.08.28 17:59:28.428402 [ 188 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 4 rows starting from the beginning of the part | ||
14397 | 2024.08.28 17:59:28.429554 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14398 | 2024.08.28 17:59:28.429626 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14399 | 2024.08.28 17:59:28.430056 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_81_16} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14400 | 2024.08.28 17:59:28.430568 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
14401 | 2024.08.28 17:59:28.431654 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14402 | 2024.08.28 17:59:28.431725 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14403 | 2024.08.28 17:59:28.432758 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14404 | 2024.08.28 17:59:28.432798 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.007235921 sec., 24461.29525184147 rows/sec., 1.87 MiB/sec. | ||
14405 | 2024.08.28 17:59:28.433008 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14406 | 2024.08.28 17:59:28.433278 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14407 | 2024.08.28 17:59:28.433504 [ 52 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14408 | 2024.08.28 17:59:28.433532 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Debug> executeQuery: Read 74 rows, 5.85 KiB in 0.006688 sec., 11064.593301435407 rows/sec., 874.64 KiB/sec. | ||
14409 | 2024.08.28 17:59:28.433554 [ 52 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14410 | 2024.08.28 17:59:28.433610 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14411 | 2024.08.28 17:59:28.434035 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14412 | 2024.08.28 17:59:28.434072 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Debug> DynamicQueryHandler: Done processing query | ||
14413 | 2024.08.28 17:59:28.434081 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14414 | 2024.08.28 17:59:28.434128 [ 3 ] {bae42d7e-2727-4b6f-ae4e-d293cdca800e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14415 | 2024.08.28 17:59:28.434202 [ 3 ] {} <Debug> HTTP-Session: 321981f6-513e-4bdc-95e5-f397744d0bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14416 | 2024.08.28 17:59:28.434312 [ 196 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_71_14} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14417 | 2024.08.28 17:59:28.434462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14418 | 2024.08.28 17:59:28.434588 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14419 | 2024.08.28 17:59:28.434676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14420 | 2024.08.28 17:59:28.434715 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14421 | 2024.08.28 17:59:28.434730 [ 3 ] {} <Debug> HTTP-Session: 91cd2de6-f519-4db9-bcae-0d3424fef4a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14422 | 2024.08.28 17:59:28.434785 [ 3 ] {} <Debug> HTTP-Session: 91cd2de6-f519-4db9-bcae-0d3424fef4a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14423 | 2024.08.28 17:59:28.434790 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 925 rows starting from the beginning of the part | ||
14424 | 2024.08.28 17:59:28.434807 [ 3 ] {} <Debug> HTTP-Session: 91cd2de6-f519-4db9-bcae-0d3424fef4a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14425 | 2024.08.28 17:59:28.434906 [ 3 ] {} <Trace> HTTP-Session: 91cd2de6-f519-4db9-bcae-0d3424fef4a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14426 | 2024.08.28 17:59:28.435042 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 65 rows starting from the beginning of the part | ||
14427 | 2024.08.28 17:59:28.435383 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14428 | 2024.08.28 17:59:28.435437 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 431 rows starting from the beginning of the part | ||
14429 | 2024.08.28 17:59:28.435559 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14430 | 2024.08.28 17:59:28.435807 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 65 rows starting from the beginning of the part | ||
14431 | 2024.08.28 17:59:28.436194 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 444 rows starting from the beginning of the part | ||
14432 | 2024.08.28 17:59:28.436583 [ 199 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 74 rows starting from the beginning of the part | ||
14433 | 2024.08.28 17:59:28.436625 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14434 | 2024.08.28 17:59:28.437735 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14435 | 2024.08.28 17:59:28.437799 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14436 | 2024.08.28 17:59:28.438959 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14437 | 2024.08.28 17:59:28.439756 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2004 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996154 sec., 334214.23132227757 rows/sec., 25.61 MiB/sec. | ||
14438 | 2024.08.28 17:59:28.439896 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14439 | 2024.08.28 17:59:28.440149 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14440 | 2024.08.28 17:59:28.440164 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.005011 sec., 32328.876471762123 rows/sec., 2.25 MiB/sec. | ||
14441 | 2024.08.28 17:59:28.440786 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Debug> DynamicQueryHandler: Done processing query | ||
14442 | 2024.08.28 17:59:28.440887 [ 3 ] {b328f907-199c-45e8-910d-4a738dee1161} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14443 | 2024.08.28 17:59:28.440993 [ 3 ] {} <Debug> HTTP-Session: 91cd2de6-f519-4db9-bcae-0d3424fef4a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14444 | 2024.08.28 17:59:28.441361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14445 | 2024.08.28 17:59:28.441563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14446 | 2024.08.28 17:59:28.441705 [ 3 ] {} <Debug> HTTP-Session: 5e58a33f-9bed-4298-ba43-82da949791bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14447 | 2024.08.28 17:59:28.441809 [ 3 ] {} <Debug> HTTP-Session: 5e58a33f-9bed-4298-ba43-82da949791bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14448 | 2024.08.28 17:59:28.441856 [ 3 ] {} <Debug> HTTP-Session: 5e58a33f-9bed-4298-ba43-82da949791bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14449 | 2024.08.28 17:59:28.441925 [ 3 ] {} <Trace> HTTP-Session: 5e58a33f-9bed-4298-ba43-82da949791bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14450 | 2024.08.28 17:59:28.442126 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14451 | 2024.08.28 17:59:28.442138 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14452 | 2024.08.28 17:59:28.442304 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14453 | 2024.08.28 17:59:28.442330 [ 189 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_81_16} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14454 | 2024.08.28 17:59:28.442596 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
14455 | 2024.08.28 17:59:28.443015 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14456 | 2024.08.28 17:59:28.443569 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14457 | 2024.08.28 17:59:28.443608 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14458 | 2024.08.28 17:59:28.444210 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14459 | 2024.08.28 17:59:28.444639 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14460 | 2024.08.28 17:59:28.444784 [ 52 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
14461 | 2024.08.28 17:59:28.444794 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002749 sec., 363.7686431429611 rows/sec., 667.50 KiB/sec. | ||
14462 | 2024.08.28 17:59:28.444816 [ 52 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14463 | 2024.08.28 17:59:28.444851 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14464 | 2024.08.28 17:59:28.445127 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
14465 | 2024.08.28 17:59:28.445227 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Debug> DynamicQueryHandler: Done processing query | ||
14466 | 2024.08.28 17:59:28.445276 [ 3 ] {0455984b-6143-4b20-9b15-6512f72bc02a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14467 | 2024.08.28 17:59:28.445316 [ 3 ] {} <Debug> HTTP-Session: 5e58a33f-9bed-4298-ba43-82da949791bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14468 | 2024.08.28 17:59:28.445522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14469 | 2024.08.28 17:59:28.445676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14470 | 2024.08.28 17:59:28.445748 [ 3 ] {} <Debug> HTTP-Session: fe5bb067-b956-4d31-b55f-e9ec04395979 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14471 | 2024.08.28 17:59:28.445810 [ 3 ] {} <Debug> HTTP-Session: fe5bb067-b956-4d31-b55f-e9ec04395979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14472 | 2024.08.28 17:59:28.445859 [ 3 ] {} <Debug> HTTP-Session: fe5bb067-b956-4d31-b55f-e9ec04395979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14473 | 2024.08.28 17:59:28.445894 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14474 | 2024.08.28 17:59:28.445924 [ 3 ] {} <Trace> HTTP-Session: fe5bb067-b956-4d31-b55f-e9ec04395979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14475 | 2024.08.28 17:59:28.446036 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1231 rows starting from the beginning of the part | ||
14476 | 2024.08.28 17:59:28.446218 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14477 | 2024.08.28 17:59:28.446466 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14478 | 2024.08.28 17:59:28.446737 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
14479 | 2024.08.28 17:59:28.447404 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14480 | 2024.08.28 17:59:28.447546 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 49 rows starting from the beginning of the part | ||
14481 | 2024.08.28 17:59:28.448101 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
14482 | 2024.08.28 17:59:28.448553 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14483 | 2024.08.28 17:59:28.448666 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14484 | 2024.08.28 17:59:28.448767 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 49 rows starting from the beginning of the part | ||
14485 | 2024.08.28 17:59:28.449325 [ 186 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
14486 | 2024.08.28 17:59:28.450094 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14487 | 2024.08.28 17:59:28.450808 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14488 | 2024.08.28 17:59:28.451237 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005144 sec., 11664.07465007776 rows/sec., 804.94 KiB/sec. | ||
14489 | 2024.08.28 17:59:28.451496 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Debug> DynamicQueryHandler: Done processing query | ||
14490 | 2024.08.28 17:59:28.451522 [ 3 ] {273f2a7e-32de-428b-8ef5-4bb2f7be8497} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14491 | 2024.08.28 17:59:28.451539 [ 3 ] {} <Debug> HTTP-Session: fe5bb067-b956-4d31-b55f-e9ec04395979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14492 | 2024.08.28 17:59:28.458213 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1332 rows, containing 19 columns (19 merged, 0 gathered) in 0.013248215 sec., 100541.84658084126 rows/sec., 180.17 MiB/sec. | ||
14493 | 2024.08.28 17:59:28.460297 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14494 | 2024.08.28 17:59:28.460901 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14495 | 2024.08.28 17:59:28.460981 [ 200 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14496 | 2024.08.28 17:59:28.461124 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.46 MiB. | ||
14497 | 2024.08.28 17:59:29.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.42 MiB, peak 218.83 MiB, free memory in arenas 0.00 B, will set to 208.80 MiB (RSS), difference: 2.38 MiB | ||
14498 | 2024.08.28 17:59:32.738427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14499 | 2024.08.28 17:59:32.738635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14500 | 2024.08.28 17:59:32.738678 [ 3 ] {} <Debug> HTTP-Session: 244bbb9b-abab-4637-bf26-a1e229e070b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14501 | 2024.08.28 17:59:32.738719 [ 3 ] {} <Debug> HTTP-Session: 244bbb9b-abab-4637-bf26-a1e229e070b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14502 | 2024.08.28 17:59:32.738744 [ 3 ] {} <Debug> HTTP-Session: 244bbb9b-abab-4637-bf26-a1e229e070b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14503 | 2024.08.28 17:59:32.738824 [ 3 ] {} <Trace> HTTP-Session: 244bbb9b-abab-4637-bf26-a1e229e070b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14504 | 2024.08.28 17:59:32.739116 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14505 | 2024.08.28 17:59:32.739226 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14506 | 2024.08.28 17:59:32.739660 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14507 | 2024.08.28 17:59:32.740128 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14508 | 2024.08.28 17:59:32.740178 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14509 | 2024.08.28 17:59:32.740664 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
14510 | 2024.08.28 17:59:32.741126 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14511 | 2024.08.28 17:59:32.741329 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.002298 sec., 2610.9660574412533 rows/sec., 206.53 KiB/sec. | ||
14512 | 2024.08.28 17:59:32.741685 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Debug> DynamicQueryHandler: Done processing query | ||
14513 | 2024.08.28 17:59:32.741740 [ 3 ] {3b6eb606-e47d-4df2-8392-2299104eb7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14514 | 2024.08.28 17:59:32.741769 [ 3 ] {} <Debug> HTTP-Session: 244bbb9b-abab-4637-bf26-a1e229e070b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14515 | 2024.08.28 17:59:32.742103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 218621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14516 | 2024.08.28 17:59:32.742161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14517 | 2024.08.28 17:59:32.742183 [ 3 ] {} <Debug> HTTP-Session: e818c13f-d0c7-4f56-90f3-42ddf50c7735 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14518 | 2024.08.28 17:59:32.742203 [ 3 ] {} <Debug> HTTP-Session: e818c13f-d0c7-4f56-90f3-42ddf50c7735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14519 | 2024.08.28 17:59:32.742220 [ 3 ] {} <Debug> HTTP-Session: e818c13f-d0c7-4f56-90f3-42ddf50c7735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14520 | 2024.08.28 17:59:32.742257 [ 3 ] {} <Trace> HTTP-Session: e818c13f-d0c7-4f56-90f3-42ddf50c7735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14521 | 2024.08.28 17:59:32.742842 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14522 | 2024.08.28 17:59:32.742895 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14523 | 2024.08.28 17:59:32.743182 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14524 | 2024.08.28 17:59:32.744676 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14525 | 2024.08.28 17:59:32.744719 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14526 | 2024.08.28 17:59:32.745249 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14527 | 2024.08.28 17:59:32.745699 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14528 | 2024.08.28 17:59:32.745884 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Debug> executeQuery: Read 1493 rows, 128.34 KiB in 0.003441 sec., 433885.4984016274 rows/sec., 36.42 MiB/sec. | ||
14529 | 2024.08.28 17:59:32.746098 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Debug> DynamicQueryHandler: Done processing query | ||
14530 | 2024.08.28 17:59:32.746129 [ 3 ] {214dfda7-15b9-4dd4-8182-8f635a9bf164} <Debug> MemoryTracker: Peak memory usage (for query): 5.02 MiB. | ||
14531 | 2024.08.28 17:59:32.746147 [ 3 ] {} <Debug> HTTP-Session: e818c13f-d0c7-4f56-90f3-42ddf50c7735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14532 | 2024.08.28 17:59:32.746382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14533 | 2024.08.28 17:59:32.746440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14534 | 2024.08.28 17:59:32.746462 [ 3 ] {} <Debug> HTTP-Session: bf461476-ab7b-4d09-946c-3933e263de0f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14535 | 2024.08.28 17:59:32.746481 [ 3 ] {} <Debug> HTTP-Session: bf461476-ab7b-4d09-946c-3933e263de0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14536 | 2024.08.28 17:59:32.746498 [ 3 ] {} <Debug> HTTP-Session: bf461476-ab7b-4d09-946c-3933e263de0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14537 | 2024.08.28 17:59:32.746535 [ 3 ] {} <Trace> HTTP-Session: bf461476-ab7b-4d09-946c-3933e263de0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14538 | 2024.08.28 17:59:32.746661 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14539 | 2024.08.28 17:59:32.746712 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14540 | 2024.08.28 17:59:32.746977 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14541 | 2024.08.28 17:59:32.747372 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14542 | 2024.08.28 17:59:32.747417 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14543 | 2024.08.28 17:59:32.747831 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14544 | 2024.08.28 17:59:32.748269 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14545 | 2024.08.28 17:59:32.748453 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Debug> executeQuery: Read 55 rows, 4.09 KiB in 0.001828 sec., 30087.527352297595 rows/sec., 2.18 MiB/sec. | ||
14546 | 2024.08.28 17:59:32.748644 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Debug> DynamicQueryHandler: Done processing query | ||
14547 | 2024.08.28 17:59:32.748674 [ 3 ] {38a0711f-ee1f-4662-8f1a-bc0d889b120b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14548 | 2024.08.28 17:59:32.748693 [ 3 ] {} <Debug> HTTP-Session: bf461476-ab7b-4d09-946c-3933e263de0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14549 | 2024.08.28 17:59:32.748986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 33939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14550 | 2024.08.28 17:59:32.749044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14551 | 2024.08.28 17:59:32.749065 [ 3 ] {} <Debug> HTTP-Session: dbcb9d95-3a9d-4688-9e97-881b5ab46220 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14552 | 2024.08.28 17:59:32.749085 [ 3 ] {} <Debug> HTTP-Session: dbcb9d95-3a9d-4688-9e97-881b5ab46220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14553 | 2024.08.28 17:59:32.749102 [ 3 ] {} <Debug> HTTP-Session: dbcb9d95-3a9d-4688-9e97-881b5ab46220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14554 | 2024.08.28 17:59:32.749138 [ 3 ] {} <Trace> HTTP-Session: dbcb9d95-3a9d-4688-9e97-881b5ab46220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14555 | 2024.08.28 17:59:32.749318 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14556 | 2024.08.28 17:59:32.749369 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14557 | 2024.08.28 17:59:32.749633 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14558 | 2024.08.28 17:59:32.750150 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14559 | 2024.08.28 17:59:32.750192 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14560 | 2024.08.28 17:59:32.750635 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14561 | 2024.08.28 17:59:32.751081 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14562 | 2024.08.28 17:59:32.751269 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Debug> executeQuery: Read 254 rows, 17.62 KiB in 0.002025 sec., 125432.0987654321 rows/sec., 8.50 MiB/sec. | ||
14563 | 2024.08.28 17:59:32.751477 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Debug> DynamicQueryHandler: Done processing query | ||
14564 | 2024.08.28 17:59:32.751504 [ 3 ] {1090c5e0-c599-4e16-afed-ec9eba6ecefe} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
14565 | 2024.08.28 17:59:32.751523 [ 3 ] {} <Debug> HTTP-Session: dbcb9d95-3a9d-4688-9e97-881b5ab46220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14566 | 2024.08.28 17:59:32.751685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14567 | 2024.08.28 17:59:32.751740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14568 | 2024.08.28 17:59:32.751762 [ 3 ] {} <Debug> HTTP-Session: 172ddfa7-88f2-49cf-b719-3f8ffec73570 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14569 | 2024.08.28 17:59:32.751782 [ 3 ] {} <Debug> HTTP-Session: 172ddfa7-88f2-49cf-b719-3f8ffec73570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14570 | 2024.08.28 17:59:32.751801 [ 3 ] {} <Debug> HTTP-Session: 172ddfa7-88f2-49cf-b719-3f8ffec73570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14571 | 2024.08.28 17:59:32.751837 [ 3 ] {} <Trace> HTTP-Session: 172ddfa7-88f2-49cf-b719-3f8ffec73570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14572 | 2024.08.28 17:59:32.751950 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14573 | 2024.08.28 17:59:32.752000 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14574 | 2024.08.28 17:59:32.752266 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14575 | 2024.08.28 17:59:32.752714 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14576 | 2024.08.28 17:59:32.752759 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14577 | 2024.08.28 17:59:32.753178 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14578 | 2024.08.28 17:59:32.753626 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14579 | 2024.08.28 17:59:32.753825 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001893 sec., 3169.5721077654516 rows/sec., 187.26 KiB/sec. | ||
14580 | 2024.08.28 17:59:32.753825 [ 45 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
14581 | 2024.08.28 17:59:32.753972 [ 45 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14582 | 2024.08.28 17:59:32.754034 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14583 | 2024.08.28 17:59:32.754158 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Debug> DynamicQueryHandler: Done processing query | ||
14584 | 2024.08.28 17:59:32.754250 [ 3 ] {fb80b3ae-708d-494a-880d-f3f42ff6c41a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14585 | 2024.08.28 17:59:32.754332 [ 3 ] {} <Debug> HTTP-Session: 172ddfa7-88f2-49cf-b719-3f8ffec73570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14586 | 2024.08.28 17:59:32.754432 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
14587 | 2024.08.28 17:59:32.754721 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14588 | 2024.08.28 17:59:32.754739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 151905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14589 | 2024.08.28 17:59:32.754808 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
14590 | 2024.08.28 17:59:32.754844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14591 | 2024.08.28 17:59:32.754903 [ 3 ] {} <Debug> HTTP-Session: e1fdd3ef-d009-484c-917f-12a33098355a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14592 | 2024.08.28 17:59:32.754963 [ 3 ] {} <Debug> HTTP-Session: e1fdd3ef-d009-484c-917f-12a33098355a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14593 | 2024.08.28 17:59:32.755038 [ 3 ] {} <Debug> HTTP-Session: e1fdd3ef-d009-484c-917f-12a33098355a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14594 | 2024.08.28 17:59:32.755140 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
14595 | 2024.08.28 17:59:32.755160 [ 3 ] {} <Trace> HTTP-Session: e1fdd3ef-d009-484c-917f-12a33098355a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14596 | 2024.08.28 17:59:32.755554 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
14597 | 2024.08.28 17:59:32.755737 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
14598 | 2024.08.28 17:59:32.755979 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
14599 | 2024.08.28 17:59:32.756034 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14600 | 2024.08.28 17:59:32.756260 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14601 | 2024.08.28 17:59:32.757207 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14602 | 2024.08.28 17:59:32.758695 [ 193 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004558022 sec., 6581.80236953661 rows/sec., 417.79 KiB/sec. | ||
14603 | 2024.08.28 17:59:32.758933 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
14604 | 2024.08.28 17:59:32.758982 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14605 | 2024.08.28 17:59:32.759072 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14606 | 2024.08.28 17:59:32.760189 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14607 | 2024.08.28 17:59:32.760208 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14608 | 2024.08.28 17:59:32.760377 [ 191 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_33_8} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
14609 | 2024.08.28 17:59:32.760605 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
14610 | 2024.08.28 17:59:32.760973 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14611 | 2024.08.28 17:59:32.761170 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Debug> executeQuery: Read 929 rows, 69.01 KiB in 0.005635 sec., 164862.46672582076 rows/sec., 11.96 MiB/sec. | ||
14612 | 2024.08.28 17:59:32.761392 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Debug> DynamicQueryHandler: Done processing query | ||
14613 | 2024.08.28 17:59:32.761422 [ 3 ] {83658af4-f3a5-4395-959c-48998407a0c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.75 MiB. | ||
14614 | 2024.08.28 17:59:32.761439 [ 3 ] {} <Debug> HTTP-Session: e1fdd3ef-d009-484c-917f-12a33098355a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14615 | 2024.08.28 17:59:32.761613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14616 | 2024.08.28 17:59:32.761669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14617 | 2024.08.28 17:59:32.761691 [ 3 ] {} <Debug> HTTP-Session: 05f4d3eb-3093-435b-a61a-e2a581fab4af Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14618 | 2024.08.28 17:59:32.761711 [ 3 ] {} <Debug> HTTP-Session: 05f4d3eb-3093-435b-a61a-e2a581fab4af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14619 | 2024.08.28 17:59:32.761727 [ 3 ] {} <Debug> HTTP-Session: 05f4d3eb-3093-435b-a61a-e2a581fab4af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14620 | 2024.08.28 17:59:32.761763 [ 3 ] {} <Trace> HTTP-Session: 05f4d3eb-3093-435b-a61a-e2a581fab4af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14621 | 2024.08.28 17:59:32.761876 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14622 | 2024.08.28 17:59:32.761928 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14623 | 2024.08.28 17:59:32.762085 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14624 | 2024.08.28 17:59:32.762400 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14625 | 2024.08.28 17:59:32.762444 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14626 | 2024.08.28 17:59:32.762863 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14627 | 2024.08.28 17:59:32.763263 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14628 | 2024.08.28 17:59:32.763459 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
14629 | 2024.08.28 17:59:32.763838 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Debug> DynamicQueryHandler: Done processing query | ||
14630 | 2024.08.28 17:59:32.763875 [ 3 ] {49ca635d-3aac-4bc1-a484-717dc841769a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14631 | 2024.08.28 17:59:32.763893 [ 3 ] {} <Debug> HTTP-Session: 05f4d3eb-3093-435b-a61a-e2a581fab4af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14632 | 2024.08.28 17:59:32.764174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 173673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14633 | 2024.08.28 17:59:32.764230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14634 | 2024.08.28 17:59:32.764251 [ 3 ] {} <Debug> HTTP-Session: 23428ed3-068c-4a4d-b672-ef36fa89c116 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14635 | 2024.08.28 17:59:32.764270 [ 3 ] {} <Debug> HTTP-Session: 23428ed3-068c-4a4d-b672-ef36fa89c116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14636 | 2024.08.28 17:59:32.764286 [ 3 ] {} <Debug> HTTP-Session: 23428ed3-068c-4a4d-b672-ef36fa89c116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14637 | 2024.08.28 17:59:32.764321 [ 3 ] {} <Trace> HTTP-Session: 23428ed3-068c-4a4d-b672-ef36fa89c116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14638 | 2024.08.28 17:59:32.764793 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14639 | 2024.08.28 17:59:32.764850 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14640 | 2024.08.28 17:59:32.765040 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14641 | 2024.08.28 17:59:32.765987 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14642 | 2024.08.28 17:59:32.766029 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14643 | 2024.08.28 17:59:32.766555 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14644 | 2024.08.28 17:59:32.766967 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14645 | 2024.08.28 17:59:32.767152 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Debug> executeQuery: Read 917 rows, 62.65 KiB in 0.002663 sec., 344348.4791588434 rows/sec., 22.97 MiB/sec. | ||
14646 | 2024.08.28 17:59:32.767343 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Debug> DynamicQueryHandler: Done processing query | ||
14647 | 2024.08.28 17:59:32.767371 [ 3 ] {f987af19-91f8-4742-a390-3fa88fc9dfff} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
14648 | 2024.08.28 17:59:32.767389 [ 3 ] {} <Debug> HTTP-Session: 23428ed3-068c-4a4d-b672-ef36fa89c116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14649 | 2024.08.28 17:59:32.767561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14650 | 2024.08.28 17:59:32.767616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14651 | 2024.08.28 17:59:32.767638 [ 3 ] {} <Debug> HTTP-Session: cb897047-5611-4be1-9227-4c3e3e3f8e48 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14652 | 2024.08.28 17:59:32.767655 [ 3 ] {} <Debug> HTTP-Session: cb897047-5611-4be1-9227-4c3e3e3f8e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14653 | 2024.08.28 17:59:32.767672 [ 3 ] {} <Debug> HTTP-Session: cb897047-5611-4be1-9227-4c3e3e3f8e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14654 | 2024.08.28 17:59:32.767705 [ 3 ] {} <Trace> HTTP-Session: cb897047-5611-4be1-9227-4c3e3e3f8e48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14655 | 2024.08.28 17:59:32.767814 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14656 | 2024.08.28 17:59:32.767867 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14657 | 2024.08.28 17:59:32.768021 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14658 | 2024.08.28 17:59:32.768300 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14659 | 2024.08.28 17:59:32.768341 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14660 | 2024.08.28 17:59:32.768742 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14661 | 2024.08.28 17:59:32.769148 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14662 | 2024.08.28 17:59:32.769335 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001533 sec., 652.3157208088714 rows/sec., 43.95 KiB/sec. | ||
14663 | 2024.08.28 17:59:32.769512 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Debug> DynamicQueryHandler: Done processing query | ||
14664 | 2024.08.28 17:59:32.769541 [ 3 ] {f2fabd5e-0067-48d4-bd37-43032cc52359} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14665 | 2024.08.28 17:59:32.769557 [ 3 ] {} <Debug> HTTP-Session: cb897047-5611-4be1-9227-4c3e3e3f8e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14666 | 2024.08.28 17:59:32.769765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 80460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14667 | 2024.08.28 17:59:32.769821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14668 | 2024.08.28 17:59:32.769845 [ 3 ] {} <Debug> HTTP-Session: 0ab75931-758b-4b04-8616-f08539f003ef Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14669 | 2024.08.28 17:59:32.769865 [ 3 ] {} <Debug> HTTP-Session: 0ab75931-758b-4b04-8616-f08539f003ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14670 | 2024.08.28 17:59:32.769881 [ 3 ] {} <Debug> HTTP-Session: 0ab75931-758b-4b04-8616-f08539f003ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14671 | 2024.08.28 17:59:32.769917 [ 3 ] {} <Trace> HTTP-Session: 0ab75931-758b-4b04-8616-f08539f003ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14672 | 2024.08.28 17:59:32.770376 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14673 | 2024.08.28 17:59:32.770447 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14674 | 2024.08.28 17:59:32.770912 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14675 | 2024.08.28 17:59:32.771766 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14676 | 2024.08.28 17:59:32.771808 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14677 | 2024.08.28 17:59:32.772562 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14678 | 2024.08.28 17:59:32.773045 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14679 | 2024.08.28 17:59:32.773245 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.003234 sec., 15151.515151515152 rows/sec., 27.15 MiB/sec. | ||
14680 | 2024.08.28 17:59:32.773464 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Debug> DynamicQueryHandler: Done processing query | ||
14681 | 2024.08.28 17:59:32.773493 [ 3 ] {33935e39-a763-417a-8d7c-ab4a0de8de23} <Debug> MemoryTracker: Peak memory usage (for query): 4.63 MiB. | ||
14682 | 2024.08.28 17:59:32.773510 [ 3 ] {} <Debug> HTTP-Session: 0ab75931-758b-4b04-8616-f08539f003ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14683 | 2024.08.28 17:59:32.773680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14684 | 2024.08.28 17:59:32.773730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14685 | 2024.08.28 17:59:32.773753 [ 3 ] {} <Debug> HTTP-Session: 0c2cf44f-4ff9-4af1-b49b-32c63d66ee7a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14686 | 2024.08.28 17:59:32.773769 [ 3 ] {} <Debug> HTTP-Session: 0c2cf44f-4ff9-4af1-b49b-32c63d66ee7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14687 | 2024.08.28 17:59:32.773786 [ 3 ] {} <Debug> HTTP-Session: 0c2cf44f-4ff9-4af1-b49b-32c63d66ee7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14688 | 2024.08.28 17:59:32.773820 [ 3 ] {} <Trace> HTTP-Session: 0c2cf44f-4ff9-4af1-b49b-32c63d66ee7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14689 | 2024.08.28 17:59:32.774013 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14690 | 2024.08.28 17:59:32.774067 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14691 | 2024.08.28 17:59:32.774211 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14692 | 2024.08.28 17:59:32.774522 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14693 | 2024.08.28 17:59:32.774564 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14694 | 2024.08.28 17:59:32.774980 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14695 | 2024.08.28 17:59:32.775373 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14696 | 2024.08.28 17:59:32.775550 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001575 sec., 44444.444444444445 rows/sec., 2.79 MiB/sec. | ||
14697 | 2024.08.28 17:59:32.775729 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Debug> DynamicQueryHandler: Done processing query | ||
14698 | 2024.08.28 17:59:32.775758 [ 3 ] {bfefc2f3-215e-47b4-a1c3-3ff7be7573fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14699 | 2024.08.28 17:59:32.775773 [ 3 ] {} <Debug> HTTP-Session: 0c2cf44f-4ff9-4af1-b49b-32c63d66ee7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14700 | 2024.08.28 17:59:33.013747 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14701 | 2024.08.28 17:59:33.013805 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14702 | 2024.08.28 17:59:33.409742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14703 | 2024.08.28 17:59:33.409861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14704 | 2024.08.28 17:59:33.409886 [ 3 ] {} <Debug> HTTP-Session: 69a3adc4-0153-4eee-85bc-7f5e232b4b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14705 | 2024.08.28 17:59:33.409912 [ 3 ] {} <Debug> HTTP-Session: 69a3adc4-0153-4eee-85bc-7f5e232b4b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14706 | 2024.08.28 17:59:33.409927 [ 3 ] {} <Debug> HTTP-Session: 69a3adc4-0153-4eee-85bc-7f5e232b4b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14707 | 2024.08.28 17:59:33.409980 [ 3 ] {} <Trace> HTTP-Session: 69a3adc4-0153-4eee-85bc-7f5e232b4b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14708 | 2024.08.28 17:59:33.410163 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14709 | 2024.08.28 17:59:33.410234 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14710 | 2024.08.28 17:59:33.410577 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14711 | 2024.08.28 17:59:33.410951 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14712 | 2024.08.28 17:59:33.410997 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14713 | 2024.08.28 17:59:33.411424 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14714 | 2024.08.28 17:59:33.411834 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14715 | 2024.08.28 17:59:33.412014 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001902 sec., 1051.5247108307044 rows/sec., 85.74 KiB/sec. | ||
14716 | 2024.08.28 17:59:33.412232 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Debug> DynamicQueryHandler: Done processing query | ||
14717 | 2024.08.28 17:59:33.412260 [ 3 ] {5ab39606-2499-48b7-a0de-7641318e72c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14718 | 2024.08.28 17:59:33.412276 [ 3 ] {} <Debug> HTTP-Session: 69a3adc4-0153-4eee-85bc-7f5e232b4b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14719 | 2024.08.28 17:59:33.412412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14720 | 2024.08.28 17:59:33.412467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14721 | 2024.08.28 17:59:33.412488 [ 3 ] {} <Debug> HTTP-Session: e11a8860-9bdc-4ad8-a882-c265d0b94d36 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14722 | 2024.08.28 17:59:33.412507 [ 3 ] {} <Debug> HTTP-Session: e11a8860-9bdc-4ad8-a882-c265d0b94d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14723 | 2024.08.28 17:59:33.412521 [ 3 ] {} <Debug> HTTP-Session: e11a8860-9bdc-4ad8-a882-c265d0b94d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14724 | 2024.08.28 17:59:33.412556 [ 3 ] {} <Trace> HTTP-Session: e11a8860-9bdc-4ad8-a882-c265d0b94d36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14725 | 2024.08.28 17:59:33.412680 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14726 | 2024.08.28 17:59:33.412729 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14727 | 2024.08.28 17:59:33.412962 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14728 | 2024.08.28 17:59:33.413304 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14729 | 2024.08.28 17:59:33.413342 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14730 | 2024.08.28 17:59:33.413705 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14731 | 2024.08.28 17:59:33.414082 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14732 | 2024.08.28 17:59:33.414237 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001596 sec., 35714.28571428572 rows/sec., 2.74 MiB/sec. | ||
14733 | 2024.08.28 17:59:33.414478 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Debug> DynamicQueryHandler: Done processing query | ||
14734 | 2024.08.28 17:59:33.414504 [ 3 ] {3bae9c0c-a68a-4f3c-b97e-28b14fb3f81e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14735 | 2024.08.28 17:59:33.414546 [ 3 ] {} <Debug> HTTP-Session: e11a8860-9bdc-4ad8-a882-c265d0b94d36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14736 | 2024.08.28 17:59:33.414803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14737 | 2024.08.28 17:59:33.414892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14738 | 2024.08.28 17:59:33.414921 [ 3 ] {} <Debug> HTTP-Session: 25b52d78-6617-4d2e-982a-c05bbe53b52a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14739 | 2024.08.28 17:59:33.414943 [ 3 ] {} <Debug> HTTP-Session: 25b52d78-6617-4d2e-982a-c05bbe53b52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14740 | 2024.08.28 17:59:33.414958 [ 3 ] {} <Debug> HTTP-Session: 25b52d78-6617-4d2e-982a-c05bbe53b52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14741 | 2024.08.28 17:59:33.414992 [ 3 ] {} <Trace> HTTP-Session: 25b52d78-6617-4d2e-982a-c05bbe53b52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14742 | 2024.08.28 17:59:33.415094 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14743 | 2024.08.28 17:59:33.415139 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14744 | 2024.08.28 17:59:33.415382 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14745 | 2024.08.28 17:59:33.415665 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14746 | 2024.08.28 17:59:33.415704 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14747 | 2024.08.28 17:59:33.416060 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14748 | 2024.08.28 17:59:33.416427 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14749 | 2024.08.28 17:59:33.416579 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001507 sec., 1327.1400132714 rows/sec., 92.67 KiB/sec. | ||
14750 | 2024.08.28 17:59:33.416755 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Debug> DynamicQueryHandler: Done processing query | ||
14751 | 2024.08.28 17:59:33.416779 [ 3 ] {7178a5e9-b54b-4842-be54-eae8285295f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14752 | 2024.08.28 17:59:33.416794 [ 3 ] {} <Debug> HTTP-Session: 25b52d78-6617-4d2e-982a-c05bbe53b52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14753 | 2024.08.28 17:59:33.416961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14754 | 2024.08.28 17:59:33.417009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14755 | 2024.08.28 17:59:33.417029 [ 3 ] {} <Debug> HTTP-Session: 531622c5-9e5f-42bb-800d-2120331fcca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14756 | 2024.08.28 17:59:33.417045 [ 3 ] {} <Debug> HTTP-Session: 531622c5-9e5f-42bb-800d-2120331fcca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14757 | 2024.08.28 17:59:33.417059 [ 3 ] {} <Debug> HTTP-Session: 531622c5-9e5f-42bb-800d-2120331fcca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14758 | 2024.08.28 17:59:33.417090 [ 3 ] {} <Trace> HTTP-Session: 531622c5-9e5f-42bb-800d-2120331fcca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14759 | 2024.08.28 17:59:33.417207 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14760 | 2024.08.28 17:59:33.417252 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14761 | 2024.08.28 17:59:33.417477 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14762 | 2024.08.28 17:59:33.417900 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14763 | 2024.08.28 17:59:33.417939 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14764 | 2024.08.28 17:59:33.418297 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14765 | 2024.08.28 17:59:33.418666 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14766 | 2024.08.28 17:59:33.418817 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001645 sec., 40121.58054711246 rows/sec., 3.13 MiB/sec. | ||
14767 | 2024.08.28 17:59:33.419095 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Debug> DynamicQueryHandler: Done processing query | ||
14768 | 2024.08.28 17:59:33.419154 [ 3 ] {7aad5d9b-6b77-4d05-b7a5-d1ee5a155695} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14769 | 2024.08.28 17:59:33.419216 [ 3 ] {} <Debug> HTTP-Session: 531622c5-9e5f-42bb-800d-2120331fcca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14770 | 2024.08.28 17:59:33.419406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14771 | 2024.08.28 17:59:33.419460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14772 | 2024.08.28 17:59:33.419480 [ 3 ] {} <Debug> HTTP-Session: fac307f4-5767-4145-a8bc-1a9898464331 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14773 | 2024.08.28 17:59:33.419498 [ 3 ] {} <Debug> HTTP-Session: fac307f4-5767-4145-a8bc-1a9898464331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.08.28 17:59:33.419514 [ 3 ] {} <Debug> HTTP-Session: fac307f4-5767-4145-a8bc-1a9898464331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14775 | 2024.08.28 17:59:33.419548 [ 3 ] {} <Trace> HTTP-Session: fac307f4-5767-4145-a8bc-1a9898464331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14776 | 2024.08.28 17:59:33.419668 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14777 | 2024.08.28 17:59:33.419718 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14778 | 2024.08.28 17:59:33.419886 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14779 | 2024.08.28 17:59:33.420196 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14780 | 2024.08.28 17:59:33.420233 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14781 | 2024.08.28 17:59:33.420639 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14782 | 2024.08.28 17:59:33.420987 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14783 | 2024.08.28 17:59:33.421151 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.00152 sec., 21710.526315789473 rows/sec., 1.51 MiB/sec. | ||
14784 | 2024.08.28 17:59:33.421168 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14785 | 2024.08.28 17:59:33.421269 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14786 | 2024.08.28 17:59:33.421311 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14787 | 2024.08.28 17:59:33.421390 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Debug> DynamicQueryHandler: Done processing query | ||
14788 | 2024.08.28 17:59:33.421451 [ 3 ] {9e38f18f-1811-4e88-849c-1e0cf7167068} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14789 | 2024.08.28 17:59:33.421513 [ 3 ] {} <Debug> HTTP-Session: fac307f4-5767-4145-a8bc-1a9898464331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14790 | 2024.08.28 17:59:33.421677 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14791 | 2024.08.28 17:59:33.421775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14792 | 2024.08.28 17:59:33.421935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14793 | 2024.08.28 17:59:33.422029 [ 3 ] {} <Debug> HTTP-Session: 6b7d01dd-b097-418f-b66a-1558ea7cee73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14794 | 2024.08.28 17:59:33.422105 [ 3 ] {} <Debug> HTTP-Session: 6b7d01dd-b097-418f-b66a-1558ea7cee73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.08.28 17:59:33.422169 [ 3 ] {} <Debug> HTTP-Session: 6b7d01dd-b097-418f-b66a-1558ea7cee73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14796 | 2024.08.28 17:59:33.422307 [ 3 ] {} <Trace> HTTP-Session: 6b7d01dd-b097-418f-b66a-1558ea7cee73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14797 | 2024.08.28 17:59:33.422683 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14798 | 2024.08.28 17:59:33.422830 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14799 | 2024.08.28 17:59:33.422874 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14800 | 2024.08.28 17:59:33.423017 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21610 rows starting from the beginning of the part | ||
14801 | 2024.08.28 17:59:33.423531 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
14802 | 2024.08.28 17:59:33.423997 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 241 rows starting from the beginning of the part | ||
14803 | 2024.08.28 17:59:33.424037 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14804 | 2024.08.28 17:59:33.424391 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 162 rows starting from the beginning of the part | ||
14805 | 2024.08.28 17:59:33.424532 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 917 rows starting from the beginning of the part | ||
14806 | 2024.08.28 17:59:33.425099 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part | ||
14807 | 2024.08.28 17:59:33.425179 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14808 | 2024.08.28 17:59:33.425279 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
14809 | 2024.08.28 17:59:33.426310 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14810 | 2024.08.28 17:59:33.426804 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14811 | 2024.08.28 17:59:33.427021 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004481 sec., 2677.9736665922787 rows/sec., 184.81 KiB/sec. | ||
14812 | 2024.08.28 17:59:33.427390 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Debug> DynamicQueryHandler: Done processing query | ||
14813 | 2024.08.28 17:59:33.427434 [ 3 ] {d0dcc46a-0859-4620-98df-dee19a6eee72} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14814 | 2024.08.28 17:59:33.427483 [ 3 ] {} <Debug> HTTP-Session: 6b7d01dd-b097-418f-b66a-1558ea7cee73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14815 | 2024.08.28 17:59:33.432010 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23123 rows, containing 5 columns (5 merged, 0 gathered) in 0.010568116 sec., 2187996.4224465364 rows/sec., 147.62 MiB/sec. | ||
14816 | 2024.08.28 17:59:33.432527 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14817 | 2024.08.28 17:59:33.432999 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14818 | 2024.08.28 17:59:33.433088 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14819 | 2024.08.28 17:59:33.433199 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
14820 | 2024.08.28 17:59:38.415953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14821 | 2024.08.28 17:59:38.416147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14822 | 2024.08.28 17:59:38.416194 [ 3 ] {} <Debug> HTTP-Session: 83ab4bcd-55f0-4551-bb3e-7a6f3b48e6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14823 | 2024.08.28 17:59:38.416238 [ 3 ] {} <Debug> HTTP-Session: 83ab4bcd-55f0-4551-bb3e-7a6f3b48e6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14824 | 2024.08.28 17:59:38.416268 [ 3 ] {} <Debug> HTTP-Session: 83ab4bcd-55f0-4551-bb3e-7a6f3b48e6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14825 | 2024.08.28 17:59:38.416350 [ 3 ] {} <Trace> HTTP-Session: 83ab4bcd-55f0-4551-bb3e-7a6f3b48e6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14826 | 2024.08.28 17:59:38.416636 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14827 | 2024.08.28 17:59:38.416704 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14828 | 2024.08.28 17:59:38.417055 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14829 | 2024.08.28 17:59:38.417519 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14830 | 2024.08.28 17:59:38.417573 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14831 | 2024.08.28 17:59:38.417997 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14832 | 2024.08.28 17:59:38.418400 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14833 | 2024.08.28 17:59:38.418593 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002038 sec., 490.6771344455349 rows/sec., 36.42 KiB/sec. | ||
14834 | 2024.08.28 17:59:38.418590 [ 40 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
14835 | 2024.08.28 17:59:38.418712 [ 40 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14836 | 2024.08.28 17:59:38.418770 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14837 | 2024.08.28 17:59:38.418955 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Debug> DynamicQueryHandler: Done processing query | ||
14838 | 2024.08.28 17:59:38.418985 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
14839 | 2024.08.28 17:59:38.419029 [ 3 ] {65c4ce39-88c7-4ec1-b87d-10ab45f09e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14840 | 2024.08.28 17:59:38.419141 [ 3 ] {} <Debug> HTTP-Session: 83ab4bcd-55f0-4551-bb3e-7a6f3b48e6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14841 | 2024.08.28 17:59:38.419474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14842 | 2024.08.28 17:59:38.419546 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14843 | 2024.08.28 17:59:38.419576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14844 | 2024.08.28 17:59:38.419614 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 18 rows starting from the beginning of the part | ||
14845 | 2024.08.28 17:59:38.419623 [ 3 ] {} <Debug> HTTP-Session: 8bef97d9-e6d5-4590-9185-25e80e2ae59e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14846 | 2024.08.28 17:59:38.419669 [ 3 ] {} <Debug> HTTP-Session: 8bef97d9-e6d5-4590-9185-25e80e2ae59e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14847 | 2024.08.28 17:59:38.419712 [ 3 ] {} <Debug> HTTP-Session: 8bef97d9-e6d5-4590-9185-25e80e2ae59e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14848 | 2024.08.28 17:59:38.419829 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
14849 | 2024.08.28 17:59:38.419863 [ 3 ] {} <Trace> HTTP-Session: 8bef97d9-e6d5-4590-9185-25e80e2ae59e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14850 | 2024.08.28 17:59:38.420177 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 3 rows starting from the beginning of the part | ||
14851 | 2024.08.28 17:59:38.420448 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14852 | 2024.08.28 17:59:38.420503 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
14853 | 2024.08.28 17:59:38.420618 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14854 | 2024.08.28 17:59:38.420802 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
14855 | 2024.08.28 17:59:38.421139 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14856 | 2024.08.28 17:59:38.422232 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14857 | 2024.08.28 17:59:38.423206 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14858 | 2024.08.28 17:59:38.423287 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
14859 | 2024.08.28 17:59:38.424137 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288508 sec., 6996.30217066893 rows/sec., 590.90 KiB/sec. | ||
14860 | 2024.08.28 17:59:38.424288 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14861 | 2024.08.28 17:59:38.424312 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
14862 | 2024.08.28 17:59:38.425402 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14863 | 2024.08.28 17:59:38.425466 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14864 | 2024.08.28 17:59:38.425643 [ 197 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_33_7} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
14865 | 2024.08.28 17:59:38.425732 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Debug> executeQuery: Read 60 rows, 4.73 KiB in 0.005545 sec., 10820.559062218215 rows/sec., 853.11 KiB/sec. | ||
14866 | 2024.08.28 17:59:38.425835 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14867 | 2024.08.28 17:59:38.426071 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Debug> DynamicQueryHandler: Done processing query | ||
14868 | 2024.08.28 17:59:38.426102 [ 3 ] {e6b34bc7-4228-489c-ba06-4a3f805d9638} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14869 | 2024.08.28 17:59:38.426119 [ 3 ] {} <Debug> HTTP-Session: 8bef97d9-e6d5-4590-9185-25e80e2ae59e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14870 | 2024.08.28 17:59:38.426232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14871 | 2024.08.28 17:59:38.426283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14872 | 2024.08.28 17:59:38.426304 [ 3 ] {} <Debug> HTTP-Session: 18635575-967c-4dbe-88f0-fcfcae2f0b03 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14873 | 2024.08.28 17:59:38.426321 [ 3 ] {} <Debug> HTTP-Session: 18635575-967c-4dbe-88f0-fcfcae2f0b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14874 | 2024.08.28 17:59:38.426336 [ 3 ] {} <Debug> HTTP-Session: 18635575-967c-4dbe-88f0-fcfcae2f0b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14875 | 2024.08.28 17:59:38.426369 [ 3 ] {} <Trace> HTTP-Session: 18635575-967c-4dbe-88f0-fcfcae2f0b03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14876 | 2024.08.28 17:59:38.426471 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14877 | 2024.08.28 17:59:38.426515 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14878 | 2024.08.28 17:59:38.426765 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14879 | 2024.08.28 17:59:38.427072 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14880 | 2024.08.28 17:59:38.427110 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14881 | 2024.08.28 17:59:38.427464 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14882 | 2024.08.28 17:59:38.427832 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14883 | 2024.08.28 17:59:38.427994 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Debug> executeQuery: Read 2 rows, 141.00 B in 0.001545 sec., 1294.4983818770227 rows/sec., 89.12 KiB/sec. | ||
14884 | 2024.08.28 17:59:38.428277 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Debug> DynamicQueryHandler: Done processing query | ||
14885 | 2024.08.28 17:59:38.428349 [ 3 ] {ec15358d-a796-4cf0-8321-03b2ff3e8d4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14886 | 2024.08.28 17:59:38.428415 [ 3 ] {} <Debug> HTTP-Session: 18635575-967c-4dbe-88f0-fcfcae2f0b03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14887 | 2024.08.28 17:59:38.428597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14888 | 2024.08.28 17:59:38.428648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14889 | 2024.08.28 17:59:38.428667 [ 3 ] {} <Debug> HTTP-Session: b368cf40-40dc-416a-85eb-16d5959bfefc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14890 | 2024.08.28 17:59:38.428685 [ 3 ] {} <Debug> HTTP-Session: b368cf40-40dc-416a-85eb-16d5959bfefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14891 | 2024.08.28 17:59:38.428699 [ 3 ] {} <Debug> HTTP-Session: b368cf40-40dc-416a-85eb-16d5959bfefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14892 | 2024.08.28 17:59:38.428731 [ 3 ] {} <Trace> HTTP-Session: b368cf40-40dc-416a-85eb-16d5959bfefc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14893 | 2024.08.28 17:59:38.428861 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14894 | 2024.08.28 17:59:38.428906 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14895 | 2024.08.28 17:59:38.429152 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14896 | 2024.08.28 17:59:38.429503 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14897 | 2024.08.28 17:59:38.429540 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14898 | 2024.08.28 17:59:38.429898 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14899 | 2024.08.28 17:59:38.430260 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14900 | 2024.08.28 17:59:38.430421 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Debug> executeQuery: Read 72 rows, 5.69 KiB in 0.001601 sec., 44971.892567145536 rows/sec., 3.47 MiB/sec. | ||
14901 | 2024.08.28 17:59:38.430599 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Debug> DynamicQueryHandler: Done processing query | ||
14902 | 2024.08.28 17:59:38.430623 [ 3 ] {9989defa-b5a0-4842-be46-8d2233360aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14903 | 2024.08.28 17:59:38.430639 [ 3 ] {} <Debug> HTTP-Session: b368cf40-40dc-416a-85eb-16d5959bfefc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14904 | 2024.08.28 17:59:38.430814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14905 | 2024.08.28 17:59:38.430863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14906 | 2024.08.28 17:59:38.430881 [ 3 ] {} <Debug> HTTP-Session: 340946d2-992d-4808-b8a9-3441884deb19 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14907 | 2024.08.28 17:59:38.430897 [ 3 ] {} <Debug> HTTP-Session: 340946d2-992d-4808-b8a9-3441884deb19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14908 | 2024.08.28 17:59:38.430912 [ 3 ] {} <Debug> HTTP-Session: 340946d2-992d-4808-b8a9-3441884deb19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14909 | 2024.08.28 17:59:38.430944 [ 3 ] {} <Trace> HTTP-Session: 340946d2-992d-4808-b8a9-3441884deb19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14910 | 2024.08.28 17:59:38.431087 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14911 | 2024.08.28 17:59:38.431134 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14912 | 2024.08.28 17:59:38.431280 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14913 | 2024.08.28 17:59:38.431644 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14914 | 2024.08.28 17:59:38.431680 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14915 | 2024.08.28 17:59:38.432062 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14916 | 2024.08.28 17:59:38.432397 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14917 | 2024.08.28 17:59:38.432549 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001525 sec., 105573.77049180327 rows/sec., 7.35 MiB/sec. | ||
14918 | 2024.08.28 17:59:38.432713 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Debug> DynamicQueryHandler: Done processing query | ||
14919 | 2024.08.28 17:59:38.432738 [ 3 ] {895a137a-6453-405f-ad1c-d7740ab3ea17} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14920 | 2024.08.28 17:59:38.432754 [ 3 ] {} <Debug> HTTP-Session: 340946d2-992d-4808-b8a9-3441884deb19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14921 | 2024.08.28 17:59:38.432867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14922 | 2024.08.28 17:59:38.432914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14923 | 2024.08.28 17:59:38.432932 [ 3 ] {} <Debug> HTTP-Session: 039231e6-dfa8-4fa0-b1ab-be05131a6e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14924 | 2024.08.28 17:59:38.432949 [ 3 ] {} <Debug> HTTP-Session: 039231e6-dfa8-4fa0-b1ab-be05131a6e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14925 | 2024.08.28 17:59:38.432963 [ 3 ] {} <Debug> HTTP-Session: 039231e6-dfa8-4fa0-b1ab-be05131a6e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14926 | 2024.08.28 17:59:38.432996 [ 3 ] {} <Trace> HTTP-Session: 039231e6-dfa8-4fa0-b1ab-be05131a6e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14927 | 2024.08.28 17:59:38.433097 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14928 | 2024.08.28 17:59:38.433161 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14929 | 2024.08.28 17:59:38.433580 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14930 | 2024.08.28 17:59:38.434065 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14931 | 2024.08.28 17:59:38.434101 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14932 | 2024.08.28 17:59:38.434663 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14933 | 2024.08.28 17:59:38.435074 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14934 | 2024.08.28 17:59:38.435269 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002203 sec., 453.9264639128461 rows/sec., 832.94 KiB/sec. | ||
14935 | 2024.08.28 17:59:38.435498 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Debug> DynamicQueryHandler: Done processing query | ||
14936 | 2024.08.28 17:59:38.435523 [ 3 ] {26bf921b-e56f-46e3-a51d-46379d762eaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14937 | 2024.08.28 17:59:38.435538 [ 3 ] {} <Debug> HTTP-Session: 039231e6-dfa8-4fa0-b1ab-be05131a6e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14938 | 2024.08.28 17:59:38.435657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14939 | 2024.08.28 17:59:38.435706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14940 | 2024.08.28 17:59:38.435783 [ 3 ] {} <Debug> HTTP-Session: a09216ae-b06a-4580-b9a8-a45c7f6d4c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14941 | 2024.08.28 17:59:38.435801 [ 3 ] {} <Debug> HTTP-Session: a09216ae-b06a-4580-b9a8-a45c7f6d4c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14942 | 2024.08.28 17:59:38.435815 [ 3 ] {} <Debug> HTTP-Session: a09216ae-b06a-4580-b9a8-a45c7f6d4c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14943 | 2024.08.28 17:59:38.435846 [ 3 ] {} <Trace> HTTP-Session: a09216ae-b06a-4580-b9a8-a45c7f6d4c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14944 | 2024.08.28 17:59:38.435964 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14945 | 2024.08.28 17:59:38.436009 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14946 | 2024.08.28 17:59:38.436141 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14947 | 2024.08.28 17:59:38.436458 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14948 | 2024.08.28 17:59:38.436495 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14949 | 2024.08.28 17:59:38.436915 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14950 | 2024.08.28 17:59:38.437235 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14951 | 2024.08.28 17:59:38.437399 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
14952 | 2024.08.28 17:59:38.437402 [ 40 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14953 | 2024.08.28 17:59:38.437499 [ 40 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14954 | 2024.08.28 17:59:38.437554 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
14955 | 2024.08.28 17:59:38.437659 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Debug> DynamicQueryHandler: Done processing query | ||
14956 | 2024.08.28 17:59:38.437727 [ 3 ] {c7b24a23-7ffe-4f2a-8bcd-21f78577038f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14957 | 2024.08.28 17:59:38.437765 [ 3 ] {} <Debug> HTTP-Session: a09216ae-b06a-4580-b9a8-a45c7f6d4c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14958 | 2024.08.28 17:59:38.437797 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14959 | 2024.08.28 17:59:38.437999 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14960 | 2024.08.28 17:59:38.438042 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4344 rows starting from the beginning of the part | ||
14961 | 2024.08.28 17:59:38.438180 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
14962 | 2024.08.28 17:59:38.438307 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
14963 | 2024.08.28 17:59:38.438460 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 70 rows starting from the beginning of the part | ||
14964 | 2024.08.28 17:59:38.438615 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part | ||
14965 | 2024.08.28 17:59:38.438729 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
14966 | 2024.08.28 17:59:38.440637 [ 196 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4628 rows, containing 4 columns (4 merged, 0 gathered) in 0.002991807 sec., 1546891.2266065292 rows/sec., 100.84 MiB/sec. | ||
14967 | 2024.08.28 17:59:38.441201 [ 196 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14968 | 2024.08.28 17:59:38.441796 [ 196 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14969 | 2024.08.28 17:59:38.441878 [ 196 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_81_16} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14970 | 2024.08.28 17:59:38.441970 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
14971 | 2024.08.28 17:59:43.424694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14972 | 2024.08.28 17:59:43.424875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14973 | 2024.08.28 17:59:43.424902 [ 3 ] {} <Debug> HTTP-Session: eadfe116-9af6-4359-b705-ef78571a8747 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14974 | 2024.08.28 17:59:43.424928 [ 3 ] {} <Debug> HTTP-Session: eadfe116-9af6-4359-b705-ef78571a8747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14975 | 2024.08.28 17:59:43.424943 [ 3 ] {} <Debug> HTTP-Session: eadfe116-9af6-4359-b705-ef78571a8747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14976 | 2024.08.28 17:59:43.424994 [ 3 ] {} <Trace> HTTP-Session: eadfe116-9af6-4359-b705-ef78571a8747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14977 | 2024.08.28 17:59:43.425184 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14978 | 2024.08.28 17:59:43.425254 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14979 | 2024.08.28 17:59:43.425599 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14980 | 2024.08.28 17:59:43.426035 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14981 | 2024.08.28 17:59:43.426082 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
14982 | 2024.08.28 17:59:43.426510 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14983 | 2024.08.28 17:59:43.426904 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14984 | 2024.08.28 17:59:43.427092 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001961 sec., 1019.8878123406425 rows/sec., 75.69 KiB/sec. | ||
14985 | 2024.08.28 17:59:43.427328 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Debug> DynamicQueryHandler: Done processing query | ||
14986 | 2024.08.28 17:59:43.427356 [ 3 ] {ee3f0861-e18a-4590-977f-f563ad8d1202} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14987 | 2024.08.28 17:59:43.427372 [ 3 ] {} <Debug> HTTP-Session: eadfe116-9af6-4359-b705-ef78571a8747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14988 | 2024.08.28 17:59:43.427588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14989 | 2024.08.28 17:59:43.427642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14990 | 2024.08.28 17:59:43.427663 [ 3 ] {} <Debug> HTTP-Session: 3db7ab97-a191-4be5-87ad-3ae4bb4252ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
14991 | 2024.08.28 17:59:43.427681 [ 3 ] {} <Debug> HTTP-Session: 3db7ab97-a191-4be5-87ad-3ae4bb4252ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14992 | 2024.08.28 17:59:43.427695 [ 3 ] {} <Debug> HTTP-Session: 3db7ab97-a191-4be5-87ad-3ae4bb4252ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14993 | 2024.08.28 17:59:43.427731 [ 3 ] {} <Trace> HTTP-Session: 3db7ab97-a191-4be5-87ad-3ae4bb4252ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14994 | 2024.08.28 17:59:43.427926 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14995 | 2024.08.28 17:59:43.427978 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14996 | 2024.08.28 17:59:43.428220 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14997 | 2024.08.28 17:59:43.428725 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14998 | 2024.08.28 17:59:43.428764 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
14999 | 2024.08.28 17:59:43.429155 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15000 | 2024.08.28 17:59:43.429529 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15001 | 2024.08.28 17:59:43.429707 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Debug> executeQuery: Read 297 rows, 27.03 KiB in 0.001874 sec., 158484.5250800427 rows/sec., 14.08 MiB/sec. | ||
15002 | 2024.08.28 17:59:43.429893 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Debug> DynamicQueryHandler: Done processing query | ||
15003 | 2024.08.28 17:59:43.429918 [ 3 ] {beb9334b-8499-4ff3-8141-ae42a10f017c} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
15004 | 2024.08.28 17:59:43.429934 [ 3 ] {} <Debug> HTTP-Session: 3db7ab97-a191-4be5-87ad-3ae4bb4252ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15005 | 2024.08.28 17:59:43.430081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15006 | 2024.08.28 17:59:43.430130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15007 | 2024.08.28 17:59:43.430149 [ 3 ] {} <Debug> HTTP-Session: 5272a43f-2b1b-4d45-b27f-959b51b7bdd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15008 | 2024.08.28 17:59:43.430167 [ 3 ] {} <Debug> HTTP-Session: 5272a43f-2b1b-4d45-b27f-959b51b7bdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15009 | 2024.08.28 17:59:43.430181 [ 3 ] {} <Debug> HTTP-Session: 5272a43f-2b1b-4d45-b27f-959b51b7bdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15010 | 2024.08.28 17:59:43.430214 [ 3 ] {} <Trace> HTTP-Session: 5272a43f-2b1b-4d45-b27f-959b51b7bdd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15011 | 2024.08.28 17:59:43.430327 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15012 | 2024.08.28 17:59:43.430370 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15013 | 2024.08.28 17:59:43.430597 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15014 | 2024.08.28 17:59:43.430929 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15015 | 2024.08.28 17:59:43.430966 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15016 | 2024.08.28 17:59:43.431314 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15017 | 2024.08.28 17:59:43.431671 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15018 | 2024.08.28 17:59:43.431844 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Debug> executeQuery: Read 54 rows, 4.04 KiB in 0.001547 sec., 34906.27020038785 rows/sec., 2.55 MiB/sec. | ||
15019 | 2024.08.28 17:59:43.432033 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Debug> DynamicQueryHandler: Done processing query | ||
15020 | 2024.08.28 17:59:43.432057 [ 3 ] {9eda2f2b-b574-44b7-9781-d0218fa7e003} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15021 | 2024.08.28 17:59:43.432073 [ 3 ] {} <Debug> HTTP-Session: 5272a43f-2b1b-4d45-b27f-959b51b7bdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15022 | 2024.08.28 17:59:43.432197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15023 | 2024.08.28 17:59:43.432245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15024 | 2024.08.28 17:59:43.432264 [ 3 ] {} <Debug> HTTP-Session: 9a5adf9e-5c7a-4ef3-bac8-dff9cf52336b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15025 | 2024.08.28 17:59:43.432281 [ 3 ] {} <Debug> HTTP-Session: 9a5adf9e-5c7a-4ef3-bac8-dff9cf52336b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15026 | 2024.08.28 17:59:43.432295 [ 3 ] {} <Debug> HTTP-Session: 9a5adf9e-5c7a-4ef3-bac8-dff9cf52336b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15027 | 2024.08.28 17:59:43.432327 [ 3 ] {} <Trace> HTTP-Session: 9a5adf9e-5c7a-4ef3-bac8-dff9cf52336b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15028 | 2024.08.28 17:59:43.432426 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15029 | 2024.08.28 17:59:43.432468 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15030 | 2024.08.28 17:59:43.432692 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15031 | 2024.08.28 17:59:43.432994 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15032 | 2024.08.28 17:59:43.433031 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15033 | 2024.08.28 17:59:43.433375 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15034 | 2024.08.28 17:59:43.433723 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15035 | 2024.08.28 17:59:43.433894 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001487 sec., 9414.92938802959 rows/sec., 659.36 KiB/sec. | ||
15036 | 2024.08.28 17:59:43.433915 [ 36 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
15037 | 2024.08.28 17:59:43.434054 [ 36 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15038 | 2024.08.28 17:59:43.434113 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15039 | 2024.08.28 17:59:43.434124 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Debug> DynamicQueryHandler: Done processing query | ||
15040 | 2024.08.28 17:59:43.434170 [ 3 ] {e68edf2a-bfdc-4ffd-ba4c-1253d1b283a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15041 | 2024.08.28 17:59:43.434222 [ 3 ] {} <Debug> HTTP-Session: 9a5adf9e-5c7a-4ef3-bac8-dff9cf52336b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15042 | 2024.08.28 17:59:43.434519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15043 | 2024.08.28 17:59:43.434573 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::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 | ||
15044 | 2024.08.28 17:59:43.434731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15045 | 2024.08.28 17:59:43.434857 [ 3 ] {} <Debug> HTTP-Session: d0ec1483-a9e5-4465-a001-e89898eeb91f Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15046 | 2024.08.28 17:59:43.434965 [ 3 ] {} <Debug> HTTP-Session: d0ec1483-a9e5-4465-a001-e89898eeb91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15047 | 2024.08.28 17:59:43.435041 [ 3 ] {} <Debug> HTTP-Session: d0ec1483-a9e5-4465-a001-e89898eeb91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15048 | 2024.08.28 17:59:43.435230 [ 3 ] {} <Trace> HTTP-Session: d0ec1483-a9e5-4465-a001-e89898eeb91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15049 | 2024.08.28 17:59:43.435350 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15050 | 2024.08.28 17:59:43.435429 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
15051 | 2024.08.28 17:59:43.435492 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15052 | 2024.08.28 17:59:43.435633 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
15053 | 2024.08.28 17:59:43.435649 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15054 | 2024.08.28 17:59:43.435955 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
15055 | 2024.08.28 17:59:43.436364 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
15056 | 2024.08.28 17:59:43.436830 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 254 rows starting from the beginning of the part | ||
15057 | 2024.08.28 17:59:43.437283 [ 189 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
15058 | 2024.08.28 17:59:43.437896 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15059 | 2024.08.28 17:59:43.438660 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15060 | 2024.08.28 17:59:43.438709 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15061 | 2024.08.28 17:59:43.439733 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15062 | 2024.08.28 17:59:43.440572 [ 195 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 5 columns (5 merged, 0 gathered) in 0.006307101 sec., 123828.68135455577 rows/sec., 8.41 MiB/sec. | ||
15063 | 2024.08.28 17:59:43.440590 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15064 | 2024.08.28 17:59:43.440941 [ 195 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
15065 | 2024.08.28 17:59:43.440953 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005512 sec., 1088.5341074020319 rows/sec., 64.31 KiB/sec. | ||
15066 | 2024.08.28 17:59:43.441803 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Debug> DynamicQueryHandler: Done processing query | ||
15067 | 2024.08.28 17:59:43.441880 [ 3 ] {ed47a357-da9d-44aa-a77f-400ed50b4d96} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15068 | 2024.08.28 17:59:43.441943 [ 3 ] {} <Debug> HTTP-Session: d0ec1483-a9e5-4465-a001-e89898eeb91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15069 | 2024.08.28 17:59:43.442193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 74368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15070 | 2024.08.28 17:59:43.442200 [ 200 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15071 | 2024.08.28 17:59:43.442253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15072 | 2024.08.28 17:59:43.442278 [ 3 ] {} <Debug> HTTP-Session: a446e863-8d49-4ef4-8a7a-1e6040c41ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15073 | 2024.08.28 17:59:43.442299 [ 3 ] {} <Debug> HTTP-Session: a446e863-8d49-4ef4-8a7a-1e6040c41ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15074 | 2024.08.28 17:59:43.442318 [ 3 ] {} <Debug> HTTP-Session: a446e863-8d49-4ef4-8a7a-1e6040c41ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15075 | 2024.08.28 17:59:43.442339 [ 200 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_36_7} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
15076 | 2024.08.28 17:59:43.442355 [ 3 ] {} <Trace> HTTP-Session: a446e863-8d49-4ef4-8a7a-1e6040c41ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15077 | 2024.08.28 17:59:43.442479 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
15078 | 2024.08.28 17:59:43.442629 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15079 | 2024.08.28 17:59:43.442674 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15080 | 2024.08.28 17:59:43.442918 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15081 | 2024.08.28 17:59:43.443553 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15082 | 2024.08.28 17:59:43.443591 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15083 | 2024.08.28 17:59:43.443966 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15084 | 2024.08.28 17:59:43.444326 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15085 | 2024.08.28 17:59:43.444495 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Debug> executeQuery: Read 457 rows, 33.55 KiB in 0.002008 sec., 227589.64143426297 rows/sec., 16.32 MiB/sec. | ||
15086 | 2024.08.28 17:59:43.444675 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Debug> DynamicQueryHandler: Done processing query | ||
15087 | 2024.08.28 17:59:43.444700 [ 3 ] {489a5607-cf4f-40fb-a613-b5481a11916d} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
15088 | 2024.08.28 17:59:43.444716 [ 3 ] {} <Debug> HTTP-Session: a446e863-8d49-4ef4-8a7a-1e6040c41ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15089 | 2024.08.28 17:59:43.444877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15090 | 2024.08.28 17:59:43.444923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15091 | 2024.08.28 17:59:43.444941 [ 3 ] {} <Debug> HTTP-Session: e91665ea-756e-4333-a6f0-57fc69f2dc42 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15092 | 2024.08.28 17:59:43.444957 [ 3 ] {} <Debug> HTTP-Session: e91665ea-756e-4333-a6f0-57fc69f2dc42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15093 | 2024.08.28 17:59:43.444971 [ 3 ] {} <Debug> HTTP-Session: e91665ea-756e-4333-a6f0-57fc69f2dc42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15094 | 2024.08.28 17:59:43.445002 [ 3 ] {} <Trace> HTTP-Session: e91665ea-756e-4333-a6f0-57fc69f2dc42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15095 | 2024.08.28 17:59:43.445103 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15096 | 2024.08.28 17:59:43.445148 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15097 | 2024.08.28 17:59:43.445276 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15098 | 2024.08.28 17:59:43.445573 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15099 | 2024.08.28 17:59:43.445609 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15100 | 2024.08.28 17:59:43.445966 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15101 | 2024.08.28 17:59:43.446291 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15102 | 2024.08.28 17:59:43.446450 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
15103 | 2024.08.28 17:59:43.446625 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Debug> DynamicQueryHandler: Done processing query | ||
15104 | 2024.08.28 17:59:43.446649 [ 3 ] {742c1b15-e7f2-4ecc-9d17-225ba29ce533} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15105 | 2024.08.28 17:59:43.446665 [ 3 ] {} <Debug> HTTP-Session: e91665ea-756e-4333-a6f0-57fc69f2dc42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15106 | 2024.08.28 17:59:43.446849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15107 | 2024.08.28 17:59:43.446897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15108 | 2024.08.28 17:59:43.446916 [ 3 ] {} <Debug> HTTP-Session: 7f4d63b0-6d95-4c60-b245-aa1dedd22551 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15109 | 2024.08.28 17:59:43.446933 [ 3 ] {} <Debug> HTTP-Session: 7f4d63b0-6d95-4c60-b245-aa1dedd22551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15110 | 2024.08.28 17:59:43.446946 [ 3 ] {} <Debug> HTTP-Session: 7f4d63b0-6d95-4c60-b245-aa1dedd22551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15111 | 2024.08.28 17:59:43.446978 [ 3 ] {} <Trace> HTTP-Session: 7f4d63b0-6d95-4c60-b245-aa1dedd22551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15112 | 2024.08.28 17:59:43.447192 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15113 | 2024.08.28 17:59:43.447239 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15114 | 2024.08.28 17:59:43.447379 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15115 | 2024.08.28 17:59:43.447781 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15116 | 2024.08.28 17:59:43.447817 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15117 | 2024.08.28 17:59:43.448202 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15118 | 2024.08.28 17:59:43.448534 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15119 | 2024.08.28 17:59:43.448696 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.001621 sec., 147439.8519432449 rows/sec., 9.87 MiB/sec. | ||
15120 | 2024.08.28 17:59:43.448862 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Debug> DynamicQueryHandler: Done processing query | ||
15121 | 2024.08.28 17:59:43.448887 [ 3 ] {2c54e04e-133f-4647-91c6-606ec6b71245} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15122 | 2024.08.28 17:59:43.448903 [ 3 ] {} <Debug> HTTP-Session: 7f4d63b0-6d95-4c60-b245-aa1dedd22551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15123 | 2024.08.28 17:59:43.449063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15124 | 2024.08.28 17:59:43.449109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15125 | 2024.08.28 17:59:43.449129 [ 3 ] {} <Debug> HTTP-Session: 765859a2-fe0d-4508-8961-35f220da3d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15126 | 2024.08.28 17:59:43.449145 [ 3 ] {} <Debug> HTTP-Session: 765859a2-fe0d-4508-8961-35f220da3d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15127 | 2024.08.28 17:59:43.449158 [ 3 ] {} <Debug> HTTP-Session: 765859a2-fe0d-4508-8961-35f220da3d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15128 | 2024.08.28 17:59:43.449189 [ 3 ] {} <Trace> HTTP-Session: 765859a2-fe0d-4508-8961-35f220da3d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15129 | 2024.08.28 17:59:43.449280 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15130 | 2024.08.28 17:59:43.449325 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15131 | 2024.08.28 17:59:43.449451 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15132 | 2024.08.28 17:59:43.449698 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15133 | 2024.08.28 17:59:43.449733 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15134 | 2024.08.28 17:59:43.450076 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15135 | 2024.08.28 17:59:43.450398 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15136 | 2024.08.28 17:59:43.450557 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec. | ||
15137 | 2024.08.28 17:59:43.450726 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Debug> DynamicQueryHandler: Done processing query | ||
15138 | 2024.08.28 17:59:43.450751 [ 3 ] {a66a43c8-cd81-4e0c-a4f3-6d7486bbe4a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15139 | 2024.08.28 17:59:43.450766 [ 3 ] {} <Debug> HTTP-Session: 765859a2-fe0d-4508-8961-35f220da3d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15140 | 2024.08.28 17:59:43.450961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15141 | 2024.08.28 17:59:43.451009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15142 | 2024.08.28 17:59:43.451029 [ 3 ] {} <Debug> HTTP-Session: c36f35ea-1f53-4f1e-be01-647bf7b05564 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15143 | 2024.08.28 17:59:43.451045 [ 3 ] {} <Debug> HTTP-Session: c36f35ea-1f53-4f1e-be01-647bf7b05564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15144 | 2024.08.28 17:59:43.451059 [ 3 ] {} <Debug> HTTP-Session: c36f35ea-1f53-4f1e-be01-647bf7b05564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15145 | 2024.08.28 17:59:43.451088 [ 3 ] {} <Trace> HTTP-Session: c36f35ea-1f53-4f1e-be01-647bf7b05564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15146 | 2024.08.28 17:59:43.451551 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15147 | 2024.08.28 17:59:43.451617 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15148 | 2024.08.28 17:59:43.452042 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15149 | 2024.08.28 17:59:43.452913 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15150 | 2024.08.28 17:59:43.452949 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15151 | 2024.08.28 17:59:43.453590 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15152 | 2024.08.28 17:59:43.454010 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15153 | 2024.08.28 17:59:43.454196 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003006 sec., 17298.735861610112 rows/sec., 31.00 MiB/sec. | ||
15154 | 2024.08.28 17:59:43.454405 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Debug> DynamicQueryHandler: Done processing query | ||
15155 | 2024.08.28 17:59:43.454430 [ 3 ] {3feb5751-b27c-43f6-9a44-4c111b38de3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15156 | 2024.08.28 17:59:43.454445 [ 3 ] {} <Debug> HTTP-Session: c36f35ea-1f53-4f1e-be01-647bf7b05564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15157 | 2024.08.28 17:59:43.454608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15158 | 2024.08.28 17:59:43.454654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15159 | 2024.08.28 17:59:43.454673 [ 3 ] {} <Debug> HTTP-Session: 1a947162-af03-41aa-a960-05727fcfc39b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15160 | 2024.08.28 17:59:43.454689 [ 3 ] {} <Debug> HTTP-Session: 1a947162-af03-41aa-a960-05727fcfc39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15161 | 2024.08.28 17:59:43.454703 [ 3 ] {} <Debug> HTTP-Session: 1a947162-af03-41aa-a960-05727fcfc39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15162 | 2024.08.28 17:59:43.454734 [ 3 ] {} <Trace> HTTP-Session: 1a947162-af03-41aa-a960-05727fcfc39b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15163 | 2024.08.28 17:59:43.454830 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15164 | 2024.08.28 17:59:43.454875 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15165 | 2024.08.28 17:59:43.455003 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15166 | 2024.08.28 17:59:43.455250 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15167 | 2024.08.28 17:59:43.455285 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15168 | 2024.08.28 17:59:43.455637 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
15169 | 2024.08.28 17:59:43.455957 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15170 | 2024.08.28 17:59:43.456133 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001312 sec., 6859.756097560976 rows/sec., 484.56 KiB/sec. | ||
15171 | 2024.08.28 17:59:43.456481 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Debug> DynamicQueryHandler: Done processing query | ||
15172 | 2024.08.28 17:59:43.456507 [ 3 ] {b5a3ff36-c64c-4faf-b7f7-3b7951c27bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15173 | 2024.08.28 17:59:43.456523 [ 3 ] {} <Debug> HTTP-Session: 1a947162-af03-41aa-a960-05727fcfc39b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15174 | 2024.08.28 17:59:43.456643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15175 | 2024.08.28 17:59:43.456692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15176 | 2024.08.28 17:59:43.456710 [ 3 ] {} <Debug> HTTP-Session: a087adc9-e68c-4146-8197-ad932b9ec1a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15177 | 2024.08.28 17:59:43.456726 [ 3 ] {} <Debug> HTTP-Session: a087adc9-e68c-4146-8197-ad932b9ec1a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15178 | 2024.08.28 17:59:43.456739 [ 3 ] {} <Debug> HTTP-Session: a087adc9-e68c-4146-8197-ad932b9ec1a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15179 | 2024.08.28 17:59:43.456770 [ 3 ] {} <Trace> HTTP-Session: a087adc9-e68c-4146-8197-ad932b9ec1a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15180 | 2024.08.28 17:59:43.456888 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15181 | 2024.08.28 17:59:43.456935 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15182 | 2024.08.28 17:59:43.457081 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15183 | 2024.08.28 17:59:43.457380 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15184 | 2024.08.28 17:59:43.457416 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15185 | 2024.08.28 17:59:43.457766 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15186 | 2024.08.28 17:59:43.458088 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15187 | 2024.08.28 17:59:43.458254 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
15188 | 2024.08.28 17:59:43.458414 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Debug> DynamicQueryHandler: Done processing query | ||
15189 | 2024.08.28 17:59:43.458439 [ 3 ] {857f9b0d-c86c-4280-94e9-1fea4cfb6879} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15190 | 2024.08.28 17:59:43.458454 [ 3 ] {} <Debug> HTTP-Session: a087adc9-e68c-4146-8197-ad932b9ec1a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15191 | 2024.08.28 17:59:48.013849 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15192 | 2024.08.28 17:59:48.013939 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15193 | 2024.08.28 17:59:48.417166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15194 | 2024.08.28 17:59:48.417339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15195 | 2024.08.28 17:59:48.417385 [ 3 ] {} <Debug> HTTP-Session: 6fdebde6-79d1-4653-9c07-9397db91dc5a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15196 | 2024.08.28 17:59:48.417428 [ 3 ] {} <Debug> HTTP-Session: 6fdebde6-79d1-4653-9c07-9397db91dc5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15197 | 2024.08.28 17:59:48.417456 [ 3 ] {} <Debug> HTTP-Session: 6fdebde6-79d1-4653-9c07-9397db91dc5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15198 | 2024.08.28 17:59:48.417539 [ 3 ] {} <Trace> HTTP-Session: 6fdebde6-79d1-4653-9c07-9397db91dc5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15199 | 2024.08.28 17:59:48.417821 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15200 | 2024.08.28 17:59:48.417933 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15201 | 2024.08.28 17:59:48.418325 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15202 | 2024.08.28 17:59:48.418739 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15203 | 2024.08.28 17:59:48.418783 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15204 | 2024.08.28 17:59:48.419204 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15205 | 2024.08.28 17:59:48.419598 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15206 | 2024.08.28 17:59:48.419777 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002043 sec., 489.4762604013705 rows/sec., 36.33 KiB/sec. | ||
15207 | 2024.08.28 17:59:48.420137 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Debug> DynamicQueryHandler: Done processing query | ||
15208 | 2024.08.28 17:59:48.420208 [ 3 ] {ff89f7be-b0f1-47e8-a7e8-a2bd0b3f9615} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15209 | 2024.08.28 17:59:48.420274 [ 3 ] {} <Debug> HTTP-Session: 6fdebde6-79d1-4653-9c07-9397db91dc5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15210 | 2024.08.28 17:59:48.420481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15211 | 2024.08.28 17:59:48.420540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15212 | 2024.08.28 17:59:48.420559 [ 3 ] {} <Debug> HTTP-Session: 62decab9-39b0-489c-a809-f7f57c914f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15213 | 2024.08.28 17:59:48.420576 [ 3 ] {} <Debug> HTTP-Session: 62decab9-39b0-489c-a809-f7f57c914f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15214 | 2024.08.28 17:59:48.420590 [ 3 ] {} <Debug> HTTP-Session: 62decab9-39b0-489c-a809-f7f57c914f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15215 | 2024.08.28 17:59:48.420623 [ 3 ] {} <Trace> HTTP-Session: 62decab9-39b0-489c-a809-f7f57c914f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15216 | 2024.08.28 17:59:48.420752 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15217 | 2024.08.28 17:59:48.420801 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15218 | 2024.08.28 17:59:48.421056 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15219 | 2024.08.28 17:59:48.421404 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15220 | 2024.08.28 17:59:48.421441 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15221 | 2024.08.28 17:59:48.421784 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15222 | 2024.08.28 17:59:48.422136 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15223 | 2024.08.28 17:59:48.422289 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Debug> executeQuery: Read 60 rows, 4.73 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.93 MiB/sec. | ||
15224 | 2024.08.28 17:59:48.422337 [ 28 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15225 | 2024.08.28 17:59:48.422473 [ 28 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15226 | 2024.08.28 17:59:48.422529 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15227 | 2024.08.28 17:59:48.422540 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Debug> DynamicQueryHandler: Done processing query | ||
15228 | 2024.08.28 17:59:48.422607 [ 3 ] {deb90af5-fbf1-40fb-84d5-699b27920964} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15229 | 2024.08.28 17:59:48.422675 [ 3 ] {} <Debug> HTTP-Session: 62decab9-39b0-489c-a809-f7f57c914f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15230 | 2024.08.28 17:59:48.422833 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15231 | 2024.08.28 17:59:48.423118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15232 | 2024.08.28 17:59:48.423362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15233 | 2024.08.28 17:59:48.423411 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15234 | 2024.08.28 17:59:48.423478 [ 3 ] {} <Debug> HTTP-Session: 76f9695a-735d-407c-b28c-0f36acba551a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15235 | 2024.08.28 17:59:48.423536 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1443 rows starting from the beginning of the part | ||
15236 | 2024.08.28 17:59:48.423578 [ 3 ] {} <Debug> HTTP-Session: 76f9695a-735d-407c-b28c-0f36acba551a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15237 | 2024.08.28 17:59:48.423667 [ 3 ] {} <Debug> HTTP-Session: 76f9695a-735d-407c-b28c-0f36acba551a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15238 | 2024.08.28 17:59:48.423879 [ 3 ] {} <Trace> HTTP-Session: 76f9695a-735d-407c-b28c-0f36acba551a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15239 | 2024.08.28 17:59:48.423981 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1493 rows starting from the beginning of the part | ||
15240 | 2024.08.28 17:59:48.424505 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15241 | 2024.08.28 17:59:48.424508 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 57 rows starting from the beginning of the part | ||
15242 | 2024.08.28 17:59:48.424773 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15243 | 2024.08.28 17:59:48.425107 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
15244 | 2024.08.28 17:59:48.425595 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 297 rows starting from the beginning of the part | ||
15245 | 2024.08.28 17:59:48.425929 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
15246 | 2024.08.28 17:59:48.426680 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15247 | 2024.08.28 17:59:48.427428 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15248 | 2024.08.28 17:59:48.427512 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15249 | 2024.08.28 17:59:48.428501 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15250 | 2024.08.28 17:59:48.428977 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15251 | 2024.08.28 17:59:48.429172 [ 28 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15252 | 2024.08.28 17:59:48.429269 [ 28 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15253 | 2024.08.28 17:59:48.429294 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Debug> executeQuery: Read 2 rows, 141.00 B in 0.005057 sec., 395.4913980620922 rows/sec., 27.23 KiB/sec. | ||
15254 | 2024.08.28 17:59:48.429323 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15255 | 2024.08.28 17:59:48.429985 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
15256 | 2024.08.28 17:59:48.430132 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Debug> DynamicQueryHandler: Done processing query | ||
15257 | 2024.08.28 17:59:48.430136 [ 199 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.007454775 sec., 457424.9390491329 rows/sec., 40.16 MiB/sec. | ||
15258 | 2024.08.28 17:59:48.430178 [ 3 ] {b106f332-cef9-4287-863d-e12342b70182} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15259 | 2024.08.28 17:59:48.430246 [ 3 ] {} <Debug> HTTP-Session: 76f9695a-735d-407c-b28c-0f36acba551a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15260 | 2024.08.28 17:59:48.430332 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15261 | 2024.08.28 17:59:48.430367 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 70 rows starting from the beginning of the part | ||
15262 | 2024.08.28 17:59:48.430458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15263 | 2024.08.28 17:59:48.430602 [ 187 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15264 | 2024.08.28 17:59:48.430661 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 55 rows starting from the beginning of the part | ||
15265 | 2024.08.28 17:59:48.430661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15266 | 2024.08.28 17:59:48.430805 [ 3 ] {} <Debug> HTTP-Session: 7f0bb237-6227-4460-a88c-b05275c2957e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15267 | 2024.08.28 17:59:48.430923 [ 3 ] {} <Debug> HTTP-Session: 7f0bb237-6227-4460-a88c-b05275c2957e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15268 | 2024.08.28 17:59:48.431021 [ 3 ] {} <Debug> HTTP-Session: 7f0bb237-6227-4460-a88c-b05275c2957e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15269 | 2024.08.28 17:59:48.431220 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
15270 | 2024.08.28 17:59:48.431222 [ 3 ] {} <Trace> HTTP-Session: 7f0bb237-6227-4460-a88c-b05275c2957e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15271 | 2024.08.28 17:59:48.431518 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2 rows starting from the beginning of the part | ||
15272 | 2024.08.28 17:59:48.431667 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15273 | 2024.08.28 17:59:48.431840 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15274 | 2024.08.28 17:59:48.431936 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 54 rows starting from the beginning of the part | ||
15275 | 2024.08.28 17:59:48.432547 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part | ||
15276 | 2024.08.28 17:59:48.434180 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15277 | 2024.08.28 17:59:48.434433 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15278 | 2024.08.28 17:59:48.434623 [ 188 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_86_17} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15279 | 2024.08.28 17:59:48.434876 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
15280 | 2024.08.28 17:59:48.435114 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15281 | 2024.08.28 17:59:48.435157 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15282 | 2024.08.28 17:59:48.435565 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.006084536 sec., 30404.947887562834 rows/sec., 2.31 MiB/sec. | ||
15283 | 2024.08.28 17:59:48.435691 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15284 | 2024.08.28 17:59:48.435734 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15285 | 2024.08.28 17:59:48.436380 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15286 | 2024.08.28 17:59:48.436412 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15287 | 2024.08.28 17:59:48.436481 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_76_15} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15288 | 2024.08.28 17:59:48.436683 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
15289 | 2024.08.28 17:59:48.436713 [ 28 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15290 | 2024.08.28 17:59:48.436732 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Debug> executeQuery: Read 72 rows, 5.69 KiB in 0.005258 sec., 13693.419551160137 rows/sec., 1.06 MiB/sec. | ||
15291 | 2024.08.28 17:59:48.436805 [ 28 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15292 | 2024.08.28 17:59:48.436919 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15293 | 2024.08.28 17:59:48.437107 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Debug> DynamicQueryHandler: Done processing query | ||
15294 | 2024.08.28 17:59:48.437111 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15295 | 2024.08.28 17:59:48.437136 [ 3 ] {6dadb30a-fc97-4afc-bccf-af03a61a560d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15296 | 2024.08.28 17:59:48.437165 [ 3 ] {} <Debug> HTTP-Session: 7f0bb237-6227-4460-a88c-b05275c2957e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15297 | 2024.08.28 17:59:48.437260 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15298 | 2024.08.28 17:59:48.437290 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 941 rows starting from the beginning of the part | ||
15299 | 2024.08.28 17:59:48.437424 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 929 rows starting from the beginning of the part | ||
15300 | 2024.08.28 17:59:48.437454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15301 | 2024.08.28 17:59:48.437631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15302 | 2024.08.28 17:59:48.437748 [ 3 ] {} <Debug> HTTP-Session: b35d9fd4-e967-4e01-817d-ce1defce77b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15303 | 2024.08.28 17:59:48.437789 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 66 rows starting from the beginning of the part | ||
15304 | 2024.08.28 17:59:48.437856 [ 3 ] {} <Debug> HTTP-Session: b35d9fd4-e967-4e01-817d-ce1defce77b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15305 | 2024.08.28 17:59:48.437910 [ 3 ] {} <Debug> HTTP-Session: b35d9fd4-e967-4e01-817d-ce1defce77b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15306 | 2024.08.28 17:59:48.438078 [ 3 ] {} <Trace> HTTP-Session: b35d9fd4-e967-4e01-817d-ce1defce77b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15307 | 2024.08.28 17:59:48.438122 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part | ||
15308 | 2024.08.28 17:59:48.438468 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 457 rows starting from the beginning of the part | ||
15309 | 2024.08.28 17:59:48.438483 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15310 | 2024.08.28 17:59:48.438628 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15311 | 2024.08.28 17:59:48.438741 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 72 rows starting from the beginning of the part | ||
15312 | 2024.08.28 17:59:48.439348 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15313 | 2024.08.28 17:59:48.439895 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15314 | 2024.08.28 17:59:48.439938 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15315 | 2024.08.28 17:59:48.440496 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15316 | 2024.08.28 17:59:48.440901 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2537 rows, containing 5 columns (5 merged, 0 gathered) in 0.003846266 sec., 659600.7660416622 rows/sec., 50.59 MiB/sec. | ||
15317 | 2024.08.28 17:59:48.440965 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15318 | 2024.08.28 17:59:48.441075 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15319 | 2024.08.28 17:59:48.441205 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.002938 sec., 54799.183117767185 rows/sec., 3.81 MiB/sec. | ||
15320 | 2024.08.28 17:59:48.441400 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Debug> DynamicQueryHandler: Done processing query | ||
15321 | 2024.08.28 17:59:48.441439 [ 3 ] {aef4a216-f626-4378-85b4-2bd891ed26c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15322 | 2024.08.28 17:59:48.441463 [ 3 ] {} <Debug> HTTP-Session: b35d9fd4-e967-4e01-817d-ce1defce77b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15323 | 2024.08.28 17:59:48.441611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15324 | 2024.08.28 17:59:48.441657 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15325 | 2024.08.28 17:59:48.441669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15326 | 2024.08.28 17:59:48.441699 [ 3 ] {} <Debug> HTTP-Session: e57c51d1-c0e8-4863-b12d-34c111b82132 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15327 | 2024.08.28 17:59:48.441724 [ 3 ] {} <Debug> HTTP-Session: e57c51d1-c0e8-4863-b12d-34c111b82132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15328 | 2024.08.28 17:59:48.441744 [ 3 ] {} <Debug> HTTP-Session: e57c51d1-c0e8-4863-b12d-34c111b82132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15329 | 2024.08.28 17:59:48.441761 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_86_17} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15330 | 2024.08.28 17:59:48.441781 [ 3 ] {} <Trace> HTTP-Session: e57c51d1-c0e8-4863-b12d-34c111b82132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15331 | 2024.08.28 17:59:48.441844 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
15332 | 2024.08.28 17:59:48.441902 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15333 | 2024.08.28 17:59:48.441965 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15334 | 2024.08.28 17:59:48.442358 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15335 | 2024.08.28 17:59:48.442742 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15336 | 2024.08.28 17:59:48.442778 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15337 | 2024.08.28 17:59:48.443324 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15338 | 2024.08.28 17:59:48.443731 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15339 | 2024.08.28 17:59:48.443928 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00205 sec., 487.80487804878044 rows/sec., 895.10 KiB/sec. | ||
15340 | 2024.08.28 17:59:48.444137 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Debug> DynamicQueryHandler: Done processing query | ||
15341 | 2024.08.28 17:59:48.444162 [ 3 ] {a6f202df-5f1b-4638-bb91-afccca4be794} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15342 | 2024.08.28 17:59:48.444178 [ 3 ] {} <Debug> HTTP-Session: e57c51d1-c0e8-4863-b12d-34c111b82132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15343 | 2024.08.28 17:59:48.444296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15344 | 2024.08.28 17:59:48.444343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15345 | 2024.08.28 17:59:48.444361 [ 3 ] {} <Debug> HTTP-Session: 371b5a96-4ace-4eab-baf2-ff1d2f6593b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15346 | 2024.08.28 17:59:48.444377 [ 3 ] {} <Debug> HTTP-Session: 371b5a96-4ace-4eab-baf2-ff1d2f6593b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15347 | 2024.08.28 17:59:48.444392 [ 3 ] {} <Debug> HTTP-Session: 371b5a96-4ace-4eab-baf2-ff1d2f6593b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15348 | 2024.08.28 17:59:48.444424 [ 3 ] {} <Trace> HTTP-Session: 371b5a96-4ace-4eab-baf2-ff1d2f6593b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15349 | 2024.08.28 17:59:48.444534 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15350 | 2024.08.28 17:59:48.444577 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15351 | 2024.08.28 17:59:48.444703 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15352 | 2024.08.28 17:59:48.444963 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15353 | 2024.08.28 17:59:48.444999 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15354 | 2024.08.28 17:59:48.445353 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15355 | 2024.08.28 17:59:48.445669 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15356 | 2024.08.28 17:59:48.445806 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
15357 | 2024.08.28 17:59:48.446035 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Debug> DynamicQueryHandler: Done processing query | ||
15358 | 2024.08.28 17:59:48.446060 [ 3 ] {1af1dce3-db11-49ba-9fcd-ef734bc98b34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15359 | 2024.08.28 17:59:48.446079 [ 3 ] {} <Debug> HTTP-Session: 371b5a96-4ace-4eab-baf2-ff1d2f6593b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15360 | 2024.08.28 17:59:53.423923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15361 | 2024.08.28 17:59:53.424071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15362 | 2024.08.28 17:59:53.424098 [ 3 ] {} <Debug> HTTP-Session: dc2b0890-e46f-4f8b-98ff-b0a0e534d314 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15363 | 2024.08.28 17:59:53.424124 [ 3 ] {} <Debug> HTTP-Session: dc2b0890-e46f-4f8b-98ff-b0a0e534d314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15364 | 2024.08.28 17:59:53.424139 [ 3 ] {} <Debug> HTTP-Session: dc2b0890-e46f-4f8b-98ff-b0a0e534d314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15365 | 2024.08.28 17:59:53.424193 [ 3 ] {} <Trace> HTTP-Session: dc2b0890-e46f-4f8b-98ff-b0a0e534d314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15366 | 2024.08.28 17:59:53.424410 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15367 | 2024.08.28 17:59:53.424489 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15368 | 2024.08.28 17:59:53.424881 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15369 | 2024.08.28 17:59:53.425287 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15370 | 2024.08.28 17:59:53.425331 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15371 | 2024.08.28 17:59:53.425762 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15372 | 2024.08.28 17:59:53.426158 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15373 | 2024.08.28 17:59:53.426348 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001995 sec., 1503.7593984962407 rows/sec., 118.95 KiB/sec. | ||
15374 | 2024.08.28 17:59:53.426701 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Debug> DynamicQueryHandler: Done processing query | ||
15375 | 2024.08.28 17:59:53.426756 [ 3 ] {9eab093c-f8af-4f47-98ad-2a2523119a22} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15376 | 2024.08.28 17:59:53.426785 [ 3 ] {} <Debug> HTTP-Session: dc2b0890-e46f-4f8b-98ff-b0a0e534d314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15377 | 2024.08.28 17:59:53.427079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15378 | 2024.08.28 17:59:53.427156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15379 | 2024.08.28 17:59:53.427183 [ 3 ] {} <Debug> HTTP-Session: ec7f1ce4-0e7b-4765-8221-edd14907a595 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15380 | 2024.08.28 17:59:53.427206 [ 3 ] {} <Debug> HTTP-Session: ec7f1ce4-0e7b-4765-8221-edd14907a595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15381 | 2024.08.28 17:59:53.427226 [ 3 ] {} <Debug> HTTP-Session: ec7f1ce4-0e7b-4765-8221-edd14907a595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15382 | 2024.08.28 17:59:53.427267 [ 3 ] {} <Trace> HTTP-Session: ec7f1ce4-0e7b-4765-8221-edd14907a595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15383 | 2024.08.28 17:59:53.427515 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15384 | 2024.08.28 17:59:53.427573 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15385 | 2024.08.28 17:59:53.427883 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15386 | 2024.08.28 17:59:53.428532 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15387 | 2024.08.28 17:59:53.428575 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15388 | 2024.08.28 17:59:53.429042 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15389 | 2024.08.28 17:59:53.429509 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15390 | 2024.08.28 17:59:53.429658 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Debug> executeQuery: Read 296 rows, 26.97 KiB in 0.002276 sec., 130052.72407732866 rows/sec., 11.57 MiB/sec. | ||
15391 | 2024.08.28 17:59:53.429857 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Debug> DynamicQueryHandler: Done processing query | ||
15392 | 2024.08.28 17:59:53.429889 [ 3 ] {8bbe6abe-430b-4401-bd1a-0f47e1f9301e} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
15393 | 2024.08.28 17:59:53.429918 [ 3 ] {} <Debug> HTTP-Session: ec7f1ce4-0e7b-4765-8221-edd14907a595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15394 | 2024.08.28 17:59:53.430169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15395 | 2024.08.28 17:59:53.430263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15396 | 2024.08.28 17:59:53.430308 [ 3 ] {} <Debug> HTTP-Session: e2c139bb-a51d-49ff-85ac-d57040285daa Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15397 | 2024.08.28 17:59:53.430346 [ 3 ] {} <Debug> HTTP-Session: e2c139bb-a51d-49ff-85ac-d57040285daa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15398 | 2024.08.28 17:59:53.430373 [ 3 ] {} <Debug> HTTP-Session: e2c139bb-a51d-49ff-85ac-d57040285daa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15399 | 2024.08.28 17:59:53.430415 [ 3 ] {} <Trace> HTTP-Session: e2c139bb-a51d-49ff-85ac-d57040285daa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15400 | 2024.08.28 17:59:53.430544 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15401 | 2024.08.28 17:59:53.430594 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15402 | 2024.08.28 17:59:53.430864 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15403 | 2024.08.28 17:59:53.431235 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15404 | 2024.08.28 17:59:53.431277 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15405 | 2024.08.28 17:59:53.431712 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15406 | 2024.08.28 17:59:53.432159 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15407 | 2024.08.28 17:59:53.432331 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Debug> executeQuery: Read 55 rows, 4.11 KiB in 0.001823 sec., 30170.049369171695 rows/sec., 2.20 MiB/sec. | ||
15408 | 2024.08.28 17:59:53.432526 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Debug> DynamicQueryHandler: Done processing query | ||
15409 | 2024.08.28 17:59:53.432555 [ 3 ] {93b126c5-f5ea-416b-b7af-7c41a18e192d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15410 | 2024.08.28 17:59:53.432571 [ 3 ] {} <Debug> HTTP-Session: e2c139bb-a51d-49ff-85ac-d57040285daa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15411 | 2024.08.28 17:59:53.432724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15412 | 2024.08.28 17:59:53.432773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15413 | 2024.08.28 17:59:53.432793 [ 3 ] {} <Debug> HTTP-Session: 3e0f5997-c6fc-41b5-b8b3-8197d308fd26 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15414 | 2024.08.28 17:59:53.432810 [ 3 ] {} <Debug> HTTP-Session: 3e0f5997-c6fc-41b5-b8b3-8197d308fd26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15415 | 2024.08.28 17:59:53.432824 [ 3 ] {} <Debug> HTTP-Session: 3e0f5997-c6fc-41b5-b8b3-8197d308fd26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15416 | 2024.08.28 17:59:53.432855 [ 3 ] {} <Trace> HTTP-Session: 3e0f5997-c6fc-41b5-b8b3-8197d308fd26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15417 | 2024.08.28 17:59:53.432958 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15418 | 2024.08.28 17:59:53.433003 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15419 | 2024.08.28 17:59:53.433230 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15420 | 2024.08.28 17:59:53.433521 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15421 | 2024.08.28 17:59:53.433558 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15422 | 2024.08.28 17:59:53.433909 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15423 | 2024.08.28 17:59:53.434274 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15424 | 2024.08.28 17:59:53.434429 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
15425 | 2024.08.28 17:59:53.434742 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Debug> DynamicQueryHandler: Done processing query | ||
15426 | 2024.08.28 17:59:53.434804 [ 3 ] {3f8ac401-c7cf-40a6-a97e-1875355bc760} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15427 | 2024.08.28 17:59:53.434856 [ 3 ] {} <Debug> HTTP-Session: 3e0f5997-c6fc-41b5-b8b3-8197d308fd26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15428 | 2024.08.28 17:59:53.435009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15429 | 2024.08.28 17:59:53.435061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15430 | 2024.08.28 17:59:53.435082 [ 3 ] {} <Debug> HTTP-Session: f2f4256f-fa5f-4e1a-9466-f584da3daf81 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15431 | 2024.08.28 17:59:53.435098 [ 3 ] {} <Debug> HTTP-Session: f2f4256f-fa5f-4e1a-9466-f584da3daf81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15432 | 2024.08.28 17:59:53.435112 [ 3 ] {} <Debug> HTTP-Session: f2f4256f-fa5f-4e1a-9466-f584da3daf81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15433 | 2024.08.28 17:59:53.435144 [ 3 ] {} <Trace> HTTP-Session: f2f4256f-fa5f-4e1a-9466-f584da3daf81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15434 | 2024.08.28 17:59:53.435245 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15435 | 2024.08.28 17:59:53.435289 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15436 | 2024.08.28 17:59:53.435544 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15437 | 2024.08.28 17:59:53.435824 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15438 | 2024.08.28 17:59:53.435860 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15439 | 2024.08.28 17:59:53.436213 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15440 | 2024.08.28 17:59:53.436568 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15441 | 2024.08.28 17:59:53.436733 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 235.39 KiB/sec. | ||
15442 | 2024.08.28 17:59:53.436893 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Debug> DynamicQueryHandler: Done processing query | ||
15443 | 2024.08.28 17:59:53.436917 [ 3 ] {2d15896a-3a24-415e-84a0-703f99dc593a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15444 | 2024.08.28 17:59:53.436932 [ 3 ] {} <Debug> HTTP-Session: f2f4256f-fa5f-4e1a-9466-f584da3daf81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15445 | 2024.08.28 17:59:53.437142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 72062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15446 | 2024.08.28 17:59:53.437189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15447 | 2024.08.28 17:59:53.437207 [ 3 ] {} <Debug> HTTP-Session: 687b587e-c124-47da-924c-90322f5255dd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15448 | 2024.08.28 17:59:53.437223 [ 3 ] {} <Debug> HTTP-Session: 687b587e-c124-47da-924c-90322f5255dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15449 | 2024.08.28 17:59:53.437237 [ 3 ] {} <Debug> HTTP-Session: 687b587e-c124-47da-924c-90322f5255dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15450 | 2024.08.28 17:59:53.437268 [ 3 ] {} <Trace> HTTP-Session: 687b587e-c124-47da-924c-90322f5255dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15451 | 2024.08.28 17:59:53.437482 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15452 | 2024.08.28 17:59:53.437526 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15453 | 2024.08.28 17:59:53.437750 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15454 | 2024.08.28 17:59:53.438294 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15455 | 2024.08.28 17:59:53.438330 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15456 | 2024.08.28 17:59:53.438709 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15457 | 2024.08.28 17:59:53.439068 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15458 | 2024.08.28 17:59:53.439213 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Debug> executeQuery: Read 443 rows, 32.50 KiB in 0.001838 sec., 241022.8509249184 rows/sec., 17.27 MiB/sec. | ||
15459 | 2024.08.28 17:59:53.439370 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Debug> DynamicQueryHandler: Done processing query | ||
15460 | 2024.08.28 17:59:53.439395 [ 3 ] {37475963-aa9c-4a68-8e30-f332f22e727f} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
15461 | 2024.08.28 17:59:53.439411 [ 3 ] {} <Debug> HTTP-Session: 687b587e-c124-47da-924c-90322f5255dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15462 | 2024.08.28 17:59:53.439555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15463 | 2024.08.28 17:59:53.439602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15464 | 2024.08.28 17:59:53.439621 [ 3 ] {} <Debug> HTTP-Session: 5ebac791-7bfd-4c91-bbd3-fa3e6e47590e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15465 | 2024.08.28 17:59:53.439638 [ 3 ] {} <Debug> HTTP-Session: 5ebac791-7bfd-4c91-bbd3-fa3e6e47590e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15466 | 2024.08.28 17:59:53.439651 [ 3 ] {} <Debug> HTTP-Session: 5ebac791-7bfd-4c91-bbd3-fa3e6e47590e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15467 | 2024.08.28 17:59:53.439681 [ 3 ] {} <Trace> HTTP-Session: 5ebac791-7bfd-4c91-bbd3-fa3e6e47590e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15468 | 2024.08.28 17:59:53.439776 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15469 | 2024.08.28 17:59:53.439821 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15470 | 2024.08.28 17:59:53.439949 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15471 | 2024.08.28 17:59:53.440271 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15472 | 2024.08.28 17:59:53.440307 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15473 | 2024.08.28 17:59:53.440656 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15474 | 2024.08.28 17:59:53.440980 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15475 | 2024.08.28 17:59:53.441135 [ 67 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
15476 | 2024.08.28 17:59:53.441140 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
15477 | 2024.08.28 17:59:53.441223 [ 67 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15478 | 2024.08.28 17:59:53.441288 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15479 | 2024.08.28 17:59:53.441434 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Debug> DynamicQueryHandler: Done processing query | ||
15480 | 2024.08.28 17:59:53.441446 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
15481 | 2024.08.28 17:59:53.441468 [ 3 ] {191fb768-51ca-40bf-8c6e-80fa0206715f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15482 | 2024.08.28 17:59:53.441492 [ 3 ] {} <Debug> HTTP-Session: 5ebac791-7bfd-4c91-bbd3-fa3e6e47590e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15483 | 2024.08.28 17:59:53.441580 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15484 | 2024.08.28 17:59:53.441611 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part | ||
15485 | 2024.08.28 17:59:53.441690 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
15486 | 2024.08.28 17:59:53.441700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15487 | 2024.08.28 17:59:53.441843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15488 | 2024.08.28 17:59:53.441989 [ 3 ] {} <Debug> HTTP-Session: 5ed229b8-c130-46a2-a805-4f1ba34545f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15489 | 2024.08.28 17:59:53.441991 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
15490 | 2024.08.28 17:59:53.442148 [ 3 ] {} <Debug> HTTP-Session: 5ed229b8-c130-46a2-a805-4f1ba34545f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15491 | 2024.08.28 17:59:53.442196 [ 3 ] {} <Debug> HTTP-Session: 5ed229b8-c130-46a2-a805-4f1ba34545f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15492 | 2024.08.28 17:59:53.442367 [ 3 ] {} <Trace> HTTP-Session: 5ed229b8-c130-46a2-a805-4f1ba34545f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15493 | 2024.08.28 17:59:53.442421 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
15494 | 2024.08.28 17:59:53.442614 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15495 | 2024.08.28 17:59:53.442747 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15496 | 2024.08.28 17:59:53.442805 [ 188 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15497 | 2024.08.28 17:59:53.442904 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15498 | 2024.08.28 17:59:53.443361 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15499 | 2024.08.28 17:59:53.444056 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15500 | 2024.08.28 17:59:53.444102 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15501 | 2024.08.28 17:59:53.444528 [ 190 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.00310884 sec., 67549.31099702783 rows/sec., 3.45 MiB/sec. | ||
15502 | 2024.08.28 17:59:53.444706 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15503 | 2024.08.28 17:59:53.444778 [ 190 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
15504 | 2024.08.28 17:59:53.445475 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15505 | 2024.08.28 17:59:53.445824 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Debug> executeQuery: Read 239 rows, 16.40 KiB in 0.003261 sec., 73290.40171726464 rows/sec., 4.91 MiB/sec. | ||
15506 | 2024.08.28 17:59:53.445831 [ 194 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15507 | 2024.08.28 17:59:53.446259 [ 194 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_35_7} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
15508 | 2024.08.28 17:59:53.446344 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Debug> DynamicQueryHandler: Done processing query | ||
15509 | 2024.08.28 17:59:53.446426 [ 3 ] {cff539c6-bba3-4bb1-8162-b27de2ce9d62} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15510 | 2024.08.28 17:59:53.446499 [ 3 ] {} <Debug> HTTP-Session: 5ed229b8-c130-46a2-a805-4f1ba34545f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15511 | 2024.08.28 17:59:53.446605 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15512 | 2024.08.28 17:59:53.446731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15513 | 2024.08.28 17:59:53.446798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15514 | 2024.08.28 17:59:53.446818 [ 3 ] {} <Debug> HTTP-Session: a83f9646-a0b6-4d78-8405-dcf2dc8538e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15515 | 2024.08.28 17:59:53.446834 [ 3 ] {} <Debug> HTTP-Session: a83f9646-a0b6-4d78-8405-dcf2dc8538e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15516 | 2024.08.28 17:59:53.446848 [ 3 ] {} <Debug> HTTP-Session: a83f9646-a0b6-4d78-8405-dcf2dc8538e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15517 | 2024.08.28 17:59:53.446880 [ 3 ] {} <Trace> HTTP-Session: a83f9646-a0b6-4d78-8405-dcf2dc8538e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15518 | 2024.08.28 17:59:53.446988 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15519 | 2024.08.28 17:59:53.447035 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15520 | 2024.08.28 17:59:53.447194 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15521 | 2024.08.28 17:59:53.447466 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15522 | 2024.08.28 17:59:53.447502 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15523 | 2024.08.28 17:59:53.447863 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15524 | 2024.08.28 17:59:53.448212 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15525 | 2024.08.28 17:59:53.448379 [ 67 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
15526 | 2024.08.28 17:59:53.448382 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
15527 | 2024.08.28 17:59:53.448439 [ 67 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15528 | 2024.08.28 17:59:53.448507 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15529 | 2024.08.28 17:59:53.448678 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::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 | ||
15530 | 2024.08.28 17:59:53.448709 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Debug> DynamicQueryHandler: Done processing query | ||
15531 | 2024.08.28 17:59:53.448755 [ 3 ] {b69a3591-9419-47ea-b234-280fd67f0d13} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15532 | 2024.08.28 17:59:53.448786 [ 3 ] {} <Debug> HTTP-Session: a83f9646-a0b6-4d78-8405-dcf2dc8538e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15533 | 2024.08.28 17:59:53.448888 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15534 | 2024.08.28 17:59:53.448929 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
15535 | 2024.08.28 17:59:53.449051 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
15536 | 2024.08.28 17:59:53.449093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15537 | 2024.08.28 17:59:53.449322 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
15538 | 2024.08.28 17:59:53.449333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15539 | 2024.08.28 17:59:53.449428 [ 3 ] {} <Debug> HTTP-Session: bd78722b-9aee-4d2c-af91-b2cddbb1b72e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15540 | 2024.08.28 17:59:53.449506 [ 3 ] {} <Debug> HTTP-Session: bd78722b-9aee-4d2c-af91-b2cddbb1b72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15541 | 2024.08.28 17:59:53.449596 [ 3 ] {} <Debug> HTTP-Session: bd78722b-9aee-4d2c-af91-b2cddbb1b72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15542 | 2024.08.28 17:59:53.449677 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
15543 | 2024.08.28 17:59:53.449709 [ 3 ] {} <Trace> HTTP-Session: bd78722b-9aee-4d2c-af91-b2cddbb1b72e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15544 | 2024.08.28 17:59:53.449937 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
15545 | 2024.08.28 17:59:53.450072 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
15546 | 2024.08.28 17:59:53.450468 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15547 | 2024.08.28 17:59:53.450637 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15548 | 2024.08.28 17:59:53.453078 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15549 | 2024.08.28 17:59:53.453546 [ 193 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.0049249 sec., 7309.793092245527 rows/sec., 491.76 KiB/sec. | ||
15550 | 2024.08.28 17:59:53.453788 [ 193 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
15551 | 2024.08.28 17:59:53.454504 [ 193 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15552 | 2024.08.28 17:59:53.454766 [ 193 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_36_7} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
15553 | 2024.08.28 17:59:53.454888 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15554 | 2024.08.28 17:59:53.454959 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
15555 | 2024.08.28 17:59:53.454967 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15556 | 2024.08.28 17:59:53.455726 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
15557 | 2024.08.28 17:59:53.456165 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15558 | 2024.08.28 17:59:53.456351 [ 111 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
15559 | 2024.08.28 17:59:53.456358 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.006393 sec., 8133.896449241357 rows/sec., 14.58 MiB/sec. | ||
15560 | 2024.08.28 17:59:53.456421 [ 111 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15561 | 2024.08.28 17:59:53.456495 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15562 | 2024.08.28 17:59:53.456962 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
15563 | 2024.08.28 17:59:53.457163 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Debug> DynamicQueryHandler: Done processing query | ||
15564 | 2024.08.28 17:59:53.457248 [ 3 ] {9ff4e1b8-37dd-48c2-b12c-7a482582ee00} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15565 | 2024.08.28 17:59:53.457326 [ 3 ] {} <Debug> HTTP-Session: bd78722b-9aee-4d2c-af91-b2cddbb1b72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15566 | 2024.08.28 17:59:53.457637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15567 | 2024.08.28 17:59:53.457788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15568 | 2024.08.28 17:59:53.457878 [ 3 ] {} <Debug> HTTP-Session: 8a952141-8e62-4210-be3e-f1c4be8515c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15569 | 2024.08.28 17:59:53.457958 [ 3 ] {} <Debug> HTTP-Session: 8a952141-8e62-4210-be3e-f1c4be8515c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15570 | 2024.08.28 17:59:53.458039 [ 3 ] {} <Debug> HTTP-Session: 8a952141-8e62-4210-be3e-f1c4be8515c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15571 | 2024.08.28 17:59:53.458197 [ 3 ] {} <Trace> HTTP-Session: 8a952141-8e62-4210-be3e-f1c4be8515c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15572 | 2024.08.28 17:59:53.458595 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15573 | 2024.08.28 17:59:53.458723 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15574 | 2024.08.28 17:59:53.458915 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15575 | 2024.08.28 17:59:53.459164 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1332 rows starting from the beginning of the part | ||
15576 | 2024.08.28 17:59:53.459429 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15577 | 2024.08.28 17:59:53.459923 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 49 rows starting from the beginning of the part | ||
15578 | 2024.08.28 17:59:53.460338 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
15579 | 2024.08.28 17:59:53.460723 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 52 rows starting from the beginning of the part | ||
15580 | 2024.08.28 17:59:53.461086 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
15581 | 2024.08.28 17:59:53.461402 [ 193 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 52 rows starting from the beginning of the part | ||
15582 | 2024.08.28 17:59:53.462838 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15583 | 2024.08.28 17:59:53.462883 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15584 | 2024.08.28 17:59:53.463266 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15585 | 2024.08.28 17:59:53.463763 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15586 | 2024.08.28 17:59:53.464168 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005743 sec., 14278.251784781474 rows/sec., 928.61 KiB/sec. | ||
15587 | 2024.08.28 17:59:53.464632 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Debug> DynamicQueryHandler: Done processing query | ||
15588 | 2024.08.28 17:59:53.464707 [ 3 ] {2d2cd327-3155-426b-9cf0-afa189a76872} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15589 | 2024.08.28 17:59:53.464775 [ 3 ] {} <Debug> HTTP-Session: 8a952141-8e62-4210-be3e-f1c4be8515c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15590 | 2024.08.28 17:59:53.470572 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1487 rows, containing 19 columns (19 merged, 0 gathered) in 0.01391853 sec., 106835.99489313886 rows/sec., 191.45 MiB/sec. | ||
15591 | 2024.08.28 17:59:53.472059 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
15592 | 2024.08.28 17:59:53.472674 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15593 | 2024.08.28 17:59:53.472767 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
15594 | 2024.08.28 17:59:53.472914 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.29 MiB. | ||
15595 | 2024.08.28 17:59:54.000351 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.65 MiB, peak 221.89 MiB, free memory in arenas 0.00 B, will set to 210.71 MiB (RSS), difference: 1.07 MiB | ||
15596 | 2024.08.28 17:59:56.971927 [ 148 ] {} <Debug> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
15597 | 2024.08.28 17:59:56.971993 [ 148 ] {} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15598 | 2024.08.28 17:59:56.972019 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15599 | 2024.08.28 17:59:56.972157 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::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 | ||
15600 | 2024.08.28 17:59:56.972304 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15601 | 2024.08.28 17:59:56.972340 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
15602 | 2024.08.28 17:59:56.972419 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::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 | ||
15603 | 2024.08.28 17:59:56.972542 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
15604 | 2024.08.28 17:59:56.972813 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
15605 | 2024.08.28 17:59:56.973117 [ 188 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
15606 | 2024.08.28 17:59:56.974487 [ 191 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002403113 sec., 21222.472684388955 rows/sec., 1.51 MiB/sec. | ||
15607 | 2024.08.28 17:59:56.974694 [ 198 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
15608 | 2024.08.28 17:59:56.975154 [ 198 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15609 | 2024.08.28 17:59:56.975246 [ 198 ] {bba32e84-4773-483a-8699-f1c52d94776e::all_1_5_1} <Trace> oximeter.measurements_i64 (bba32e84-4773-483a-8699-f1c52d94776e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
15610 | 2024.08.28 17:59:56.975347 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15611 | 2024.08.28 17:59:58.416348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15612 | 2024.08.28 17:59:58.416468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15613 | 2024.08.28 17:59:58.416497 [ 3 ] {} <Debug> HTTP-Session: c7553e19-9fed-4874-a5c9-119b3d9aac5c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15614 | 2024.08.28 17:59:58.416526 [ 3 ] {} <Debug> HTTP-Session: c7553e19-9fed-4874-a5c9-119b3d9aac5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15615 | 2024.08.28 17:59:58.416544 [ 3 ] {} <Debug> HTTP-Session: c7553e19-9fed-4874-a5c9-119b3d9aac5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15616 | 2024.08.28 17:59:58.416601 [ 3 ] {} <Trace> HTTP-Session: c7553e19-9fed-4874-a5c9-119b3d9aac5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15617 | 2024.08.28 17:59:58.416814 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15618 | 2024.08.28 17:59:58.416889 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15619 | 2024.08.28 17:59:58.417267 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15620 | 2024.08.28 17:59:58.417761 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15621 | 2024.08.28 17:59:58.417803 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15622 | 2024.08.28 17:59:58.418222 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15623 | 2024.08.28 17:59:58.418604 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15624 | 2024.08.28 17:59:58.418781 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002038 sec., 28459.273797841022 rows/sec., 2.20 MiB/sec. | ||
15625 | 2024.08.28 17:59:58.419144 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Debug> DynamicQueryHandler: Done processing query | ||
15626 | 2024.08.28 17:59:58.419214 [ 3 ] {878db591-dff5-4eb3-a608-7d201ef66cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15627 | 2024.08.28 17:59:58.419277 [ 3 ] {} <Debug> HTTP-Session: c7553e19-9fed-4874-a5c9-119b3d9aac5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15628 | 2024.08.28 17:59:58.419449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15629 | 2024.08.28 17:59:58.419506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15630 | 2024.08.28 17:59:58.419526 [ 3 ] {} <Debug> HTTP-Session: 7484a485-4954-4a13-a17b-86eee8ad3e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15631 | 2024.08.28 17:59:58.419544 [ 3 ] {} <Debug> HTTP-Session: 7484a485-4954-4a13-a17b-86eee8ad3e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15632 | 2024.08.28 17:59:58.419558 [ 3 ] {} <Debug> HTTP-Session: 7484a485-4954-4a13-a17b-86eee8ad3e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15633 | 2024.08.28 17:59:58.419595 [ 3 ] {} <Trace> HTTP-Session: 7484a485-4954-4a13-a17b-86eee8ad3e30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15634 | 2024.08.28 17:59:58.419699 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15635 | 2024.08.28 17:59:58.419747 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15636 | 2024.08.28 17:59:58.420000 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15637 | 2024.08.28 17:59:58.420301 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15638 | 2024.08.28 17:59:58.420337 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15639 | 2024.08.28 17:59:58.420675 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15640 | 2024.08.28 17:59:58.421022 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15641 | 2024.08.28 17:59:58.421158 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001489 sec., 671.591672263264 rows/sec., 50.50 KiB/sec. | ||
15642 | 2024.08.28 17:59:58.421331 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Debug> DynamicQueryHandler: Done processing query | ||
15643 | 2024.08.28 17:59:58.421356 [ 3 ] {08710f69-99e3-4ac4-9f68-ab8e28a9060c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15644 | 2024.08.28 17:59:58.421373 [ 3 ] {} <Debug> HTTP-Session: 7484a485-4954-4a13-a17b-86eee8ad3e30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15645 | 2024.08.28 17:59:58.421490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15646 | 2024.08.28 17:59:58.421539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15647 | 2024.08.28 17:59:58.421558 [ 3 ] {} <Debug> HTTP-Session: 438b31f3-cb3f-4301-bc18-d3ebb0edb398 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15648 | 2024.08.28 17:59:58.421574 [ 3 ] {} <Debug> HTTP-Session: 438b31f3-cb3f-4301-bc18-d3ebb0edb398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15649 | 2024.08.28 17:59:58.421588 [ 3 ] {} <Debug> HTTP-Session: 438b31f3-cb3f-4301-bc18-d3ebb0edb398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15650 | 2024.08.28 17:59:58.421646 [ 3 ] {} <Trace> HTTP-Session: 438b31f3-cb3f-4301-bc18-d3ebb0edb398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15651 | 2024.08.28 17:59:58.421762 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15652 | 2024.08.28 17:59:58.421805 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15653 | 2024.08.28 17:59:58.422027 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15654 | 2024.08.28 17:59:58.422363 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15655 | 2024.08.28 17:59:58.422400 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15656 | 2024.08.28 17:59:58.422754 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15657 | 2024.08.28 17:59:58.423101 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15658 | 2024.08.28 17:59:58.423225 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001504 sec., 43218.08510638298 rows/sec., 3.37 MiB/sec. | ||
15659 | 2024.08.28 17:59:58.423428 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Debug> DynamicQueryHandler: Done processing query | ||
15660 | 2024.08.28 17:59:58.423453 [ 3 ] {8e142f96-b03b-4359-9609-3e0ce091f46a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15661 | 2024.08.28 17:59:58.423469 [ 3 ] {} <Debug> HTTP-Session: 438b31f3-cb3f-4301-bc18-d3ebb0edb398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15662 | 2024.08.28 17:59:58.423623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15663 | 2024.08.28 17:59:58.423672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15664 | 2024.08.28 17:59:58.423691 [ 3 ] {} <Debug> HTTP-Session: 3616952a-3d3d-4bc0-b216-7b37c8fdb438 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15665 | 2024.08.28 17:59:58.423708 [ 3 ] {} <Debug> HTTP-Session: 3616952a-3d3d-4bc0-b216-7b37c8fdb438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15666 | 2024.08.28 17:59:58.423722 [ 3 ] {} <Debug> HTTP-Session: 3616952a-3d3d-4bc0-b216-7b37c8fdb438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15667 | 2024.08.28 17:59:58.423753 [ 3 ] {} <Trace> HTTP-Session: 3616952a-3d3d-4bc0-b216-7b37c8fdb438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15668 | 2024.08.28 17:59:58.423898 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15669 | 2024.08.28 17:59:58.423945 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15670 | 2024.08.28 17:59:58.424087 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15671 | 2024.08.28 17:59:58.424445 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15672 | 2024.08.28 17:59:58.424480 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15673 | 2024.08.28 17:59:58.424850 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15674 | 2024.08.28 17:59:58.425177 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15675 | 2024.08.28 17:59:58.425301 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001475 sec., 108474.57627118644 rows/sec., 7.56 MiB/sec. | ||
15676 | 2024.08.28 17:59:58.425306 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15677 | 2024.08.28 17:59:58.425368 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15678 | 2024.08.28 17:59:58.425404 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15679 | 2024.08.28 17:59:58.425529 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Debug> DynamicQueryHandler: Done processing query | ||
15680 | 2024.08.28 17:59:58.425598 [ 3 ] {8864b71f-bac1-4b8c-aed1-3509df58fdea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15681 | 2024.08.28 17:59:58.425660 [ 3 ] {} <Debug> HTTP-Session: 3616952a-3d3d-4bc0-b216-7b37c8fdb438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15682 | 2024.08.28 17:59:58.425776 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15683 | 2024.08.28 17:59:58.425841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15684 | 2024.08.28 17:59:58.426012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15685 | 2024.08.28 17:59:58.426106 [ 3 ] {} <Debug> HTTP-Session: 350f47eb-e1f7-4af0-8cc2-1bc4d70c21f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15686 | 2024.08.28 17:59:58.426179 [ 3 ] {} <Debug> HTTP-Session: 350f47eb-e1f7-4af0-8cc2-1bc4d70c21f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15687 | 2024.08.28 17:59:58.426235 [ 3 ] {} <Debug> HTTP-Session: 350f47eb-e1f7-4af0-8cc2-1bc4d70c21f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15688 | 2024.08.28 17:59:58.426380 [ 3 ] {} <Trace> HTTP-Session: 350f47eb-e1f7-4af0-8cc2-1bc4d70c21f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15689 | 2024.08.28 17:59:58.426588 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15690 | 2024.08.28 17:59:58.426717 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23123 rows starting from the beginning of the part | ||
15691 | 2024.08.28 17:59:58.426772 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15692 | 2024.08.28 17:59:58.427098 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 161 rows starting from the beginning of the part | ||
15693 | 2024.08.28 17:59:58.427149 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15694 | 2024.08.28 17:59:58.427516 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 239 rows starting from the beginning of the part | ||
15695 | 2024.08.28 17:59:58.427974 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 161 rows starting from the beginning of the part | ||
15696 | 2024.08.28 17:59:58.428367 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 239 rows starting from the beginning of the part | ||
15697 | 2024.08.28 17:59:58.428819 [ 197 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
15698 | 2024.08.28 17:59:58.430896 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15699 | 2024.08.28 17:59:58.431668 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15700 | 2024.08.28 17:59:58.431737 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15701 | 2024.08.28 17:59:58.433221 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
15702 | 2024.08.28 17:59:58.433814 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15703 | 2024.08.28 17:59:58.433990 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.007383 sec., 135.4462955438169 rows/sec., 248.54 KiB/sec. | ||
15704 | 2024.08.28 17:59:58.434712 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Debug> DynamicQueryHandler: Done processing query | ||
15705 | 2024.08.28 17:59:58.434773 [ 3 ] {91a85540-d7fe-4eaa-852c-1808a209c20e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15706 | 2024.08.28 17:59:58.434842 [ 3 ] {} <Debug> HTTP-Session: 350f47eb-e1f7-4af0-8cc2-1bc4d70c21f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15707 | 2024.08.28 17:59:58.434994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15708 | 2024.08.28 17:59:58.435064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15709 | 2024.08.28 17:59:58.435097 [ 3 ] {} <Debug> HTTP-Session: 68989999-fdb0-4c04-a9ad-badc8b8ae4da Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15710 | 2024.08.28 17:59:58.435116 [ 3 ] {} <Debug> HTTP-Session: 68989999-fdb0-4c04-a9ad-badc8b8ae4da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15711 | 2024.08.28 17:59:58.435130 [ 3 ] {} <Debug> HTTP-Session: 68989999-fdb0-4c04-a9ad-badc8b8ae4da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15712 | 2024.08.28 17:59:58.435171 [ 3 ] {} <Trace> HTTP-Session: 68989999-fdb0-4c04-a9ad-badc8b8ae4da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15713 | 2024.08.28 17:59:58.435321 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15714 | 2024.08.28 17:59:58.435390 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15715 | 2024.08.28 17:59:58.435553 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15716 | 2024.08.28 17:59:58.436018 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15717 | 2024.08.28 17:59:58.436053 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15718 | 2024.08.28 17:59:58.436572 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15719 | 2024.08.28 17:59:58.437252 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24083 rows, containing 5 columns (5 merged, 0 gathered) in 0.011749522 sec., 2049700.4048334903 rows/sec., 138.35 MiB/sec. | ||
15720 | 2024.08.28 17:59:58.437312 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15721 | 2024.08.28 17:59:58.437483 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002227 sec., 26942.074539739562 rows/sec., 1.82 MiB/sec. | ||
15722 | 2024.08.28 17:59:58.437689 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Debug> DynamicQueryHandler: Done processing query | ||
15723 | 2024.08.28 17:59:58.437738 [ 3 ] {a3f06ae4-9278-49ac-a82c-2cc1362e2858} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15724 | 2024.08.28 17:59:58.437755 [ 3 ] {} <Debug> HTTP-Session: 68989999-fdb0-4c04-a9ad-badc8b8ae4da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.08.28 17:59:58.437878 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15726 | 2024.08.28 17:59:58.438347 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15727 | 2024.08.28 17:59:58.438443 [ 198 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15728 | 2024.08.28 17:59:58.438553 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
15729 | 2024.08.28 18:00:02.716254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15730 | 2024.08.28 18:00:02.716451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15731 | 2024.08.28 18:00:02.716498 [ 3 ] {} <Debug> HTTP-Session: fc303d90-ebb9-4ed7-9a3f-2d883ce5eb9d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15732 | 2024.08.28 18:00:02.716541 [ 3 ] {} <Debug> HTTP-Session: fc303d90-ebb9-4ed7-9a3f-2d883ce5eb9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15733 | 2024.08.28 18:00:02.716571 [ 3 ] {} <Debug> HTTP-Session: fc303d90-ebb9-4ed7-9a3f-2d883ce5eb9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15734 | 2024.08.28 18:00:02.716627 [ 3 ] {} <Trace> HTTP-Session: fc303d90-ebb9-4ed7-9a3f-2d883ce5eb9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15735 | 2024.08.28 18:00:02.716810 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15736 | 2024.08.28 18:00:02.716878 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15737 | 2024.08.28 18:00:02.717223 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15738 | 2024.08.28 18:00:02.717664 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15739 | 2024.08.28 18:00:02.717708 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15740 | 2024.08.28 18:00:02.718130 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15741 | 2024.08.28 18:00:02.718539 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15742 | 2024.08.28 18:00:02.718691 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001938 sec., 1031.9917440660474 rows/sec., 84.15 KiB/sec. | ||
15743 | 2024.08.28 18:00:02.719064 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Debug> DynamicQueryHandler: Done processing query | ||
15744 | 2024.08.28 18:00:02.719134 [ 3 ] {939c3904-674d-472f-9f4a-7caa98b83195} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15745 | 2024.08.28 18:00:02.719198 [ 3 ] {} <Debug> HTTP-Session: fc303d90-ebb9-4ed7-9a3f-2d883ce5eb9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15746 | 2024.08.28 18:00:02.719597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 210118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15747 | 2024.08.28 18:00:02.719695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15748 | 2024.08.28 18:00:02.719723 [ 3 ] {} <Debug> HTTP-Session: e02f80cf-a3bd-4625-ad13-74dd373b5199 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15749 | 2024.08.28 18:00:02.719741 [ 3 ] {} <Debug> HTTP-Session: e02f80cf-a3bd-4625-ad13-74dd373b5199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15750 | 2024.08.28 18:00:02.719756 [ 3 ] {} <Debug> HTTP-Session: e02f80cf-a3bd-4625-ad13-74dd373b5199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15751 | 2024.08.28 18:00:02.719794 [ 3 ] {} <Trace> HTTP-Session: e02f80cf-a3bd-4625-ad13-74dd373b5199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15752 | 2024.08.28 18:00:02.720630 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15753 | 2024.08.28 18:00:02.720685 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15754 | 2024.08.28 18:00:02.720941 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15755 | 2024.08.28 18:00:02.722309 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15756 | 2024.08.28 18:00:02.722348 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15757 | 2024.08.28 18:00:02.722827 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15758 | 2024.08.28 18:00:02.723218 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15759 | 2024.08.28 18:00:02.723373 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Debug> executeQuery: Read 1434 rows, 123.40 KiB in 0.00327 sec., 438532.1100917431 rows/sec., 36.85 MiB/sec. | ||
15760 | 2024.08.28 18:00:02.723618 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Debug> DynamicQueryHandler: Done processing query | ||
15761 | 2024.08.28 18:00:02.723657 [ 3 ] {bd5ddfa8-db45-479d-a561-a9b536876210} <Debug> MemoryTracker: Peak memory usage (for query): 5.01 MiB. | ||
15762 | 2024.08.28 18:00:02.723691 [ 3 ] {} <Debug> HTTP-Session: e02f80cf-a3bd-4625-ad13-74dd373b5199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15763 | 2024.08.28 18:00:02.724086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15764 | 2024.08.28 18:00:02.724142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15765 | 2024.08.28 18:00:02.724162 [ 3 ] {} <Debug> HTTP-Session: 5c63266d-c03e-4ae5-8666-fb4c6314d1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15766 | 2024.08.28 18:00:02.724180 [ 3 ] {} <Debug> HTTP-Session: 5c63266d-c03e-4ae5-8666-fb4c6314d1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15767 | 2024.08.28 18:00:02.724195 [ 3 ] {} <Debug> HTTP-Session: 5c63266d-c03e-4ae5-8666-fb4c6314d1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15768 | 2024.08.28 18:00:02.724230 [ 3 ] {} <Trace> HTTP-Session: 5c63266d-c03e-4ae5-8666-fb4c6314d1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15769 | 2024.08.28 18:00:02.724346 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15770 | 2024.08.28 18:00:02.724392 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15771 | 2024.08.28 18:00:02.724637 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15772 | 2024.08.28 18:00:02.725021 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15773 | 2024.08.28 18:00:02.725060 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15774 | 2024.08.28 18:00:02.725433 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15775 | 2024.08.28 18:00:02.725798 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15776 | 2024.08.28 18:00:02.725955 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Debug> executeQuery: Read 54 rows, 4.05 KiB in 0.001646 sec., 32806.804374240586 rows/sec., 2.40 MiB/sec. | ||
15777 | 2024.08.28 18:00:02.726227 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Debug> DynamicQueryHandler: Done processing query | ||
15778 | 2024.08.28 18:00:02.726288 [ 3 ] {f8e0a4ce-9c15-49c9-95d7-53cd2dc6260e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15779 | 2024.08.28 18:00:02.726347 [ 3 ] {} <Debug> HTTP-Session: 5c63266d-c03e-4ae5-8666-fb4c6314d1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15780 | 2024.08.28 18:00:02.726582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15781 | 2024.08.28 18:00:02.726636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15782 | 2024.08.28 18:00:02.726655 [ 3 ] {} <Debug> HTTP-Session: 1cd874e3-894e-467d-98f8-150573e5da53 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15783 | 2024.08.28 18:00:02.726672 [ 3 ] {} <Debug> HTTP-Session: 1cd874e3-894e-467d-98f8-150573e5da53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15784 | 2024.08.28 18:00:02.726687 [ 3 ] {} <Debug> HTTP-Session: 1cd874e3-894e-467d-98f8-150573e5da53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15785 | 2024.08.28 18:00:02.726720 [ 3 ] {} <Trace> HTTP-Session: 1cd874e3-894e-467d-98f8-150573e5da53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15786 | 2024.08.28 18:00:02.726884 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15787 | 2024.08.28 18:00:02.726930 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15788 | 2024.08.28 18:00:02.727174 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15789 | 2024.08.28 18:00:02.727639 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15790 | 2024.08.28 18:00:02.727677 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15791 | 2024.08.28 18:00:02.728052 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15792 | 2024.08.28 18:00:02.728409 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15793 | 2024.08.28 18:00:02.728572 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001763 sec., 137266.02382302893 rows/sec., 9.30 MiB/sec. | ||
15794 | 2024.08.28 18:00:02.728874 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Debug> DynamicQueryHandler: Done processing query | ||
15795 | 2024.08.28 18:00:02.728929 [ 3 ] {5b9e4841-cebd-4fda-a9b5-0a7a2d2cc88c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15796 | 2024.08.28 18:00:02.728955 [ 3 ] {} <Debug> HTTP-Session: 1cd874e3-894e-467d-98f8-150573e5da53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15797 | 2024.08.28 18:00:02.729140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15798 | 2024.08.28 18:00:02.729188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15799 | 2024.08.28 18:00:02.729207 [ 3 ] {} <Debug> HTTP-Session: adfe51de-0286-48e7-bda7-9fa0bc616771 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15800 | 2024.08.28 18:00:02.729224 [ 3 ] {} <Debug> HTTP-Session: adfe51de-0286-48e7-bda7-9fa0bc616771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15801 | 2024.08.28 18:00:02.729239 [ 3 ] {} <Debug> HTTP-Session: adfe51de-0286-48e7-bda7-9fa0bc616771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15802 | 2024.08.28 18:00:02.729270 [ 3 ] {} <Trace> HTTP-Session: adfe51de-0286-48e7-bda7-9fa0bc616771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15803 | 2024.08.28 18:00:02.729368 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15804 | 2024.08.28 18:00:02.729412 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15805 | 2024.08.28 18:00:02.729656 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15806 | 2024.08.28 18:00:02.729955 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15807 | 2024.08.28 18:00:02.729991 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15808 | 2024.08.28 18:00:02.730343 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15809 | 2024.08.28 18:00:02.730695 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15810 | 2024.08.28 18:00:02.730858 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 234.92 KiB/sec. | ||
15811 | 2024.08.28 18:00:02.731039 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Debug> DynamicQueryHandler: Done processing query | ||
15812 | 2024.08.28 18:00:02.731065 [ 3 ] {ba2185ab-42cb-4400-af74-755720160a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15813 | 2024.08.28 18:00:02.731080 [ 3 ] {} <Debug> HTTP-Session: adfe51de-0286-48e7-bda7-9fa0bc616771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15814 | 2024.08.28 18:00:02.731322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 145898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15815 | 2024.08.28 18:00:02.731374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15816 | 2024.08.28 18:00:02.731395 [ 3 ] {} <Debug> HTTP-Session: 8468cbf9-2961-4282-87e2-93a5e105f3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15817 | 2024.08.28 18:00:02.731411 [ 3 ] {} <Debug> HTTP-Session: 8468cbf9-2961-4282-87e2-93a5e105f3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15818 | 2024.08.28 18:00:02.731425 [ 3 ] {} <Debug> HTTP-Session: 8468cbf9-2961-4282-87e2-93a5e105f3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15819 | 2024.08.28 18:00:02.731457 [ 3 ] {} <Trace> HTTP-Session: 8468cbf9-2961-4282-87e2-93a5e105f3ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15820 | 2024.08.28 18:00:02.731795 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15821 | 2024.08.28 18:00:02.731839 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15822 | 2024.08.28 18:00:02.732061 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15823 | 2024.08.28 18:00:02.732929 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15824 | 2024.08.28 18:00:02.732966 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15825 | 2024.08.28 18:00:02.733354 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15826 | 2024.08.28 18:00:02.733716 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15827 | 2024.08.28 18:00:02.733871 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Debug> executeQuery: Read 892 rows, 66.30 KiB in 0.002264 sec., 393992.9328621908 rows/sec., 28.60 MiB/sec. | ||
15828 | 2024.08.28 18:00:02.734128 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Debug> DynamicQueryHandler: Done processing query | ||
15829 | 2024.08.28 18:00:02.734179 [ 3 ] {ff92c3b4-0d18-4e18-acce-e2ba1fa9c66b} <Debug> MemoryTracker: Peak memory usage (for query): 4.75 MiB. | ||
15830 | 2024.08.28 18:00:02.734237 [ 3 ] {} <Debug> HTTP-Session: 8468cbf9-2961-4282-87e2-93a5e105f3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15831 | 2024.08.28 18:00:02.734511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15832 | 2024.08.28 18:00:02.734564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15833 | 2024.08.28 18:00:02.734582 [ 3 ] {} <Debug> HTTP-Session: 88088d2f-9274-4f6c-9ead-c5a8467608e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15834 | 2024.08.28 18:00:02.734600 [ 3 ] {} <Debug> HTTP-Session: 88088d2f-9274-4f6c-9ead-c5a8467608e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15835 | 2024.08.28 18:00:02.734615 [ 3 ] {} <Debug> HTTP-Session: 88088d2f-9274-4f6c-9ead-c5a8467608e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15836 | 2024.08.28 18:00:02.734647 [ 3 ] {} <Trace> HTTP-Session: 88088d2f-9274-4f6c-9ead-c5a8467608e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15837 | 2024.08.28 18:00:02.734747 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15838 | 2024.08.28 18:00:02.734793 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15839 | 2024.08.28 18:00:02.734936 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15840 | 2024.08.28 18:00:02.735192 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15841 | 2024.08.28 18:00:02.735227 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15842 | 2024.08.28 18:00:02.735581 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15843 | 2024.08.28 18:00:02.735901 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15844 | 2024.08.28 18:00:02.736072 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
15845 | 2024.08.28 18:00:02.736242 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Debug> DynamicQueryHandler: Done processing query | ||
15846 | 2024.08.28 18:00:02.736267 [ 3 ] {4eb8e3c8-080a-42ef-b7ed-482393b43cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15847 | 2024.08.28 18:00:02.736283 [ 3 ] {} <Debug> HTTP-Session: 88088d2f-9274-4f6c-9ead-c5a8467608e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15848 | 2024.08.28 18:00:02.736498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15849 | 2024.08.28 18:00:02.736551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15850 | 2024.08.28 18:00:02.736570 [ 3 ] {} <Debug> HTTP-Session: 5e42c3a4-d166-466b-afb4-e046c0b8dfd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15851 | 2024.08.28 18:00:02.736586 [ 3 ] {} <Debug> HTTP-Session: 5e42c3a4-d166-466b-afb4-e046c0b8dfd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15852 | 2024.08.28 18:00:02.736600 [ 3 ] {} <Debug> HTTP-Session: 5e42c3a4-d166-466b-afb4-e046c0b8dfd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15853 | 2024.08.28 18:00:02.736631 [ 3 ] {} <Trace> HTTP-Session: 5e42c3a4-d166-466b-afb4-e046c0b8dfd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15854 | 2024.08.28 18:00:02.737040 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15855 | 2024.08.28 18:00:02.737087 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15856 | 2024.08.28 18:00:02.737235 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15857 | 2024.08.28 18:00:02.738055 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15858 | 2024.08.28 18:00:02.738091 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15859 | 2024.08.28 18:00:02.738511 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15860 | 2024.08.28 18:00:02.738846 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15861 | 2024.08.28 18:00:02.739005 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Debug> executeQuery: Read 890 rows, 60.81 KiB in 0.002225 sec., 400000 rows/sec., 26.69 MiB/sec. | ||
15862 | 2024.08.28 18:00:02.739167 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Debug> DynamicQueryHandler: Done processing query | ||
15863 | 2024.08.28 18:00:02.739190 [ 3 ] {d0f51494-ee7d-43be-a5df-77fbb67ca813} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
15864 | 2024.08.28 18:00:02.739206 [ 3 ] {} <Debug> HTTP-Session: 5e42c3a4-d166-466b-afb4-e046c0b8dfd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15865 | 2024.08.28 18:00:02.739429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15866 | 2024.08.28 18:00:02.739476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15867 | 2024.08.28 18:00:02.739495 [ 3 ] {} <Debug> HTTP-Session: 97802e9f-15a7-4658-8d6f-ba2fbbc4861d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15868 | 2024.08.28 18:00:02.739511 [ 3 ] {} <Debug> HTTP-Session: 97802e9f-15a7-4658-8d6f-ba2fbbc4861d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15869 | 2024.08.28 18:00:02.739525 [ 3 ] {} <Debug> HTTP-Session: 97802e9f-15a7-4658-8d6f-ba2fbbc4861d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15870 | 2024.08.28 18:00:02.739555 [ 3 ] {} <Trace> HTTP-Session: 97802e9f-15a7-4658-8d6f-ba2fbbc4861d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15871 | 2024.08.28 18:00:02.739645 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15872 | 2024.08.28 18:00:02.739688 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15873 | 2024.08.28 18:00:02.739814 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15874 | 2024.08.28 18:00:02.740059 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15875 | 2024.08.28 18:00:02.740095 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15876 | 2024.08.28 18:00:02.740438 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15877 | 2024.08.28 18:00:02.740764 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15878 | 2024.08.28 18:00:02.740934 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 51.71 KiB/sec. | ||
15879 | 2024.08.28 18:00:02.741212 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Debug> DynamicQueryHandler: Done processing query | ||
15880 | 2024.08.28 18:00:02.741266 [ 3 ] {51f75ce0-f42f-4e2e-9e85-78769182992b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15881 | 2024.08.28 18:00:02.741299 [ 3 ] {} <Debug> HTTP-Session: 97802e9f-15a7-4658-8d6f-ba2fbbc4861d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15882 | 2024.08.28 18:00:02.741452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15883 | 2024.08.28 18:00:02.741504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15884 | 2024.08.28 18:00:02.741523 [ 3 ] {} <Debug> HTTP-Session: 0313d2cd-e098-424a-a208-91d53e6b9ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15885 | 2024.08.28 18:00:02.741539 [ 3 ] {} <Debug> HTTP-Session: 0313d2cd-e098-424a-a208-91d53e6b9ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15886 | 2024.08.28 18:00:02.741553 [ 3 ] {} <Debug> HTTP-Session: 0313d2cd-e098-424a-a208-91d53e6b9ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15887 | 2024.08.28 18:00:02.741585 [ 3 ] {} <Trace> HTTP-Session: 0313d2cd-e098-424a-a208-91d53e6b9ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15888 | 2024.08.28 18:00:02.742161 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15889 | 2024.08.28 18:00:02.742231 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15890 | 2024.08.28 18:00:02.742668 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15891 | 2024.08.28 18:00:02.743517 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15892 | 2024.08.28 18:00:02.743554 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15893 | 2024.08.28 18:00:02.744197 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
15894 | 2024.08.28 18:00:02.744606 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15895 | 2024.08.28 18:00:02.744789 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003111 sec., 16714.882674381228 rows/sec., 29.95 MiB/sec. | ||
15896 | 2024.08.28 18:00:02.744989 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Debug> DynamicQueryHandler: Done processing query | ||
15897 | 2024.08.28 18:00:02.745013 [ 3 ] {14c634b2-d64a-4c5c-b9d8-94df29f059e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15898 | 2024.08.28 18:00:02.745028 [ 3 ] {} <Debug> HTTP-Session: 0313d2cd-e098-424a-a208-91d53e6b9ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15899 | 2024.08.28 18:00:02.745161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15900 | 2024.08.28 18:00:02.745208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15901 | 2024.08.28 18:00:02.745226 [ 3 ] {} <Debug> HTTP-Session: 76dea830-7904-4b01-a69d-15917ff3cc29 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15902 | 2024.08.28 18:00:02.745243 [ 3 ] {} <Debug> HTTP-Session: 76dea830-7904-4b01-a69d-15917ff3cc29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15903 | 2024.08.28 18:00:02.745256 [ 3 ] {} <Debug> HTTP-Session: 76dea830-7904-4b01-a69d-15917ff3cc29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15904 | 2024.08.28 18:00:02.745287 [ 3 ] {} <Trace> HTTP-Session: 76dea830-7904-4b01-a69d-15917ff3cc29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15905 | 2024.08.28 18:00:02.745397 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15906 | 2024.08.28 18:00:02.745440 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15907 | 2024.08.28 18:00:02.745566 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15908 | 2024.08.28 18:00:02.745931 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15909 | 2024.08.28 18:00:02.745967 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15910 | 2024.08.28 18:00:02.746321 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15911 | 2024.08.28 18:00:02.746636 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15912 | 2024.08.28 18:00:02.746791 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001427 sec., 49053.95935529082 rows/sec., 3.08 MiB/sec. | ||
15913 | 2024.08.28 18:00:02.746801 [ 46 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15914 | 2024.08.28 18:00:02.746913 [ 46 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15915 | 2024.08.28 18:00:02.746967 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15916 | 2024.08.28 18:00:02.747056 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Debug> DynamicQueryHandler: Done processing query | ||
15917 | 2024.08.28 18:00:02.747127 [ 3 ] {61b9e5af-1b32-486e-bb24-394963b20db7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15918 | 2024.08.28 18:00:02.747216 [ 3 ] {} <Debug> HTTP-Session: 76dea830-7904-4b01-a69d-15917ff3cc29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15919 | 2024.08.28 18:00:02.747344 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15920 | 2024.08.28 18:00:02.747911 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15921 | 2024.08.28 18:00:02.748000 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4628 rows starting from the beginning of the part | ||
15922 | 2024.08.28 18:00:02.748077 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
15923 | 2024.08.28 18:00:02.748291 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
15924 | 2024.08.28 18:00:02.748513 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
15925 | 2024.08.28 18:00:02.748663 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
15926 | 2024.08.28 18:00:02.748836 [ 195 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 70 rows starting from the beginning of the part | ||
15927 | 2024.08.28 18:00:02.751065 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4982 rows, containing 4 columns (4 merged, 0 gathered) in 0.003981989 sec., 1251133.5415542333 rows/sec., 81.51 MiB/sec. | ||
15928 | 2024.08.28 18:00:02.751677 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15929 | 2024.08.28 18:00:02.752148 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15930 | 2024.08.28 18:00:02.752246 [ 189 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_86_17} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15931 | 2024.08.28 18:00:02.752355 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
15932 | 2024.08.28 18:00:03.014185 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15933 | 2024.08.28 18:00:03.014234 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15934 | 2024.08.28 18:00:03.411051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15935 | 2024.08.28 18:00:03.411232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15936 | 2024.08.28 18:00:03.411277 [ 3 ] {} <Debug> HTTP-Session: 2976edd7-0671-4bfb-991f-0276e1147855 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15937 | 2024.08.28 18:00:03.411320 [ 3 ] {} <Debug> HTTP-Session: 2976edd7-0671-4bfb-991f-0276e1147855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15938 | 2024.08.28 18:00:03.411349 [ 3 ] {} <Debug> HTTP-Session: 2976edd7-0671-4bfb-991f-0276e1147855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15939 | 2024.08.28 18:00:03.411429 [ 3 ] {} <Trace> HTTP-Session: 2976edd7-0671-4bfb-991f-0276e1147855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15940 | 2024.08.28 18:00:03.411737 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15941 | 2024.08.28 18:00:03.411804 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15942 | 2024.08.28 18:00:03.412143 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15943 | 2024.08.28 18:00:03.412640 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15944 | 2024.08.28 18:00:03.412683 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15945 | 2024.08.28 18:00:03.413119 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15946 | 2024.08.28 18:00:03.413528 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15947 | 2024.08.28 18:00:03.413695 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002052 sec., 27290.448343079923 rows/sec., 2.10 MiB/sec. | ||
15948 | 2024.08.28 18:00:03.413923 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Debug> DynamicQueryHandler: Done processing query | ||
15949 | 2024.08.28 18:00:03.413950 [ 3 ] {d502a0f0-a0c1-4566-8367-0c8958ed22d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15950 | 2024.08.28 18:00:03.413966 [ 3 ] {} <Debug> HTTP-Session: 2976edd7-0671-4bfb-991f-0276e1147855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15951 | 2024.08.28 18:00:03.414111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15952 | 2024.08.28 18:00:03.414160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15953 | 2024.08.28 18:00:03.414179 [ 3 ] {} <Debug> HTTP-Session: ceab4090-2fc3-4d70-a731-d35f290a4fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15954 | 2024.08.28 18:00:03.414195 [ 3 ] {} <Debug> HTTP-Session: ceab4090-2fc3-4d70-a731-d35f290a4fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15955 | 2024.08.28 18:00:03.414210 [ 3 ] {} <Debug> HTTP-Session: ceab4090-2fc3-4d70-a731-d35f290a4fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15956 | 2024.08.28 18:00:03.414241 [ 3 ] {} <Trace> HTTP-Session: ceab4090-2fc3-4d70-a731-d35f290a4fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15957 | 2024.08.28 18:00:03.414354 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15958 | 2024.08.28 18:00:03.414397 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15959 | 2024.08.28 18:00:03.414624 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15960 | 2024.08.28 18:00:03.414994 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15961 | 2024.08.28 18:00:03.415031 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15962 | 2024.08.28 18:00:03.415378 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15963 | 2024.08.28 18:00:03.415731 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15964 | 2024.08.28 18:00:03.415888 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00157 sec., 40764.331210191085 rows/sec., 3.18 MiB/sec. | ||
15965 | 2024.08.28 18:00:03.416072 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Debug> DynamicQueryHandler: Done processing query | ||
15966 | 2024.08.28 18:00:03.416096 [ 3 ] {4c0c678f-84b9-4fe3-bb8c-20e198f80da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15967 | 2024.08.28 18:00:03.416111 [ 3 ] {} <Debug> HTTP-Session: ceab4090-2fc3-4d70-a731-d35f290a4fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15968 | 2024.08.28 18:00:03.416284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15969 | 2024.08.28 18:00:03.416333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15970 | 2024.08.28 18:00:03.416352 [ 3 ] {} <Debug> HTTP-Session: 740607a4-1fb1-406a-93cc-39411551facd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15971 | 2024.08.28 18:00:03.416368 [ 3 ] {} <Debug> HTTP-Session: 740607a4-1fb1-406a-93cc-39411551facd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15972 | 2024.08.28 18:00:03.416383 [ 3 ] {} <Debug> HTTP-Session: 740607a4-1fb1-406a-93cc-39411551facd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15973 | 2024.08.28 18:00:03.416413 [ 3 ] {} <Trace> HTTP-Session: 740607a4-1fb1-406a-93cc-39411551facd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15974 | 2024.08.28 18:00:03.416516 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15975 | 2024.08.28 18:00:03.416563 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15976 | 2024.08.28 18:00:03.416706 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15977 | 2024.08.28 18:00:03.416995 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15978 | 2024.08.28 18:00:03.417031 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15979 | 2024.08.28 18:00:03.417399 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15980 | 2024.08.28 18:00:03.417741 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15981 | 2024.08.28 18:00:03.417896 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00141 sec., 22695.03546099291 rows/sec., 1.58 MiB/sec. | ||
15982 | 2024.08.28 18:00:03.418128 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Debug> DynamicQueryHandler: Done processing query | ||
15983 | 2024.08.28 18:00:03.418153 [ 3 ] {61769e44-9fa6-4a49-9e4d-5ea4be6e14c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15984 | 2024.08.28 18:00:03.418205 [ 3 ] {} <Debug> HTTP-Session: 740607a4-1fb1-406a-93cc-39411551facd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15985 | 2024.08.28 18:00:03.418467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15986 | 2024.08.28 18:00:03.418534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15987 | 2024.08.28 18:00:03.418554 [ 3 ] {} <Debug> HTTP-Session: 294f3466-e0b5-43f8-92c7-62ddd8958afa Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
15988 | 2024.08.28 18:00:03.418571 [ 3 ] {} <Debug> HTTP-Session: 294f3466-e0b5-43f8-92c7-62ddd8958afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15989 | 2024.08.28 18:00:03.418585 [ 3 ] {} <Debug> HTTP-Session: 294f3466-e0b5-43f8-92c7-62ddd8958afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15990 | 2024.08.28 18:00:03.418616 [ 3 ] {} <Trace> HTTP-Session: 294f3466-e0b5-43f8-92c7-62ddd8958afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15991 | 2024.08.28 18:00:03.418717 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15992 | 2024.08.28 18:00:03.418761 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15993 | 2024.08.28 18:00:03.418903 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15994 | 2024.08.28 18:00:03.419172 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15995 | 2024.08.28 18:00:03.419208 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
15996 | 2024.08.28 18:00:03.419557 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15997 | 2024.08.28 18:00:03.419877 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15998 | 2024.08.28 18:00:03.420027 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001336 sec., 8982.035928143712 rows/sec., 619.85 KiB/sec. | ||
15999 | 2024.08.28 18:00:03.420199 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Debug> DynamicQueryHandler: Done processing query | ||
16000 | 2024.08.28 18:00:03.420222 [ 3 ] {44f8a741-3620-4134-a8fc-ba3eddae4e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16001 | 2024.08.28 18:00:03.420238 [ 3 ] {} <Debug> HTTP-Session: 294f3466-e0b5-43f8-92c7-62ddd8958afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16002 | 2024.08.28 18:00:08.417359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16003 | 2024.08.28 18:00:08.417557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16004 | 2024.08.28 18:00:08.417605 [ 3 ] {} <Debug> HTTP-Session: d958a95c-869f-42e1-9cb8-fd4a7395e66c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16005 | 2024.08.28 18:00:08.417647 [ 3 ] {} <Debug> HTTP-Session: d958a95c-869f-42e1-9cb8-fd4a7395e66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16006 | 2024.08.28 18:00:08.417679 [ 3 ] {} <Debug> HTTP-Session: d958a95c-869f-42e1-9cb8-fd4a7395e66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16007 | 2024.08.28 18:00:08.417764 [ 3 ] {} <Trace> HTTP-Session: d958a95c-869f-42e1-9cb8-fd4a7395e66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16008 | 2024.08.28 18:00:08.417991 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16009 | 2024.08.28 18:00:08.418061 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16010 | 2024.08.28 18:00:08.418408 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16011 | 2024.08.28 18:00:08.418918 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16012 | 2024.08.28 18:00:08.418967 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16013 | 2024.08.28 18:00:08.419402 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16014 | 2024.08.28 18:00:08.419790 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16015 | 2024.08.28 18:00:08.419967 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.00204 sec., 28431.372549019605 rows/sec., 2.20 MiB/sec. | ||
16016 | 2024.08.28 18:00:08.419987 [ 153 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16017 | 2024.08.28 18:00:08.420102 [ 153 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16018 | 2024.08.28 18:00:08.420150 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16019 | 2024.08.28 18:00:08.420289 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Debug> DynamicQueryHandler: Done processing query | ||
16020 | 2024.08.28 18:00:08.420350 [ 3 ] {0adbb86d-2bea-4a0b-9919-bab764a2a58b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16021 | 2024.08.28 18:00:08.420374 [ 3 ] {} <Debug> HTTP-Session: d958a95c-869f-42e1-9cb8-fd4a7395e66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16022 | 2024.08.28 18:00:08.420383 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16023 | 2024.08.28 18:00:08.420555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16024 | 2024.08.28 18:00:08.420692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16025 | 2024.08.28 18:00:08.420708 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16026 | 2024.08.28 18:00:08.420729 [ 3 ] {} <Debug> HTTP-Session: 082c2f8f-d3c5-4ff8-bf5a-9e7c1713566e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16027 | 2024.08.28 18:00:08.420777 [ 3 ] {} <Debug> HTTP-Session: 082c2f8f-d3c5-4ff8-bf5a-9e7c1713566e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16028 | 2024.08.28 18:00:08.420784 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1511 rows starting from the beginning of the part | ||
16029 | 2024.08.28 18:00:08.420800 [ 3 ] {} <Debug> HTTP-Session: 082c2f8f-d3c5-4ff8-bf5a-9e7c1713566e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16030 | 2024.08.28 18:00:08.420898 [ 3 ] {} <Trace> HTTP-Session: 082c2f8f-d3c5-4ff8-bf5a-9e7c1713566e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16031 | 2024.08.28 18:00:08.421058 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 296 rows starting from the beginning of the part | ||
16032 | 2024.08.28 18:00:08.421268 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16033 | 2024.08.28 18:00:08.421352 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 58 rows starting from the beginning of the part | ||
16034 | 2024.08.28 18:00:08.421453 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16035 | 2024.08.28 18:00:08.421749 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1434 rows starting from the beginning of the part | ||
16036 | 2024.08.28 18:00:08.421982 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
16037 | 2024.08.28 18:00:08.422317 [ 195 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 58 rows starting from the beginning of the part | ||
16038 | 2024.08.28 18:00:08.423176 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16039 | 2024.08.28 18:00:08.423936 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16040 | 2024.08.28 18:00:08.424005 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16041 | 2024.08.28 18:00:08.425064 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16042 | 2024.08.28 18:00:08.425563 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16043 | 2024.08.28 18:00:08.425860 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.004718 sec., 211.954217888936 rows/sec., 15.94 KiB/sec. | ||
16044 | 2024.08.28 18:00:08.426473 [ 201 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006226408 sec., 548149.109406258 rows/sec., 48.17 MiB/sec. | ||
16045 | 2024.08.28 18:00:08.426495 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Debug> DynamicQueryHandler: Done processing query | ||
16046 | 2024.08.28 18:00:08.426558 [ 3 ] {1fb782c9-1542-44dd-9483-c2d5436b3a2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16047 | 2024.08.28 18:00:08.426580 [ 3 ] {} <Debug> HTTP-Session: 082c2f8f-d3c5-4ff8-bf5a-9e7c1713566e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16048 | 2024.08.28 18:00:08.426822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16049 | 2024.08.28 18:00:08.426886 [ 201 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16050 | 2024.08.28 18:00:08.426901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16051 | 2024.08.28 18:00:08.426956 [ 3 ] {} <Debug> HTTP-Session: 9390a764-9461-4ed0-be2d-2c48b9faade4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16052 | 2024.08.28 18:00:08.427005 [ 3 ] {} <Debug> HTTP-Session: 9390a764-9461-4ed0-be2d-2c48b9faade4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16053 | 2024.08.28 18:00:08.427032 [ 3 ] {} <Debug> HTTP-Session: 9390a764-9461-4ed0-be2d-2c48b9faade4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16054 | 2024.08.28 18:00:08.427066 [ 3 ] {} <Trace> HTTP-Session: 9390a764-9461-4ed0-be2d-2c48b9faade4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16055 | 2024.08.28 18:00:08.427388 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16056 | 2024.08.28 18:00:08.427518 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16057 | 2024.08.28 18:00:08.428003 [ 201 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16058 | 2024.08.28 18:00:08.428227 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16059 | 2024.08.28 18:00:08.428277 [ 201 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_91_18} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16060 | 2024.08.28 18:00:08.428444 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
16061 | 2024.08.28 18:00:08.428693 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16062 | 2024.08.28 18:00:08.428736 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16063 | 2024.08.28 18:00:08.429115 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16064 | 2024.08.28 18:00:08.429499 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16065 | 2024.08.28 18:00:08.429640 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00243 sec., 26748.97119341564 rows/sec., 2.09 MiB/sec. | ||
16066 | 2024.08.28 18:00:08.429660 [ 31 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16067 | 2024.08.28 18:00:08.429711 [ 31 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16068 | 2024.08.28 18:00:08.429746 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16069 | 2024.08.28 18:00:08.429840 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Debug> DynamicQueryHandler: Done processing query | ||
16070 | 2024.08.28 18:00:08.429867 [ 3 ] {b9addfc4-db8c-498c-905c-760918be45b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16071 | 2024.08.28 18:00:08.429866 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16072 | 2024.08.28 18:00:08.429887 [ 3 ] {} <Debug> HTTP-Session: 9390a764-9461-4ed0-be2d-2c48b9faade4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16073 | 2024.08.28 18:00:08.430020 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16074 | 2024.08.28 18:00:08.430058 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 975 rows starting from the beginning of the part | ||
16075 | 2024.08.28 18:00:08.430086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16076 | 2024.08.28 18:00:08.430215 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 443 rows starting from the beginning of the part | ||
16077 | 2024.08.28 18:00:08.430224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16078 | 2024.08.28 18:00:08.430332 [ 3 ] {} <Debug> HTTP-Session: d1b8419d-cd20-4552-9c17-ae5f80a7666e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16079 | 2024.08.28 18:00:08.430403 [ 3 ] {} <Debug> HTTP-Session: d1b8419d-cd20-4552-9c17-ae5f80a7666e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16080 | 2024.08.28 18:00:08.430509 [ 3 ] {} <Debug> HTTP-Session: d1b8419d-cd20-4552-9c17-ae5f80a7666e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16081 | 2024.08.28 18:00:08.430600 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 65 rows starting from the beginning of the part | ||
16082 | 2024.08.28 18:00:08.430621 [ 3 ] {} <Trace> HTTP-Session: d1b8419d-cd20-4552-9c17-ae5f80a7666e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16083 | 2024.08.28 18:00:08.430925 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 892 rows starting from the beginning of the part | ||
16084 | 2024.08.28 18:00:08.431041 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16085 | 2024.08.28 18:00:08.431167 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
16086 | 2024.08.28 18:00:08.431196 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16087 | 2024.08.28 18:00:08.431488 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 65 rows starting from the beginning of the part | ||
16088 | 2024.08.28 18:00:08.432385 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16089 | 2024.08.28 18:00:08.433047 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16090 | 2024.08.28 18:00:08.433090 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16091 | 2024.08.28 18:00:08.433604 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16092 | 2024.08.28 18:00:08.434004 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2504 rows, containing 5 columns (5 merged, 0 gathered) in 0.004195913 sec., 596771.1913950552 rows/sec., 45.79 MiB/sec. | ||
16093 | 2024.08.28 18:00:08.434075 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16094 | 2024.08.28 18:00:08.434292 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003468 sec., 46136.1014994233 rows/sec., 3.21 MiB/sec. | ||
16095 | 2024.08.28 18:00:08.434357 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16096 | 2024.08.28 18:00:08.434649 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Debug> DynamicQueryHandler: Done processing query | ||
16097 | 2024.08.28 18:00:08.434699 [ 3 ] {32e4a408-3bcc-4d3b-aee4-516ef8e481a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16098 | 2024.08.28 18:00:08.434732 [ 3 ] {} <Debug> HTTP-Session: d1b8419d-cd20-4552-9c17-ae5f80a7666e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16099 | 2024.08.28 18:00:08.434954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16100 | 2024.08.28 18:00:08.435040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16101 | 2024.08.28 18:00:08.435100 [ 3 ] {} <Debug> HTTP-Session: dc8e1c0e-461f-4d68-97c4-c0df4c84805a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16102 | 2024.08.28 18:00:08.435130 [ 3 ] {} <Debug> HTTP-Session: dc8e1c0e-461f-4d68-97c4-c0df4c84805a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16103 | 2024.08.28 18:00:08.435161 [ 3 ] {} <Debug> HTTP-Session: dc8e1c0e-461f-4d68-97c4-c0df4c84805a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16104 | 2024.08.28 18:00:08.435226 [ 3 ] {} <Trace> HTTP-Session: dc8e1c0e-461f-4d68-97c4-c0df4c84805a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16105 | 2024.08.28 18:00:08.435251 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16106 | 2024.08.28 18:00:08.435415 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16107 | 2024.08.28 18:00:08.435427 [ 187 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_91_18} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16108 | 2024.08.28 18:00:08.435561 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16109 | 2024.08.28 18:00:08.435628 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
16110 | 2024.08.28 18:00:08.436088 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16111 | 2024.08.28 18:00:08.436529 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16112 | 2024.08.28 18:00:08.436565 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16113 | 2024.08.28 18:00:08.437137 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16114 | 2024.08.28 18:00:08.437539 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16115 | 2024.08.28 18:00:08.437689 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002334 sec., 428.4490145672665 rows/sec., 786.19 KiB/sec. | ||
16116 | 2024.08.28 18:00:08.437887 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Debug> DynamicQueryHandler: Done processing query | ||
16117 | 2024.08.28 18:00:08.437912 [ 3 ] {62ab6a73-082c-4dc3-a918-5fe9d3c215ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16118 | 2024.08.28 18:00:08.437928 [ 3 ] {} <Debug> HTTP-Session: dc8e1c0e-461f-4d68-97c4-c0df4c84805a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16119 | 2024.08.28 18:00:08.438051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16120 | 2024.08.28 18:00:08.438098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16121 | 2024.08.28 18:00:08.438117 [ 3 ] {} <Debug> HTTP-Session: cf8af41d-f3e1-4a6a-aee5-25164035f8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16122 | 2024.08.28 18:00:08.438133 [ 3 ] {} <Debug> HTTP-Session: cf8af41d-f3e1-4a6a-aee5-25164035f8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16123 | 2024.08.28 18:00:08.438147 [ 3 ] {} <Debug> HTTP-Session: cf8af41d-f3e1-4a6a-aee5-25164035f8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16124 | 2024.08.28 18:00:08.438179 [ 3 ] {} <Trace> HTTP-Session: cf8af41d-f3e1-4a6a-aee5-25164035f8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16125 | 2024.08.28 18:00:08.438292 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16126 | 2024.08.28 18:00:08.438337 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16127 | 2024.08.28 18:00:08.438462 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16128 | 2024.08.28 18:00:08.438753 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16129 | 2024.08.28 18:00:08.438788 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16130 | 2024.08.28 18:00:08.439145 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16131 | 2024.08.28 18:00:08.439467 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16132 | 2024.08.28 18:00:08.439596 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
16133 | 2024.08.28 18:00:08.439854 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Debug> DynamicQueryHandler: Done processing query | ||
16134 | 2024.08.28 18:00:08.439913 [ 3 ] {a02f30e2-54ab-4497-9b2d-00f13b5343ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16135 | 2024.08.28 18:00:08.439967 [ 3 ] {} <Debug> HTTP-Session: cf8af41d-f3e1-4a6a-aee5-25164035f8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16136 | 2024.08.28 18:00:13.315013 [ 13 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
16137 | 2024.08.28 18:00:13.315087 [ 13 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16138 | 2024.08.28 18:00:13.315111 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16139 | 2024.08.28 18:00:13.315273 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
16140 | 2024.08.28 18:00:13.315520 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16141 | 2024.08.28 18:00:13.315556 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 21 rows starting from the beginning of the part | ||
16142 | 2024.08.28 18:00:13.315635 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
16143 | 2024.08.28 18:00:13.315849 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
16144 | 2024.08.28 18:00:13.316091 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 3 rows starting from the beginning of the part | ||
16145 | 2024.08.28 18:00:13.316253 [ 201 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
16146 | 2024.08.28 18:00:13.317373 [ 187 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 5 columns (5 merged, 0 gathered) in 0.002184009 sec., 13278.33355998075 rows/sec., 1.09 MiB/sec. | ||
16147 | 2024.08.28 18:00:13.317583 [ 200 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
16148 | 2024.08.28 18:00:13.318191 [ 200 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16149 | 2024.08.28 18:00:13.318304 [ 200 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_37_8} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
16150 | 2024.08.28 18:00:13.318419 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16151 | 2024.08.28 18:00:13.424166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16152 | 2024.08.28 18:00:13.424269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16153 | 2024.08.28 18:00:13.424298 [ 3 ] {} <Debug> HTTP-Session: 20f9a165-4dee-4901-aedc-972a7c006182 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16154 | 2024.08.28 18:00:13.424326 [ 3 ] {} <Debug> HTTP-Session: 20f9a165-4dee-4901-aedc-972a7c006182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16155 | 2024.08.28 18:00:13.424344 [ 3 ] {} <Debug> HTTP-Session: 20f9a165-4dee-4901-aedc-972a7c006182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16156 | 2024.08.28 18:00:13.424400 [ 3 ] {} <Trace> HTTP-Session: 20f9a165-4dee-4901-aedc-972a7c006182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16157 | 2024.08.28 18:00:13.424682 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16158 | 2024.08.28 18:00:13.424756 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16159 | 2024.08.28 18:00:13.425107 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16160 | 2024.08.28 18:00:13.425737 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16161 | 2024.08.28 18:00:13.425779 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16162 | 2024.08.28 18:00:13.426201 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16163 | 2024.08.28 18:00:13.426585 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16164 | 2024.08.28 18:00:13.426758 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Debug> executeQuery: Read 293 rows, 26.76 KiB in 0.002215 sec., 132279.90970654628 rows/sec., 11.80 MiB/sec. | ||
16165 | 2024.08.28 18:00:13.426982 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Debug> DynamicQueryHandler: Done processing query | ||
16166 | 2024.08.28 18:00:13.427009 [ 3 ] {3ffb7e21-f1e0-4638-ae5e-e6acf015bfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
16167 | 2024.08.28 18:00:13.427025 [ 3 ] {} <Debug> HTTP-Session: 20f9a165-4dee-4901-aedc-972a7c006182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.08.28 18:00:13.427172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16169 | 2024.08.28 18:00:13.427229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16170 | 2024.08.28 18:00:13.427249 [ 3 ] {} <Debug> HTTP-Session: 2f2d1bc0-0728-4079-9c69-92e3759b500e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16171 | 2024.08.28 18:00:13.427267 [ 3 ] {} <Debug> HTTP-Session: 2f2d1bc0-0728-4079-9c69-92e3759b500e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16172 | 2024.08.28 18:00:13.427282 [ 3 ] {} <Debug> HTTP-Session: 2f2d1bc0-0728-4079-9c69-92e3759b500e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16173 | 2024.08.28 18:00:13.427317 [ 3 ] {} <Trace> HTTP-Session: 2f2d1bc0-0728-4079-9c69-92e3759b500e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16174 | 2024.08.28 18:00:13.427434 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16175 | 2024.08.28 18:00:13.427482 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16176 | 2024.08.28 18:00:13.427719 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16177 | 2024.08.28 18:00:13.428090 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16178 | 2024.08.28 18:00:13.428129 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16179 | 2024.08.28 18:00:13.428487 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16180 | 2024.08.28 18:00:13.428850 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16181 | 2024.08.28 18:00:13.429021 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Debug> executeQuery: Read 52 rows, 3.91 KiB in 0.001615 sec., 32198.142414860682 rows/sec., 2.36 MiB/sec. | ||
16182 | 2024.08.28 18:00:13.429022 [ 13 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16183 | 2024.08.28 18:00:13.429116 [ 13 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16184 | 2024.08.28 18:00:13.429167 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16185 | 2024.08.28 18:00:13.429340 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Debug> DynamicQueryHandler: Done processing query | ||
16186 | 2024.08.28 18:00:13.429413 [ 3 ] {f5ea62e8-8797-4784-bab7-2b863b6f05e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16187 | 2024.08.28 18:00:13.429467 [ 3 ] {} <Debug> HTTP-Session: 2f2d1bc0-0728-4079-9c69-92e3759b500e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16188 | 2024.08.28 18:00:13.429474 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16189 | 2024.08.28 18:00:13.429659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16190 | 2024.08.28 18:00:13.429826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16191 | 2024.08.28 18:00:13.429919 [ 3 ] {} <Debug> HTTP-Session: b48cb18c-bd87-4aa4-b91e-f3aa2ee20186 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16192 | 2024.08.28 18:00:13.429998 [ 3 ] {} <Debug> HTTP-Session: b48cb18c-bd87-4aa4-b91e-f3aa2ee20186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16193 | 2024.08.28 18:00:13.430066 [ 3 ] {} <Debug> HTTP-Session: b48cb18c-bd87-4aa4-b91e-f3aa2ee20186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16194 | 2024.08.28 18:00:13.430242 [ 3 ] {} <Trace> HTTP-Session: b48cb18c-bd87-4aa4-b91e-f3aa2ee20186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16195 | 2024.08.28 18:00:13.430314 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16196 | 2024.08.28 18:00:13.430527 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 74 rows starting from the beginning of the part | ||
16197 | 2024.08.28 18:00:13.430641 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16198 | 2024.08.28 18:00:13.430807 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16199 | 2024.08.28 18:00:13.431386 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 55 rows starting from the beginning of the part | ||
16200 | 2024.08.28 18:00:13.431803 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1 rows starting from the beginning of the part | ||
16201 | 2024.08.28 18:00:13.432244 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 54 rows starting from the beginning of the part | ||
16202 | 2024.08.28 18:00:13.432477 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16203 | 2024.08.28 18:00:13.432559 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1 rows starting from the beginning of the part | ||
16204 | 2024.08.28 18:00:13.432901 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 52 rows starting from the beginning of the part | ||
16205 | 2024.08.28 18:00:13.433737 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16206 | 2024.08.28 18:00:13.433799 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16207 | 2024.08.28 18:00:13.434779 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16208 | 2024.08.28 18:00:13.436062 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16209 | 2024.08.28 18:00:13.436074 [ 187 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 237 rows, containing 5 columns (5 merged, 0 gathered) in 0.006816312 sec., 34769.535197332516 rows/sec., 2.66 MiB/sec. | ||
16210 | 2024.08.28 18:00:13.436264 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005792 sec., 2417.1270718232045 rows/sec., 169.28 KiB/sec. | ||
16211 | 2024.08.28 18:00:13.436287 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16212 | 2024.08.28 18:00:13.436660 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Debug> DynamicQueryHandler: Done processing query | ||
16213 | 2024.08.28 18:00:13.436711 [ 3 ] {97a120a7-17f0-4af5-aa31-50312238f666} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16214 | 2024.08.28 18:00:13.436738 [ 3 ] {} <Debug> HTTP-Session: b48cb18c-bd87-4aa4-b91e-f3aa2ee20186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16215 | 2024.08.28 18:00:13.436893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16216 | 2024.08.28 18:00:13.436957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16217 | 2024.08.28 18:00:13.436977 [ 3 ] {} <Debug> HTTP-Session: d3cc17b7-0f50-43be-8fb1-678e103297c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16218 | 2024.08.28 18:00:13.437004 [ 3 ] {} <Debug> HTTP-Session: d3cc17b7-0f50-43be-8fb1-678e103297c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16219 | 2024.08.28 18:00:13.437026 [ 3 ] {} <Debug> HTTP-Session: d3cc17b7-0f50-43be-8fb1-678e103297c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.08.28 18:00:13.437066 [ 3 ] {} <Trace> HTTP-Session: d3cc17b7-0f50-43be-8fb1-678e103297c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16221 | 2024.08.28 18:00:13.437110 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16222 | 2024.08.28 18:00:13.437193 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16223 | 2024.08.28 18:00:13.437217 [ 200 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_81_16} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16224 | 2024.08.28 18:00:13.437244 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16225 | 2024.08.28 18:00:13.437334 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
16226 | 2024.08.28 18:00:13.437529 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16227 | 2024.08.28 18:00:13.437850 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16228 | 2024.08.28 18:00:13.437886 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16229 | 2024.08.28 18:00:13.438238 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
16230 | 2024.08.28 18:00:13.438620 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16231 | 2024.08.28 18:00:13.438754 [ 27 ] {} <Debug> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
16232 | 2024.08.28 18:00:13.438759 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 221.42 KiB/sec. | ||
16233 | 2024.08.28 18:00:13.438800 [ 27 ] {} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16234 | 2024.08.28 18:00:13.438841 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16235 | 2024.08.28 18:00:13.438994 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Debug> DynamicQueryHandler: Done processing query | ||
16236 | 2024.08.28 18:00:13.439007 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
16237 | 2024.08.28 18:00:13.439023 [ 3 ] {002975c8-0b67-4c84-b555-9d26631f8167} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16238 | 2024.08.28 18:00:13.439075 [ 3 ] {} <Debug> HTTP-Session: d3cc17b7-0f50-43be-8fb1-678e103297c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16239 | 2024.08.28 18:00:13.439237 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16240 | 2024.08.28 18:00:13.439289 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
16241 | 2024.08.28 18:00:13.439304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 70609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16242 | 2024.08.28 18:00:13.439453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16243 | 2024.08.28 18:00:13.439558 [ 3 ] {} <Debug> HTTP-Session: 01d9b09a-aa01-4bf8-8e16-22fffd562d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16244 | 2024.08.28 18:00:13.439602 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
16245 | 2024.08.28 18:00:13.439631 [ 3 ] {} <Debug> HTTP-Session: 01d9b09a-aa01-4bf8-8e16-22fffd562d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16246 | 2024.08.28 18:00:13.439713 [ 3 ] {} <Debug> HTTP-Session: 01d9b09a-aa01-4bf8-8e16-22fffd562d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16247 | 2024.08.28 18:00:13.439912 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
16248 | 2024.08.28 18:00:13.439915 [ 3 ] {} <Trace> HTTP-Session: 01d9b09a-aa01-4bf8-8e16-22fffd562d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16249 | 2024.08.28 18:00:13.440125 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
16250 | 2024.08.28 18:00:13.440313 [ 194 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
16251 | 2024.08.28 18:00:13.440465 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16252 | 2024.08.28 18:00:13.440683 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16253 | 2024.08.28 18:00:13.441542 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16254 | 2024.08.28 18:00:13.442874 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003947668 sec., 7599.42325443781 rows/sec., 482.39 KiB/sec. | ||
16255 | 2024.08.28 18:00:13.443000 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16256 | 2024.08.28 18:00:13.443058 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
16257 | 2024.08.28 18:00:13.443065 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16258 | 2024.08.28 18:00:13.444011 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16259 | 2024.08.28 18:00:13.444076 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16260 | 2024.08.28 18:00:13.444256 [ 190 ] {aa054372-286f-4e6a-9b3f-be700e6549d7::all_1_37_9} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
16261 | 2024.08.28 18:00:13.444522 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16262 | 2024.08.28 18:00:13.444794 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16263 | 2024.08.28 18:00:13.444934 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Debug> executeQuery: Read 434 rows, 31.85 KiB in 0.004752 sec., 91329.96632996632 rows/sec., 6.54 MiB/sec. | ||
16264 | 2024.08.28 18:00:13.445116 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Debug> DynamicQueryHandler: Done processing query | ||
16265 | 2024.08.28 18:00:13.445141 [ 3 ] {a11fe750-1a54-4376-9efa-e74387455dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
16266 | 2024.08.28 18:00:13.445157 [ 3 ] {} <Debug> HTTP-Session: 01d9b09a-aa01-4bf8-8e16-22fffd562d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16267 | 2024.08.28 18:00:13.445322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16268 | 2024.08.28 18:00:13.445372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16269 | 2024.08.28 18:00:13.445392 [ 3 ] {} <Debug> HTTP-Session: cdf00341-b23a-4b0a-a047-3d4e29884bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16270 | 2024.08.28 18:00:13.445408 [ 3 ] {} <Debug> HTTP-Session: cdf00341-b23a-4b0a-a047-3d4e29884bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16271 | 2024.08.28 18:00:13.445422 [ 3 ] {} <Debug> HTTP-Session: cdf00341-b23a-4b0a-a047-3d4e29884bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16272 | 2024.08.28 18:00:13.445453 [ 3 ] {} <Trace> HTTP-Session: cdf00341-b23a-4b0a-a047-3d4e29884bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16273 | 2024.08.28 18:00:13.445551 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16274 | 2024.08.28 18:00:13.445597 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16275 | 2024.08.28 18:00:13.445731 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16276 | 2024.08.28 18:00:13.446024 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16277 | 2024.08.28 18:00:13.446060 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16278 | 2024.08.28 18:00:13.446423 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
16279 | 2024.08.28 18:00:13.446749 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16280 | 2024.08.28 18:00:13.446876 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. | ||
16281 | 2024.08.28 18:00:13.447044 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Debug> DynamicQueryHandler: Done processing query | ||
16282 | 2024.08.28 18:00:13.447068 [ 3 ] {a21e9b9d-978f-4869-a87c-c4658f1b5ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16283 | 2024.08.28 18:00:13.447083 [ 3 ] {} <Debug> HTTP-Session: cdf00341-b23a-4b0a-a047-3d4e29884bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16284 | 2024.08.28 18:00:13.447249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16285 | 2024.08.28 18:00:13.447299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16286 | 2024.08.28 18:00:13.447318 [ 3 ] {} <Debug> HTTP-Session: ef700b3e-70dc-4bac-bccd-38a440505889 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16287 | 2024.08.28 18:00:13.447334 [ 3 ] {} <Debug> HTTP-Session: ef700b3e-70dc-4bac-bccd-38a440505889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16288 | 2024.08.28 18:00:13.447347 [ 3 ] {} <Debug> HTTP-Session: ef700b3e-70dc-4bac-bccd-38a440505889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16289 | 2024.08.28 18:00:13.447378 [ 3 ] {} <Trace> HTTP-Session: ef700b3e-70dc-4bac-bccd-38a440505889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16290 | 2024.08.28 18:00:13.447560 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16291 | 2024.08.28 18:00:13.447606 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16292 | 2024.08.28 18:00:13.447746 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16293 | 2024.08.28 18:00:13.448167 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16294 | 2024.08.28 18:00:13.448202 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16295 | 2024.08.28 18:00:13.448584 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16296 | 2024.08.28 18:00:13.448922 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16297 | 2024.08.28 18:00:13.449050 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001586 sec., 149432.53467843632 rows/sec., 10.02 MiB/sec. | ||
16298 | 2024.08.28 18:00:13.449206 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Debug> DynamicQueryHandler: Done processing query | ||
16299 | 2024.08.28 18:00:13.449229 [ 3 ] {23c1be0c-de10-435f-9d39-29978f7dbfd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16300 | 2024.08.28 18:00:13.449245 [ 3 ] {} <Debug> HTTP-Session: ef700b3e-70dc-4bac-bccd-38a440505889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16301 | 2024.08.28 18:00:13.449388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16302 | 2024.08.28 18:00:13.449435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16303 | 2024.08.28 18:00:13.449454 [ 3 ] {} <Debug> HTTP-Session: 79a4ecbc-26a9-4b28-accd-08100fbb1f7a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16304 | 2024.08.28 18:00:13.449471 [ 3 ] {} <Debug> HTTP-Session: 79a4ecbc-26a9-4b28-accd-08100fbb1f7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16305 | 2024.08.28 18:00:13.449486 [ 3 ] {} <Debug> HTTP-Session: 79a4ecbc-26a9-4b28-accd-08100fbb1f7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16306 | 2024.08.28 18:00:13.449516 [ 3 ] {} <Trace> HTTP-Session: 79a4ecbc-26a9-4b28-accd-08100fbb1f7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16307 | 2024.08.28 18:00:13.449607 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16308 | 2024.08.28 18:00:13.449651 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16309 | 2024.08.28 18:00:13.449776 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16310 | 2024.08.28 18:00:13.450023 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16311 | 2024.08.28 18:00:13.450057 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16312 | 2024.08.28 18:00:13.450400 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16313 | 2024.08.28 18:00:13.450718 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16314 | 2024.08.28 18:00:13.450870 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec. | ||
16315 | 2024.08.28 18:00:13.451031 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Debug> DynamicQueryHandler: Done processing query | ||
16316 | 2024.08.28 18:00:13.451055 [ 3 ] {90951eb9-8b71-418d-8683-ec5d8c4f4f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16317 | 2024.08.28 18:00:13.451070 [ 3 ] {} <Debug> HTTP-Session: 79a4ecbc-26a9-4b28-accd-08100fbb1f7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16318 | 2024.08.28 18:00:13.451321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16319 | 2024.08.28 18:00:13.451387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16320 | 2024.08.28 18:00:13.451411 [ 3 ] {} <Debug> HTTP-Session: fe26dcce-5410-4b8f-839a-aecf5e585ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16321 | 2024.08.28 18:00:13.451434 [ 3 ] {} <Debug> HTTP-Session: fe26dcce-5410-4b8f-839a-aecf5e585ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16322 | 2024.08.28 18:00:13.451454 [ 3 ] {} <Debug> HTTP-Session: fe26dcce-5410-4b8f-839a-aecf5e585ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16323 | 2024.08.28 18:00:13.451494 [ 3 ] {} <Trace> HTTP-Session: fe26dcce-5410-4b8f-839a-aecf5e585ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16324 | 2024.08.28 18:00:13.452118 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16325 | 2024.08.28 18:00:13.452186 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16326 | 2024.08.28 18:00:13.452602 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16327 | 2024.08.28 18:00:13.453391 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16328 | 2024.08.28 18:00:13.453428 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16329 | 2024.08.28 18:00:13.454070 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16330 | 2024.08.28 18:00:13.454492 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16331 | 2024.08.28 18:00:13.454639 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.00303 sec., 17161.71617161716 rows/sec., 30.75 MiB/sec. | ||
16332 | 2024.08.28 18:00:13.454837 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Debug> DynamicQueryHandler: Done processing query | ||
16333 | 2024.08.28 18:00:13.454862 [ 3 ] {b75743a0-a02b-416d-9e90-d2d89a4cd968} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16334 | 2024.08.28 18:00:13.454879 [ 3 ] {} <Debug> HTTP-Session: fe26dcce-5410-4b8f-839a-aecf5e585ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16335 | 2024.08.28 18:00:13.455007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16336 | 2024.08.28 18:00:13.455055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16337 | 2024.08.28 18:00:13.455073 [ 3 ] {} <Debug> HTTP-Session: a0b69a3e-52ba-41a4-9395-703c379e3e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16338 | 2024.08.28 18:00:13.455090 [ 3 ] {} <Debug> HTTP-Session: a0b69a3e-52ba-41a4-9395-703c379e3e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16339 | 2024.08.28 18:00:13.455105 [ 3 ] {} <Debug> HTTP-Session: a0b69a3e-52ba-41a4-9395-703c379e3e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16340 | 2024.08.28 18:00:13.455136 [ 3 ] {} <Trace> HTTP-Session: a0b69a3e-52ba-41a4-9395-703c379e3e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16341 | 2024.08.28 18:00:13.455251 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16342 | 2024.08.28 18:00:13.455296 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16343 | 2024.08.28 18:00:13.455422 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16344 | 2024.08.28 18:00:13.455724 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16345 | 2024.08.28 18:00:13.455760 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16346 | 2024.08.28 18:00:13.456122 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16347 | 2024.08.28 18:00:13.456452 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16348 | 2024.08.28 18:00:13.456578 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001368 sec., 59941.52046783626 rows/sec., 3.81 MiB/sec. | ||
16349 | 2024.08.28 18:00:13.456741 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Debug> DynamicQueryHandler: Done processing query | ||
16350 | 2024.08.28 18:00:13.456765 [ 3 ] {989d2aa3-29c8-4ba0-a482-77b8dea745e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16351 | 2024.08.28 18:00:13.456781 [ 3 ] {} <Debug> HTTP-Session: a0b69a3e-52ba-41a4-9395-703c379e3e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16352 | 2024.08.28 18:00:18.014269 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16353 | 2024.08.28 18:00:18.014342 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16354 | 2024.08.28 18:00:18.417344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16355 | 2024.08.28 18:00:18.417458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16356 | 2024.08.28 18:00:18.417482 [ 3 ] {} <Debug> HTTP-Session: 3204b63b-a23a-4d78-a1e5-ad5ef331c25e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16357 | 2024.08.28 18:00:18.417508 [ 3 ] {} <Debug> HTTP-Session: 3204b63b-a23a-4d78-a1e5-ad5ef331c25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16358 | 2024.08.28 18:00:18.417523 [ 3 ] {} <Debug> HTTP-Session: 3204b63b-a23a-4d78-a1e5-ad5ef331c25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16359 | 2024.08.28 18:00:18.417575 [ 3 ] {} <Trace> HTTP-Session: 3204b63b-a23a-4d78-a1e5-ad5ef331c25e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16360 | 2024.08.28 18:00:18.417777 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16361 | 2024.08.28 18:00:18.417847 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16362 | 2024.08.28 18:00:18.418218 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16363 | 2024.08.28 18:00:18.418668 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16364 | 2024.08.28 18:00:18.418713 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16365 | 2024.08.28 18:00:18.419138 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16366 | 2024.08.28 18:00:18.419528 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16367 | 2024.08.28 18:00:18.419703 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.001992 sec., 29116.465863453817 rows/sec., 2.25 MiB/sec. | ||
16368 | 2024.08.28 18:00:18.419929 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Debug> DynamicQueryHandler: Done processing query | ||
16369 | 2024.08.28 18:00:18.419958 [ 3 ] {936280f5-3d11-4726-8157-190a96a6d37a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16370 | 2024.08.28 18:00:18.419975 [ 3 ] {} <Debug> HTTP-Session: 3204b63b-a23a-4d78-a1e5-ad5ef331c25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16371 | 2024.08.28 18:00:18.420099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16372 | 2024.08.28 18:00:18.420178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16373 | 2024.08.28 18:00:18.420199 [ 3 ] {} <Debug> HTTP-Session: 8d24ebea-52b9-44a1-a661-86af1e723358 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16374 | 2024.08.28 18:00:18.420218 [ 3 ] {} <Debug> HTTP-Session: 8d24ebea-52b9-44a1-a661-86af1e723358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16375 | 2024.08.28 18:00:18.420233 [ 3 ] {} <Debug> HTTP-Session: 8d24ebea-52b9-44a1-a661-86af1e723358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16376 | 2024.08.28 18:00:18.420269 [ 3 ] {} <Trace> HTTP-Session: 8d24ebea-52b9-44a1-a661-86af1e723358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16377 | 2024.08.28 18:00:18.420371 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16378 | 2024.08.28 18:00:18.420419 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16379 | 2024.08.28 18:00:18.420656 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16380 | 2024.08.28 18:00:18.420979 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16381 | 2024.08.28 18:00:18.421016 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16382 | 2024.08.28 18:00:18.421382 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16383 | 2024.08.28 18:00:18.421749 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16384 | 2024.08.28 18:00:18.421876 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 49.08 KiB/sec. | ||
16385 | 2024.08.28 18:00:18.422049 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Debug> DynamicQueryHandler: Done processing query | ||
16386 | 2024.08.28 18:00:18.422074 [ 3 ] {8f04ff83-b297-4aa5-ad95-a06831e82efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16387 | 2024.08.28 18:00:18.422090 [ 3 ] {} <Debug> HTTP-Session: 8d24ebea-52b9-44a1-a661-86af1e723358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16388 | 2024.08.28 18:00:18.422218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16389 | 2024.08.28 18:00:18.422268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16390 | 2024.08.28 18:00:18.422287 [ 3 ] {} <Debug> HTTP-Session: 1778500d-df06-40ad-a29d-b7ce2e400d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16391 | 2024.08.28 18:00:18.422304 [ 3 ] {} <Debug> HTTP-Session: 1778500d-df06-40ad-a29d-b7ce2e400d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16392 | 2024.08.28 18:00:18.422318 [ 3 ] {} <Debug> HTTP-Session: 1778500d-df06-40ad-a29d-b7ce2e400d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16393 | 2024.08.28 18:00:18.422351 [ 3 ] {} <Trace> HTTP-Session: 1778500d-df06-40ad-a29d-b7ce2e400d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16394 | 2024.08.28 18:00:18.422471 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16395 | 2024.08.28 18:00:18.422515 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16396 | 2024.08.28 18:00:18.422742 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16397 | 2024.08.28 18:00:18.423078 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16398 | 2024.08.28 18:00:18.423114 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16399 | 2024.08.28 18:00:18.423470 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16400 | 2024.08.28 18:00:18.423829 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16401 | 2024.08.28 18:00:18.423959 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001531 sec., 42455.911169170475 rows/sec., 3.31 MiB/sec. | ||
16402 | 2024.08.28 18:00:18.424209 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Debug> DynamicQueryHandler: Done processing query | ||
16403 | 2024.08.28 18:00:18.424236 [ 3 ] {6495540d-602a-4765-aea1-934ea39d38d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16404 | 2024.08.28 18:00:18.424253 [ 3 ] {} <Debug> HTTP-Session: 1778500d-df06-40ad-a29d-b7ce2e400d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16405 | 2024.08.28 18:00:18.424473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16406 | 2024.08.28 18:00:18.424610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16407 | 2024.08.28 18:00:18.424687 [ 3 ] {} <Debug> HTTP-Session: 53e4832c-b023-48fc-acb4-3580bc035f2e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16408 | 2024.08.28 18:00:18.424749 [ 3 ] {} <Debug> HTTP-Session: 53e4832c-b023-48fc-acb4-3580bc035f2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16409 | 2024.08.28 18:00:18.424809 [ 3 ] {} <Debug> HTTP-Session: 53e4832c-b023-48fc-acb4-3580bc035f2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16410 | 2024.08.28 18:00:18.424933 [ 3 ] {} <Trace> HTTP-Session: 53e4832c-b023-48fc-acb4-3580bc035f2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16411 | 2024.08.28 18:00:18.425237 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16412 | 2024.08.28 18:00:18.425286 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16413 | 2024.08.28 18:00:18.425446 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16414 | 2024.08.28 18:00:18.425802 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16415 | 2024.08.28 18:00:18.425838 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16416 | 2024.08.28 18:00:18.426226 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16417 | 2024.08.28 18:00:18.426571 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16418 | 2024.08.28 18:00:18.426700 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
16419 | 2024.08.28 18:00:18.426710 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16420 | 2024.08.28 18:00:18.426768 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16421 | 2024.08.28 18:00:18.426804 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16422 | 2024.08.28 18:00:18.426890 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Debug> DynamicQueryHandler: Done processing query | ||
16423 | 2024.08.28 18:00:18.426947 [ 3 ] {9cde3020-b3db-475a-8f44-de547ec75b07} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16424 | 2024.08.28 18:00:18.426992 [ 3 ] {} <Debug> HTTP-Session: 53e4832c-b023-48fc-acb4-3580bc035f2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16425 | 2024.08.28 18:00:18.427041 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16426 | 2024.08.28 18:00:18.427157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16427 | 2024.08.28 18:00:18.427256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16428 | 2024.08.28 18:00:18.427318 [ 3 ] {} <Debug> HTTP-Session: 2ede216a-d058-4cc2-84d3-571598c88eed Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16429 | 2024.08.28 18:00:18.427359 [ 3 ] {} <Debug> HTTP-Session: 2ede216a-d058-4cc2-84d3-571598c88eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16430 | 2024.08.28 18:00:18.427410 [ 3 ] {} <Debug> HTTP-Session: 2ede216a-d058-4cc2-84d3-571598c88eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16431 | 2024.08.28 18:00:18.427507 [ 3 ] {} <Trace> HTTP-Session: 2ede216a-d058-4cc2-84d3-571598c88eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16432 | 2024.08.28 18:00:18.427582 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16433 | 2024.08.28 18:00:18.427707 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24083 rows starting from the beginning of the part | ||
16434 | 2024.08.28 18:00:18.427725 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16435 | 2024.08.28 18:00:18.427982 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16436 | 2024.08.28 18:00:18.428158 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 890 rows starting from the beginning of the part | ||
16437 | 2024.08.28 18:00:18.428564 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 32 rows starting from the beginning of the part | ||
16438 | 2024.08.28 18:00:18.428965 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
16439 | 2024.08.28 18:00:18.429381 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
16440 | 2024.08.28 18:00:18.429775 [ 193 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
16441 | 2024.08.28 18:00:18.431129 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16442 | 2024.08.28 18:00:18.431933 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16443 | 2024.08.28 18:00:18.431972 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16444 | 2024.08.28 18:00:18.433556 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16445 | 2024.08.28 18:00:18.434077 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16446 | 2024.08.28 18:00:18.434215 [ 76 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
16447 | 2024.08.28 18:00:18.434231 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00659 sec., 151.74506828528072 rows/sec., 278.45 KiB/sec. | ||
16448 | 2024.08.28 18:00:18.434344 [ 76 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16449 | 2024.08.28 18:00:18.434409 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16450 | 2024.08.28 18:00:18.434805 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
16451 | 2024.08.28 18:00:18.434936 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Debug> DynamicQueryHandler: Done processing query | ||
16452 | 2024.08.28 18:00:18.435015 [ 3 ] {720b94b8-7f39-414f-9463-26f1483618f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16453 | 2024.08.28 18:00:18.435097 [ 3 ] {} <Debug> HTTP-Session: 2ede216a-d058-4cc2-84d3-571598c88eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16454 | 2024.08.28 18:00:18.435364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16455 | 2024.08.28 18:00:18.435504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16456 | 2024.08.28 18:00:18.435563 [ 3 ] {} <Debug> HTTP-Session: 4920cd7d-98b8-41b7-a8fc-3e95046607de Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16457 | 2024.08.28 18:00:18.435620 [ 3 ] {} <Debug> HTTP-Session: 4920cd7d-98b8-41b7-a8fc-3e95046607de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16458 | 2024.08.28 18:00:18.435673 [ 3 ] {} <Debug> HTTP-Session: 4920cd7d-98b8-41b7-a8fc-3e95046607de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16459 | 2024.08.28 18:00:18.435814 [ 3 ] {} <Trace> HTTP-Session: 4920cd7d-98b8-41b7-a8fc-3e95046607de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16460 | 2024.08.28 18:00:18.436017 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16461 | 2024.08.28 18:00:18.436161 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16462 | 2024.08.28 18:00:18.436221 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1487 rows starting from the beginning of the part | ||
16463 | 2024.08.28 18:00:18.436274 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16464 | 2024.08.28 18:00:18.437143 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
16465 | 2024.08.28 18:00:18.437446 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16466 | 2024.08.28 18:00:18.438124 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 52 rows starting from the beginning of the part | ||
16467 | 2024.08.28 18:00:18.439115 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16468 | 2024.08.28 18:00:18.439210 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16469 | 2024.08.28 18:00:18.439352 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part | ||
16470 | 2024.08.28 18:00:18.439935 [ 191 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25562 rows, containing 5 columns (5 merged, 0 gathered) in 0.013043761 sec., 1959710.8533344027 rows/sec., 132.28 MiB/sec. | ||
16471 | 2024.08.28 18:00:18.440510 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16472 | 2024.08.28 18:00:18.440688 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 52 rows starting from the beginning of the part | ||
16473 | 2024.08.28 18:00:18.441055 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16474 | 2024.08.28 18:00:18.441978 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1 rows starting from the beginning of the part | ||
16475 | 2024.08.28 18:00:18.443132 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16476 | 2024.08.28 18:00:18.443382 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16477 | 2024.08.28 18:00:18.443511 [ 188 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16478 | 2024.08.28 18:00:18.443821 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
16479 | 2024.08.28 18:00:18.444038 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007983 sec., 7515.9714393085305 rows/sec., 518.68 KiB/sec. | ||
16480 | 2024.08.28 18:00:18.444785 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Debug> DynamicQueryHandler: Done processing query | ||
16481 | 2024.08.28 18:00:18.444871 [ 3 ] {5b0985f9-072b-42ee-8f9d-6966dce4694b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16482 | 2024.08.28 18:00:18.444988 [ 3 ] {} <Debug> HTTP-Session: 4920cd7d-98b8-41b7-a8fc-3e95046607de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16483 | 2024.08.28 18:00:18.453580 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 19 columns (19 merged, 0 gathered) in 0.018989693 sec., 83940.27223083597 rows/sec., 150.42 MiB/sec. | ||
16484 | 2024.08.28 18:00:18.455408 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
16485 | 2024.08.28 18:00:18.456021 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16486 | 2024.08.28 18:00:18.456103 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
16487 | 2024.08.28 18:00:18.456243 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.18 MiB. | ||
16488 | 2024.08.28 18:00:19.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.79 MiB, peak 224.24 MiB, free memory in arenas 0.00 B, will set to 213.93 MiB (RSS), difference: 2.14 MiB | ||
16489 | 2024.08.28 18:00:23.429728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16490 | 2024.08.28 18:00:23.429880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16491 | 2024.08.28 18:00:23.429913 [ 3 ] {} <Debug> HTTP-Session: dc00dc88-2971-42ab-92ba-3dae7264864e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16492 | 2024.08.28 18:00:23.429947 [ 3 ] {} <Debug> HTTP-Session: dc00dc88-2971-42ab-92ba-3dae7264864e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16493 | 2024.08.28 18:00:23.429968 [ 3 ] {} <Debug> HTTP-Session: dc00dc88-2971-42ab-92ba-3dae7264864e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16494 | 2024.08.28 18:00:23.430036 [ 3 ] {} <Trace> HTTP-Session: dc00dc88-2971-42ab-92ba-3dae7264864e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16495 | 2024.08.28 18:00:23.430271 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16496 | 2024.08.28 18:00:23.430347 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16497 | 2024.08.28 18:00:23.430778 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16498 | 2024.08.28 18:00:23.431208 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16499 | 2024.08.28 18:00:23.431264 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16500 | 2024.08.28 18:00:23.431740 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16501 | 2024.08.28 18:00:23.432268 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16502 | 2024.08.28 18:00:23.432466 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002256 sec., 2659.574468085106 rows/sec., 216.87 KiB/sec. | ||
16503 | 2024.08.28 18:00:23.432726 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Debug> DynamicQueryHandler: Done processing query | ||
16504 | 2024.08.28 18:00:23.432755 [ 3 ] {8ea03407-da64-415e-82e7-e2b731dcddd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16505 | 2024.08.28 18:00:23.432772 [ 3 ] {} <Debug> HTTP-Session: dc00dc88-2971-42ab-92ba-3dae7264864e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16506 | 2024.08.28 18:00:23.433055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16507 | 2024.08.28 18:00:23.433121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16508 | 2024.08.28 18:00:23.433143 [ 3 ] {} <Debug> HTTP-Session: 46c64458-d34a-4091-b4bd-a6d44edbcd73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16509 | 2024.08.28 18:00:23.433163 [ 3 ] {} <Debug> HTTP-Session: 46c64458-d34a-4091-b4bd-a6d44edbcd73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16510 | 2024.08.28 18:00:23.433177 [ 3 ] {} <Debug> HTTP-Session: 46c64458-d34a-4091-b4bd-a6d44edbcd73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16511 | 2024.08.28 18:00:23.433215 [ 3 ] {} <Trace> HTTP-Session: 46c64458-d34a-4091-b4bd-a6d44edbcd73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16512 | 2024.08.28 18:00:23.433422 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16513 | 2024.08.28 18:00:23.433473 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16514 | 2024.08.28 18:00:23.433728 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16515 | 2024.08.28 18:00:23.434290 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16516 | 2024.08.28 18:00:23.434330 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16517 | 2024.08.28 18:00:23.434735 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16518 | 2024.08.28 18:00:23.435209 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16519 | 2024.08.28 18:00:23.435387 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Debug> executeQuery: Read 296 rows, 26.98 KiB in 0.002063 sec., 143480.36839554046 rows/sec., 12.77 MiB/sec. | ||
16520 | 2024.08.28 18:00:23.435649 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Debug> DynamicQueryHandler: Done processing query | ||
16521 | 2024.08.28 18:00:23.435678 [ 3 ] {e1a3392d-5035-469e-93b9-9a46f423290e} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
16522 | 2024.08.28 18:00:23.435708 [ 3 ] {} <Debug> HTTP-Session: 46c64458-d34a-4091-b4bd-a6d44edbcd73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16523 | 2024.08.28 18:00:23.435987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16524 | 2024.08.28 18:00:23.436084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16525 | 2024.08.28 18:00:23.436109 [ 3 ] {} <Debug> HTTP-Session: e6938813-95b3-4e49-a4b0-2eb88e1371c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16526 | 2024.08.28 18:00:23.436129 [ 3 ] {} <Debug> HTTP-Session: e6938813-95b3-4e49-a4b0-2eb88e1371c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16527 | 2024.08.28 18:00:23.436146 [ 3 ] {} <Debug> HTTP-Session: e6938813-95b3-4e49-a4b0-2eb88e1371c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16528 | 2024.08.28 18:00:23.436198 [ 3 ] {} <Trace> HTTP-Session: e6938813-95b3-4e49-a4b0-2eb88e1371c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16529 | 2024.08.28 18:00:23.436382 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16530 | 2024.08.28 18:00:23.436453 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16531 | 2024.08.28 18:00:23.436741 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16532 | 2024.08.28 18:00:23.437153 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16533 | 2024.08.28 18:00:23.437203 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16534 | 2024.08.28 18:00:23.437601 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16535 | 2024.08.28 18:00:23.437976 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16536 | 2024.08.28 18:00:23.438135 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Debug> executeQuery: Read 58 rows, 4.33 KiB in 0.001819 sec., 31885.651456844418 rows/sec., 2.32 MiB/sec. | ||
16537 | 2024.08.28 18:00:23.438338 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Debug> DynamicQueryHandler: Done processing query | ||
16538 | 2024.08.28 18:00:23.438372 [ 3 ] {dda906c3-908a-4a19-90b6-f1f23572f479} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16539 | 2024.08.28 18:00:23.438403 [ 3 ] {} <Debug> HTTP-Session: e6938813-95b3-4e49-a4b0-2eb88e1371c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16540 | 2024.08.28 18:00:23.438583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16541 | 2024.08.28 18:00:23.438637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16542 | 2024.08.28 18:00:23.438658 [ 3 ] {} <Debug> HTTP-Session: 3011a5c2-9894-485d-86cf-b7dc252d6ea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16543 | 2024.08.28 18:00:23.438675 [ 3 ] {} <Debug> HTTP-Session: 3011a5c2-9894-485d-86cf-b7dc252d6ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16544 | 2024.08.28 18:00:23.438689 [ 3 ] {} <Debug> HTTP-Session: 3011a5c2-9894-485d-86cf-b7dc252d6ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16545 | 2024.08.28 18:00:23.438724 [ 3 ] {} <Trace> HTTP-Session: 3011a5c2-9894-485d-86cf-b7dc252d6ea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16546 | 2024.08.28 18:00:23.438834 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16547 | 2024.08.28 18:00:23.438880 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16548 | 2024.08.28 18:00:23.439151 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16549 | 2024.08.28 18:00:23.439470 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16550 | 2024.08.28 18:00:23.439510 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16551 | 2024.08.28 18:00:23.439876 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16552 | 2024.08.28 18:00:23.440372 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16553 | 2024.08.28 18:00:23.440546 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec. | ||
16554 | 2024.08.28 18:00:23.440884 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Debug> DynamicQueryHandler: Done processing query | ||
16555 | 2024.08.28 18:00:23.440926 [ 3 ] {f9ad9c5e-1f4c-4c12-9b11-9505503a7715} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16556 | 2024.08.28 18:00:23.440950 [ 3 ] {} <Debug> HTTP-Session: 3011a5c2-9894-485d-86cf-b7dc252d6ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16557 | 2024.08.28 18:00:23.441101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16558 | 2024.08.28 18:00:23.441161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16559 | 2024.08.28 18:00:23.441186 [ 3 ] {} <Debug> HTTP-Session: f1d2d0c1-1297-4e92-b289-2fbc10fe4c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16560 | 2024.08.28 18:00:23.441211 [ 3 ] {} <Debug> HTTP-Session: f1d2d0c1-1297-4e92-b289-2fbc10fe4c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16561 | 2024.08.28 18:00:23.441234 [ 3 ] {} <Debug> HTTP-Session: f1d2d0c1-1297-4e92-b289-2fbc10fe4c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16562 | 2024.08.28 18:00:23.441281 [ 3 ] {} <Trace> HTTP-Session: f1d2d0c1-1297-4e92-b289-2fbc10fe4c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16563 | 2024.08.28 18:00:23.441417 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16564 | 2024.08.28 18:00:23.441472 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16565 | 2024.08.28 18:00:23.441785 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16566 | 2024.08.28 18:00:23.442131 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16567 | 2024.08.28 18:00:23.442174 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16568 | 2024.08.28 18:00:23.442628 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16569 | 2024.08.28 18:00:23.443099 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16570 | 2024.08.28 18:00:23.443282 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001897 sec., 3162.88877174486 rows/sec., 186.87 KiB/sec. | ||
16571 | 2024.08.28 18:00:23.443511 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Debug> DynamicQueryHandler: Done processing query | ||
16572 | 2024.08.28 18:00:23.443539 [ 3 ] {b1a48d94-2b3e-47d5-82a5-8b525f69e6cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16573 | 2024.08.28 18:00:23.443556 [ 3 ] {} <Debug> HTTP-Session: f1d2d0c1-1297-4e92-b289-2fbc10fe4c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16574 | 2024.08.28 18:00:23.443809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 71634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16575 | 2024.08.28 18:00:23.443859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16576 | 2024.08.28 18:00:23.443884 [ 3 ] {} <Debug> HTTP-Session: e570091d-a3fd-4101-ae0f-fe4e7af76a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16577 | 2024.08.28 18:00:23.443901 [ 3 ] {} <Debug> HTTP-Session: e570091d-a3fd-4101-ae0f-fe4e7af76a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.08.28 18:00:23.443915 [ 3 ] {} <Debug> HTTP-Session: e570091d-a3fd-4101-ae0f-fe4e7af76a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16579 | 2024.08.28 18:00:23.443948 [ 3 ] {} <Trace> HTTP-Session: e570091d-a3fd-4101-ae0f-fe4e7af76a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16580 | 2024.08.28 18:00:23.444179 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16581 | 2024.08.28 18:00:23.444227 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16582 | 2024.08.28 18:00:23.444465 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16583 | 2024.08.28 18:00:23.445128 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16584 | 2024.08.28 18:00:23.445167 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16585 | 2024.08.28 18:00:23.445571 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16586 | 2024.08.28 18:00:23.445941 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16587 | 2024.08.28 18:00:23.446100 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.002034 sec., 216322.517207473 rows/sec., 15.52 MiB/sec. | ||
16588 | 2024.08.28 18:00:23.446324 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Debug> DynamicQueryHandler: Done processing query | ||
16589 | 2024.08.28 18:00:23.446359 [ 3 ] {2750a796-af81-4e0c-bfd5-0ff276cbf3fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
16590 | 2024.08.28 18:00:23.446387 [ 3 ] {} <Debug> HTTP-Session: e570091d-a3fd-4101-ae0f-fe4e7af76a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16591 | 2024.08.28 18:00:23.446568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16592 | 2024.08.28 18:00:23.446619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16593 | 2024.08.28 18:00:23.446639 [ 3 ] {} <Debug> HTTP-Session: f5478a5a-51a3-43ab-a7ed-34430b09ea82 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16594 | 2024.08.28 18:00:23.446655 [ 3 ] {} <Debug> HTTP-Session: f5478a5a-51a3-43ab-a7ed-34430b09ea82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.08.28 18:00:23.446669 [ 3 ] {} <Debug> HTTP-Session: f5478a5a-51a3-43ab-a7ed-34430b09ea82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16596 | 2024.08.28 18:00:23.446702 [ 3 ] {} <Trace> HTTP-Session: f5478a5a-51a3-43ab-a7ed-34430b09ea82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16597 | 2024.08.28 18:00:23.446802 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16598 | 2024.08.28 18:00:23.446851 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16599 | 2024.08.28 18:00:23.446993 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16600 | 2024.08.28 18:00:23.447279 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16601 | 2024.08.28 18:00:23.447318 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16602 | 2024.08.28 18:00:23.447692 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16603 | 2024.08.28 18:00:23.448025 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16604 | 2024.08.28 18:00:23.448170 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. | ||
16605 | 2024.08.28 18:00:23.448367 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Debug> DynamicQueryHandler: Done processing query | ||
16606 | 2024.08.28 18:00:23.448391 [ 3 ] {b7a1d41a-6bab-4883-bb6f-bd849392d885} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16607 | 2024.08.28 18:00:23.448406 [ 3 ] {} <Debug> HTTP-Session: f5478a5a-51a3-43ab-a7ed-34430b09ea82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16608 | 2024.08.28 18:00:23.448587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 45235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16609 | 2024.08.28 18:00:23.448632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16610 | 2024.08.28 18:00:23.448650 [ 3 ] {} <Debug> HTTP-Session: 68b0b224-365e-477a-ab7f-8fb571027e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16611 | 2024.08.28 18:00:23.448666 [ 3 ] {} <Debug> HTTP-Session: 68b0b224-365e-477a-ab7f-8fb571027e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16612 | 2024.08.28 18:00:23.448679 [ 3 ] {} <Debug> HTTP-Session: 68b0b224-365e-477a-ab7f-8fb571027e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16613 | 2024.08.28 18:00:23.448709 [ 3 ] {} <Trace> HTTP-Session: 68b0b224-365e-477a-ab7f-8fb571027e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16614 | 2024.08.28 18:00:23.448875 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16615 | 2024.08.28 18:00:23.448920 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16616 | 2024.08.28 18:00:23.449061 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16617 | 2024.08.28 18:00:23.449623 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16618 | 2024.08.28 18:00:23.449667 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16619 | 2024.08.28 18:00:23.450132 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16620 | 2024.08.28 18:00:23.450553 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16621 | 2024.08.28 18:00:23.450730 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001902 sec., 126182.96529968454 rows/sec., 8.46 MiB/sec. | ||
16622 | 2024.08.28 18:00:23.451044 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Debug> DynamicQueryHandler: Done processing query | ||
16623 | 2024.08.28 18:00:23.451110 [ 3 ] {0e33e1e5-a1d2-4679-a260-f72eb0cacaf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16624 | 2024.08.28 18:00:23.451178 [ 3 ] {} <Debug> HTTP-Session: 68b0b224-365e-477a-ab7f-8fb571027e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16625 | 2024.08.28 18:00:23.451405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16626 | 2024.08.28 18:00:23.451473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16627 | 2024.08.28 18:00:23.451497 [ 3 ] {} <Debug> HTTP-Session: 1a79aa88-917c-48a4-a09d-ce039ad00aaf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16628 | 2024.08.28 18:00:23.451518 [ 3 ] {} <Debug> HTTP-Session: 1a79aa88-917c-48a4-a09d-ce039ad00aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16629 | 2024.08.28 18:00:23.451537 [ 3 ] {} <Debug> HTTP-Session: 1a79aa88-917c-48a4-a09d-ce039ad00aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16630 | 2024.08.28 18:00:23.451577 [ 3 ] {} <Trace> HTTP-Session: 1a79aa88-917c-48a4-a09d-ce039ad00aaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16631 | 2024.08.28 18:00:23.451691 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16632 | 2024.08.28 18:00:23.451746 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16633 | 2024.08.28 18:00:23.451933 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16634 | 2024.08.28 18:00:23.452232 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16635 | 2024.08.28 18:00:23.452273 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16636 | 2024.08.28 18:00:23.452694 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16637 | 2024.08.28 18:00:23.453090 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16638 | 2024.08.28 18:00:23.453270 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001603 sec., 623.8303181534623 rows/sec., 42.04 KiB/sec. | ||
16639 | 2024.08.28 18:00:23.453612 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Debug> DynamicQueryHandler: Done processing query | ||
16640 | 2024.08.28 18:00:23.453652 [ 3 ] {7b4189e2-33e7-4850-827d-0bfcdbca3d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16641 | 2024.08.28 18:00:23.453691 [ 3 ] {} <Debug> HTTP-Session: 1a79aa88-917c-48a4-a09d-ce039ad00aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16642 | 2024.08.28 18:00:23.453940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16643 | 2024.08.28 18:00:23.454002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16644 | 2024.08.28 18:00:23.454027 [ 3 ] {} <Debug> HTTP-Session: 963aa6e9-8580-4d66-9fc3-81a1cd81b860 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16645 | 2024.08.28 18:00:23.454048 [ 3 ] {} <Debug> HTTP-Session: 963aa6e9-8580-4d66-9fc3-81a1cd81b860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16646 | 2024.08.28 18:00:23.454068 [ 3 ] {} <Debug> HTTP-Session: 963aa6e9-8580-4d66-9fc3-81a1cd81b860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16647 | 2024.08.28 18:00:23.454106 [ 3 ] {} <Trace> HTTP-Session: 963aa6e9-8580-4d66-9fc3-81a1cd81b860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16648 | 2024.08.28 18:00:23.454743 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16649 | 2024.08.28 18:00:23.454829 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16650 | 2024.08.28 18:00:23.455379 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16651 | 2024.08.28 18:00:23.456384 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16652 | 2024.08.28 18:00:23.456426 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16653 | 2024.08.28 18:00:23.457296 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
16654 | 2024.08.28 18:00:23.457820 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16655 | 2024.08.28 18:00:23.458043 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003824 sec., 13598.326359832636 rows/sec., 24.37 MiB/sec. | ||
16656 | 2024.08.28 18:00:23.458325 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Debug> DynamicQueryHandler: Done processing query | ||
16657 | 2024.08.28 18:00:23.458355 [ 3 ] {684486a2-970b-4a54-9fd8-63a2551dea74} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16658 | 2024.08.28 18:00:23.458376 [ 3 ] {} <Debug> HTTP-Session: 963aa6e9-8580-4d66-9fc3-81a1cd81b860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16659 | 2024.08.28 18:00:23.458538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16660 | 2024.08.28 18:00:23.458596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16661 | 2024.08.28 18:00:23.458619 [ 3 ] {} <Debug> HTTP-Session: 835ec1d1-a582-44d8-ab4e-60bf673f4451 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16662 | 2024.08.28 18:00:23.458640 [ 3 ] {} <Debug> HTTP-Session: 835ec1d1-a582-44d8-ab4e-60bf673f4451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16663 | 2024.08.28 18:00:23.458658 [ 3 ] {} <Debug> HTTP-Session: 835ec1d1-a582-44d8-ab4e-60bf673f4451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16664 | 2024.08.28 18:00:23.458696 [ 3 ] {} <Trace> HTTP-Session: 835ec1d1-a582-44d8-ab4e-60bf673f4451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16665 | 2024.08.28 18:00:23.458835 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16666 | 2024.08.28 18:00:23.458886 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16667 | 2024.08.28 18:00:23.459046 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16668 | 2024.08.28 18:00:23.459385 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16669 | 2024.08.28 18:00:23.459426 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16670 | 2024.08.28 18:00:23.459852 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16671 | 2024.08.28 18:00:23.460282 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16672 | 2024.08.28 18:00:23.460461 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001676 sec., 48926.014319809074 rows/sec., 3.11 MiB/sec. | ||
16673 | 2024.08.28 18:00:23.460488 [ 89 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16674 | 2024.08.28 18:00:23.460606 [ 89 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16675 | 2024.08.28 18:00:23.460648 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16676 | 2024.08.28 18:00:23.460738 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Debug> DynamicQueryHandler: Done processing query | ||
16677 | 2024.08.28 18:00:23.460821 [ 3 ] {3c3acab2-70fe-4250-90a7-06f031565b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16678 | 2024.08.28 18:00:23.460909 [ 3 ] {} <Debug> HTTP-Session: 835ec1d1-a582-44d8-ab4e-60bf673f4451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16679 | 2024.08.28 18:00:23.460972 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16680 | 2024.08.28 18:00:23.461458 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16681 | 2024.08.28 18:00:23.461547 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4982 rows starting from the beginning of the part | ||
16682 | 2024.08.28 18:00:23.461821 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part | ||
16683 | 2024.08.28 18:00:23.462198 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
16684 | 2024.08.28 18:00:23.462509 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
16685 | 2024.08.28 18:00:23.462750 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
16686 | 2024.08.28 18:00:23.462943 [ 197 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
16687 | 2024.08.28 18:00:23.465004 [ 191 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5278 rows, containing 4 columns (4 merged, 0 gathered) in 0.004258364 sec., 1239443.128863573 rows/sec., 80.76 MiB/sec. | ||
16688 | 2024.08.28 18:00:23.465390 [ 191 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16689 | 2024.08.28 18:00:23.465851 [ 191 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16690 | 2024.08.28 18:00:23.465956 [ 191 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_91_18} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16691 | 2024.08.28 18:00:23.466064 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
16692 | 2024.08.28 18:00:28.417051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16693 | 2024.08.28 18:00:28.417246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16694 | 2024.08.28 18:00:28.417290 [ 3 ] {} <Debug> HTTP-Session: e6a5fba2-92db-4729-ae18-4c9ff41800d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16695 | 2024.08.28 18:00:28.417335 [ 3 ] {} <Debug> HTTP-Session: e6a5fba2-92db-4729-ae18-4c9ff41800d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16696 | 2024.08.28 18:00:28.417364 [ 3 ] {} <Debug> HTTP-Session: e6a5fba2-92db-4729-ae18-4c9ff41800d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16697 | 2024.08.28 18:00:28.417446 [ 3 ] {} <Trace> HTTP-Session: e6a5fba2-92db-4729-ae18-4c9ff41800d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16698 | 2024.08.28 18:00:28.417672 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16699 | 2024.08.28 18:00:28.417743 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16700 | 2024.08.28 18:00:28.418088 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16701 | 2024.08.28 18:00:28.418522 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16702 | 2024.08.28 18:00:28.418567 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16703 | 2024.08.28 18:00:28.418988 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16704 | 2024.08.28 18:00:28.419400 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16705 | 2024.08.28 18:00:28.419588 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001966 sec., 1017.293997965412 rows/sec., 82.95 KiB/sec. | ||
16706 | 2024.08.28 18:00:28.419850 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Debug> DynamicQueryHandler: Done processing query | ||
16707 | 2024.08.28 18:00:28.419880 [ 3 ] {b4f7c6b5-8153-48d2-a55e-ba3672c97a8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16708 | 2024.08.28 18:00:28.419897 [ 3 ] {} <Debug> HTTP-Session: e6a5fba2-92db-4729-ae18-4c9ff41800d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16709 | 2024.08.28 18:00:28.420027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16710 | 2024.08.28 18:00:28.420083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16711 | 2024.08.28 18:00:28.420103 [ 3 ] {} <Debug> HTTP-Session: 8696a83e-29c7-42b1-addb-a25fcf3e96cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16712 | 2024.08.28 18:00:28.420121 [ 3 ] {} <Debug> HTTP-Session: 8696a83e-29c7-42b1-addb-a25fcf3e96cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16713 | 2024.08.28 18:00:28.420136 [ 3 ] {} <Debug> HTTP-Session: 8696a83e-29c7-42b1-addb-a25fcf3e96cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16714 | 2024.08.28 18:00:28.420172 [ 3 ] {} <Trace> HTTP-Session: 8696a83e-29c7-42b1-addb-a25fcf3e96cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16715 | 2024.08.28 18:00:28.420294 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16716 | 2024.08.28 18:00:28.420341 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16717 | 2024.08.28 18:00:28.420578 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16718 | 2024.08.28 18:00:28.420936 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16719 | 2024.08.28 18:00:28.420973 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16720 | 2024.08.28 18:00:28.421333 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16721 | 2024.08.28 18:00:28.421687 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16722 | 2024.08.28 18:00:28.421847 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Debug> executeQuery: Read 59 rows, 4.67 KiB in 0.001594 sec., 37013.80175658721 rows/sec., 2.86 MiB/sec. | ||
16723 | 2024.08.28 18:00:28.422022 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Debug> DynamicQueryHandler: Done processing query | ||
16724 | 2024.08.28 18:00:28.422048 [ 3 ] {9e104d8d-0732-4b23-aad2-c0503cf6daa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16725 | 2024.08.28 18:00:28.422063 [ 3 ] {} <Debug> HTTP-Session: 8696a83e-29c7-42b1-addb-a25fcf3e96cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16726 | 2024.08.28 18:00:28.422175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16727 | 2024.08.28 18:00:28.422224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16728 | 2024.08.28 18:00:28.422243 [ 3 ] {} <Debug> HTTP-Session: 7fd0a278-97ad-4e93-bf74-b116d07f1843 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16729 | 2024.08.28 18:00:28.422260 [ 3 ] {} <Debug> HTTP-Session: 7fd0a278-97ad-4e93-bf74-b116d07f1843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16730 | 2024.08.28 18:00:28.422274 [ 3 ] {} <Debug> HTTP-Session: 7fd0a278-97ad-4e93-bf74-b116d07f1843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16731 | 2024.08.28 18:00:28.422308 [ 3 ] {} <Trace> HTTP-Session: 7fd0a278-97ad-4e93-bf74-b116d07f1843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16732 | 2024.08.28 18:00:28.422404 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16733 | 2024.08.28 18:00:28.422447 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16734 | 2024.08.28 18:00:28.422674 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16735 | 2024.08.28 18:00:28.423019 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16736 | 2024.08.28 18:00:28.423057 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16737 | 2024.08.28 18:00:28.423404 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16738 | 2024.08.28 18:00:28.423757 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16739 | 2024.08.28 18:00:28.423912 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Debug> executeQuery: Read 3 rows, 220.00 B in 0.001531 sec., 1959.5035924232527 rows/sec., 140.33 KiB/sec. | ||
16740 | 2024.08.28 18:00:28.424093 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Debug> DynamicQueryHandler: Done processing query | ||
16741 | 2024.08.28 18:00:28.424118 [ 3 ] {a697fc0a-77c0-4bf5-9ee2-5f358ca9da7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16742 | 2024.08.28 18:00:28.424134 [ 3 ] {} <Debug> HTTP-Session: 7fd0a278-97ad-4e93-bf74-b116d07f1843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16743 | 2024.08.28 18:00:28.424275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16744 | 2024.08.28 18:00:28.424328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16745 | 2024.08.28 18:00:28.424347 [ 3 ] {} <Debug> HTTP-Session: 3636441a-f9e6-4ce1-b570-ebb190fb33dd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16746 | 2024.08.28 18:00:28.424365 [ 3 ] {} <Debug> HTTP-Session: 3636441a-f9e6-4ce1-b570-ebb190fb33dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16747 | 2024.08.28 18:00:28.424379 [ 3 ] {} <Debug> HTTP-Session: 3636441a-f9e6-4ce1-b570-ebb190fb33dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16748 | 2024.08.28 18:00:28.424412 [ 3 ] {} <Trace> HTTP-Session: 3636441a-f9e6-4ce1-b570-ebb190fb33dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16749 | 2024.08.28 18:00:28.424530 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16750 | 2024.08.28 18:00:28.424574 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16751 | 2024.08.28 18:00:28.424799 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16752 | 2024.08.28 18:00:28.425145 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16753 | 2024.08.28 18:00:28.425183 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16754 | 2024.08.28 18:00:28.425535 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16755 | 2024.08.28 18:00:28.425898 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16756 | 2024.08.28 18:00:28.426027 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001539 sec., 43534.76283300845 rows/sec., 3.40 MiB/sec. | ||
16757 | 2024.08.28 18:00:28.426195 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Debug> DynamicQueryHandler: Done processing query | ||
16758 | 2024.08.28 18:00:28.426223 [ 3 ] {b511c70d-02cc-4071-827b-596aa9f0b9a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16759 | 2024.08.28 18:00:28.426240 [ 3 ] {} <Debug> HTTP-Session: 3636441a-f9e6-4ce1-b570-ebb190fb33dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16760 | 2024.08.28 18:00:28.426410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16761 | 2024.08.28 18:00:28.426461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16762 | 2024.08.28 18:00:28.426482 [ 3 ] {} <Debug> HTTP-Session: d7098602-56da-4f39-beec-e9076b11ffcf Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16763 | 2024.08.28 18:00:28.426499 [ 3 ] {} <Debug> HTTP-Session: d7098602-56da-4f39-beec-e9076b11ffcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16764 | 2024.08.28 18:00:28.426513 [ 3 ] {} <Debug> HTTP-Session: d7098602-56da-4f39-beec-e9076b11ffcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16765 | 2024.08.28 18:00:28.426545 [ 3 ] {} <Trace> HTTP-Session: d7098602-56da-4f39-beec-e9076b11ffcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16766 | 2024.08.28 18:00:28.426694 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16767 | 2024.08.28 18:00:28.426743 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16768 | 2024.08.28 18:00:28.426890 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16769 | 2024.08.28 18:00:28.427270 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16770 | 2024.08.28 18:00:28.427307 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16771 | 2024.08.28 18:00:28.427697 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16772 | 2024.08.28 18:00:28.428040 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16773 | 2024.08.28 18:00:28.428170 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001544 sec., 104274.61139896372 rows/sec., 7.26 MiB/sec. | ||
16774 | 2024.08.28 18:00:28.428339 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Debug> DynamicQueryHandler: Done processing query | ||
16775 | 2024.08.28 18:00:28.428364 [ 3 ] {7736ed23-7eae-4e6a-92d7-04a4a799546d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16776 | 2024.08.28 18:00:28.428381 [ 3 ] {} <Debug> HTTP-Session: d7098602-56da-4f39-beec-e9076b11ffcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16777 | 2024.08.28 18:00:28.428491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16778 | 2024.08.28 18:00:28.428541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16779 | 2024.08.28 18:00:28.428561 [ 3 ] {} <Debug> HTTP-Session: 7eb3a847-41c6-42a7-9416-25d65b14a96e Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16780 | 2024.08.28 18:00:28.428578 [ 3 ] {} <Debug> HTTP-Session: 7eb3a847-41c6-42a7-9416-25d65b14a96e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16781 | 2024.08.28 18:00:28.428592 [ 3 ] {} <Debug> HTTP-Session: 7eb3a847-41c6-42a7-9416-25d65b14a96e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16782 | 2024.08.28 18:00:28.428623 [ 3 ] {} <Trace> HTTP-Session: 7eb3a847-41c6-42a7-9416-25d65b14a96e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16783 | 2024.08.28 18:00:28.428727 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16784 | 2024.08.28 18:00:28.428790 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16785 | 2024.08.28 18:00:28.429201 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16786 | 2024.08.28 18:00:28.429614 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16787 | 2024.08.28 18:00:28.429650 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16788 | 2024.08.28 18:00:28.430222 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16789 | 2024.08.28 18:00:28.430640 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16790 | 2024.08.28 18:00:28.430810 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002112 sec., 473.48484848484844 rows/sec., 868.83 KiB/sec. | ||
16791 | 2024.08.28 18:00:28.431170 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Debug> DynamicQueryHandler: Done processing query | ||
16792 | 2024.08.28 18:00:28.431224 [ 3 ] {7026570a-05a1-4ed4-9f74-9a55298cf3fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16793 | 2024.08.28 18:00:28.431283 [ 3 ] {} <Debug> HTTP-Session: 7eb3a847-41c6-42a7-9416-25d65b14a96e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16794 | 2024.08.28 18:00:28.431447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16795 | 2024.08.28 18:00:28.431498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16796 | 2024.08.28 18:00:28.431518 [ 3 ] {} <Debug> HTTP-Session: 4bc10083-33af-41da-9662-dd5c81a899ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16797 | 2024.08.28 18:00:28.431535 [ 3 ] {} <Debug> HTTP-Session: 4bc10083-33af-41da-9662-dd5c81a899ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16798 | 2024.08.28 18:00:28.431549 [ 3 ] {} <Debug> HTTP-Session: 4bc10083-33af-41da-9662-dd5c81a899ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16799 | 2024.08.28 18:00:28.431582 [ 3 ] {} <Trace> HTTP-Session: 4bc10083-33af-41da-9662-dd5c81a899ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16800 | 2024.08.28 18:00:28.431699 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16801 | 2024.08.28 18:00:28.431745 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16802 | 2024.08.28 18:00:28.431882 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16803 | 2024.08.28 18:00:28.432163 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16804 | 2024.08.28 18:00:28.432199 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
16805 | 2024.08.28 18:00:28.432565 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16806 | 2024.08.28 18:00:28.432892 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16807 | 2024.08.28 18:00:28.433020 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
16808 | 2024.08.28 18:00:28.433211 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Debug> DynamicQueryHandler: Done processing query | ||
16809 | 2024.08.28 18:00:28.433248 [ 3 ] {3c0e5b23-aa75-40dd-8e5d-612209d885b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16810 | 2024.08.28 18:00:28.433281 [ 3 ] {} <Debug> HTTP-Session: 4bc10083-33af-41da-9662-dd5c81a899ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16811 | 2024.08.28 18:00:32.716565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16812 | 2024.08.28 18:00:32.716724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16813 | 2024.08.28 18:00:32.716771 [ 3 ] {} <Debug> HTTP-Session: 03dfa616-fbbb-46aa-bb5a-bbcaac964780 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16814 | 2024.08.28 18:00:32.716817 [ 3 ] {} <Debug> HTTP-Session: 03dfa616-fbbb-46aa-bb5a-bbcaac964780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16815 | 2024.08.28 18:00:32.716846 [ 3 ] {} <Debug> HTTP-Session: 03dfa616-fbbb-46aa-bb5a-bbcaac964780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16816 | 2024.08.28 18:00:32.716927 [ 3 ] {} <Trace> HTTP-Session: 03dfa616-fbbb-46aa-bb5a-bbcaac964780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16817 | 2024.08.28 18:00:32.717220 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16818 | 2024.08.28 18:00:32.717332 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16819 | 2024.08.28 18:00:32.717822 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16820 | 2024.08.28 18:00:32.718285 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16821 | 2024.08.28 18:00:32.718334 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16822 | 2024.08.28 18:00:32.718753 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16823 | 2024.08.28 18:00:32.719150 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16824 | 2024.08.28 18:00:32.719322 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002187 sec., 1828.9894833104709 rows/sec., 149.14 KiB/sec. | ||
16825 | 2024.08.28 18:00:32.719543 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Debug> DynamicQueryHandler: Done processing query | ||
16826 | 2024.08.28 18:00:32.719570 [ 3 ] {edec58ad-f8f4-4db2-b5e0-7dfd3a064240} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16827 | 2024.08.28 18:00:32.719587 [ 3 ] {} <Debug> HTTP-Session: 03dfa616-fbbb-46aa-bb5a-bbcaac964780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16828 | 2024.08.28 18:00:32.719917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 210251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16829 | 2024.08.28 18:00:32.719970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16830 | 2024.08.28 18:00:32.719990 [ 3 ] {} <Debug> HTTP-Session: 39eaad15-0f2b-4006-ac81-b0e5cce9816a Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16831 | 2024.08.28 18:00:32.720008 [ 3 ] {} <Debug> HTTP-Session: 39eaad15-0f2b-4006-ac81-b0e5cce9816a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16832 | 2024.08.28 18:00:32.720022 [ 3 ] {} <Debug> HTTP-Session: 39eaad15-0f2b-4006-ac81-b0e5cce9816a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16833 | 2024.08.28 18:00:32.720058 [ 3 ] {} <Trace> HTTP-Session: 39eaad15-0f2b-4006-ac81-b0e5cce9816a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16834 | 2024.08.28 18:00:32.720572 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16835 | 2024.08.28 18:00:32.720622 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16836 | 2024.08.28 18:00:32.720860 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16837 | 2024.08.28 18:00:32.722398 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16838 | 2024.08.28 18:00:32.722437 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16839 | 2024.08.28 18:00:32.722902 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16840 | 2024.08.28 18:00:32.723268 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16841 | 2024.08.28 18:00:32.723413 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Debug> executeQuery: Read 1435 rows, 123.47 KiB in 0.003193 sec., 449420.6075790792 rows/sec., 37.76 MiB/sec. | ||
16842 | 2024.08.28 18:00:32.723480 [ 149 ] {} <Debug> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16843 | 2024.08.28 18:00:32.723583 [ 149 ] {} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16844 | 2024.08.28 18:00:32.723629 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16845 | 2024.08.28 18:00:32.723662 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Debug> DynamicQueryHandler: Done processing query | ||
16846 | 2024.08.28 18:00:32.723709 [ 3 ] {7497bafe-4af1-42db-a95f-4b36bf856f94} <Debug> MemoryTracker: Peak memory usage (for query): 5.01 MiB. | ||
16847 | 2024.08.28 18:00:32.723765 [ 3 ] {} <Debug> HTTP-Session: 39eaad15-0f2b-4006-ac81-b0e5cce9816a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16848 | 2024.08.28 18:00:32.723847 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
16849 | 2024.08.28 18:00:32.723997 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16850 | 2024.08.28 18:00:32.724050 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1511 rows starting from the beginning of the part | ||
16851 | 2024.08.28 18:00:32.724071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16852 | 2024.08.28 18:00:32.724201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16853 | 2024.08.28 18:00:32.724252 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 293 rows starting from the beginning of the part | ||
16854 | 2024.08.28 18:00:32.724283 [ 3 ] {} <Debug> HTTP-Session: 8adf8b0c-551a-44a3-a475-0d414b6dae39 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16855 | 2024.08.28 18:00:32.724352 [ 3 ] {} <Debug> HTTP-Session: 8adf8b0c-551a-44a3-a475-0d414b6dae39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16856 | 2024.08.28 18:00:32.724422 [ 3 ] {} <Debug> HTTP-Session: 8adf8b0c-551a-44a3-a475-0d414b6dae39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16857 | 2024.08.28 18:00:32.724560 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 58 rows starting from the beginning of the part | ||
16858 | 2024.08.28 18:00:32.724578 [ 3 ] {} <Trace> HTTP-Session: 8adf8b0c-551a-44a3-a475-0d414b6dae39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16859 | 2024.08.28 18:00:32.725007 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 296 rows starting from the beginning of the part | ||
16860 | 2024.08.28 18:00:32.725128 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16861 | 2024.08.28 18:00:32.725327 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 59 rows starting from the beginning of the part | ||
16862 | 2024.08.28 18:00:32.725351 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16863 | 2024.08.28 18:00:32.725670 [ 197 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1435 rows starting from the beginning of the part | ||
16864 | 2024.08.28 18:00:32.726552 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16865 | 2024.08.28 18:00:32.727347 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16866 | 2024.08.28 18:00:32.727411 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16867 | 2024.08.28 18:00:32.728343 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16868 | 2024.08.28 18:00:32.728864 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16869 | 2024.08.28 18:00:32.729106 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Debug> executeQuery: Read 56 rows, 4.19 KiB in 0.004196 sec., 13346.04385128694 rows/sec., 998.44 KiB/sec. | ||
16870 | 2024.08.28 18:00:32.729574 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Debug> DynamicQueryHandler: Done processing query | ||
16871 | 2024.08.28 18:00:32.729606 [ 3 ] {650ebec5-0c29-4f0f-aad8-90d14aa3ac0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16872 | 2024.08.28 18:00:32.729615 [ 191 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3652 rows, containing 5 columns (5 merged, 0 gathered) in 0.005901481 sec., 618827.714602487 rows/sec., 54.70 MiB/sec. | ||
16873 | 2024.08.28 18:00:32.729636 [ 3 ] {} <Debug> HTTP-Session: 8adf8b0c-551a-44a3-a475-0d414b6dae39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16874 | 2024.08.28 18:00:32.729863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 32340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16875 | 2024.08.28 18:00:32.729922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16876 | 2024.08.28 18:00:32.729972 [ 3 ] {} <Debug> HTTP-Session: af77301c-211f-4dfd-86ab-33c346d22962 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16877 | 2024.08.28 18:00:32.729996 [ 3 ] {} <Debug> HTTP-Session: af77301c-211f-4dfd-86ab-33c346d22962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16878 | 2024.08.28 18:00:32.730012 [ 3 ] {} <Debug> HTTP-Session: af77301c-211f-4dfd-86ab-33c346d22962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16879 | 2024.08.28 18:00:32.730057 [ 3 ] {} <Trace> HTTP-Session: af77301c-211f-4dfd-86ab-33c346d22962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16880 | 2024.08.28 18:00:32.730146 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16881 | 2024.08.28 18:00:32.730375 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16882 | 2024.08.28 18:00:32.730464 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16883 | 2024.08.28 18:00:32.731376 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16884 | 2024.08.28 18:00:32.731527 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16885 | 2024.08.28 18:00:32.731667 [ 198 ] {b8060aa5-c57e-4d4a-b41d-480fb96061de::all_1_96_19} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16886 | 2024.08.28 18:00:32.731814 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
16887 | 2024.08.28 18:00:32.732072 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16888 | 2024.08.28 18:00:32.732114 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16889 | 2024.08.28 18:00:32.732507 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16890 | 2024.08.28 18:00:32.732890 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16891 | 2024.08.28 18:00:32.733056 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002861 sec., 84585.8091576372 rows/sec., 5.73 MiB/sec. | ||
16892 | 2024.08.28 18:00:32.733065 [ 149 ] {} <Debug> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16893 | 2024.08.28 18:00:32.733153 [ 149 ] {} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16894 | 2024.08.28 18:00:32.733195 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16895 | 2024.08.28 18:00:32.733419 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
16896 | 2024.08.28 18:00:32.733436 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Debug> DynamicQueryHandler: Done processing query | ||
16897 | 2024.08.28 18:00:32.733556 [ 3 ] {cf86dd6f-ca7f-4963-a291-03c026314f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16898 | 2024.08.28 18:00:32.733656 [ 3 ] {} <Debug> HTTP-Session: af77301c-211f-4dfd-86ab-33c346d22962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16899 | 2024.08.28 18:00:32.733983 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16900 | 2024.08.28 18:00:32.734031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16901 | 2024.08.28 18:00:32.734080 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 255 rows starting from the beginning of the part | ||
16902 | 2024.08.28 18:00:32.734162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16903 | 2024.08.28 18:00:32.734242 [ 3 ] {} <Debug> HTTP-Session: db54a63a-d241-4eab-abc6-5b17445bbaf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16904 | 2024.08.28 18:00:32.734311 [ 3 ] {} <Debug> HTTP-Session: db54a63a-d241-4eab-abc6-5b17445bbaf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16905 | 2024.08.28 18:00:32.734365 [ 3 ] {} <Debug> HTTP-Session: db54a63a-d241-4eab-abc6-5b17445bbaf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16906 | 2024.08.28 18:00:32.734394 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
16907 | 2024.08.28 18:00:32.734489 [ 3 ] {} <Trace> HTTP-Session: db54a63a-d241-4eab-abc6-5b17445bbaf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16908 | 2024.08.28 18:00:32.734672 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part | ||
16909 | 2024.08.28 18:00:32.734824 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16910 | 2024.08.28 18:00:32.734990 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16911 | 2024.08.28 18:00:32.734994 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
16912 | 2024.08.28 18:00:32.735360 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
16913 | 2024.08.28 18:00:32.735657 [ 198 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part | ||
16914 | 2024.08.28 18:00:32.736499 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16915 | 2024.08.28 18:00:32.737396 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16916 | 2024.08.28 18:00:32.737465 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16917 | 2024.08.28 18:00:32.738504 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16918 | 2024.08.28 18:00:32.739270 [ 191 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 5 columns (5 merged, 0 gathered) in 0.005955713 sec., 131134.5929530184 rows/sec., 8.90 MiB/sec. | ||
16919 | 2024.08.28 18:00:32.739574 [ 191 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16920 | 2024.08.28 18:00:32.739594 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16921 | 2024.08.28 18:00:32.739945 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005232 sec., 1146.7889908256882 rows/sec., 67.75 KiB/sec. | ||
16922 | 2024.08.28 18:00:32.740445 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Debug> DynamicQueryHandler: Done processing query | ||
16923 | 2024.08.28 18:00:32.740489 [ 3 ] {ae0ac2cb-7137-4dcd-a673-b0e206464c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16924 | 2024.08.28 18:00:32.740525 [ 3 ] {} <Debug> HTTP-Session: db54a63a-d241-4eab-abc6-5b17445bbaf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16925 | 2024.08.28 18:00:32.740688 [ 191 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16926 | 2024.08.28 18:00:32.740817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 146239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16927 | 2024.08.28 18:00:32.740825 [ 191 ] {6ee8f5cc-4516-472d-8492-e2fe0b3f577a::all_1_41_8} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16928 | 2024.08.28 18:00:32.740892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16929 | 2024.08.28 18:00:32.740961 [ 3 ] {} <Debug> HTTP-Session: 30004abb-07c0-4a16-b936-80fdbab03a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16930 | 2024.08.28 18:00:32.740999 [ 3 ] {} <Debug> HTTP-Session: 30004abb-07c0-4a16-b936-80fdbab03a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16931 | 2024.08.28 18:00:32.741013 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
16932 | 2024.08.28 18:00:32.741028 [ 3 ] {} <Debug> HTTP-Session: 30004abb-07c0-4a16-b936-80fdbab03a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16933 | 2024.08.28 18:00:32.741083 [ 3 ] {} <Trace> HTTP-Session: 30004abb-07c0-4a16-b936-80fdbab03a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16934 | 2024.08.28 18:00:32.741529 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16935 | 2024.08.28 18:00:32.741575 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16936 | 2024.08.28 18:00:32.741831 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16937 | 2024.08.28 18:00:32.742723 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16938 | 2024.08.28 18:00:32.742761 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16939 | 2024.08.28 18:00:32.743154 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16940 | 2024.08.28 18:00:32.743532 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16941 | 2024.08.28 18:00:32.743697 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Debug> executeQuery: Read 894 rows, 66.46 KiB in 0.002441 sec., 366243.34289225726 rows/sec., 26.59 MiB/sec. | ||
16942 | 2024.08.28 18:00:32.743705 [ 149 ] {} <Debug> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16943 | 2024.08.28 18:00:32.743785 [ 149 ] {} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16944 | 2024.08.28 18:00:32.743835 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16945 | 2024.08.28 18:00:32.743991 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Debug> DynamicQueryHandler: Done processing query | ||
16946 | 2024.08.28 18:00:32.744066 [ 3 ] {ccad16b1-7116-4864-9a83-fbbf57cd885f} <Debug> MemoryTracker: Peak memory usage (for query): 4.75 MiB. | ||
16947 | 2024.08.28 18:00:32.744101 [ 3 ] {} <Debug> HTTP-Session: 30004abb-07c0-4a16-b936-80fdbab03a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.08.28 18:00:32.744118 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
16949 | 2024.08.28 18:00:32.744382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16950 | 2024.08.28 18:00:32.744550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16951 | 2024.08.28 18:00:32.744648 [ 3 ] {} <Debug> HTTP-Session: 1c86b4a6-6d0d-4311-a2a0-6e5dc06d560d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16952 | 2024.08.28 18:00:32.744741 [ 3 ] {} <Debug> HTTP-Session: 1c86b4a6-6d0d-4311-a2a0-6e5dc06d560d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16953 | 2024.08.28 18:00:32.744816 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16954 | 2024.08.28 18:00:32.744823 [ 3 ] {} <Debug> HTTP-Session: 1c86b4a6-6d0d-4311-a2a0-6e5dc06d560d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16955 | 2024.08.28 18:00:32.744933 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 975 rows starting from the beginning of the part | ||
16956 | 2024.08.28 18:00:32.744964 [ 3 ] {} <Trace> HTTP-Session: 1c86b4a6-6d0d-4311-a2a0-6e5dc06d560d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16957 | 2024.08.28 18:00:32.745369 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16958 | 2024.08.28 18:00:32.745395 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 434 rows starting from the beginning of the part | ||
16959 | 2024.08.28 18:00:32.745567 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16960 | 2024.08.28 18:00:32.745817 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 65 rows starting from the beginning of the part | ||
16961 | 2024.08.28 18:00:32.746371 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 440 rows starting from the beginning of the part | ||
16962 | 2024.08.28 18:00:32.746925 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 67 rows starting from the beginning of the part | ||
16963 | 2024.08.28 18:00:32.747452 [ 192 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 894 rows starting from the beginning of the part | ||
16964 | 2024.08.28 18:00:32.747494 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16965 | 2024.08.28 18:00:32.748358 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16966 | 2024.08.28 18:00:32.748407 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16967 | 2024.08.28 18:00:32.748926 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16968 | 2024.08.28 18:00:32.749358 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16969 | 2024.08.28 18:00:32.749517 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00435 sec., 1379.3103448275863 rows/sec., 72.06 KiB/sec. | ||
16970 | 2024.08.28 18:00:32.749818 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Debug> DynamicQueryHandler: Done processing query | ||
16971 | 2024.08.28 18:00:32.749842 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2875 rows, containing 5 columns (5 merged, 0 gathered) in 0.005898971 sec., 487373.1367724981 rows/sec., 37.26 MiB/sec. | ||
16972 | 2024.08.28 18:00:32.749857 [ 3 ] {1b393770-6595-4101-a42a-45d37a2f0769} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16973 | 2024.08.28 18:00:32.749933 [ 3 ] {} <Debug> HTTP-Session: 1c86b4a6-6d0d-4311-a2a0-6e5dc06d560d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16974 | 2024.08.28 18:00:32.750107 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16975 | 2024.08.28 18:00:32.750223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 168794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16976 | 2024.08.28 18:00:32.750297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16977 | 2024.08.28 18:00:32.750336 [ 3 ] {} <Debug> HTTP-Session: a7e2e0ff-f3d9-4141-9003-c9eec4f24394 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16978 | 2024.08.28 18:00:32.750366 [ 3 ] {} <Debug> HTTP-Session: a7e2e0ff-f3d9-4141-9003-c9eec4f24394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16979 | 2024.08.28 18:00:32.750402 [ 3 ] {} <Debug> HTTP-Session: a7e2e0ff-f3d9-4141-9003-c9eec4f24394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16980 | 2024.08.28 18:00:32.750506 [ 3 ] {} <Trace> HTTP-Session: a7e2e0ff-f3d9-4141-9003-c9eec4f24394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16981 | 2024.08.28 18:00:32.751009 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16982 | 2024.08.28 18:00:32.751115 [ 195 ] {fe14d4b3-8503-49fa-9346-5ee386412f20::all_1_96_19} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16983 | 2024.08.28 18:00:32.751145 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16984 | 2024.08.28 18:00:32.751264 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16985 | 2024.08.28 18:00:32.751284 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
16986 | 2024.08.28 18:00:32.751477 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16987 | 2024.08.28 18:00:32.752276 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16988 | 2024.08.28 18:00:32.752316 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
16989 | 2024.08.28 18:00:32.752751 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16990 | 2024.08.28 18:00:32.753101 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16991 | 2024.08.28 18:00:32.753249 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Debug> executeQuery: Read 891 rows, 60.88 KiB in 0.00244 sec., 365163.9344262295 rows/sec., 24.37 MiB/sec. | ||
16992 | 2024.08.28 18:00:32.753431 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Debug> DynamicQueryHandler: Done processing query | ||
16993 | 2024.08.28 18:00:32.753456 [ 3 ] {dd4054e0-0155-429f-999e-83d80e61cba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
16994 | 2024.08.28 18:00:32.753473 [ 3 ] {} <Debug> HTTP-Session: a7e2e0ff-f3d9-4141-9003-c9eec4f24394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16995 | 2024.08.28 18:00:32.753751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16996 | 2024.08.28 18:00:32.753799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16997 | 2024.08.28 18:00:32.753818 [ 3 ] {} <Debug> HTTP-Session: 44bce10f-71b7-46bf-916d-e3bee92f5d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
16998 | 2024.08.28 18:00:32.753835 [ 3 ] {} <Debug> HTTP-Session: 44bce10f-71b7-46bf-916d-e3bee92f5d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16999 | 2024.08.28 18:00:32.753848 [ 3 ] {} <Debug> HTTP-Session: 44bce10f-71b7-46bf-916d-e3bee92f5d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17000 | 2024.08.28 18:00:32.753879 [ 3 ] {} <Trace> HTTP-Session: 44bce10f-71b7-46bf-916d-e3bee92f5d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17001 | 2024.08.28 18:00:32.753971 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17002 | 2024.08.28 18:00:32.754016 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17003 | 2024.08.28 18:00:32.754145 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17004 | 2024.08.28 18:00:32.754401 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17005 | 2024.08.28 18:00:32.754437 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17006 | 2024.08.28 18:00:32.754777 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17007 | 2024.08.28 18:00:32.755103 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17008 | 2024.08.28 18:00:32.755265 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00131 sec., 763.3587786259542 rows/sec., 51.44 KiB/sec. | ||
17009 | 2024.08.28 18:00:32.755562 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Debug> DynamicQueryHandler: Done processing query | ||
17010 | 2024.08.28 18:00:32.755621 [ 3 ] {1b8d1215-d340-4fa9-a4d3-1f064ef2c155} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17011 | 2024.08.28 18:00:32.755685 [ 3 ] {} <Debug> HTTP-Session: 44bce10f-71b7-46bf-916d-e3bee92f5d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17012 | 2024.08.28 18:00:32.755917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17013 | 2024.08.28 18:00:32.755968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17014 | 2024.08.28 18:00:32.755987 [ 3 ] {} <Debug> HTTP-Session: 9e575dd2-7517-4987-a553-14c7287c290d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17015 | 2024.08.28 18:00:32.756003 [ 3 ] {} <Debug> HTTP-Session: 9e575dd2-7517-4987-a553-14c7287c290d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17016 | 2024.08.28 18:00:32.756017 [ 3 ] {} <Debug> HTTP-Session: 9e575dd2-7517-4987-a553-14c7287c290d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17017 | 2024.08.28 18:00:32.756049 [ 3 ] {} <Trace> HTTP-Session: 9e575dd2-7517-4987-a553-14c7287c290d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17018 | 2024.08.28 18:00:32.756544 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17019 | 2024.08.28 18:00:32.756617 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17020 | 2024.08.28 18:00:32.757047 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17021 | 2024.08.28 18:00:32.757928 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17022 | 2024.08.28 18:00:32.757965 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17023 | 2024.08.28 18:00:32.758631 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17024 | 2024.08.28 18:00:32.759050 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17025 | 2024.08.28 18:00:32.759249 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003078 sec., 16894.087069525667 rows/sec., 30.27 MiB/sec. | ||
17026 | 2024.08.28 18:00:32.759715 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Debug> DynamicQueryHandler: Done processing query | ||
17027 | 2024.08.28 18:00:32.759769 [ 3 ] {432ad7d1-0540-490b-870f-7942e2758cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17028 | 2024.08.28 18:00:32.759823 [ 3 ] {} <Debug> HTTP-Session: 9e575dd2-7517-4987-a553-14c7287c290d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17029 | 2024.08.28 18:00:32.759992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 10342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17030 | 2024.08.28 18:00:32.760041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17031 | 2024.08.28 18:00:32.760060 [ 3 ] {} <Debug> HTTP-Session: 6dac7768-3456-4ba8-91a6-2f95dcaa2092 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17032 | 2024.08.28 18:00:32.760076 [ 3 ] {} <Debug> HTTP-Session: 6dac7768-3456-4ba8-91a6-2f95dcaa2092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17033 | 2024.08.28 18:00:32.760089 [ 3 ] {} <Debug> HTTP-Session: 6dac7768-3456-4ba8-91a6-2f95dcaa2092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17034 | 2024.08.28 18:00:32.760119 [ 3 ] {} <Trace> HTTP-Session: 6dac7768-3456-4ba8-91a6-2f95dcaa2092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17035 | 2024.08.28 18:00:32.760233 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17036 | 2024.08.28 18:00:32.760345 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17037 | 2024.08.28 18:00:32.760488 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17038 | 2024.08.28 18:00:32.760792 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17039 | 2024.08.28 18:00:32.760827 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17040 | 2024.08.28 18:00:32.761185 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17041 | 2024.08.28 18:00:32.761519 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17042 | 2024.08.28 18:00:32.761672 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001413 sec., 49539.98584571833 rows/sec., 3.11 MiB/sec. | ||
17043 | 2024.08.28 18:00:32.761825 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Debug> DynamicQueryHandler: Done processing query | ||
17044 | 2024.08.28 18:00:32.761849 [ 3 ] {86089532-951f-45be-bbd6-cb28398ba8d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17045 | 2024.08.28 18:00:32.761865 [ 3 ] {} <Debug> HTTP-Session: 6dac7768-3456-4ba8-91a6-2f95dcaa2092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17046 | 2024.08.28 18:00:33.014393 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17047 | 2024.08.28 18:00:33.014443 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17048 | 2024.08.28 18:00:33.411258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17049 | 2024.08.28 18:00:33.411387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17050 | 2024.08.28 18:00:33.411416 [ 3 ] {} <Debug> HTTP-Session: 1c99d408-1470-4f70-a683-d730fd5ab3d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17051 | 2024.08.28 18:00:33.411445 [ 3 ] {} <Debug> HTTP-Session: 1c99d408-1470-4f70-a683-d730fd5ab3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17052 | 2024.08.28 18:00:33.411463 [ 3 ] {} <Debug> HTTP-Session: 1c99d408-1470-4f70-a683-d730fd5ab3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17053 | 2024.08.28 18:00:33.411519 [ 3 ] {} <Trace> HTTP-Session: 1c99d408-1470-4f70-a683-d730fd5ab3d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17054 | 2024.08.28 18:00:33.411714 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17055 | 2024.08.28 18:00:33.411781 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17056 | 2024.08.28 18:00:33.412122 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17057 | 2024.08.28 18:00:33.412511 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17058 | 2024.08.28 18:00:33.412557 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17059 | 2024.08.28 18:00:33.412971 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17060 | 2024.08.28 18:00:33.413364 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17061 | 2024.08.28 18:00:33.413538 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001878 sec., 1064.9627263045793 rows/sec., 86.84 KiB/sec. | ||
17062 | 2024.08.28 18:00:33.413791 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Debug> DynamicQueryHandler: Done processing query | ||
17063 | 2024.08.28 18:00:33.413821 [ 3 ] {e5d0db9d-ff5d-46a5-8e43-63cc74c01f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17064 | 2024.08.28 18:00:33.413838 [ 3 ] {} <Debug> HTTP-Session: 1c99d408-1470-4f70-a683-d730fd5ab3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17065 | 2024.08.28 18:00:33.414015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17066 | 2024.08.28 18:00:33.414068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17067 | 2024.08.28 18:00:33.414089 [ 3 ] {} <Debug> HTTP-Session: 41a7f17b-b9be-4405-b979-389bb7e8c6e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17068 | 2024.08.28 18:00:33.414107 [ 3 ] {} <Debug> HTTP-Session: 41a7f17b-b9be-4405-b979-389bb7e8c6e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17069 | 2024.08.28 18:00:33.414120 [ 3 ] {} <Debug> HTTP-Session: 41a7f17b-b9be-4405-b979-389bb7e8c6e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17070 | 2024.08.28 18:00:33.414154 [ 3 ] {} <Trace> HTTP-Session: 41a7f17b-b9be-4405-b979-389bb7e8c6e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17071 | 2024.08.28 18:00:33.414275 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17072 | 2024.08.28 18:00:33.414323 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17073 | 2024.08.28 18:00:33.414561 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17074 | 2024.08.28 18:00:33.414910 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17075 | 2024.08.28 18:00:33.414947 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17076 | 2024.08.28 18:00:33.415319 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17077 | 2024.08.28 18:00:33.415682 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17078 | 2024.08.28 18:00:33.415843 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00161 sec., 35403.72670807453 rows/sec., 2.72 MiB/sec. | ||
17079 | 2024.08.28 18:00:33.416019 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Debug> DynamicQueryHandler: Done processing query | ||
17080 | 2024.08.28 18:00:33.416043 [ 3 ] {4319b618-1230-4d6a-9fbb-3fa942006056} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17081 | 2024.08.28 18:00:33.416058 [ 3 ] {} <Debug> HTTP-Session: 41a7f17b-b9be-4405-b979-389bb7e8c6e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17082 | 2024.08.28 18:00:33.416276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17083 | 2024.08.28 18:00:33.416326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17084 | 2024.08.28 18:00:33.416374 [ 3 ] {} <Debug> HTTP-Session: 017f70fd-fd97-4101-b021-a71c01060c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17085 | 2024.08.28 18:00:33.416392 [ 3 ] {} <Debug> HTTP-Session: 017f70fd-fd97-4101-b021-a71c01060c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17086 | 2024.08.28 18:00:33.416406 [ 3 ] {} <Debug> HTTP-Session: 017f70fd-fd97-4101-b021-a71c01060c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17087 | 2024.08.28 18:00:33.416439 [ 3 ] {} <Trace> HTTP-Session: 017f70fd-fd97-4101-b021-a71c01060c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17088 | 2024.08.28 18:00:33.416536 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17089 | 2024.08.28 18:00:33.416580 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17090 | 2024.08.28 18:00:33.416808 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17091 | 2024.08.28 18:00:33.417076 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17092 | 2024.08.28 18:00:33.417112 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17093 | 2024.08.28 18:00:33.417441 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17094 | 2024.08.28 18:00:33.417777 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17095 | 2024.08.28 18:00:33.417929 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001457 sec., 1372.6835964310226 rows/sec., 95.85 KiB/sec. | ||
17096 | 2024.08.28 18:00:33.417956 [ 145 ] {} <Debug> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17097 | 2024.08.28 18:00:33.418060 [ 145 ] {} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17098 | 2024.08.28 18:00:33.418107 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17099 | 2024.08.28 18:00:33.418145 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Debug> DynamicQueryHandler: Done processing query | ||
17100 | 2024.08.28 18:00:33.418202 [ 3 ] {91302e98-7e61-4513-b79c-c88210e2a4cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17101 | 2024.08.28 18:00:33.418310 [ 3 ] {} <Debug> HTTP-Session: 017f70fd-fd97-4101-b021-a71c01060c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17102 | 2024.08.28 18:00:33.418571 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
17103 | 2024.08.28 18:00:33.418595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17104 | 2024.08.28 18:00:33.418817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17105 | 2024.08.28 18:00:33.418890 [ 3 ] {} <Debug> HTTP-Session: 75b250db-1fc5-4268-a942-1ea5bd8db233 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17106 | 2024.08.28 18:00:33.418965 [ 3 ] {} <Debug> HTTP-Session: 75b250db-1fc5-4268-a942-1ea5bd8db233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17107 | 2024.08.28 18:00:33.419035 [ 3 ] {} <Debug> HTTP-Session: 75b250db-1fc5-4268-a942-1ea5bd8db233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17108 | 2024.08.28 18:00:33.419163 [ 3 ] {} <Trace> HTTP-Session: 75b250db-1fc5-4268-a942-1ea5bd8db233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17109 | 2024.08.28 18:00:33.419288 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17110 | 2024.08.28 18:00:33.419362 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 74 rows starting from the beginning of the part | ||
17111 | 2024.08.28 18:00:33.419400 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17112 | 2024.08.28 18:00:33.419533 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17113 | 2024.08.28 18:00:33.419583 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1 rows starting from the beginning of the part | ||
17114 | 2024.08.28 18:00:33.419994 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 58 rows starting from the beginning of the part | ||
17115 | 2024.08.28 18:00:33.420352 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 3 rows starting from the beginning of the part | ||
17116 | 2024.08.28 18:00:33.420754 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
17117 | 2024.08.28 18:00:33.421098 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 2 rows starting from the beginning of the part | ||
17118 | 2024.08.28 18:00:33.421507 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17119 | 2024.08.28 18:00:33.422415 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17120 | 2024.08.28 18:00:33.422497 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17121 | 2024.08.28 18:00:33.423553 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17122 | 2024.08.28 18:00:33.424014 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005693236 sec., 34075.524007787484 rows/sec., 2.60 MiB/sec. | ||
17123 | 2024.08.28 18:00:33.424251 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17124 | 2024.08.28 18:00:33.424510 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17125 | 2024.08.28 18:00:33.425025 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005708 sec., 11562.718990889978 rows/sec., 924.72 KiB/sec. | ||
17126 | 2024.08.28 18:00:33.425340 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17127 | 2024.08.28 18:00:33.425397 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Debug> DynamicQueryHandler: Done processing query | ||
17128 | 2024.08.28 18:00:33.425441 [ 3 ] {3d45a84f-344a-4c62-a7c4-1468ca9cd3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17129 | 2024.08.28 18:00:33.425472 [ 3 ] {} <Debug> HTTP-Session: 75b250db-1fc5-4268-a942-1ea5bd8db233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17130 | 2024.08.28 18:00:33.425488 [ 186 ] {b21b060e-808d-4069-81b3-352027fb3593::all_1_86_17} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17131 | 2024.08.28 18:00:33.425609 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
17132 | 2024.08.28 18:00:33.425653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 6375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17133 | 2024.08.28 18:00:33.425711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17134 | 2024.08.28 18:00:33.425731 [ 3 ] {} <Debug> HTTP-Session: a955d73e-4cb2-485e-9159-80dc466fb833 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17135 | 2024.08.28 18:00:33.425748 [ 3 ] {} <Debug> HTTP-Session: a955d73e-4cb2-485e-9159-80dc466fb833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17136 | 2024.08.28 18:00:33.425762 [ 3 ] {} <Debug> HTTP-Session: a955d73e-4cb2-485e-9159-80dc466fb833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17137 | 2024.08.28 18:00:33.425794 [ 3 ] {} <Trace> HTTP-Session: a955d73e-4cb2-485e-9159-80dc466fb833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17138 | 2024.08.28 18:00:33.425913 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17139 | 2024.08.28 18:00:33.425962 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17140 | 2024.08.28 18:00:33.426133 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17141 | 2024.08.28 18:00:33.426400 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17142 | 2024.08.28 18:00:33.426436 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17143 | 2024.08.28 18:00:33.426815 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17144 | 2024.08.28 18:00:33.427170 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17145 | 2024.08.28 18:00:33.427327 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Debug> executeQuery: Read 33 rows, 2.35 KiB in 0.001447 sec., 22805.805114029026 rows/sec., 1.59 MiB/sec. | ||
17146 | 2024.08.28 18:00:33.427491 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Debug> DynamicQueryHandler: Done processing query | ||
17147 | 2024.08.28 18:00:33.427516 [ 3 ] {cb2ccad0-9377-4b23-9938-ec73d13f43a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17148 | 2024.08.28 18:00:33.427531 [ 3 ] {} <Debug> HTTP-Session: a955d73e-4cb2-485e-9159-80dc466fb833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17149 | 2024.08.28 18:00:33.427642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17150 | 2024.08.28 18:00:33.427689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17151 | 2024.08.28 18:00:33.427708 [ 3 ] {} <Debug> HTTP-Session: 8ba1d022-4534-4313-9e86-7e85fbf8e992 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17152 | 2024.08.28 18:00:33.427724 [ 3 ] {} <Debug> HTTP-Session: 8ba1d022-4534-4313-9e86-7e85fbf8e992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17153 | 2024.08.28 18:00:33.427738 [ 3 ] {} <Debug> HTTP-Session: 8ba1d022-4534-4313-9e86-7e85fbf8e992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17154 | 2024.08.28 18:00:33.427768 [ 3 ] {} <Trace> HTTP-Session: 8ba1d022-4534-4313-9e86-7e85fbf8e992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17155 | 2024.08.28 18:00:33.427867 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17156 | 2024.08.28 18:00:33.427910 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17157 | 2024.08.28 18:00:33.428039 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17158 | 2024.08.28 18:00:33.428274 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17159 | 2024.08.28 18:00:33.428310 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17160 | 2024.08.28 18:00:33.428666 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17161 | 2024.08.28 18:00:33.428988 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17162 | 2024.08.28 18:00:33.429142 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001301 sec., 9223.674096848577 rows/sec., 636.53 KiB/sec. | ||
17163 | 2024.08.28 18:00:33.429321 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Debug> DynamicQueryHandler: Done processing query | ||
17164 | 2024.08.28 18:00:33.429354 [ 3 ] {6cb4cf08-c8d7-4921-9ce2-618837ec44e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17165 | 2024.08.28 18:00:33.429387 [ 3 ] {} <Debug> HTTP-Session: 8ba1d022-4534-4313-9e86-7e85fbf8e992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17166 | 2024.08.28 18:00:38.416951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17167 | 2024.08.28 18:00:38.417147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17168 | 2024.08.28 18:00:38.417195 [ 3 ] {} <Debug> HTTP-Session: c00f92c8-9ce5-4c57-81d6-6716203f04bd Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17169 | 2024.08.28 18:00:38.417237 [ 3 ] {} <Debug> HTTP-Session: c00f92c8-9ce5-4c57-81d6-6716203f04bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17170 | 2024.08.28 18:00:38.417267 [ 3 ] {} <Debug> HTTP-Session: c00f92c8-9ce5-4c57-81d6-6716203f04bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17171 | 2024.08.28 18:00:38.417350 [ 3 ] {} <Trace> HTTP-Session: c00f92c8-9ce5-4c57-81d6-6716203f04bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17172 | 2024.08.28 18:00:38.417670 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17173 | 2024.08.28 18:00:38.417781 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17174 | 2024.08.28 18:00:38.418187 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17175 | 2024.08.28 18:00:38.418632 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17176 | 2024.08.28 18:00:38.418678 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17177 | 2024.08.28 18:00:38.419105 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17178 | 2024.08.28 18:00:38.419507 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17179 | 2024.08.28 18:00:38.419682 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.002126 sec., 27281.279397930386 rows/sec., 2.11 MiB/sec. | ||
17180 | 2024.08.28 18:00:38.419951 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Debug> DynamicQueryHandler: Done processing query | ||
17181 | 2024.08.28 18:00:38.419991 [ 3 ] {ea4baaba-3ed3-481c-b08a-64f8daf4fec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17182 | 2024.08.28 18:00:38.420024 [ 3 ] {} <Debug> HTTP-Session: c00f92c8-9ce5-4c57-81d6-6716203f04bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17183 | 2024.08.28 18:00:38.420193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17184 | 2024.08.28 18:00:38.420247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17185 | 2024.08.28 18:00:38.420269 [ 3 ] {} <Debug> HTTP-Session: 0e8a5922-78f6-4f17-b122-64f7fe960b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17186 | 2024.08.28 18:00:38.420287 [ 3 ] {} <Debug> HTTP-Session: 0e8a5922-78f6-4f17-b122-64f7fe960b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17187 | 2024.08.28 18:00:38.420302 [ 3 ] {} <Debug> HTTP-Session: 0e8a5922-78f6-4f17-b122-64f7fe960b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17188 | 2024.08.28 18:00:38.420337 [ 3 ] {} <Trace> HTTP-Session: 0e8a5922-78f6-4f17-b122-64f7fe960b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17189 | 2024.08.28 18:00:38.420441 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17190 | 2024.08.28 18:00:38.420488 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17191 | 2024.08.28 18:00:38.420731 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17192 | 2024.08.28 18:00:38.421008 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17193 | 2024.08.28 18:00:38.421045 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17194 | 2024.08.28 18:00:38.421390 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17195 | 2024.08.28 18:00:38.421747 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17196 | 2024.08.28 18:00:38.421906 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 50.70 KiB/sec. | ||
17197 | 2024.08.28 18:00:38.422177 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Debug> DynamicQueryHandler: Done processing query | ||
17198 | 2024.08.28 18:00:38.422245 [ 3 ] {c8d22c6e-518e-4c88-a91c-1499c83b8929} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17199 | 2024.08.28 18:00:38.422310 [ 3 ] {} <Debug> HTTP-Session: 0e8a5922-78f6-4f17-b122-64f7fe960b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17200 | 2024.08.28 18:00:38.422587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17201 | 2024.08.28 18:00:38.422640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17202 | 2024.08.28 18:00:38.422661 [ 3 ] {} <Debug> HTTP-Session: d15e9084-1db7-48f5-93e0-5a074510a5a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17203 | 2024.08.28 18:00:38.422679 [ 3 ] {} <Debug> HTTP-Session: d15e9084-1db7-48f5-93e0-5a074510a5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17204 | 2024.08.28 18:00:38.422693 [ 3 ] {} <Debug> HTTP-Session: d15e9084-1db7-48f5-93e0-5a074510a5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17205 | 2024.08.28 18:00:38.422726 [ 3 ] {} <Trace> HTTP-Session: d15e9084-1db7-48f5-93e0-5a074510a5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17206 | 2024.08.28 18:00:38.422850 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17207 | 2024.08.28 18:00:38.422896 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17208 | 2024.08.28 18:00:38.423140 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17209 | 2024.08.28 18:00:38.423562 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17210 | 2024.08.28 18:00:38.423599 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17211 | 2024.08.28 18:00:38.423953 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17212 | 2024.08.28 18:00:38.424311 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17213 | 2024.08.28 18:00:38.424482 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00167 sec., 38922.155688622755 rows/sec., 3.04 MiB/sec. | ||
17214 | 2024.08.28 18:00:38.424678 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Debug> DynamicQueryHandler: Done processing query | ||
17215 | 2024.08.28 18:00:38.424703 [ 3 ] {5362656a-b0f7-4637-8bf4-6ae7fe8d3861} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17216 | 2024.08.28 18:00:38.424719 [ 3 ] {} <Debug> HTTP-Session: d15e9084-1db7-48f5-93e0-5a074510a5a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17217 | 2024.08.28 18:00:38.424870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17218 | 2024.08.28 18:00:38.424921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17219 | 2024.08.28 18:00:38.424940 [ 3 ] {} <Debug> HTTP-Session: d25cb97f-e4d3-4cbb-9dd6-4ff20a301f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17220 | 2024.08.28 18:00:38.424957 [ 3 ] {} <Debug> HTTP-Session: d25cb97f-e4d3-4cbb-9dd6-4ff20a301f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17221 | 2024.08.28 18:00:38.424971 [ 3 ] {} <Debug> HTTP-Session: d25cb97f-e4d3-4cbb-9dd6-4ff20a301f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17222 | 2024.08.28 18:00:38.425004 [ 3 ] {} <Trace> HTTP-Session: d25cb97f-e4d3-4cbb-9dd6-4ff20a301f49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17223 | 2024.08.28 18:00:38.425150 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17224 | 2024.08.28 18:00:38.425198 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17225 | 2024.08.28 18:00:38.425346 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17226 | 2024.08.28 18:00:38.425808 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17227 | 2024.08.28 18:00:38.425845 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17228 | 2024.08.28 18:00:38.426246 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17229 | 2024.08.28 18:00:38.426589 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17230 | 2024.08.28 18:00:38.426744 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
17231 | 2024.08.28 18:00:38.426752 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17232 | 2024.08.28 18:00:38.426852 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17233 | 2024.08.28 18:00:38.426896 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17234 | 2024.08.28 18:00:38.426998 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Debug> DynamicQueryHandler: Done processing query | ||
17235 | 2024.08.28 18:00:38.427039 [ 3 ] {0d246f38-5970-49b1-b6ac-20168072733c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17236 | 2024.08.28 18:00:38.427060 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17237 | 2024.08.28 18:00:38.427068 [ 3 ] {} <Debug> HTTP-Session: d25cb97f-e4d3-4cbb-9dd6-4ff20a301f49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17238 | 2024.08.28 18:00:38.427267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17239 | 2024.08.28 18:00:38.427392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17240 | 2024.08.28 18:00:38.427429 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17241 | 2024.08.28 18:00:38.427454 [ 3 ] {} <Debug> HTTP-Session: b111292d-2dbc-438c-8dbc-08bd1dce1547 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17242 | 2024.08.28 18:00:38.427508 [ 3 ] {} <Debug> HTTP-Session: b111292d-2dbc-438c-8dbc-08bd1dce1547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17243 | 2024.08.28 18:00:38.427524 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25562 rows starting from the beginning of the part | ||
17244 | 2024.08.28 18:00:38.427553 [ 3 ] {} <Debug> HTTP-Session: b111292d-2dbc-438c-8dbc-08bd1dce1547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17245 | 2024.08.28 18:00:38.427644 [ 3 ] {} <Trace> HTTP-Session: b111292d-2dbc-438c-8dbc-08bd1dce1547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17246 | 2024.08.28 18:00:38.428047 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 240 rows starting from the beginning of the part | ||
17247 | 2024.08.28 18:00:38.428160 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17248 | 2024.08.28 18:00:38.428751 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 161 rows starting from the beginning of the part | ||
17249 | 2024.08.28 18:00:38.428791 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17250 | 2024.08.28 18:00:38.429081 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 891 rows starting from the beginning of the part | ||
17251 | 2024.08.28 18:00:38.429434 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part | ||
17252 | 2024.08.28 18:00:38.429845 [ 200 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
17253 | 2024.08.28 18:00:38.430923 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17254 | 2024.08.28 18:00:38.431382 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17255 | 2024.08.28 18:00:38.431421 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17256 | 2024.08.28 18:00:38.432304 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17257 | 2024.08.28 18:00:38.432742 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17258 | 2024.08.28 18:00:38.432889 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.004953 sec., 201.8978396931153 rows/sec., 370.47 KiB/sec. | ||
17259 | 2024.08.28 18:00:38.433227 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Debug> DynamicQueryHandler: Done processing query | ||
17260 | 2024.08.28 18:00:38.433251 [ 3 ] {329f34f2-39d5-4830-a709-68ba1f726bc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
17261 | 2024.08.28 18:00:38.433268 [ 3 ] {} <Debug> HTTP-Session: b111292d-2dbc-438c-8dbc-08bd1dce1547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17262 | 2024.08.28 18:00:38.433403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17263 | 2024.08.28 18:00:38.433454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17264 | 2024.08.28 18:00:38.433473 [ 3 ] {} <Debug> HTTP-Session: e4c98474-af60-4329-9f1d-be0ae7d72f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17265 | 2024.08.28 18:00:38.433490 [ 3 ] {} <Debug> HTTP-Session: e4c98474-af60-4329-9f1d-be0ae7d72f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17266 | 2024.08.28 18:00:38.433504 [ 3 ] {} <Debug> HTTP-Session: e4c98474-af60-4329-9f1d-be0ae7d72f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17267 | 2024.08.28 18:00:38.433536 [ 3 ] {} <Trace> HTTP-Session: e4c98474-af60-4329-9f1d-be0ae7d72f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17268 | 2024.08.28 18:00:38.433668 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17269 | 2024.08.28 18:00:38.433714 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17270 | 2024.08.28 18:00:38.433847 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17271 | 2024.08.28 18:00:38.434201 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17272 | 2024.08.28 18:00:38.434237 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17273 | 2024.08.28 18:00:38.434642 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17274 | 2024.08.28 18:00:38.435036 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17275 | 2024.08.28 18:00:38.435166 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
17276 | 2024.08.28 18:00:38.435494 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Debug> DynamicQueryHandler: Done processing query | ||
17277 | 2024.08.28 18:00:38.435551 [ 3 ] {aba7c5c6-b16e-4ecf-8149-11de2a26fb94} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17278 | 2024.08.28 18:00:38.435624 [ 3 ] {} <Debug> HTTP-Session: e4c98474-af60-4329-9f1d-be0ae7d72f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17279 | 2024.08.28 18:00:38.436641 [ 194 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27047 rows, containing 5 columns (5 merged, 0 gathered) in 0.009663485 sec., 2798886.7370312056 rows/sec., 188.91 MiB/sec. | ||
17280 | 2024.08.28 18:00:38.437031 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17281 | 2024.08.28 18:00:38.437597 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17282 | 2024.08.28 18:00:38.437713 [ 187 ] {421fdea1-f7d6-45f9-b282-ae5695bc7dbb::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17283 | 2024.08.28 18:00:38.437843 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
17284 | 2024.08.28 18:00:43.194159 [ 139 ] {} <Debug> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Selected 5 parts from all_1_36_7 to all_40_40_0 | ||
17285 | 2024.08.28 18:00:43.194250 [ 139 ] {} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17286 | 2024.08.28 18:00:43.194277 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17287 | 2024.08.28 18:00:43.194452 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_36_7 to all_40_40_0 into Compact with storage Full | ||
17288 | 2024.08.28 18:00:43.194715 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17289 | 2024.08.28 18:00:43.194759 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
17290 | 2024.08.28 18:00:43.194853 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
17291 | 2024.08.28 18:00:43.195043 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
17292 | 2024.08.28 18:00:43.195247 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
17293 | 2024.08.28 18:00:43.195330 [ 194 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
17294 | 2024.08.28 18:00:43.196317 [ 187 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.001957353 sec., 20435.7619703753 rows/sec., 1.34 MiB/sec. | ||
17295 | 2024.08.28 18:00:43.196530 [ 196 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
17296 | 2024.08.28 18:00:43.197022 [ 196 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17297 | 2024.08.28 18:00:43.197121 [ 196 ] {2e2b19ae-bef7-4e39-ad63-27867f3a484b::all_1_40_8} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b) (MergerMutator): Merged 5 parts: [all_1_36_7, all_40_40_0] -> all_1_40_8 | ||
17298 | 2024.08.28 18:00:43.197232 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17299 | 2024.08.28 18:00:43.424891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17300 | 2024.08.28 18:00:43.425056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17301 | 2024.08.28 18:00:43.425100 [ 3 ] {} <Debug> HTTP-Session: b319ca1e-892a-44fe-b30d-57a9bafb91c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17302 | 2024.08.28 18:00:43.425142 [ 3 ] {} <Debug> HTTP-Session: b319ca1e-892a-44fe-b30d-57a9bafb91c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17303 | 2024.08.28 18:00:43.425171 [ 3 ] {} <Debug> HTTP-Session: b319ca1e-892a-44fe-b30d-57a9bafb91c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17304 | 2024.08.28 18:00:43.425252 [ 3 ] {} <Trace> HTTP-Session: b319ca1e-892a-44fe-b30d-57a9bafb91c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17305 | 2024.08.28 18:00:43.425680 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17306 | 2024.08.28 18:00:43.425792 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17307 | 2024.08.28 18:00:43.426264 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17308 | 2024.08.28 18:00:43.426962 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17309 | 2024.08.28 18:00:43.427007 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17310 | 2024.08.28 18:00:43.427460 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17311 | 2024.08.28 18:00:43.427862 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17312 | 2024.08.28 18:00:43.428034 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Debug> executeQuery: Read 293 rows, 26.76 KiB in 0.002573 sec., 113874.8542557326 rows/sec., 10.16 MiB/sec. | ||
17313 | 2024.08.28 18:00:43.428268 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Debug> DynamicQueryHandler: Done processing query | ||
17314 | 2024.08.28 18:00:43.428295 [ 3 ] {576071bd-c130-480e-b04e-418878ac346c} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
17315 | 2024.08.28 18:00:43.428311 [ 3 ] {} <Debug> HTTP-Session: b319ca1e-892a-44fe-b30d-57a9bafb91c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17316 | 2024.08.28 18:00:43.428498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 7500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17317 | 2024.08.28 18:00:43.428552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17318 | 2024.08.28 18:00:43.428572 [ 3 ] {} <Debug> HTTP-Session: 9862961a-0993-4822-b251-ca52df9f86c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17319 | 2024.08.28 18:00:43.428589 [ 3 ] {} <Debug> HTTP-Session: 9862961a-0993-4822-b251-ca52df9f86c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17320 | 2024.08.28 18:00:43.428603 [ 3 ] {} <Debug> HTTP-Session: 9862961a-0993-4822-b251-ca52df9f86c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17321 | 2024.08.28 18:00:43.428637 [ 3 ] {} <Trace> HTTP-Session: 9862961a-0993-4822-b251-ca52df9f86c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17322 | 2024.08.28 18:00:43.428756 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17323 | 2024.08.28 18:00:43.428802 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17324 | 2024.08.28 18:00:43.429037 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17325 | 2024.08.28 18:00:43.429415 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17326 | 2024.08.28 18:00:43.429454 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17327 | 2024.08.28 18:00:43.429813 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17328 | 2024.08.28 18:00:43.430178 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17329 | 2024.08.28 18:00:43.430347 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Debug> executeQuery: Read 52 rows, 3.91 KiB in 0.001621 sec., 32078.96360271437 rows/sec., 2.36 MiB/sec. | ||
17330 | 2024.08.28 18:00:43.430642 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Debug> DynamicQueryHandler: Done processing query | ||
17331 | 2024.08.28 18:00:43.430699 [ 3 ] {023b61b2-2028-4c6e-8b8c-be91b6bf26a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17332 | 2024.08.28 18:00:43.430757 [ 3 ] {} <Debug> HTTP-Session: 9862961a-0993-4822-b251-ca52df9f86c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17333 | 2024.08.28 18:00:43.431014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17334 | 2024.08.28 18:00:43.431066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17335 | 2024.08.28 18:00:43.431087 [ 3 ] {} <Debug> HTTP-Session: e2c4c123-fb2f-4107-a77c-2936662596fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17336 | 2024.08.28 18:00:43.431103 [ 3 ] {} <Debug> HTTP-Session: e2c4c123-fb2f-4107-a77c-2936662596fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17337 | 2024.08.28 18:00:43.431117 [ 3 ] {} <Debug> HTTP-Session: e2c4c123-fb2f-4107-a77c-2936662596fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17338 | 2024.08.28 18:00:43.431150 [ 3 ] {} <Trace> HTTP-Session: e2c4c123-fb2f-4107-a77c-2936662596fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17339 | 2024.08.28 18:00:43.431259 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17340 | 2024.08.28 18:00:43.431303 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17341 | 2024.08.28 18:00:43.431545 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17342 | 2024.08.28 18:00:43.431860 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17343 | 2024.08.28 18:00:43.431896 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17344 | 2024.08.28 18:00:43.432245 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17345 | 2024.08.28 18:00:43.432609 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Trace> oximeter.fields_u32 (6ee8f5cc-4516-472d-8492-e2fe0b3f577a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17346 | 2024.08.28 18:00:43.432770 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
17347 | 2024.08.28 18:00:43.433056 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Debug> DynamicQueryHandler: Done processing query | ||
17348 | 2024.08.28 18:00:43.433096 [ 3 ] {1cd17c32-9923-4db5-90a0-4e41769482db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17349 | 2024.08.28 18:00:43.433127 [ 3 ] {} <Debug> HTTP-Session: e2c4c123-fb2f-4107-a77c-2936662596fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17350 | 2024.08.28 18:00:43.433262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17351 | 2024.08.28 18:00:43.433310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17352 | 2024.08.28 18:00:43.433328 [ 3 ] {} <Debug> HTTP-Session: cc072079-a32b-43da-9aa6-c79845c78388 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17353 | 2024.08.28 18:00:43.433345 [ 3 ] {} <Debug> HTTP-Session: cc072079-a32b-43da-9aa6-c79845c78388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17354 | 2024.08.28 18:00:43.433358 [ 3 ] {} <Debug> HTTP-Session: cc072079-a32b-43da-9aa6-c79845c78388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17355 | 2024.08.28 18:00:43.433391 [ 3 ] {} <Trace> HTTP-Session: cc072079-a32b-43da-9aa6-c79845c78388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17356 | 2024.08.28 18:00:43.433492 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17357 | 2024.08.28 18:00:43.433536 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17358 | 2024.08.28 18:00:43.433778 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17359 | 2024.08.28 18:00:43.434137 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17360 | 2024.08.28 18:00:43.434174 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17361 | 2024.08.28 18:00:43.434515 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17362 | 2024.08.28 18:00:43.434866 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Trace> oximeter.fields_u8 (aa054372-286f-4e6a-9b3f-be700e6549d7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17363 | 2024.08.28 18:00:43.435023 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 228.41 KiB/sec. | ||
17364 | 2024.08.28 18:00:43.435336 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Debug> DynamicQueryHandler: Done processing query | ||
17365 | 2024.08.28 18:00:43.435371 [ 3 ] {3042c40e-af53-4016-829e-5500529271b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17366 | 2024.08.28 18:00:43.435401 [ 3 ] {} <Debug> HTTP-Session: cc072079-a32b-43da-9aa6-c79845c78388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17367 | 2024.08.28 18:00:43.435681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 70609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17368 | 2024.08.28 18:00:43.435729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17369 | 2024.08.28 18:00:43.435749 [ 3 ] {} <Debug> HTTP-Session: 1b12f9f3-8053-4075-bc0e-29303c809747 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17370 | 2024.08.28 18:00:43.435765 [ 3 ] {} <Debug> HTTP-Session: 1b12f9f3-8053-4075-bc0e-29303c809747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17371 | 2024.08.28 18:00:43.435779 [ 3 ] {} <Debug> HTTP-Session: 1b12f9f3-8053-4075-bc0e-29303c809747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17372 | 2024.08.28 18:00:43.435810 [ 3 ] {} <Trace> HTTP-Session: 1b12f9f3-8053-4075-bc0e-29303c809747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17373 | 2024.08.28 18:00:43.436039 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17374 | 2024.08.28 18:00:43.436085 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17375 | 2024.08.28 18:00:43.436328 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17376 | 2024.08.28 18:00:43.436953 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17377 | 2024.08.28 18:00:43.436991 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17378 | 2024.08.28 18:00:43.437359 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17379 | 2024.08.28 18:00:43.437715 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17380 | 2024.08.28 18:00:43.437862 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Debug> executeQuery: Read 434 rows, 31.85 KiB in 0.001939 sec., 223826.71480144406 rows/sec., 16.04 MiB/sec. | ||
17381 | 2024.08.28 18:00:43.438132 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Debug> DynamicQueryHandler: Done processing query | ||
17382 | 2024.08.28 18:00:43.438186 [ 3 ] {19cc1b4e-6d70-499c-9d70-a3107858dff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
17383 | 2024.08.28 18:00:43.438258 [ 3 ] {} <Debug> HTTP-Session: 1b12f9f3-8053-4075-bc0e-29303c809747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17384 | 2024.08.28 18:00:43.438460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17385 | 2024.08.28 18:00:43.438510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17386 | 2024.08.28 18:00:43.438529 [ 3 ] {} <Debug> HTTP-Session: ca1b74e2-99c2-434c-b8ea-e475c707c6a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17387 | 2024.08.28 18:00:43.438546 [ 3 ] {} <Debug> HTTP-Session: ca1b74e2-99c2-434c-b8ea-e475c707c6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17388 | 2024.08.28 18:00:43.438560 [ 3 ] {} <Debug> HTTP-Session: ca1b74e2-99c2-434c-b8ea-e475c707c6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17389 | 2024.08.28 18:00:43.438592 [ 3 ] {} <Trace> HTTP-Session: ca1b74e2-99c2-434c-b8ea-e475c707c6a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17390 | 2024.08.28 18:00:43.438695 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17391 | 2024.08.28 18:00:43.438743 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17392 | 2024.08.28 18:00:43.438890 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17393 | 2024.08.28 18:00:43.439164 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17394 | 2024.08.28 18:00:43.439200 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17395 | 2024.08.28 18:00:43.439565 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17396 | 2024.08.28 18:00:43.439883 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17397 | 2024.08.28 18:00:43.440044 [ 139 ] {} <Debug> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
17398 | 2024.08.28 18:00:43.440054 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
17399 | 2024.08.28 18:00:43.440134 [ 139 ] {} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17400 | 2024.08.28 18:00:43.440200 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17401 | 2024.08.28 18:00:43.440393 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Debug> DynamicQueryHandler: Done processing query | ||
17402 | 2024.08.28 18:00:43.440405 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
17403 | 2024.08.28 18:00:43.440430 [ 3 ] {14caf604-d179-41cb-8985-9a6752616404} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17404 | 2024.08.28 18:00:43.440474 [ 3 ] {} <Debug> HTTP-Session: ca1b74e2-99c2-434c-b8ea-e475c707c6a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17405 | 2024.08.28 18:00:43.440636 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17406 | 2024.08.28 18:00:43.440692 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part | ||
17407 | 2024.08.28 18:00:43.440716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 44663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17408 | 2024.08.28 18:00:43.440836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17409 | 2024.08.28 18:00:43.440883 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
17410 | 2024.08.28 18:00:43.440923 [ 3 ] {} <Debug> HTTP-Session: d8cce0da-5029-4d66-8d9d-773f4a7fa2b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17411 | 2024.08.28 18:00:43.440993 [ 3 ] {} <Debug> HTTP-Session: d8cce0da-5029-4d66-8d9d-773f4a7fa2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17412 | 2024.08.28 18:00:43.441056 [ 3 ] {} <Debug> HTTP-Session: d8cce0da-5029-4d66-8d9d-773f4a7fa2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17413 | 2024.08.28 18:00:43.441255 [ 3 ] {} <Trace> HTTP-Session: d8cce0da-5029-4d66-8d9d-773f4a7fa2b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17414 | 2024.08.28 18:00:43.441270 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
17415 | 2024.08.28 18:00:43.441562 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
17416 | 2024.08.28 18:00:43.441775 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17417 | 2024.08.28 18:00:43.441801 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
17418 | 2024.08.28 18:00:43.441932 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17419 | 2024.08.28 18:00:43.442056 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
17420 | 2024.08.28 18:00:43.442879 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17421 | 2024.08.28 18:00:43.443835 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17422 | 2024.08.28 18:00:43.443891 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17423 | 2024.08.28 18:00:43.444874 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.004569722 sec., 52519.606225499054 rows/sec., 2.68 MiB/sec. | ||
17424 | 2024.08.28 18:00:43.444978 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17425 | 2024.08.28 18:00:43.445050 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
17426 | 2024.08.28 18:00:43.445786 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17427 | 2024.08.28 18:00:43.445901 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17428 | 2024.08.28 18:00:43.446110 [ 187 ] {ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2::all_1_40_8} <Trace> oximeter.measurements_bool (ee09a2ea-c6c9-42c0-89ad-8a9f60d51ac2) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
17429 | 2024.08.28 18:00:43.446140 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00464 sec., 51077.58620689655 rows/sec., 3.42 MiB/sec. | ||
17430 | 2024.08.28 18:00:43.446336 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
17431 | 2024.08.28 18:00:43.446533 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Debug> DynamicQueryHandler: Done processing query | ||
17432 | 2024.08.28 18:00:43.446563 [ 3 ] {cb3664b2-81e0-4c07-9c50-860931d300d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17433 | 2024.08.28 18:00:43.446580 [ 3 ] {} <Debug> HTTP-Session: d8cce0da-5029-4d66-8d9d-773f4a7fa2b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17434 | 2024.08.28 18:00:43.446749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17435 | 2024.08.28 18:00:43.446800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17436 | 2024.08.28 18:00:43.446820 [ 3 ] {} <Debug> HTTP-Session: 99ae1ef2-b24b-4f35-a41e-c006f63512b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17437 | 2024.08.28 18:00:43.446837 [ 3 ] {} <Debug> HTTP-Session: 99ae1ef2-b24b-4f35-a41e-c006f63512b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17438 | 2024.08.28 18:00:43.446852 [ 3 ] {} <Debug> HTTP-Session: 99ae1ef2-b24b-4f35-a41e-c006f63512b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17439 | 2024.08.28 18:00:43.446885 [ 3 ] {} <Trace> HTTP-Session: 99ae1ef2-b24b-4f35-a41e-c006f63512b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17440 | 2024.08.28 18:00:43.446984 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17441 | 2024.08.28 18:00:43.447031 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17442 | 2024.08.28 18:00:43.447186 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17443 | 2024.08.28 18:00:43.447465 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17444 | 2024.08.28 18:00:43.447503 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17445 | 2024.08.28 18:00:43.447868 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17446 | 2024.08.28 18:00:43.448205 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Trace> oximeter.measurements_f64 (2e2b19ae-bef7-4e39-ad63-27867f3a484b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17447 | 2024.08.28 18:00:43.448365 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001397 sec., 715.8196134574088 rows/sec., 48.23 KiB/sec. | ||
17448 | 2024.08.28 18:00:43.448525 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Debug> DynamicQueryHandler: Done processing query | ||
17449 | 2024.08.28 18:00:43.448550 [ 3 ] {d95b201d-97ca-479a-9bb7-96767ab127b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17450 | 2024.08.28 18:00:43.448565 [ 3 ] {} <Debug> HTTP-Session: 99ae1ef2-b24b-4f35-a41e-c006f63512b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17451 | 2024.08.28 18:00:43.448735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 85619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17452 | 2024.08.28 18:00:43.448783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17453 | 2024.08.28 18:00:43.448801 [ 3 ] {} <Debug> HTTP-Session: 97d7c43b-a5b3-490a-ae46-2a404f99090d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17454 | 2024.08.28 18:00:43.448818 [ 3 ] {} <Debug> HTTP-Session: 97d7c43b-a5b3-490a-ae46-2a404f99090d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17455 | 2024.08.28 18:00:43.448833 [ 3 ] {} <Debug> HTTP-Session: 97d7c43b-a5b3-490a-ae46-2a404f99090d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17456 | 2024.08.28 18:00:43.448864 [ 3 ] {} <Trace> HTTP-Session: 97d7c43b-a5b3-490a-ae46-2a404f99090d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17457 | 2024.08.28 18:00:43.449370 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17458 | 2024.08.28 18:00:43.449433 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17459 | 2024.08.28 18:00:43.449864 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17460 | 2024.08.28 18:00:43.450851 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17461 | 2024.08.28 18:00:43.450888 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17462 | 2024.08.28 18:00:43.451581 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17463 | 2024.08.28 18:00:43.451991 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17464 | 2024.08.28 18:00:43.452177 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.003184 sec., 16331.658291457285 rows/sec., 29.27 MiB/sec. | ||
17465 | 2024.08.28 18:00:43.452178 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
17466 | 2024.08.28 18:00:43.452282 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17467 | 2024.08.28 18:00:43.452350 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17468 | 2024.08.28 18:00:43.452708 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
17469 | 2024.08.28 18:00:43.452786 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Debug> DynamicQueryHandler: Done processing query | ||
17470 | 2024.08.28 18:00:43.452870 [ 3 ] {cb51b9cf-4cc2-44ac-9828-5aba2e3c3b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17471 | 2024.08.28 18:00:43.452953 [ 3 ] {} <Debug> HTTP-Session: 97d7c43b-a5b3-490a-ae46-2a404f99090d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17472 | 2024.08.28 18:00:43.453236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 12157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17473 | 2024.08.28 18:00:43.453429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17474 | 2024.08.28 18:00:43.453535 [ 3 ] {} <Debug> HTTP-Session: 2db4d1cf-2aec-45b8-961b-72849f780852 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17475 | 2024.08.28 18:00:43.453622 [ 3 ] {} <Debug> HTTP-Session: 2db4d1cf-2aec-45b8-961b-72849f780852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17476 | 2024.08.28 18:00:43.453694 [ 3 ] {} <Debug> HTTP-Session: 2db4d1cf-2aec-45b8-961b-72849f780852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17477 | 2024.08.28 18:00:43.453828 [ 3 ] {} <Trace> HTTP-Session: 2db4d1cf-2aec-45b8-961b-72849f780852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17478 | 2024.08.28 18:00:43.454239 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17479 | 2024.08.28 18:00:43.454422 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17480 | 2024.08.28 18:00:43.454903 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17481 | 2024.08.28 18:00:43.455031 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1594 rows starting from the beginning of the part | ||
17482 | 2024.08.28 18:00:43.455035 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17483 | 2024.08.28 18:00:43.455734 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 52 rows starting from the beginning of the part | ||
17484 | 2024.08.28 18:00:43.456109 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17485 | 2024.08.28 18:00:43.456205 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17486 | 2024.08.28 18:00:43.456374 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1 rows starting from the beginning of the part | ||
17487 | 2024.08.28 18:00:43.456913 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 52 rows starting from the beginning of the part | ||
17488 | 2024.08.28 18:00:43.457366 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17489 | 2024.08.28 18:00:43.457400 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1 rows starting from the beginning of the part | ||
17490 | 2024.08.28 18:00:43.457939 [ 196 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 52 rows starting from the beginning of the part | ||
17491 | 2024.08.28 18:00:43.458430 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17492 | 2024.08.28 18:00:43.458704 [ 139 ] {} <Debug> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17493 | 2024.08.28 18:00:43.458734 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004665 sec., 17577.70632368703 rows/sec., 1.12 MiB/sec. | ||
17494 | 2024.08.28 18:00:43.458841 [ 139 ] {} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17495 | 2024.08.28 18:00:43.458992 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17496 | 2024.08.28 18:00:43.459294 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Debug> DynamicQueryHandler: Done processing query | ||
17497 | 2024.08.28 18:00:43.459371 [ 3 ] {4de10d3b-d4c6-4668-90f6-1f4b5db67669} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17498 | 2024.08.28 18:00:43.459439 [ 3 ] {} <Debug> HTTP-Session: 2db4d1cf-2aec-45b8-961b-72849f780852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17499 | 2024.08.28 18:00:43.459485 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17500 | 2024.08.28 18:00:43.459956 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17501 | 2024.08.28 18:00:43.460036 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5278 rows starting from the beginning of the part | ||
17502 | 2024.08.28 18:00:43.460242 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
17503 | 2024.08.28 18:00:43.460409 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 70 rows starting from the beginning of the part | ||
17504 | 2024.08.28 18:00:43.460537 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 12 rows starting from the beginning of the part | ||
17505 | 2024.08.28 18:00:43.460637 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
17506 | 2024.08.28 18:00:43.460778 [ 193 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
17507 | 2024.08.28 18:00:43.463849 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5562 rows, containing 4 columns (4 merged, 0 gathered) in 0.004675764 sec., 1189538.2230583066 rows/sec., 77.51 MiB/sec. | ||
17508 | 2024.08.28 18:00:43.464558 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17509 | 2024.08.28 18:00:43.465195 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17510 | 2024.08.28 18:00:43.465376 [ 190 ] {cc273f81-6b58-40e4-95f8-d7feae057b1d::all_1_96_19} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17511 | 2024.08.28 18:00:43.465520 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
17512 | 2024.08.28 18:00:43.470081 [ 190 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 19 columns (19 merged, 0 gathered) in 0.017598362 sec., 99554.71992222912 rows/sec., 178.40 MiB/sec. | ||
17513 | 2024.08.28 18:00:43.471897 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
17514 | 2024.08.28 18:00:43.472521 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17515 | 2024.08.28 18:00:43.472609 [ 199 ] {105c1c63-94bc-4f52-b685-eedf3dbe4c5c::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
17516 | 2024.08.28 18:00:43.472764 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.66 MiB. | ||
17517 | 2024.08.28 18:00:44.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.73 MiB, peak 233.35 MiB, free memory in arenas 0.00 B, will set to 217.48 MiB (RSS), difference: 2.75 MiB | ||
17518 | 2024.08.28 18:00:44.048960 [ 136 ] {} <Debug> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 | ||
17519 | 2024.08.28 18:00:44.049010 [ 136 ] {} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17520 | 2024.08.28 18:00:44.049032 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17521 | 2024.08.28 18:00:44.049185 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full | ||
17522 | 2024.08.28 18:00:44.049635 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17523 | 2024.08.28 18:00:44.049693 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 21 rows starting from the beginning of the part | ||
17524 | 2024.08.28 18:00:44.049772 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
17525 | 2024.08.28 18:00:44.050025 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
17526 | 2024.08.28 18:00:44.050111 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
17527 | 2024.08.28 18:00:44.050175 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
17528 | 2024.08.28 18:00:44.051253 [ 190 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.002160378 sec., 16200.868551707154 rows/sec., 1.34 MiB/sec. | ||
17529 | 2024.08.28 18:00:44.051391 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
17530 | 2024.08.28 18:00:44.051787 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17531 | 2024.08.28 18:00:44.051865 [ 195 ] {c361aeab-ef27-4016-8528-bf1928f9af59::all_1_41_9} <Trace> oximeter.fields_ipaddr (c361aeab-ef27-4016-8528-bf1928f9af59) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 | ||
17532 | 2024.08.28 18:00:44.051938 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17533 | 2024.08.28 18:00:48.014490 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17534 | 2024.08.28 18:00:48.014547 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17535 | 2024.08.28 18:00:48.417382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 8159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17536 | 2024.08.28 18:00:48.417560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17537 | 2024.08.28 18:00:48.417608 [ 3 ] {} <Debug> HTTP-Session: 267f6553-d2a3-40b9-b7f0-09527a9c3d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17538 | 2024.08.28 18:00:48.417651 [ 3 ] {} <Debug> HTTP-Session: 267f6553-d2a3-40b9-b7f0-09527a9c3d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17539 | 2024.08.28 18:00:48.417681 [ 3 ] {} <Debug> HTTP-Session: 267f6553-d2a3-40b9-b7f0-09527a9c3d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17540 | 2024.08.28 18:00:48.417765 [ 3 ] {} <Trace> HTTP-Session: 267f6553-d2a3-40b9-b7f0-09527a9c3d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17541 | 2024.08.28 18:00:48.418085 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17542 | 2024.08.28 18:00:48.418198 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17543 | 2024.08.28 18:00:48.418594 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17544 | 2024.08.28 18:00:48.419089 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17545 | 2024.08.28 18:00:48.419136 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17546 | 2024.08.28 18:00:48.419583 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17547 | 2024.08.28 18:00:48.419992 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Trace> oximeter.fields_string (b8060aa5-c57e-4d4a-b41d-480fb96061de): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17548 | 2024.08.28 18:00:48.420177 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Debug> executeQuery: Read 58 rows, 4.60 KiB in 0.0022 sec., 26363.63636363636 rows/sec., 2.04 MiB/sec. | ||
17549 | 2024.08.28 18:00:48.420484 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Debug> DynamicQueryHandler: Done processing query | ||
17550 | 2024.08.28 18:00:48.420513 [ 3 ] {ef9d1a4a-d05f-4264-ba5c-791dd7a26f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17551 | 2024.08.28 18:00:48.420530 [ 3 ] {} <Debug> HTTP-Session: 267f6553-d2a3-40b9-b7f0-09527a9c3d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17552 | 2024.08.28 18:00:48.420805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17553 | 2024.08.28 18:00:48.420962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17554 | 2024.08.28 18:00:48.421040 [ 3 ] {} <Debug> HTTP-Session: d219b319-03dc-4f41-8af2-09cfd7389e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17555 | 2024.08.28 18:00:48.421104 [ 3 ] {} <Debug> HTTP-Session: d219b319-03dc-4f41-8af2-09cfd7389e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17556 | 2024.08.28 18:00:48.421161 [ 3 ] {} <Debug> HTTP-Session: d219b319-03dc-4f41-8af2-09cfd7389e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17557 | 2024.08.28 18:00:48.421277 [ 3 ] {} <Trace> HTTP-Session: d219b319-03dc-4f41-8af2-09cfd7389e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17558 | 2024.08.28 18:00:48.421426 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17559 | 2024.08.28 18:00:48.421474 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17560 | 2024.08.28 18:00:48.421721 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17561 | 2024.08.28 18:00:48.422032 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17562 | 2024.08.28 18:00:48.422070 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17563 | 2024.08.28 18:00:48.422423 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17564 | 2024.08.28 18:00:48.422800 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Trace> oximeter.fields_u16 (b21b060e-808d-4069-81b3-352027fb3593): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17565 | 2024.08.28 18:00:48.422970 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001569 sec., 637.348629700446 rows/sec., 47.93 KiB/sec. | ||
17566 | 2024.08.28 18:00:48.423150 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Debug> DynamicQueryHandler: Done processing query | ||
17567 | 2024.08.28 18:00:48.423175 [ 3 ] {ec6fab39-d9ca-41e2-a552-08bad658ae1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17568 | 2024.08.28 18:00:48.423191 [ 3 ] {} <Debug> HTTP-Session: d219b319-03dc-4f41-8af2-09cfd7389e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17569 | 2024.08.28 18:00:48.423320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 11065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17570 | 2024.08.28 18:00:48.423368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17571 | 2024.08.28 18:00:48.423388 [ 3 ] {} <Debug> HTTP-Session: 82f2db6b-bfca-4700-a5f6-3ddc4fcf1e40 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17572 | 2024.08.28 18:00:48.423407 [ 3 ] {} <Debug> HTTP-Session: 82f2db6b-bfca-4700-a5f6-3ddc4fcf1e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17573 | 2024.08.28 18:00:48.423421 [ 3 ] {} <Debug> HTTP-Session: 82f2db6b-bfca-4700-a5f6-3ddc4fcf1e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17574 | 2024.08.28 18:00:48.423453 [ 3 ] {} <Trace> HTTP-Session: 82f2db6b-bfca-4700-a5f6-3ddc4fcf1e40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17575 | 2024.08.28 18:00:48.423570 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17576 | 2024.08.28 18:00:48.423613 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17577 | 2024.08.28 18:00:48.423838 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17578 | 2024.08.28 18:00:48.424177 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17579 | 2024.08.28 18:00:48.424214 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17580 | 2024.08.28 18:00:48.424568 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17581 | 2024.08.28 18:00:48.424922 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Trace> oximeter.fields_uuid (fe14d4b3-8503-49fa-9346-5ee386412f20): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17582 | 2024.08.28 18:00:48.425089 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.00156 sec., 41666.666666666664 rows/sec., 3.25 MiB/sec. | ||
17583 | 2024.08.28 18:00:48.425256 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Debug> DynamicQueryHandler: Done processing query | ||
17584 | 2024.08.28 18:00:48.425281 [ 3 ] {6215f6a6-7715-4f67-8cdc-a3b495ff58da} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17585 | 2024.08.28 18:00:48.425297 [ 3 ] {} <Debug> HTTP-Session: 82f2db6b-bfca-4700-a5f6-3ddc4fcf1e40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17586 | 2024.08.28 18:00:48.425548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 30652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17587 | 2024.08.28 18:00:48.425596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17588 | 2024.08.28 18:00:48.425614 [ 3 ] {} <Debug> HTTP-Session: 01385f76-d38a-4848-85cf-09ee14833c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17589 | 2024.08.28 18:00:48.425630 [ 3 ] {} <Debug> HTTP-Session: 01385f76-d38a-4848-85cf-09ee14833c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17590 | 2024.08.28 18:00:48.425645 [ 3 ] {} <Debug> HTTP-Session: 01385f76-d38a-4848-85cf-09ee14833c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17591 | 2024.08.28 18:00:48.425676 [ 3 ] {} <Trace> HTTP-Session: 01385f76-d38a-4848-85cf-09ee14833c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17592 | 2024.08.28 18:00:48.425825 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17593 | 2024.08.28 18:00:48.425873 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17594 | 2024.08.28 18:00:48.426019 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17595 | 2024.08.28 18:00:48.426363 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17596 | 2024.08.28 18:00:48.426400 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17597 | 2024.08.28 18:00:48.426780 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17598 | 2024.08.28 18:00:48.427116 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Trace> oximeter.measurements_cumulativeu64 (421fdea1-f7d6-45f9-b282-ae5695bc7dbb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17599 | 2024.08.28 18:00:48.427262 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
17600 | 2024.08.28 18:00:48.427465 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Debug> DynamicQueryHandler: Done processing query | ||
17601 | 2024.08.28 18:00:48.427490 [ 3 ] {8d236b5b-0605-47e3-9603-63d215953561} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17602 | 2024.08.28 18:00:48.427506 [ 3 ] {} <Debug> HTTP-Session: 01385f76-d38a-4848-85cf-09ee14833c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17603 | 2024.08.28 18:00:48.427632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 1704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17604 | 2024.08.28 18:00:48.427679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17605 | 2024.08.28 18:00:48.427698 [ 3 ] {} <Debug> HTTP-Session: 7bb1a9a5-f887-451e-812b-c1c40aa5dd22 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17606 | 2024.08.28 18:00:48.427715 [ 3 ] {} <Debug> HTTP-Session: 7bb1a9a5-f887-451e-812b-c1c40aa5dd22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17607 | 2024.08.28 18:00:48.427729 [ 3 ] {} <Debug> HTTP-Session: 7bb1a9a5-f887-451e-812b-c1c40aa5dd22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17608 | 2024.08.28 18:00:48.427760 [ 3 ] {} <Trace> HTTP-Session: 7bb1a9a5-f887-451e-812b-c1c40aa5dd22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17609 | 2024.08.28 18:00:48.427861 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17610 | 2024.08.28 18:00:48.427927 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17611 | 2024.08.28 18:00:48.428348 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17612 | 2024.08.28 18:00:48.428740 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17613 | 2024.08.28 18:00:48.428777 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17614 | 2024.08.28 18:00:48.430464 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
17615 | 2024.08.28 18:00:48.430914 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Trace> oximeter.measurements_histogramf64 (105c1c63-94bc-4f52-b685-eedf3dbe4c5c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17616 | 2024.08.28 18:00:48.431097 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.003268 sec., 305.99755201958385 rows/sec., 561.49 KiB/sec. | ||
17617 | 2024.08.28 18:00:48.431313 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Debug> DynamicQueryHandler: Done processing query | ||
17618 | 2024.08.28 18:00:48.431338 [ 3 ] {14fb6506-38ab-426c-9ff9-1b6d595edde6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
17619 | 2024.08.28 18:00:48.431354 [ 3 ] {} <Debug> HTTP-Session: 7bb1a9a5-f887-451e-812b-c1c40aa5dd22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17620 | 2024.08.28 18:00:48.431520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34087, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17621 | 2024.08.28 18:00:48.431569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17622 | 2024.08.28 18:00:48.431589 [ 3 ] {} <Debug> HTTP-Session: f77b2d9c-7274-443f-b22c-f3ebdad9e516 Authenticating user 'default' from [fd00:1122:3344:101::d]:34087 | ||
17623 | 2024.08.28 18:00:48.431605 [ 3 ] {} <Debug> HTTP-Session: f77b2d9c-7274-443f-b22c-f3ebdad9e516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17624 | 2024.08.28 18:00:48.431619 [ 3 ] {} <Debug> HTTP-Session: f77b2d9c-7274-443f-b22c-f3ebdad9e516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17625 | 2024.08.28 18:00:48.431650 [ 3 ] {} <Trace> HTTP-Session: f77b2d9c-7274-443f-b22c-f3ebdad9e516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17626 | 2024.08.28 18:00:48.431768 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34087) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17627 | 2024.08.28 18:00:48.431812 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17628 | 2024.08.28 18:00:48.431941 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17629 | 2024.08.28 18:00:48.432231 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17630 | 2024.08.28 18:00:48.432267 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
17631 | 2024.08.28 18:00:48.432638 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17632 | 2024.08.28 18:00:48.432964 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Trace> oximeter.measurements_u64 (cc273f81-6b58-40e4-95f8-d7feae057b1d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17633 | 2024.08.28 18:00:48.433111 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
17634 | 2024.08.28 18:00:48.433263 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Debug> DynamicQueryHandler: Done processing query | ||
17635 | 2024.08.28 18:00:48.433287 [ 3 ] {7d615574-b452-48e2-954e-0e541933b9d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17636 | 2024.08.28 18:00:48.433302 [ 3 ] {} <Debug> HTTP-Session: f77b2d9c-7274-443f-b22c-f3ebdad9e516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |