Max level shown:
1 [ Oct 4 16:11:13 Enabled. ]
2 [ Oct 4 16:11:13 Rereading configuration. ]
3 [ Oct 4 16:11:14 Rereading configuration. ]
4 [ Oct 4 16:11:25 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=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Oct 4 16:11:26 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.10.04 16:11:26.917652 [ 1 ] {} <Information> Application: Will watch for the process with pid 23133
29 2024.10.04 16:11:26.918143 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.10.04 16:11:27.447584 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23133
31 2024.10.04 16:11:27.448368 [ 1 ] {} <Information> Application: starting up
32 2024.10.04 16:11:27.449134 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.10.04 16:11:27.552001 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.10.04 16:11:27.584140 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.10.04 16:11:27.584224 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.10.04 16:11:27.584244 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.10.04 16:11:27.584351 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.10.04 16:11:27.584901 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.10.04 16:11:27.586792 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.10.04 16:11:27.587432 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.10.04 16:11:27.588304 [ 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)
44 2024.10.04 16:11:27.588327 [ 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)
45 2024.10.04 16:11:27.588344 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.10.04 16:11:27.588525 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.10.04 16:11:27.589586 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.10.04 16:11:27.595803 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.10.04 16:11:27.596595 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.10.04 16:11:27.597947 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.10.04 16:11:27.598013 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.10.04 16:11:27.600100 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.10.04 16:11:27.600449 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.10.04 16:11:27.604889 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.10.04 16:11:27.605670 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.10.04 16:11:27.607446 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.10.04 16:11:27.607889 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.10.04 16:11:27.608336 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.10.04 16:11:27.608737 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.10.04 16:11:27.610354 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.10.04 16:11:27.610386 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.10.04 16:11:27.610467 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.10.04 16:11:27.612580 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.10.04 16:11:27.622969 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.10.04 16:11:27.623001 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000161193 sec
68 2024.10.04 16:11:27.623051 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.10.04 16:11:27.623068 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.10.04 16:11:27.624210 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.10.04 16:11:27.625261 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.10.04 16:11:27.638664 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.10.04 16:11:27.638719 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.10.04 16:11:27.638748 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.10.04 16:11:27.638761 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.10.04 16:11:27.638792 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.10.04 16:11:27.638810 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config
78 2024.10.04 16:11:27.638826 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.10.04 16:11:27.638859 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.10.04 16:11:27.638877 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config
81 2024.10.04 16:11:27.638890 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.10.04 16:11:27.638901 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.10.04 16:11:27.638942 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.10.04 16:11:27.638955 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.10.04 16:11:27.638967 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.10.04 16:11:27.639006 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.10.04 16:11:27.639024 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.10.04 16:11:27.667187 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.10.04 16:11:27.668742 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.10.04 16:11:27.668770 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7891e-05 sec
91 2024.10.04 16:11:27.668784 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.10.04 16:11:27.668797 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.10.04 16:11:27.668823 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.10.04 16:11:27.669027 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.10.04 16:11:27.669072 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.10.04 16:11:27.669085 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.10.04 16:11:27.669097 [ 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).
98 2024.10.04 16:11:27.669114 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.10.04 16:11:27.673933 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.10.04 16:11:27.674175 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.73 MiB (RSS), difference: 92.02 MiB
101 2024.10.04 16:11:27.675152 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7031e-05 sec.
102 2024.10.04 16:11:27.675633 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.10.04 16:11:27.675735 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.10.04 16:11:27.675755 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.10.04 16:11:32.129036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
106 2024.10.04 16:11:32.129234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
107 2024.10.04 16:11:32.129266 [ 3 ] {} <Debug> HTTP-Session: c5cf5811-f3c8-425b-ac9b-05d1643b2cae Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
108 2024.10.04 16:11:32.129373 [ 3 ] {} <Debug> HTTP-Session: c5cf5811-f3c8-425b-ac9b-05d1643b2cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.10.04 16:11:32.129390 [ 3 ] {} <Debug> HTTP-Session: c5cf5811-f3c8-425b-ac9b-05d1643b2cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.10.04 16:11:32.129477 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.10.04 16:11:32.129574 [ 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
112 2024.10.04 16:11:32.129593 [ 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
113 2024.10.04 16:11:32.129695 [ 3 ] {} <Trace> HTTP-Session: c5cf5811-f3c8-425b-ac9b-05d1643b2cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
114 2024.10.04 16:11:32.131013 [ 3 ] {bd4b12e7-8027-4008-ae1c-31c20d6ea36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
115 2024.10.04 16:11:32.193471 [ 3 ] {bd4b12e7-8027-4008-ae1c-31c20d6ea36b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62103) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
116 
117 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
118 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
119 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
120 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
121 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
122 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
123 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
124 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
125 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
126 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
127 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
128 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
129 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
130 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
131 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
132 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
133 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
134 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
135 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
136 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
137 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
138 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
139 
140 2024.10.04 16:11:32.194428 [ 3 ] {bd4b12e7-8027-4008-ae1c-31c20d6ea36b} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
141 
142 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
143 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
144 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
145 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
146 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
147 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
148 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
149 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
150 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
151 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
152 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
153 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
154 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
155 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
156 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
157 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
158 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
159 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
160 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
161 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
162 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
163 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
164 (version 23.8.7.1)
165 2024.10.04 16:11:32.196279 [ 3 ] {} <Debug> HTTP-Session: c5cf5811-f3c8-425b-ac9b-05d1643b2cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2024.10.04 16:11:32.200967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
167 2024.10.04 16:11:32.201051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
168 2024.10.04 16:11:32.201148 [ 3 ] {} <Debug> HTTP-Session: b5e7b044-3250-4cec-89c9-928a11f91237 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
169 2024.10.04 16:11:32.201176 [ 3 ] {} <Debug> HTTP-Session: b5e7b044-3250-4cec-89c9-928a11f91237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
170 2024.10.04 16:11:32.201193 [ 3 ] {} <Debug> HTTP-Session: b5e7b044-3250-4cec-89c9-928a11f91237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
171 2024.10.04 16:11:32.201313 [ 3 ] {} <Trace> HTTP-Session: b5e7b044-3250-4cec-89c9-928a11f91237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
172 2024.10.04 16:11:32.201499 [ 3 ] {ba0b2f23-17fb-4cca-a090-68c940c8939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) SELECT MAX(value) FROM oximeter.version; (stage: Complete)
173 2024.10.04 16:11:32.201810 [ 3 ] {ba0b2f23-17fb-4cca-a090-68c940c8939d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62103) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
174 
175 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
176 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
177 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
178 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
179 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
180 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
181 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
182 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
183 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
184 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
185 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
186 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
187 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
188 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
189 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
190 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
191 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
192 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
193 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
194 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
195 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
196 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
197 
198 2024.10.04 16:11:32.202079 [ 3 ] {ba0b2f23-17fb-4cca-a090-68c940c8939d} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 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
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 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
207 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
208 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
209 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
210 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
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 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
214 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse
215 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse
216 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
218 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
220 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
221 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
222 (version 23.8.7.1)
223 2024.10.04 16:11:32.202336 [ 3 ] {} <Debug> HTTP-Session: b5e7b044-3250-4cec-89c9-928a11f91237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2024.10.04 16:11:32.208652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
225 2024.10.04 16:11:32.208774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
226 2024.10.04 16:11:32.208800 [ 3 ] {} <Debug> HTTP-Session: 98c81bbd-f3a7-457c-91dd-65ef09380c55 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
227 2024.10.04 16:11:32.208820 [ 3 ] {} <Debug> HTTP-Session: 98c81bbd-f3a7-457c-91dd-65ef09380c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2024.10.04 16:11:32.208898 [ 3 ] {} <Debug> HTTP-Session: 98c81bbd-f3a7-457c-91dd-65ef09380c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2024.10.04 16:11:32.208937 [ 3 ] {} <Trace> HTTP-Session: 98c81bbd-f3a7-457c-91dd-65ef09380c55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
230 2024.10.04 16:11:32.210368 [ 3 ] {c8110de7-5401-4b03-94cc-a1270d1cefb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) DROP DATABASE IF EXISTS oximeter (stage: Complete)
231 2024.10.04 16:11:32.211208 [ 3 ] {c8110de7-5401-4b03-94cc-a1270d1cefb3} <Debug> DynamicQueryHandler: Done processing query
232 2024.10.04 16:11:32.211235 [ 3 ] {} <Debug> HTTP-Session: 98c81bbd-f3a7-457c-91dd-65ef09380c55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2024.10.04 16:11:32.215766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
234 2024.10.04 16:11:32.215906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
235 2024.10.04 16:11:32.215932 [ 3 ] {} <Debug> HTTP-Session: 873ee02a-94fe-4028-9c72-e486b88ac62d Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
236 2024.10.04 16:11:32.215952 [ 3 ] {} <Debug> HTTP-Session: 873ee02a-94fe-4028-9c72-e486b88ac62d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
237 2024.10.04 16:11:32.216032 [ 3 ] {} <Debug> HTTP-Session: 873ee02a-94fe-4028-9c72-e486b88ac62d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2024.10.04 16:11:32.216071 [ 3 ] {} <Trace> HTTP-Session: 873ee02a-94fe-4028-9c72-e486b88ac62d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
239 2024.10.04 16:11:32.216230 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
240 2024.10.04 16:11:32.216331 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
241 2024.10.04 16:11:32.221715 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
242 2024.10.04 16:11:32.221813 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000124583 sec
243 2024.10.04 16:11:32.221832 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Trace> ReferentialDeps: No tables
244 2024.10.04 16:11:32.221847 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Trace> LoadingDeps: No tables
245 2024.10.04 16:11:32.221874 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Information> DatabaseAtomic (oximeter): Starting up tables.
246 2024.10.04 16:11:32.222071 [ 3 ] {e4a69d2c-90b6-41f4-a17d-068b0ae94e2a} <Debug> DynamicQueryHandler: Done processing query
247 2024.10.04 16:11:32.222095 [ 3 ] {} <Debug> HTTP-Session: 873ee02a-94fe-4028-9c72-e486b88ac62d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
248 2024.10.04 16:11:32.222218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
249 2024.10.04 16:11:32.222322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
250 2024.10.04 16:11:32.222343 [ 3 ] {} <Debug> HTTP-Session: ad5c153a-02fd-44d6-b9d7-d4ef32dc5ab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
251 2024.10.04 16:11:32.222359 [ 3 ] {} <Debug> HTTP-Session: ad5c153a-02fd-44d6-b9d7-d4ef32dc5ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
252 2024.10.04 16:11:32.222403 [ 3 ] {} <Debug> HTTP-Session: ad5c153a-02fd-44d6-b9d7-d4ef32dc5ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
253 2024.10.04 16:11:32.222461 [ 3 ] {} <Trace> HTTP-Session: ad5c153a-02fd-44d6-b9d7-d4ef32dc5ab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
254 2024.10.04 16:11:32.222598 [ 3 ] {c4fe201a-0a5a-4fa7-ae7d-fcc67709b874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) /* The version table contains metadata about the `oximeter` database */
255 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
256 2024.10.04 16:11:32.222704 [ 3 ] {c4fe201a-0a5a-4fa7-ae7d-fcc67709b874} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
257 2024.10.04 16:11:32.230097 [ 3 ] {c4fe201a-0a5a-4fa7-ae7d-fcc67709b874} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
258 2024.10.04 16:11:32.235904 [ 3 ] {c4fe201a-0a5a-4fa7-ae7d-fcc67709b874} <Debug> oximeter.version (cca0945e-807e-4bf9-a5c7-1cf0247a9b0a): Loading data parts
259 2024.10.04 16:11:32.236438 [ 3 ] {c4fe201a-0a5a-4fa7-ae7d-fcc67709b874} <Debug> oximeter.version (cca0945e-807e-4bf9-a5c7-1cf0247a9b0a): There are no data parts
260 2024.10.04 16:11:32.252669 [ 3 ] {c4fe201a-0a5a-4fa7-ae7d-fcc67709b874} <Debug> DynamicQueryHandler: Done processing query
261 2024.10.04 16:11:32.252697 [ 3 ] {} <Debug> HTTP-Session: ad5c153a-02fd-44d6-b9d7-d4ef32dc5ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
262 2024.10.04 16:11:32.252925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
263 2024.10.04 16:11:32.252980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
264 2024.10.04 16:11:32.253040 [ 3 ] {} <Debug> HTTP-Session: 33fd12f7-cc5c-477c-a1aa-f6690713ad9f Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
265 2024.10.04 16:11:32.253096 [ 3 ] {} <Debug> HTTP-Session: 33fd12f7-cc5c-477c-a1aa-f6690713ad9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
266 2024.10.04 16:11:32.253114 [ 3 ] {} <Debug> HTTP-Session: 33fd12f7-cc5c-477c-a1aa-f6690713ad9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
267 2024.10.04 16:11:32.253187 [ 3 ] {} <Trace> HTTP-Session: 33fd12f7-cc5c-477c-a1aa-f6690713ad9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.10.04 16:11:32.253423 [ 3 ] {e1725dd1-5c3d-40cf-bb3c-fe9720d5b193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) /* The measurement tables contain all individual samples from each timeseries.
269 *
270 * Each table stores a single datum type, and otherwise contains nearly the same
271 * structure. The primary sorting key is on the timeseries name, key, and then
272 * timestamp, so that all timeseries from the same schema are grouped, followed
273 * by all samples from the same timeseries.
274 *
275 * This reflects that one usually looks up the _key_ in one or more field table,
276 * and then uses that to index quickly into the measurements tables.
277 */
278 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)
279 2024.10.04 16:11:32.253546 [ 3 ] {e1725dd1-5c3d-40cf-bb3c-fe9720d5b193} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
280 2024.10.04 16:11:32.272232 [ 3 ] {e1725dd1-5c3d-40cf-bb3c-fe9720d5b193} <Debug> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Loading data parts
281 2024.10.04 16:11:32.272530 [ 3 ] {e1725dd1-5c3d-40cf-bb3c-fe9720d5b193} <Debug> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): There are no data parts
282 2024.10.04 16:11:32.333475 [ 3 ] {e1725dd1-5c3d-40cf-bb3c-fe9720d5b193} <Debug> DynamicQueryHandler: Done processing query
283 2024.10.04 16:11:32.333534 [ 3 ] {} <Debug> HTTP-Session: 33fd12f7-cc5c-477c-a1aa-f6690713ad9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2024.10.04 16:11:32.333739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
285 2024.10.04 16:11:32.333967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
286 2024.10.04 16:11:32.333994 [ 3 ] {} <Debug> HTTP-Session: 0067c22d-2b7c-4870-ab92-4e79f3122f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
287 2024.10.04 16:11:32.334019 [ 3 ] {} <Debug> HTTP-Session: 0067c22d-2b7c-4870-ab92-4e79f3122f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
288 2024.10.04 16:11:32.334155 [ 3 ] {} <Debug> HTTP-Session: 0067c22d-2b7c-4870-ab92-4e79f3122f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
289 2024.10.04 16:11:32.334204 [ 3 ] {} <Trace> HTTP-Session: 0067c22d-2b7c-4870-ab92-4e79f3122f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
290 2024.10.04 16:11:32.334487 [ 3 ] {3b10f422-5edf-4824-be8e-57dd5b35a1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
291 2024.10.04 16:11:32.334591 [ 3 ] {3b10f422-5edf-4824-be8e-57dd5b35a1e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
292 2024.10.04 16:11:32.357312 [ 3 ] {3b10f422-5edf-4824-be8e-57dd5b35a1e1} <Debug> oximeter.measurements_i8 (e2fb6a9a-b902-47f2-9608-f7e5bb8460e3): Loading data parts
293 2024.10.04 16:11:32.357601 [ 3 ] {3b10f422-5edf-4824-be8e-57dd5b35a1e1} <Debug> oximeter.measurements_i8 (e2fb6a9a-b902-47f2-9608-f7e5bb8460e3): There are no data parts
294 2024.10.04 16:11:32.370955 [ 3 ] {3b10f422-5edf-4824-be8e-57dd5b35a1e1} <Debug> DynamicQueryHandler: Done processing query
295 2024.10.04 16:11:32.371083 [ 3 ] {} <Debug> HTTP-Session: 0067c22d-2b7c-4870-ab92-4e79f3122f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
296 2024.10.04 16:11:32.371259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
297 2024.10.04 16:11:32.371317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
298 2024.10.04 16:11:32.371398 [ 3 ] {} <Debug> HTTP-Session: 365d2c76-dbec-4fdc-9b65-c2dcf74c8dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
299 2024.10.04 16:11:32.371415 [ 3 ] {} <Debug> HTTP-Session: 365d2c76-dbec-4fdc-9b65-c2dcf74c8dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
300 2024.10.04 16:11:32.371429 [ 3 ] {} <Debug> HTTP-Session: 365d2c76-dbec-4fdc-9b65-c2dcf74c8dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
301 2024.10.04 16:11:32.371513 [ 3 ] {} <Trace> HTTP-Session: 365d2c76-dbec-4fdc-9b65-c2dcf74c8dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.10.04 16:11:32.371724 [ 3 ] {c3ce3261-6e82-436a-b099-ff1dbef803af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
303 2024.10.04 16:11:32.371857 [ 3 ] {c3ce3261-6e82-436a-b099-ff1dbef803af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
304 2024.10.04 16:11:32.395092 [ 3 ] {c3ce3261-6e82-436a-b099-ff1dbef803af} <Debug> oximeter.measurements_u8 (24a30786-9e81-4f40-ab4c-c617fe4d6ff0): Loading data parts
305 2024.10.04 16:11:32.395338 [ 3 ] {c3ce3261-6e82-436a-b099-ff1dbef803af} <Debug> oximeter.measurements_u8 (24a30786-9e81-4f40-ab4c-c617fe4d6ff0): There are no data parts
306 2024.10.04 16:11:32.406425 [ 3 ] {c3ce3261-6e82-436a-b099-ff1dbef803af} <Debug> DynamicQueryHandler: Done processing query
307 2024.10.04 16:11:32.406451 [ 3 ] {} <Debug> HTTP-Session: 365d2c76-dbec-4fdc-9b65-c2dcf74c8dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
308 2024.10.04 16:11:32.406587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
309 2024.10.04 16:11:32.406732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
310 2024.10.04 16:11:32.406753 [ 3 ] {} <Debug> HTTP-Session: faba78dd-2f7a-4c90-a8fa-bcffa38fd55a Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
311 2024.10.04 16:11:32.406769 [ 3 ] {} <Debug> HTTP-Session: faba78dd-2f7a-4c90-a8fa-bcffa38fd55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
312 2024.10.04 16:11:32.406856 [ 3 ] {} <Debug> HTTP-Session: faba78dd-2f7a-4c90-a8fa-bcffa38fd55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
313 2024.10.04 16:11:32.406891 [ 3 ] {} <Trace> HTTP-Session: faba78dd-2f7a-4c90-a8fa-bcffa38fd55a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
314 2024.10.04 16:11:32.407167 [ 3 ] {21870ddb-fcee-4b76-87a8-39bcc75cc810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
315 2024.10.04 16:11:32.407215 [ 3 ] {21870ddb-fcee-4b76-87a8-39bcc75cc810} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
316 2024.10.04 16:11:32.431007 [ 3 ] {21870ddb-fcee-4b76-87a8-39bcc75cc810} <Debug> oximeter.measurements_i16 (454fbb03-27e8-40c2-aaae-ee1a9e106832): Loading data parts
317 2024.10.04 16:11:32.431207 [ 3 ] {21870ddb-fcee-4b76-87a8-39bcc75cc810} <Debug> oximeter.measurements_i16 (454fbb03-27e8-40c2-aaae-ee1a9e106832): There are no data parts
318 2024.10.04 16:11:32.455671 [ 3 ] {21870ddb-fcee-4b76-87a8-39bcc75cc810} <Debug> DynamicQueryHandler: Done processing query
319 2024.10.04 16:11:32.455778 [ 3 ] {} <Debug> HTTP-Session: faba78dd-2f7a-4c90-a8fa-bcffa38fd55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
320 2024.10.04 16:11:32.455939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
321 2024.10.04 16:11:32.455994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
322 2024.10.04 16:11:32.456101 [ 3 ] {} <Debug> HTTP-Session: f6beb7a1-6aed-4536-9bfa-a498f47538e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
323 2024.10.04 16:11:32.456120 [ 3 ] {} <Debug> HTTP-Session: f6beb7a1-6aed-4536-9bfa-a498f47538e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
324 2024.10.04 16:11:32.456134 [ 3 ] {} <Debug> HTTP-Session: f6beb7a1-6aed-4536-9bfa-a498f47538e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
325 2024.10.04 16:11:32.456327 [ 3 ] {} <Trace> HTTP-Session: f6beb7a1-6aed-4536-9bfa-a498f47538e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
326 2024.10.04 16:11:32.456513 [ 3 ] {0ea2dc46-6e8a-49ed-89ad-3f6069816f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
327 2024.10.04 16:11:32.456641 [ 3 ] {0ea2dc46-6e8a-49ed-89ad-3f6069816f15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
328 2024.10.04 16:11:32.480064 [ 3 ] {0ea2dc46-6e8a-49ed-89ad-3f6069816f15} <Debug> oximeter.measurements_u16 (355d2bfd-ed3a-473a-b183-bc287238b8e1): Loading data parts
329 2024.10.04 16:11:32.480471 [ 3 ] {0ea2dc46-6e8a-49ed-89ad-3f6069816f15} <Debug> oximeter.measurements_u16 (355d2bfd-ed3a-473a-b183-bc287238b8e1): There are no data parts
330 2024.10.04 16:11:32.494352 [ 3 ] {0ea2dc46-6e8a-49ed-89ad-3f6069816f15} <Debug> DynamicQueryHandler: Done processing query
331 2024.10.04 16:11:32.494378 [ 3 ] {} <Debug> HTTP-Session: f6beb7a1-6aed-4536-9bfa-a498f47538e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
332 2024.10.04 16:11:32.494508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
333 2024.10.04 16:11:32.494640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
334 2024.10.04 16:11:32.494661 [ 3 ] {} <Debug> HTTP-Session: 318f8eb6-ca38-448e-837e-2798fdcb759a Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
335 2024.10.04 16:11:32.494724 [ 3 ] {} <Debug> HTTP-Session: 318f8eb6-ca38-448e-837e-2798fdcb759a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
336 2024.10.04 16:11:32.494781 [ 3 ] {} <Debug> HTTP-Session: 318f8eb6-ca38-448e-837e-2798fdcb759a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
337 2024.10.04 16:11:32.494816 [ 3 ] {} <Trace> HTTP-Session: 318f8eb6-ca38-448e-837e-2798fdcb759a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
338 2024.10.04 16:11:32.495080 [ 3 ] {1f0ea6fd-8dc2-4f6c-be3f-5883769cd6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
339 2024.10.04 16:11:32.495127 [ 3 ] {1f0ea6fd-8dc2-4f6c-be3f-5883769cd6d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
340 2024.10.04 16:11:32.507218 [ 3 ] {1f0ea6fd-8dc2-4f6c-be3f-5883769cd6d9} <Debug> oximeter.measurements_i32 (9215cb80-dd67-47f1-9658-d8277ffabb4f): Loading data parts
341 2024.10.04 16:11:32.507407 [ 3 ] {1f0ea6fd-8dc2-4f6c-be3f-5883769cd6d9} <Debug> oximeter.measurements_i32 (9215cb80-dd67-47f1-9658-d8277ffabb4f): There are no data parts
342 2024.10.04 16:11:32.515881 [ 3 ] {1f0ea6fd-8dc2-4f6c-be3f-5883769cd6d9} <Debug> DynamicQueryHandler: Done processing query
343 2024.10.04 16:11:32.515986 [ 3 ] {} <Debug> HTTP-Session: 318f8eb6-ca38-448e-837e-2798fdcb759a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
344 2024.10.04 16:11:32.516124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
345 2024.10.04 16:11:32.516175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
346 2024.10.04 16:11:32.516273 [ 3 ] {} <Debug> HTTP-Session: 68e6f5cf-83ef-4dee-87ba-ebac8e9f266c Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
347 2024.10.04 16:11:32.516292 [ 3 ] {} <Debug> HTTP-Session: 68e6f5cf-83ef-4dee-87ba-ebac8e9f266c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
348 2024.10.04 16:11:32.516306 [ 3 ] {} <Debug> HTTP-Session: 68e6f5cf-83ef-4dee-87ba-ebac8e9f266c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
349 2024.10.04 16:11:32.516398 [ 3 ] {} <Trace> HTTP-Session: 68e6f5cf-83ef-4dee-87ba-ebac8e9f266c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
350 2024.10.04 16:11:32.516580 [ 3 ] {cf975780-8b11-4525-ba45-92d241dd6dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
351 2024.10.04 16:11:32.516695 [ 3 ] {cf975780-8b11-4525-ba45-92d241dd6dc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
352 2024.10.04 16:11:32.526068 [ 3 ] {cf975780-8b11-4525-ba45-92d241dd6dc4} <Debug> oximeter.measurements_u32 (8337a6dc-5052-4cce-b5b6-5fa88ed9b211): Loading data parts
353 2024.10.04 16:11:32.526369 [ 3 ] {cf975780-8b11-4525-ba45-92d241dd6dc4} <Debug> oximeter.measurements_u32 (8337a6dc-5052-4cce-b5b6-5fa88ed9b211): There are no data parts
354 2024.10.04 16:11:32.539428 [ 3 ] {cf975780-8b11-4525-ba45-92d241dd6dc4} <Debug> DynamicQueryHandler: Done processing query
355 2024.10.04 16:11:32.539459 [ 3 ] {} <Debug> HTTP-Session: 68e6f5cf-83ef-4dee-87ba-ebac8e9f266c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
356 2024.10.04 16:11:32.539624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
357 2024.10.04 16:11:32.539751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
358 2024.10.04 16:11:32.539776 [ 3 ] {} <Debug> HTTP-Session: 1bb8f82a-1ef6-4aba-ba3c-9b48e161b254 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
359 2024.10.04 16:11:32.539864 [ 3 ] {} <Debug> HTTP-Session: 1bb8f82a-1ef6-4aba-ba3c-9b48e161b254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
360 2024.10.04 16:11:32.539885 [ 3 ] {} <Debug> HTTP-Session: 1bb8f82a-1ef6-4aba-ba3c-9b48e161b254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
361 2024.10.04 16:11:32.539924 [ 3 ] {} <Trace> HTTP-Session: 1bb8f82a-1ef6-4aba-ba3c-9b48e161b254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
362 2024.10.04 16:11:32.540184 [ 3 ] {e7daf5ce-ccda-42f9-a0ed-980a5a488c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
363 2024.10.04 16:11:32.540268 [ 3 ] {e7daf5ce-ccda-42f9-a0ed-980a5a488c3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
364 2024.10.04 16:11:32.543044 [ 3 ] {e7daf5ce-ccda-42f9-a0ed-980a5a488c3a} <Debug> oximeter.measurements_i64 (6569b988-da3f-449c-8b16-8f2c2a04322d): Loading data parts
365 2024.10.04 16:11:32.543220 [ 3 ] {e7daf5ce-ccda-42f9-a0ed-980a5a488c3a} <Debug> oximeter.measurements_i64 (6569b988-da3f-449c-8b16-8f2c2a04322d): There are no data parts
366 2024.10.04 16:11:32.554409 [ 3 ] {e7daf5ce-ccda-42f9-a0ed-980a5a488c3a} <Debug> DynamicQueryHandler: Done processing query
367 2024.10.04 16:11:32.554521 [ 3 ] {} <Debug> HTTP-Session: 1bb8f82a-1ef6-4aba-ba3c-9b48e161b254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
368 2024.10.04 16:11:32.554700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
369 2024.10.04 16:11:32.554798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
370 2024.10.04 16:11:32.554858 [ 3 ] {} <Debug> HTTP-Session: 40f6f545-f19b-4327-879f-94d531ea251a Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
371 2024.10.04 16:11:32.554879 [ 3 ] {} <Debug> HTTP-Session: 40f6f545-f19b-4327-879f-94d531ea251a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
372 2024.10.04 16:11:32.554895 [ 3 ] {} <Debug> HTTP-Session: 40f6f545-f19b-4327-879f-94d531ea251a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
373 2024.10.04 16:11:32.555001 [ 3 ] {} <Trace> HTTP-Session: 40f6f545-f19b-4327-879f-94d531ea251a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2024.10.04 16:11:32.555179 [ 3 ] {9a9fde1b-38b5-441c-9114-6bec218d3769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
375 2024.10.04 16:11:32.555289 [ 3 ] {9a9fde1b-38b5-441c-9114-6bec218d3769} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
376 2024.10.04 16:11:32.567111 [ 3 ] {9a9fde1b-38b5-441c-9114-6bec218d3769} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Loading data parts
377 2024.10.04 16:11:32.567732 [ 3 ] {9a9fde1b-38b5-441c-9114-6bec218d3769} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): There are no data parts
378 2024.10.04 16:11:32.593735 [ 3 ] {9a9fde1b-38b5-441c-9114-6bec218d3769} <Debug> DynamicQueryHandler: Done processing query
379 2024.10.04 16:11:32.593763 [ 3 ] {} <Debug> HTTP-Session: 40f6f545-f19b-4327-879f-94d531ea251a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
380 2024.10.04 16:11:32.594236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
381 2024.10.04 16:11:32.594563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
382 2024.10.04 16:11:32.594585 [ 3 ] {} <Debug> HTTP-Session: 93782204-50ff-4dce-b5f4-2e861f5fcbf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
383 2024.10.04 16:11:32.595507 [ 3 ] {} <Debug> HTTP-Session: 93782204-50ff-4dce-b5f4-2e861f5fcbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
384 2024.10.04 16:11:32.595524 [ 3 ] {} <Debug> HTTP-Session: 93782204-50ff-4dce-b5f4-2e861f5fcbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
385 2024.10.04 16:11:32.595563 [ 3 ] {} <Trace> HTTP-Session: 93782204-50ff-4dce-b5f4-2e861f5fcbf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2024.10.04 16:11:32.596760 [ 3 ] {41b8a508-08bf-4a35-aacb-449a92b24262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
387 2024.10.04 16:11:32.596935 [ 3 ] {41b8a508-08bf-4a35-aacb-449a92b24262} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
388 2024.10.04 16:11:32.608488 [ 3 ] {41b8a508-08bf-4a35-aacb-449a92b24262} <Debug> oximeter.measurements_f32 (8634b9fe-8705-4fd0-946c-a702eba15c16): Loading data parts
389 2024.10.04 16:11:32.608686 [ 3 ] {41b8a508-08bf-4a35-aacb-449a92b24262} <Debug> oximeter.measurements_f32 (8634b9fe-8705-4fd0-946c-a702eba15c16): There are no data parts
390 2024.10.04 16:11:32.612002 [ 3 ] {41b8a508-08bf-4a35-aacb-449a92b24262} <Debug> DynamicQueryHandler: Done processing query
391 2024.10.04 16:11:32.612027 [ 3 ] {} <Debug> HTTP-Session: 93782204-50ff-4dce-b5f4-2e861f5fcbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
392 2024.10.04 16:11:32.612157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
393 2024.10.04 16:11:32.612279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
394 2024.10.04 16:11:32.612300 [ 3 ] {} <Debug> HTTP-Session: 9af4c1ec-d8a2-42a5-a822-306790349af7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
395 2024.10.04 16:11:32.612315 [ 3 ] {} <Debug> HTTP-Session: 9af4c1ec-d8a2-42a5-a822-306790349af7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
396 2024.10.04 16:11:32.612366 [ 3 ] {} <Debug> HTTP-Session: 9af4c1ec-d8a2-42a5-a822-306790349af7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
397 2024.10.04 16:11:32.612426 [ 3 ] {} <Trace> HTTP-Session: 9af4c1ec-d8a2-42a5-a822-306790349af7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
398 2024.10.04 16:11:32.612604 [ 3 ] {38ddd59a-0deb-45ac-9c4b-a8ae7c4d668c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
399 2024.10.04 16:11:32.612713 [ 3 ] {38ddd59a-0deb-45ac-9c4b-a8ae7c4d668c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
400 2024.10.04 16:11:32.622949 [ 3 ] {38ddd59a-0deb-45ac-9c4b-a8ae7c4d668c} <Debug> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Loading data parts
401 2024.10.04 16:11:32.623192 [ 3 ] {38ddd59a-0deb-45ac-9c4b-a8ae7c4d668c} <Debug> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): There are no data parts
402 2024.10.04 16:11:32.637957 [ 3 ] {38ddd59a-0deb-45ac-9c4b-a8ae7c4d668c} <Debug> DynamicQueryHandler: Done processing query
403 2024.10.04 16:11:32.637983 [ 3 ] {} <Debug> HTTP-Session: 9af4c1ec-d8a2-42a5-a822-306790349af7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
404 2024.10.04 16:11:32.638213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
405 2024.10.04 16:11:32.638267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
406 2024.10.04 16:11:32.638286 [ 3 ] {} <Debug> HTTP-Session: 6ea5b707-4f75-4fcb-9ef9-50e21dd1e177 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
407 2024.10.04 16:11:32.638364 [ 3 ] {} <Debug> HTTP-Session: 6ea5b707-4f75-4fcb-9ef9-50e21dd1e177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
408 2024.10.04 16:11:32.638381 [ 3 ] {} <Debug> HTTP-Session: 6ea5b707-4f75-4fcb-9ef9-50e21dd1e177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
409 2024.10.04 16:11:32.638413 [ 3 ] {} <Trace> HTTP-Session: 6ea5b707-4f75-4fcb-9ef9-50e21dd1e177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
410 2024.10.04 16:11:32.638660 [ 3 ] {6659d6d1-3321-450d-9d19-9bc9318cbec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
411 2024.10.04 16:11:32.638771 [ 3 ] {6659d6d1-3321-450d-9d19-9bc9318cbec1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
412 2024.10.04 16:11:32.652423 [ 3 ] {6659d6d1-3321-450d-9d19-9bc9318cbec1} <Debug> oximeter.measurements_string (5b4870a5-c873-4c08-86d9-50532cea4766): Loading data parts
413 2024.10.04 16:11:32.652652 [ 3 ] {6659d6d1-3321-450d-9d19-9bc9318cbec1} <Debug> oximeter.measurements_string (5b4870a5-c873-4c08-86d9-50532cea4766): There are no data parts
414 2024.10.04 16:11:32.655902 [ 3 ] {6659d6d1-3321-450d-9d19-9bc9318cbec1} <Debug> DynamicQueryHandler: Done processing query
415 2024.10.04 16:11:32.655935 [ 3 ] {} <Debug> HTTP-Session: 6ea5b707-4f75-4fcb-9ef9-50e21dd1e177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
416 2024.10.04 16:11:32.656079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
417 2024.10.04 16:11:32.656199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
418 2024.10.04 16:11:32.656219 [ 3 ] {} <Debug> HTTP-Session: 78f1459f-d3d3-4cc5-a894-b5f36a6bea6e Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
419 2024.10.04 16:11:32.656236 [ 3 ] {} <Debug> HTTP-Session: 78f1459f-d3d3-4cc5-a894-b5f36a6bea6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
420 2024.10.04 16:11:32.656312 [ 3 ] {} <Debug> HTTP-Session: 78f1459f-d3d3-4cc5-a894-b5f36a6bea6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
421 2024.10.04 16:11:32.656346 [ 3 ] {} <Trace> HTTP-Session: 78f1459f-d3d3-4cc5-a894-b5f36a6bea6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
422 2024.10.04 16:11:32.656524 [ 3 ] {82162088-058d-4d04-8dec-c894a58f02fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
423 * NOTE: Right now we can't unambiguously record a nullable byte array.
424 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
425 * a string isn't palatable for a few reasons.
426 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
427 * details.
428 */
429 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
430 2024.10.04 16:11:32.656635 [ 3 ] {82162088-058d-4d04-8dec-c894a58f02fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
431 2024.10.04 16:11:32.668476 [ 3 ] {82162088-058d-4d04-8dec-c894a58f02fc} <Debug> oximeter.measurements_bytes (cf9b987a-4005-4f61-b98d-1b26b43e33f7): Loading data parts
432 2024.10.04 16:11:32.668671 [ 3 ] {82162088-058d-4d04-8dec-c894a58f02fc} <Debug> oximeter.measurements_bytes (cf9b987a-4005-4f61-b98d-1b26b43e33f7): There are no data parts
433 2024.10.04 16:11:32.671655 [ 3 ] {82162088-058d-4d04-8dec-c894a58f02fc} <Debug> DynamicQueryHandler: Done processing query
434 2024.10.04 16:11:32.671679 [ 3 ] {} <Debug> HTTP-Session: 78f1459f-d3d3-4cc5-a894-b5f36a6bea6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
435 2024.10.04 16:11:32.671805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
436 2024.10.04 16:11:32.671920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
437 2024.10.04 16:11:32.671941 [ 3 ] {} <Debug> HTTP-Session: 4f945797-e257-4e25-b876-f3080c29674e Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
438 2024.10.04 16:11:32.671957 [ 3 ] {} <Debug> HTTP-Session: 4f945797-e257-4e25-b876-f3080c29674e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
439 2024.10.04 16:11:32.672031 [ 3 ] {} <Debug> HTTP-Session: 4f945797-e257-4e25-b876-f3080c29674e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
440 2024.10.04 16:11:32.672066 [ 3 ] {} <Trace> HTTP-Session: 4f945797-e257-4e25-b876-f3080c29674e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2024.10.04 16:11:32.672282 [ 3 ] {dfe011d8-2042-4519-8721-b863c55cf2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
442 2024.10.04 16:11:32.672362 [ 3 ] {dfe011d8-2042-4519-8721-b863c55cf2a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
443 2024.10.04 16:11:32.682320 [ 3 ] {dfe011d8-2042-4519-8721-b863c55cf2a4} <Debug> oximeter.measurements_cumulativei64 (2480110d-6206-4909-8b5e-585b05c45327): Loading data parts
444 2024.10.04 16:11:32.682513 [ 3 ] {dfe011d8-2042-4519-8721-b863c55cf2a4} <Debug> oximeter.measurements_cumulativei64 (2480110d-6206-4909-8b5e-585b05c45327): There are no data parts
445 2024.10.04 16:11:32.685319 [ 3 ] {dfe011d8-2042-4519-8721-b863c55cf2a4} <Debug> DynamicQueryHandler: Done processing query
446 2024.10.04 16:11:32.685418 [ 3 ] {} <Debug> HTTP-Session: 4f945797-e257-4e25-b876-f3080c29674e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
447 2024.10.04 16:11:32.685544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
448 2024.10.04 16:11:32.685629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
449 2024.10.04 16:11:32.685684 [ 3 ] {} <Debug> HTTP-Session: 262bc5a3-69ac-401b-b215-a7598acd92a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
450 2024.10.04 16:11:32.685702 [ 3 ] {} <Debug> HTTP-Session: 262bc5a3-69ac-401b-b215-a7598acd92a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
451 2024.10.04 16:11:32.685715 [ 3 ] {} <Debug> HTTP-Session: 262bc5a3-69ac-401b-b215-a7598acd92a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
452 2024.10.04 16:11:32.685817 [ 3 ] {} <Trace> HTTP-Session: 262bc5a3-69ac-401b-b215-a7598acd92a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
453 2024.10.04 16:11:32.686005 [ 3 ] {fbc4acdd-a41f-4fd0-9f34-e16dc592a498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
454 2024.10.04 16:11:32.686121 [ 3 ] {fbc4acdd-a41f-4fd0-9f34-e16dc592a498} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
455 2024.10.04 16:11:32.698478 [ 3 ] {fbc4acdd-a41f-4fd0-9f34-e16dc592a498} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Loading data parts
456 2024.10.04 16:11:32.698716 [ 3 ] {fbc4acdd-a41f-4fd0-9f34-e16dc592a498} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): There are no data parts
457 2024.10.04 16:11:32.701251 [ 3 ] {fbc4acdd-a41f-4fd0-9f34-e16dc592a498} <Debug> DynamicQueryHandler: Done processing query
458 2024.10.04 16:11:32.701277 [ 3 ] {} <Debug> HTTP-Session: 262bc5a3-69ac-401b-b215-a7598acd92a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
459 2024.10.04 16:11:32.701485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
460 2024.10.04 16:11:32.701533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
461 2024.10.04 16:11:32.701552 [ 3 ] {} <Debug> HTTP-Session: 887f9913-d437-4bc3-8828-a98b63262430 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
462 2024.10.04 16:11:32.701631 [ 3 ] {} <Debug> HTTP-Session: 887f9913-d437-4bc3-8828-a98b63262430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
463 2024.10.04 16:11:32.701647 [ 3 ] {} <Debug> HTTP-Session: 887f9913-d437-4bc3-8828-a98b63262430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
464 2024.10.04 16:11:32.701678 [ 3 ] {} <Trace> HTTP-Session: 887f9913-d437-4bc3-8828-a98b63262430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2024.10.04 16:11:32.701924 [ 3 ] {46e79680-ed83-4d73-9aee-117de0f6e6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
466 2024.10.04 16:11:32.702039 [ 3 ] {46e79680-ed83-4d73-9aee-117de0f6e6de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
467 2024.10.04 16:11:32.711751 [ 3 ] {46e79680-ed83-4d73-9aee-117de0f6e6de} <Debug> oximeter.measurements_cumulativef32 (1c534d8c-3421-48fd-9b7d-a8e2eb29b43e): Loading data parts
468 2024.10.04 16:11:32.711957 [ 3 ] {46e79680-ed83-4d73-9aee-117de0f6e6de} <Debug> oximeter.measurements_cumulativef32 (1c534d8c-3421-48fd-9b7d-a8e2eb29b43e): There are no data parts
469 2024.10.04 16:11:32.714340 [ 3 ] {46e79680-ed83-4d73-9aee-117de0f6e6de} <Debug> DynamicQueryHandler: Done processing query
470 2024.10.04 16:11:32.714366 [ 3 ] {} <Debug> HTTP-Session: 887f9913-d437-4bc3-8828-a98b63262430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
471 2024.10.04 16:11:32.714503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
472 2024.10.04 16:11:32.714619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
473 2024.10.04 16:11:32.714641 [ 3 ] {} <Debug> HTTP-Session: c59f20c3-1967-48c8-ae23-8a52c5681181 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
474 2024.10.04 16:11:32.714657 [ 3 ] {} <Debug> HTTP-Session: c59f20c3-1967-48c8-ae23-8a52c5681181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
475 2024.10.04 16:11:32.714731 [ 3 ] {} <Debug> HTTP-Session: c59f20c3-1967-48c8-ae23-8a52c5681181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
476 2024.10.04 16:11:32.714765 [ 3 ] {} <Trace> HTTP-Session: c59f20c3-1967-48c8-ae23-8a52c5681181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
477 2024.10.04 16:11:32.715010 [ 3 ] {191b35d3-58b0-49cd-b306-ebde42b6b66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
478 2024.10.04 16:11:32.715092 [ 3 ] {191b35d3-58b0-49cd-b306-ebde42b6b66a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
479 2024.10.04 16:11:32.727367 [ 3 ] {191b35d3-58b0-49cd-b306-ebde42b6b66a} <Debug> oximeter.measurements_cumulativef64 (3c126280-7889-477f-b22e-d0ae1905b71d): Loading data parts
480 2024.10.04 16:11:32.727531 [ 3 ] {191b35d3-58b0-49cd-b306-ebde42b6b66a} <Debug> oximeter.measurements_cumulativef64 (3c126280-7889-477f-b22e-d0ae1905b71d): There are no data parts
481 2024.10.04 16:11:32.729546 [ 3 ] {191b35d3-58b0-49cd-b306-ebde42b6b66a} <Debug> DynamicQueryHandler: Done processing query
482 2024.10.04 16:11:32.729574 [ 3 ] {} <Debug> HTTP-Session: c59f20c3-1967-48c8-ae23-8a52c5681181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
483 2024.10.04 16:11:32.729705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
484 2024.10.04 16:11:32.729830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
485 2024.10.04 16:11:32.729851 [ 3 ] {} <Debug> HTTP-Session: 27558881-90bd-46d3-8dec-473720da21ef Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
486 2024.10.04 16:11:32.729868 [ 3 ] {} <Debug> HTTP-Session: 27558881-90bd-46d3-8dec-473720da21ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
487 2024.10.04 16:11:32.729918 [ 3 ] {} <Debug> HTTP-Session: 27558881-90bd-46d3-8dec-473720da21ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
488 2024.10.04 16:11:32.729983 [ 3 ] {} <Trace> HTTP-Session: 27558881-90bd-46d3-8dec-473720da21ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
489 2024.10.04 16:11:32.730244 [ 3 ] {694a8ef3-0226-44bf-b552-5ec82b467f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
490 * NOTE: Array types cannot be Nullable, see
491 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
492 * for more details.
493 *
494 * This means we need to use empty arrays to indicate a missing value. This
495 * is unfortunate, and at this point relies on the fact that an
496 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
497 * to figure out another way to represent missing samples here.
498 */
499 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)
500 2024.10.04 16:11:32.730375 [ 3 ] {694a8ef3-0226-44bf-b552-5ec82b467f1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
501 2024.10.04 16:11:32.739856 [ 3 ] {694a8ef3-0226-44bf-b552-5ec82b467f1f} <Debug> oximeter.measurements_histogrami8 (e1491558-e0a3-4e0d-9fcb-3695c0fe7f80): Loading data parts
502 2024.10.04 16:11:32.740119 [ 3 ] {694a8ef3-0226-44bf-b552-5ec82b467f1f} <Debug> oximeter.measurements_histogrami8 (e1491558-e0a3-4e0d-9fcb-3695c0fe7f80): There are no data parts
503 2024.10.04 16:11:32.742422 [ 3 ] {694a8ef3-0226-44bf-b552-5ec82b467f1f} <Debug> DynamicQueryHandler: Done processing query
504 2024.10.04 16:11:32.742447 [ 3 ] {} <Debug> HTTP-Session: 27558881-90bd-46d3-8dec-473720da21ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
505 2024.10.04 16:11:32.742615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
506 2024.10.04 16:11:32.742693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
507 2024.10.04 16:11:32.742713 [ 3 ] {} <Debug> HTTP-Session: 6568d9ad-bdc6-42da-8f1a-62a5d93ad8bf Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
508 2024.10.04 16:11:32.742793 [ 3 ] {} <Debug> HTTP-Session: 6568d9ad-bdc6-42da-8f1a-62a5d93ad8bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
509 2024.10.04 16:11:32.742809 [ 3 ] {} <Debug> HTTP-Session: 6568d9ad-bdc6-42da-8f1a-62a5d93ad8bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
510 2024.10.04 16:11:32.742839 [ 3 ] {} <Trace> HTTP-Session: 6568d9ad-bdc6-42da-8f1a-62a5d93ad8bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2024.10.04 16:11:32.743150 [ 3 ] {b2ed008d-a061-4157-8634-9cc2e168cace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
512 2024.10.04 16:11:32.743270 [ 3 ] {b2ed008d-a061-4157-8634-9cc2e168cace} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
513 2024.10.04 16:11:32.754668 [ 3 ] {b2ed008d-a061-4157-8634-9cc2e168cace} <Debug> oximeter.measurements_histogramu8 (94c31359-166f-4fd4-804d-363a78a28a3a): Loading data parts
514 2024.10.04 16:11:32.754864 [ 3 ] {b2ed008d-a061-4157-8634-9cc2e168cace} <Debug> oximeter.measurements_histogramu8 (94c31359-166f-4fd4-804d-363a78a28a3a): There are no data parts
515 2024.10.04 16:11:32.767547 [ 3 ] {b2ed008d-a061-4157-8634-9cc2e168cace} <Debug> DynamicQueryHandler: Done processing query
516 2024.10.04 16:11:32.767625 [ 3 ] {} <Debug> HTTP-Session: 6568d9ad-bdc6-42da-8f1a-62a5d93ad8bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
517 2024.10.04 16:11:32.767767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
518 2024.10.04 16:11:32.767918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
519 2024.10.04 16:11:32.767943 [ 3 ] {} <Debug> HTTP-Session: 7d12f115-7811-46cc-b62e-d6efc345ce0f Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
520 2024.10.04 16:11:32.767963 [ 3 ] {} <Debug> HTTP-Session: 7d12f115-7811-46cc-b62e-d6efc345ce0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
521 2024.10.04 16:11:32.767976 [ 3 ] {} <Debug> HTTP-Session: 7d12f115-7811-46cc-b62e-d6efc345ce0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
522 2024.10.04 16:11:32.768093 [ 3 ] {} <Trace> HTTP-Session: 7d12f115-7811-46cc-b62e-d6efc345ce0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2024.10.04 16:11:32.768351 [ 3 ] {3464f296-c72f-4d6a-9b19-af753a529e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
524 2024.10.04 16:11:32.768483 [ 3 ] {3464f296-c72f-4d6a-9b19-af753a529e38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
525 2024.10.04 16:11:32.782832 [ 3 ] {3464f296-c72f-4d6a-9b19-af753a529e38} <Debug> oximeter.measurements_histogrami16 (708ca76a-2126-476a-8d45-c56ac2e3459f): Loading data parts
526 2024.10.04 16:11:32.783108 [ 3 ] {3464f296-c72f-4d6a-9b19-af753a529e38} <Debug> oximeter.measurements_histogrami16 (708ca76a-2126-476a-8d45-c56ac2e3459f): There are no data parts
527 2024.10.04 16:11:32.794880 [ 3 ] {3464f296-c72f-4d6a-9b19-af753a529e38} <Debug> DynamicQueryHandler: Done processing query
528 2024.10.04 16:11:32.794907 [ 3 ] {} <Debug> HTTP-Session: 7d12f115-7811-46cc-b62e-d6efc345ce0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
529 2024.10.04 16:11:32.795119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
530 2024.10.04 16:11:32.795168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
531 2024.10.04 16:11:32.795187 [ 3 ] {} <Debug> HTTP-Session: 82865a37-aedf-447c-8c9c-3518cb3ebdde Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
532 2024.10.04 16:11:32.795277 [ 3 ] {} <Debug> HTTP-Session: 82865a37-aedf-447c-8c9c-3518cb3ebdde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
533 2024.10.04 16:11:32.795293 [ 3 ] {} <Debug> HTTP-Session: 82865a37-aedf-447c-8c9c-3518cb3ebdde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
534 2024.10.04 16:11:32.795325 [ 3 ] {} <Trace> HTTP-Session: 82865a37-aedf-447c-8c9c-3518cb3ebdde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2024.10.04 16:11:32.795657 [ 3 ] {df531fa0-11a4-494f-8e11-ab523f92e515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
536 2024.10.04 16:11:32.795786 [ 3 ] {df531fa0-11a4-494f-8e11-ab523f92e515} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
537 2024.10.04 16:11:32.811354 [ 3 ] {df531fa0-11a4-494f-8e11-ab523f92e515} <Debug> oximeter.measurements_histogramu16 (946a9edc-e1a4-42f3-9d48-69165431a30e): Loading data parts
538 2024.10.04 16:11:32.811567 [ 3 ] {df531fa0-11a4-494f-8e11-ab523f92e515} <Debug> oximeter.measurements_histogramu16 (946a9edc-e1a4-42f3-9d48-69165431a30e): There are no data parts
539 2024.10.04 16:11:32.824668 [ 3 ] {df531fa0-11a4-494f-8e11-ab523f92e515} <Debug> DynamicQueryHandler: Done processing query
540 2024.10.04 16:11:32.824700 [ 3 ] {} <Debug> HTTP-Session: 82865a37-aedf-447c-8c9c-3518cb3ebdde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
541 2024.10.04 16:11:32.824842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
542 2024.10.04 16:11:32.824985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
543 2024.10.04 16:11:32.825005 [ 3 ] {} <Debug> HTTP-Session: 54db2c0c-45a8-4328-a798-fa4bf20bdddf Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
544 2024.10.04 16:11:32.825022 [ 3 ] {} <Debug> HTTP-Session: 54db2c0c-45a8-4328-a798-fa4bf20bdddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
545 2024.10.04 16:11:32.825125 [ 3 ] {} <Debug> HTTP-Session: 54db2c0c-45a8-4328-a798-fa4bf20bdddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
546 2024.10.04 16:11:32.825161 [ 3 ] {} <Trace> HTTP-Session: 54db2c0c-45a8-4328-a798-fa4bf20bdddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2024.10.04 16:11:32.825415 [ 3 ] {23973a5b-dbdc-4a63-86fb-96bffb3bf0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
548 2024.10.04 16:11:32.825555 [ 3 ] {23973a5b-dbdc-4a63-86fb-96bffb3bf0d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
549 2024.10.04 16:11:32.828706 [ 3 ] {23973a5b-dbdc-4a63-86fb-96bffb3bf0d5} <Debug> oximeter.measurements_histogrami32 (81a2cf6f-1bd7-4951-a319-2b3d187b0f56): Loading data parts
550 2024.10.04 16:11:32.828961 [ 3 ] {23973a5b-dbdc-4a63-86fb-96bffb3bf0d5} <Debug> oximeter.measurements_histogrami32 (81a2cf6f-1bd7-4951-a319-2b3d187b0f56): There are no data parts
551 2024.10.04 16:11:32.852018 [ 3 ] {23973a5b-dbdc-4a63-86fb-96bffb3bf0d5} <Debug> DynamicQueryHandler: Done processing query
552 2024.10.04 16:11:32.852045 [ 3 ] {} <Debug> HTTP-Session: 54db2c0c-45a8-4328-a798-fa4bf20bdddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
553 2024.10.04 16:11:32.852277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
554 2024.10.04 16:11:32.852327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
555 2024.10.04 16:11:32.852347 [ 3 ] {} <Debug> HTTP-Session: aa74b820-0a03-4e63-8134-430c3710332e Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
556 2024.10.04 16:11:32.852445 [ 3 ] {} <Debug> HTTP-Session: aa74b820-0a03-4e63-8134-430c3710332e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
557 2024.10.04 16:11:32.852466 [ 3 ] {} <Debug> HTTP-Session: aa74b820-0a03-4e63-8134-430c3710332e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
558 2024.10.04 16:11:32.852497 [ 3 ] {} <Trace> HTTP-Session: aa74b820-0a03-4e63-8134-430c3710332e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2024.10.04 16:11:32.852826 [ 3 ] {30c8df21-1b4b-44b0-b7b6-76b82918fcbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
560 2024.10.04 16:11:32.852970 [ 3 ] {30c8df21-1b4b-44b0-b7b6-76b82918fcbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
561 2024.10.04 16:11:32.868313 [ 3 ] {30c8df21-1b4b-44b0-b7b6-76b82918fcbc} <Debug> oximeter.measurements_histogramu32 (680207ce-ce7e-4c64-9eab-bd2aaba96b6b): Loading data parts
562 2024.10.04 16:11:32.868529 [ 3 ] {30c8df21-1b4b-44b0-b7b6-76b82918fcbc} <Debug> oximeter.measurements_histogramu32 (680207ce-ce7e-4c64-9eab-bd2aaba96b6b): There are no data parts
563 2024.10.04 16:11:32.871950 [ 3 ] {30c8df21-1b4b-44b0-b7b6-76b82918fcbc} <Debug> DynamicQueryHandler: Done processing query
564 2024.10.04 16:11:32.871988 [ 3 ] {} <Debug> HTTP-Session: aa74b820-0a03-4e63-8134-430c3710332e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
565 2024.10.04 16:11:32.872128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
566 2024.10.04 16:11:32.872283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
567 2024.10.04 16:11:32.872307 [ 3 ] {} <Debug> HTTP-Session: 3629d9e2-9e20-4703-9d76-a7b42a77bd5d Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
568 2024.10.04 16:11:32.872323 [ 3 ] {} <Debug> HTTP-Session: 3629d9e2-9e20-4703-9d76-a7b42a77bd5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
569 2024.10.04 16:11:32.872412 [ 3 ] {} <Debug> HTTP-Session: 3629d9e2-9e20-4703-9d76-a7b42a77bd5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
570 2024.10.04 16:11:32.872448 [ 3 ] {} <Trace> HTTP-Session: 3629d9e2-9e20-4703-9d76-a7b42a77bd5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.10.04 16:11:32.872747 [ 3 ] {f83a3b27-9ed5-4ab8-8071-3ef702bbb003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
572 2024.10.04 16:11:32.872895 [ 3 ] {f83a3b27-9ed5-4ab8-8071-3ef702bbb003} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
573 2024.10.04 16:11:32.882219 [ 3 ] {f83a3b27-9ed5-4ab8-8071-3ef702bbb003} <Debug> oximeter.measurements_histogrami64 (5ec623e2-741f-4811-99a7-9365c44f620a): Loading data parts
574 2024.10.04 16:11:32.882538 [ 3 ] {f83a3b27-9ed5-4ab8-8071-3ef702bbb003} <Debug> oximeter.measurements_histogrami64 (5ec623e2-741f-4811-99a7-9365c44f620a): There are no data parts
575 2024.10.04 16:11:32.885158 [ 3 ] {f83a3b27-9ed5-4ab8-8071-3ef702bbb003} <Debug> DynamicQueryHandler: Done processing query
576 2024.10.04 16:11:32.885185 [ 3 ] {} <Debug> HTTP-Session: 3629d9e2-9e20-4703-9d76-a7b42a77bd5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
577 2024.10.04 16:11:32.885452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
578 2024.10.04 16:11:32.885504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
579 2024.10.04 16:11:32.885524 [ 3 ] {} <Debug> HTTP-Session: d1d9d8d6-714b-4c74-aaf7-047b39bb863a Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
580 2024.10.04 16:11:32.885638 [ 3 ] {} <Debug> HTTP-Session: d1d9d8d6-714b-4c74-aaf7-047b39bb863a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
581 2024.10.04 16:11:32.885659 [ 3 ] {} <Debug> HTTP-Session: d1d9d8d6-714b-4c74-aaf7-047b39bb863a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
582 2024.10.04 16:11:32.885694 [ 3 ] {} <Trace> HTTP-Session: d1d9d8d6-714b-4c74-aaf7-047b39bb863a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.10.04 16:11:32.886045 [ 3 ] {d944fa17-b383-46e7-b573-b8fa6ee2cb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
584 2024.10.04 16:11:32.886195 [ 3 ] {d944fa17-b383-46e7-b573-b8fa6ee2cb52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
585 2024.10.04 16:11:32.897883 [ 3 ] {d944fa17-b383-46e7-b573-b8fa6ee2cb52} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Loading data parts
586 2024.10.04 16:11:32.898068 [ 3 ] {d944fa17-b383-46e7-b573-b8fa6ee2cb52} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): There are no data parts
587 2024.10.04 16:11:32.910932 [ 3 ] {d944fa17-b383-46e7-b573-b8fa6ee2cb52} <Debug> DynamicQueryHandler: Done processing query
588 2024.10.04 16:11:32.910965 [ 3 ] {} <Debug> HTTP-Session: d1d9d8d6-714b-4c74-aaf7-047b39bb863a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
589 2024.10.04 16:11:32.911093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
590 2024.10.04 16:11:32.911223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
591 2024.10.04 16:11:32.911244 [ 3 ] {} <Debug> HTTP-Session: 23c611c8-5682-49bd-bd2f-5b70bad84339 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
592 2024.10.04 16:11:32.911261 [ 3 ] {} <Debug> HTTP-Session: 23c611c8-5682-49bd-bd2f-5b70bad84339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
593 2024.10.04 16:11:32.911352 [ 3 ] {} <Debug> HTTP-Session: 23c611c8-5682-49bd-bd2f-5b70bad84339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
594 2024.10.04 16:11:32.911386 [ 3 ] {} <Trace> HTTP-Session: 23c611c8-5682-49bd-bd2f-5b70bad84339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.10.04 16:11:32.911643 [ 3 ] {6b06dc7f-eb1c-4ac0-8edc-06e6800de050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
596 2024.10.04 16:11:32.911776 [ 3 ] {6b06dc7f-eb1c-4ac0-8edc-06e6800de050} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
597 2024.10.04 16:11:32.926443 [ 3 ] {6b06dc7f-eb1c-4ac0-8edc-06e6800de050} <Debug> oximeter.measurements_histogramf32 (4276a1ea-8115-4bd5-8908-4fa95e9e57b7): Loading data parts
598 2024.10.04 16:11:32.926656 [ 3 ] {6b06dc7f-eb1c-4ac0-8edc-06e6800de050} <Debug> oximeter.measurements_histogramf32 (4276a1ea-8115-4bd5-8908-4fa95e9e57b7): There are no data parts
599 2024.10.04 16:11:32.930678 [ 3 ] {6b06dc7f-eb1c-4ac0-8edc-06e6800de050} <Debug> DynamicQueryHandler: Done processing query
600 2024.10.04 16:11:32.930749 [ 3 ] {} <Debug> HTTP-Session: 23c611c8-5682-49bd-bd2f-5b70bad84339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
601 2024.10.04 16:11:32.930920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
602 2024.10.04 16:11:32.930969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
603 2024.10.04 16:11:32.931068 [ 3 ] {} <Debug> HTTP-Session: 52a7dc21-c612-49f1-9f86-e676a31790b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
604 2024.10.04 16:11:32.931087 [ 3 ] {} <Debug> HTTP-Session: 52a7dc21-c612-49f1-9f86-e676a31790b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2024.10.04 16:11:32.931100 [ 3 ] {} <Debug> HTTP-Session: 52a7dc21-c612-49f1-9f86-e676a31790b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
606 2024.10.04 16:11:32.931208 [ 3 ] {} <Trace> HTTP-Session: 52a7dc21-c612-49f1-9f86-e676a31790b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
607 2024.10.04 16:11:32.931460 [ 3 ] {bf78b47c-27f7-4988-b0c5-d53d0947f56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
608 2024.10.04 16:11:32.931589 [ 3 ] {bf78b47c-27f7-4988-b0c5-d53d0947f56e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
609 2024.10.04 16:11:32.943907 [ 3 ] {bf78b47c-27f7-4988-b0c5-d53d0947f56e} <Debug> oximeter.measurements_histogramf64 (0f97e424-b97a-46db-8937-aa937181aafd): Loading data parts
610 2024.10.04 16:11:32.944103 [ 3 ] {bf78b47c-27f7-4988-b0c5-d53d0947f56e} <Debug> oximeter.measurements_histogramf64 (0f97e424-b97a-46db-8937-aa937181aafd): There are no data parts
611 2024.10.04 16:11:32.957195 [ 3 ] {bf78b47c-27f7-4988-b0c5-d53d0947f56e} <Debug> DynamicQueryHandler: Done processing query
612 2024.10.04 16:11:32.957223 [ 3 ] {} <Debug> HTTP-Session: 52a7dc21-c612-49f1-9f86-e676a31790b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
613 2024.10.04 16:11:32.957352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
614 2024.10.04 16:11:32.957464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
615 2024.10.04 16:11:32.957485 [ 3 ] {} <Debug> HTTP-Session: b09d646e-8f95-46b4-aa06-cec827720407 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
616 2024.10.04 16:11:32.957501 [ 3 ] {} <Debug> HTTP-Session: b09d646e-8f95-46b4-aa06-cec827720407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
617 2024.10.04 16:11:32.957578 [ 3 ] {} <Debug> HTTP-Session: b09d646e-8f95-46b4-aa06-cec827720407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
618 2024.10.04 16:11:32.957611 [ 3 ] {} <Trace> HTTP-Session: b09d646e-8f95-46b4-aa06-cec827720407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
619 2024.10.04 16:11:32.957828 [ 3 ] {8a344c31-9a52-44d3-b3dc-91d38462d63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) /* The field tables store named dimensions of each timeseries.
620 *
621 * As with the measurement tables, there is one field table for each field data
622 * type. Fields are deduplicated by using the "replacing merge tree", though
623 * this behavior **must not** be relied upon for query correctness.
624 *
625 * The index for the fields differs from the measurements, however. Rows are
626 * sorted by timeseries name, then field name, field value, and finally
627 * timeseries key. This reflects the most common pattern for looking them up:
628 * by field name and possibly value, within a timeseries. The resulting keys are
629 * usually then used to look up measurements.
630 *
631 * NOTE: We may want to consider a secondary index on these tables, sorting by
632 * timeseries name and then key, since it would improve lookups where one
633 * already has the key. Realistically though, these tables are quite small and
634 * so performance benefits will be low in absolute terms.
635 *
636 * TTL: We use a materialized column to expire old field table records. This
637 * column is generated automatically by the database whenever a new row is
638 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
639 * query. Since these tables are `ReplacingMergeTree`s, that means the last
640 * record will remain during a deduplication, which will have the last
641 * timestamp. ClickHouse will then expire old data for us, similar to the
642 * measurement tables.
643 */
644 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)
645 2024.10.04 16:11:32.957947 [ 3 ] {8a344c31-9a52-44d3-b3dc-91d38462d63d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
646 2024.10.04 16:11:32.970569 [ 3 ] {8a344c31-9a52-44d3-b3dc-91d38462d63d} <Debug> oximeter.fields_bool (cfc52014-307f-489b-9a00-4aef575a72d2): Loading data parts
647 2024.10.04 16:11:32.970804 [ 3 ] {8a344c31-9a52-44d3-b3dc-91d38462d63d} <Debug> oximeter.fields_bool (cfc52014-307f-489b-9a00-4aef575a72d2): There are no data parts
648 2024.10.04 16:11:32.972718 [ 3 ] {8a344c31-9a52-44d3-b3dc-91d38462d63d} <Debug> DynamicQueryHandler: Done processing query
649 2024.10.04 16:11:32.972743 [ 3 ] {} <Debug> HTTP-Session: b09d646e-8f95-46b4-aa06-cec827720407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2024.10.04 16:11:32.972968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
651 2024.10.04 16:11:32.973021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
652 2024.10.04 16:11:32.973039 [ 3 ] {} <Debug> HTTP-Session: ec5d5c33-31a9-4a9c-8e6b-c3f8da0af3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
653 2024.10.04 16:11:32.973140 [ 3 ] {} <Debug> HTTP-Session: ec5d5c33-31a9-4a9c-8e6b-c3f8da0af3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
654 2024.10.04 16:11:32.973157 [ 3 ] {} <Debug> HTTP-Session: ec5d5c33-31a9-4a9c-8e6b-c3f8da0af3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
655 2024.10.04 16:11:32.973188 [ 3 ] {} <Trace> HTTP-Session: ec5d5c33-31a9-4a9c-8e6b-c3f8da0af3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
656 2024.10.04 16:11:32.973450 [ 3 ] {2e1f0860-d66c-4848-981d-9d42adfbe119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
657 2024.10.04 16:11:32.973567 [ 3 ] {2e1f0860-d66c-4848-981d-9d42adfbe119} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
658 2024.10.04 16:11:32.987771 [ 3 ] {2e1f0860-d66c-4848-981d-9d42adfbe119} <Debug> oximeter.fields_i8 (29c1587d-921a-4894-9ac2-fa26209eb266): Loading data parts
659 2024.10.04 16:11:32.987949 [ 3 ] {2e1f0860-d66c-4848-981d-9d42adfbe119} <Debug> oximeter.fields_i8 (29c1587d-921a-4894-9ac2-fa26209eb266): There are no data parts
660 2024.10.04 16:11:32.990256 [ 3 ] {2e1f0860-d66c-4848-981d-9d42adfbe119} <Debug> DynamicQueryHandler: Done processing query
661 2024.10.04 16:11:32.990281 [ 3 ] {} <Debug> HTTP-Session: ec5d5c33-31a9-4a9c-8e6b-c3f8da0af3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.10.04 16:11:32.990411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
663 2024.10.04 16:11:32.990540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
664 2024.10.04 16:11:32.990561 [ 3 ] {} <Debug> HTTP-Session: 337f180f-e646-4d4b-b2ff-e3d19f020357 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
665 2024.10.04 16:11:32.990576 [ 3 ] {} <Debug> HTTP-Session: 337f180f-e646-4d4b-b2ff-e3d19f020357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
666 2024.10.04 16:11:32.990659 [ 3 ] {} <Debug> HTTP-Session: 337f180f-e646-4d4b-b2ff-e3d19f020357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
667 2024.10.04 16:11:32.990691 [ 3 ] {} <Trace> HTTP-Session: 337f180f-e646-4d4b-b2ff-e3d19f020357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
668 2024.10.04 16:11:32.990871 [ 3 ] {0b45f6a6-62af-48b3-8602-e6b9c5a39c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
669 2024.10.04 16:11:32.990985 [ 3 ] {0b45f6a6-62af-48b3-8602-e6b9c5a39c17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
670 2024.10.04 16:11:33.000161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.34 MiB, peak 121.35 MiB, free memory in arenas 0.00 B, will set to 130.32 MiB (RSS), difference: 8.97 MiB
671 2024.10.04 16:11:33.001495 [ 3 ] {0b45f6a6-62af-48b3-8602-e6b9c5a39c17} <Debug> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Loading data parts
672 2024.10.04 16:11:33.001695 [ 3 ] {0b45f6a6-62af-48b3-8602-e6b9c5a39c17} <Debug> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): There are no data parts
673 2024.10.04 16:11:33.004702 [ 3 ] {0b45f6a6-62af-48b3-8602-e6b9c5a39c17} <Debug> DynamicQueryHandler: Done processing query
674 2024.10.04 16:11:33.004735 [ 3 ] {} <Debug> HTTP-Session: 337f180f-e646-4d4b-b2ff-e3d19f020357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
675 2024.10.04 16:11:33.004877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
676 2024.10.04 16:11:33.005019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
677 2024.10.04 16:11:33.005040 [ 3 ] {} <Debug> HTTP-Session: 4010a320-a6b3-4f1a-a0c3-06a5d32f55ae Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
678 2024.10.04 16:11:33.005060 [ 3 ] {} <Debug> HTTP-Session: 4010a320-a6b3-4f1a-a0c3-06a5d32f55ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
679 2024.10.04 16:11:33.005149 [ 3 ] {} <Debug> HTTP-Session: 4010a320-a6b3-4f1a-a0c3-06a5d32f55ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
680 2024.10.04 16:11:33.005183 [ 3 ] {} <Trace> HTTP-Session: 4010a320-a6b3-4f1a-a0c3-06a5d32f55ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
681 2024.10.04 16:11:33.005361 [ 3 ] {d3e5c488-dbdf-4aa6-b8a5-c87209a65de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
682 2024.10.04 16:11:33.005472 [ 3 ] {d3e5c488-dbdf-4aa6-b8a5-c87209a65de8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
683 2024.10.04 16:11:33.018056 [ 3 ] {d3e5c488-dbdf-4aa6-b8a5-c87209a65de8} <Debug> oximeter.fields_i16 (a850e501-a870-4a43-8326-2f8cb9199b3e): Loading data parts
684 2024.10.04 16:11:33.018231 [ 3 ] {d3e5c488-dbdf-4aa6-b8a5-c87209a65de8} <Debug> oximeter.fields_i16 (a850e501-a870-4a43-8326-2f8cb9199b3e): There are no data parts
685 2024.10.04 16:11:33.031502 [ 3 ] {d3e5c488-dbdf-4aa6-b8a5-c87209a65de8} <Debug> DynamicQueryHandler: Done processing query
686 2024.10.04 16:11:33.031528 [ 3 ] {} <Debug> HTTP-Session: 4010a320-a6b3-4f1a-a0c3-06a5d32f55ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2024.10.04 16:11:33.031755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
688 2024.10.04 16:11:33.031808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
689 2024.10.04 16:11:33.031917 [ 3 ] {} <Debug> HTTP-Session: dd262fc6-39bf-4b7e-a72a-1916317f4095 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
690 2024.10.04 16:11:33.031936 [ 3 ] {} <Debug> HTTP-Session: dd262fc6-39bf-4b7e-a72a-1916317f4095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2024.10.04 16:11:33.031950 [ 3 ] {} <Debug> HTTP-Session: dd262fc6-39bf-4b7e-a72a-1916317f4095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
692 2024.10.04 16:11:33.032060 [ 3 ] {} <Trace> HTTP-Session: dd262fc6-39bf-4b7e-a72a-1916317f4095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
693 2024.10.04 16:11:33.032243 [ 3 ] {17a547b8-92e9-4f5c-81b2-18ba205d8859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
694 2024.10.04 16:11:33.032363 [ 3 ] {17a547b8-92e9-4f5c-81b2-18ba205d8859} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
695 2024.10.04 16:11:33.046586 [ 3 ] {17a547b8-92e9-4f5c-81b2-18ba205d8859} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Loading data parts
696 2024.10.04 16:11:33.046814 [ 3 ] {17a547b8-92e9-4f5c-81b2-18ba205d8859} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): There are no data parts
697 2024.10.04 16:11:33.059796 [ 3 ] {17a547b8-92e9-4f5c-81b2-18ba205d8859} <Debug> DynamicQueryHandler: Done processing query
698 2024.10.04 16:11:33.059822 [ 3 ] {} <Debug> HTTP-Session: dd262fc6-39bf-4b7e-a72a-1916317f4095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.10.04 16:11:33.059945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
700 2024.10.04 16:11:33.060064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
701 2024.10.04 16:11:33.060086 [ 3 ] {} <Debug> HTTP-Session: be699d59-2fa9-49d0-9db6-b513dc0be08c Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
702 2024.10.04 16:11:33.060103 [ 3 ] {} <Debug> HTTP-Session: be699d59-2fa9-49d0-9db6-b513dc0be08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
703 2024.10.04 16:11:33.060185 [ 3 ] {} <Debug> HTTP-Session: be699d59-2fa9-49d0-9db6-b513dc0be08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2024.10.04 16:11:33.060218 [ 3 ] {} <Trace> HTTP-Session: be699d59-2fa9-49d0-9db6-b513dc0be08c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2024.10.04 16:11:33.060459 [ 3 ] {53a4a0e3-3f54-41ee-a2d9-7af02a472992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
706 2024.10.04 16:11:33.060504 [ 3 ] {53a4a0e3-3f54-41ee-a2d9-7af02a472992} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
707 2024.10.04 16:11:33.074929 [ 3 ] {53a4a0e3-3f54-41ee-a2d9-7af02a472992} <Debug> oximeter.fields_i32 (9242fab1-86b0-4b5a-b3ff-6ed0d5358b25): Loading data parts
708 2024.10.04 16:11:33.075127 [ 3 ] {53a4a0e3-3f54-41ee-a2d9-7af02a472992} <Debug> oximeter.fields_i32 (9242fab1-86b0-4b5a-b3ff-6ed0d5358b25): There are no data parts
709 2024.10.04 16:11:33.087296 [ 3 ] {53a4a0e3-3f54-41ee-a2d9-7af02a472992} <Debug> DynamicQueryHandler: Done processing query
710 2024.10.04 16:11:33.087403 [ 3 ] {} <Debug> HTTP-Session: be699d59-2fa9-49d0-9db6-b513dc0be08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
711 2024.10.04 16:11:33.087566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
712 2024.10.04 16:11:33.087626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
713 2024.10.04 16:11:33.087727 [ 3 ] {} <Debug> HTTP-Session: 6e01cdd1-64a6-418c-9dba-c33e2385e3ee Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
714 2024.10.04 16:11:33.087750 [ 3 ] {} <Debug> HTTP-Session: 6e01cdd1-64a6-418c-9dba-c33e2385e3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
715 2024.10.04 16:11:33.087768 [ 3 ] {} <Debug> HTTP-Session: 6e01cdd1-64a6-418c-9dba-c33e2385e3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
716 2024.10.04 16:11:33.087879 [ 3 ] {} <Trace> HTTP-Session: 6e01cdd1-64a6-418c-9dba-c33e2385e3ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2024.10.04 16:11:33.088074 [ 3 ] {506ac454-9428-4d47-ae12-d2f6f1ef805b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
718 2024.10.04 16:11:33.088191 [ 3 ] {506ac454-9428-4d47-ae12-d2f6f1ef805b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
719 2024.10.04 16:11:33.094966 [ 3 ] {506ac454-9428-4d47-ae12-d2f6f1ef805b} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Loading data parts
720 2024.10.04 16:11:33.095282 [ 3 ] {506ac454-9428-4d47-ae12-d2f6f1ef805b} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): There are no data parts
721 2024.10.04 16:11:33.102712 [ 3 ] {506ac454-9428-4d47-ae12-d2f6f1ef805b} <Debug> DynamicQueryHandler: Done processing query
722 2024.10.04 16:11:33.102745 [ 3 ] {} <Debug> HTTP-Session: 6e01cdd1-64a6-418c-9dba-c33e2385e3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
723 2024.10.04 16:11:33.102886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
724 2024.10.04 16:11:33.103037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
725 2024.10.04 16:11:33.103060 [ 3 ] {} <Debug> HTTP-Session: 1cc5818c-b7b6-4e83-83d8-ced8421701a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
726 2024.10.04 16:11:33.103155 [ 3 ] {} <Debug> HTTP-Session: 1cc5818c-b7b6-4e83-83d8-ced8421701a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
727 2024.10.04 16:11:33.103172 [ 3 ] {} <Debug> HTTP-Session: 1cc5818c-b7b6-4e83-83d8-ced8421701a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
728 2024.10.04 16:11:33.103202 [ 3 ] {} <Trace> HTTP-Session: 1cc5818c-b7b6-4e83-83d8-ced8421701a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
729 2024.10.04 16:11:33.103462 [ 3 ] {275bbb8d-5d1c-4398-82b1-9e0185924d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
730 2024.10.04 16:11:33.103576 [ 3 ] {275bbb8d-5d1c-4398-82b1-9e0185924d6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
731 2024.10.04 16:11:33.115220 [ 3 ] {275bbb8d-5d1c-4398-82b1-9e0185924d6d} <Debug> oximeter.fields_i64 (4f565e15-65b6-4184-90fc-bfef8e69eb69): Loading data parts
732 2024.10.04 16:11:33.115399 [ 3 ] {275bbb8d-5d1c-4398-82b1-9e0185924d6d} <Debug> oximeter.fields_i64 (4f565e15-65b6-4184-90fc-bfef8e69eb69): There are no data parts
733 2024.10.04 16:11:33.117835 [ 3 ] {275bbb8d-5d1c-4398-82b1-9e0185924d6d} <Debug> DynamicQueryHandler: Done processing query
734 2024.10.04 16:11:33.117907 [ 3 ] {} <Debug> HTTP-Session: 1cc5818c-b7b6-4e83-83d8-ced8421701a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2024.10.04 16:11:33.118033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
736 2024.10.04 16:11:33.118117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
737 2024.10.04 16:11:33.118140 [ 3 ] {} <Debug> HTTP-Session: 4dfe7258-e9fd-4c4c-8cc3-297ff18f825f Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
738 2024.10.04 16:11:33.118156 [ 3 ] {} <Debug> HTTP-Session: 4dfe7258-e9fd-4c4c-8cc3-297ff18f825f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2024.10.04 16:11:33.118170 [ 3 ] {} <Debug> HTTP-Session: 4dfe7258-e9fd-4c4c-8cc3-297ff18f825f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.10.04 16:11:33.118234 [ 3 ] {} <Trace> HTTP-Session: 4dfe7258-e9fd-4c4c-8cc3-297ff18f825f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
741 2024.10.04 16:11:33.118418 [ 3 ] {de71220c-e2d0-4397-8370-bb9a4a1d8fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
742 2024.10.04 16:11:33.118502 [ 3 ] {de71220c-e2d0-4397-8370-bb9a4a1d8fbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
743 2024.10.04 16:11:33.132742 [ 3 ] {de71220c-e2d0-4397-8370-bb9a4a1d8fbe} <Debug> oximeter.fields_u64 (0a9aaab7-e161-4b16-b886-e68ade083f21): Loading data parts
744 2024.10.04 16:11:33.132955 [ 3 ] {de71220c-e2d0-4397-8370-bb9a4a1d8fbe} <Debug> oximeter.fields_u64 (0a9aaab7-e161-4b16-b886-e68ade083f21): There are no data parts
745 2024.10.04 16:11:33.136491 [ 3 ] {de71220c-e2d0-4397-8370-bb9a4a1d8fbe} <Debug> DynamicQueryHandler: Done processing query
746 2024.10.04 16:11:33.136520 [ 3 ] {} <Debug> HTTP-Session: 4dfe7258-e9fd-4c4c-8cc3-297ff18f825f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
747 2024.10.04 16:11:33.136666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
748 2024.10.04 16:11:33.136723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
749 2024.10.04 16:11:33.136743 [ 3 ] {} <Debug> HTTP-Session: f502c1d0-4e46-438d-a2d5-922b4b64de2f Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
750 2024.10.04 16:11:33.136761 [ 3 ] {} <Debug> HTTP-Session: f502c1d0-4e46-438d-a2d5-922b4b64de2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.10.04 16:11:33.136776 [ 3 ] {} <Debug> HTTP-Session: f502c1d0-4e46-438d-a2d5-922b4b64de2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.10.04 16:11:33.136813 [ 3 ] {} <Trace> HTTP-Session: f502c1d0-4e46-438d-a2d5-922b4b64de2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2024.10.04 16:11:33.137012 [ 3 ] {0c7fe0ca-c8fe-4ad4-b02b-5c4b43dacf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
754 2024.10.04 16:11:33.137063 [ 3 ] {0c7fe0ca-c8fe-4ad4-b02b-5c4b43dacf73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
755 2024.10.04 16:11:33.146367 [ 3 ] {0c7fe0ca-c8fe-4ad4-b02b-5c4b43dacf73} <Debug> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Loading data parts
756 2024.10.04 16:11:33.146577 [ 3 ] {0c7fe0ca-c8fe-4ad4-b02b-5c4b43dacf73} <Debug> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): There are no data parts
757 2024.10.04 16:11:33.149603 [ 3 ] {0c7fe0ca-c8fe-4ad4-b02b-5c4b43dacf73} <Debug> DynamicQueryHandler: Done processing query
758 2024.10.04 16:11:33.149634 [ 3 ] {} <Debug> HTTP-Session: f502c1d0-4e46-438d-a2d5-922b4b64de2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
759 2024.10.04 16:11:33.149773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
760 2024.10.04 16:11:33.149833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
761 2024.10.04 16:11:33.149856 [ 3 ] {} <Debug> HTTP-Session: 775c002a-d773-417c-8b42-a15b0031d69c Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
762 2024.10.04 16:11:33.149876 [ 3 ] {} <Debug> HTTP-Session: 775c002a-d773-417c-8b42-a15b0031d69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
763 2024.10.04 16:11:33.149894 [ 3 ] {} <Debug> HTTP-Session: 775c002a-d773-417c-8b42-a15b0031d69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
764 2024.10.04 16:11:33.149934 [ 3 ] {} <Trace> HTTP-Session: 775c002a-d773-417c-8b42-a15b0031d69c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
765 2024.10.04 16:11:33.150119 [ 3 ] {0d6a07d7-2c9f-4fd0-8600-b64ee1fb605f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
766 2024.10.04 16:11:33.150164 [ 3 ] {0d6a07d7-2c9f-4fd0-8600-b64ee1fb605f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
767 2024.10.04 16:11:33.162703 [ 3 ] {0d6a07d7-2c9f-4fd0-8600-b64ee1fb605f} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Loading data parts
768 2024.10.04 16:11:33.162897 [ 3 ] {0d6a07d7-2c9f-4fd0-8600-b64ee1fb605f} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): There are no data parts
769 2024.10.04 16:11:33.165552 [ 3 ] {0d6a07d7-2c9f-4fd0-8600-b64ee1fb605f} <Debug> DynamicQueryHandler: Done processing query
770 2024.10.04 16:11:33.165579 [ 3 ] {} <Debug> HTTP-Session: 775c002a-d773-417c-8b42-a15b0031d69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
771 2024.10.04 16:11:33.165701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
772 2024.10.04 16:11:33.165752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
773 2024.10.04 16:11:33.165771 [ 3 ] {} <Debug> HTTP-Session: c40c4412-2605-4d28-ae71-59787f4f8280 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
774 2024.10.04 16:11:33.165787 [ 3 ] {} <Debug> HTTP-Session: c40c4412-2605-4d28-ae71-59787f4f8280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
775 2024.10.04 16:11:33.165801 [ 3 ] {} <Debug> HTTP-Session: c40c4412-2605-4d28-ae71-59787f4f8280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
776 2024.10.04 16:11:33.165833 [ 3 ] {} <Trace> HTTP-Session: c40c4412-2605-4d28-ae71-59787f4f8280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2024.10.04 16:11:33.166010 [ 3 ] {0698201c-847a-4c36-ac78-877fe21484e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) 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)
778 2024.10.04 16:11:33.166055 [ 3 ] {0698201c-847a-4c36-ac78-877fe21484e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
779 2024.10.04 16:11:33.176229 [ 3 ] {0698201c-847a-4c36-ac78-877fe21484e3} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Loading data parts
780 2024.10.04 16:11:33.176401 [ 3 ] {0698201c-847a-4c36-ac78-877fe21484e3} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): There are no data parts
781 2024.10.04 16:11:33.179728 [ 3 ] {0698201c-847a-4c36-ac78-877fe21484e3} <Debug> DynamicQueryHandler: Done processing query
782 2024.10.04 16:11:33.179754 [ 3 ] {} <Debug> HTTP-Session: c40c4412-2605-4d28-ae71-59787f4f8280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
783 2024.10.04 16:11:33.179882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
784 2024.10.04 16:11:33.179931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
785 2024.10.04 16:11:33.179951 [ 3 ] {} <Debug> HTTP-Session: babe7b27-cfca-48f7-a310-f8e99168b7f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
786 2024.10.04 16:11:33.179968 [ 3 ] {} <Debug> HTTP-Session: babe7b27-cfca-48f7-a310-f8e99168b7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
787 2024.10.04 16:11:33.179983 [ 3 ] {} <Debug> HTTP-Session: babe7b27-cfca-48f7-a310-f8e99168b7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
788 2024.10.04 16:11:33.180013 [ 3 ] {} <Trace> HTTP-Session: babe7b27-cfca-48f7-a310-f8e99168b7f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2024.10.04 16:11:33.180234 [ 3 ] {53633a0c-0f14-49d8-aafc-b94b4faa5718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) /* The timeseries schema table stores the extracted schema for the samples
790 * oximeter collects.
791 */
792 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)
793 2024.10.04 16:11:33.180295 [ 3 ] {53633a0c-0f14-49d8-aafc-b94b4faa5718} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
794 2024.10.04 16:11:33.192694 [ 3 ] {53633a0c-0f14-49d8-aafc-b94b4faa5718} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Loading data parts
795 2024.10.04 16:11:33.192867 [ 3 ] {53633a0c-0f14-49d8-aafc-b94b4faa5718} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): There are no data parts
796 2024.10.04 16:11:33.195274 [ 3 ] {53633a0c-0f14-49d8-aafc-b94b4faa5718} <Debug> DynamicQueryHandler: Done processing query
797 2024.10.04 16:11:33.195301 [ 3 ] {} <Debug> HTTP-Session: babe7b27-cfca-48f7-a310-f8e99168b7f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
798 2024.10.04 16:11:33.195429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62103, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
799 2024.10.04 16:11:33.195479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
800 2024.10.04 16:11:33.195499 [ 3 ] {} <Debug> HTTP-Session: 769c6ffd-cb2d-4584-9bda-bff6a5b136a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:62103
801 2024.10.04 16:11:33.195515 [ 3 ] {} <Debug> HTTP-Session: 769c6ffd-cb2d-4584-9bda-bff6a5b136a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
802 2024.10.04 16:11:33.195529 [ 3 ] {} <Debug> HTTP-Session: 769c6ffd-cb2d-4584-9bda-bff6a5b136a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
803 2024.10.04 16:11:33.195566 [ 3 ] {} <Trace> HTTP-Session: 769c6ffd-cb2d-4584-9bda-bff6a5b136a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2024.10.04 16:11:33.195736 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62103) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
805 2024.10.04 16:11:33.196986 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
806 2024.10.04 16:11:33.206045 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Trace> oximeter.version (cca0945e-807e-4bf9-a5c7-1cf0247a9b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
807 2024.10.04 16:11:33.206086 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
808 2024.10.04 16:11:33.211096 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
809 2024.10.04 16:11:33.212374 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Trace> oximeter.version (cca0945e-807e-4bf9-a5c7-1cf0247a9b0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
810 2024.10.04 16:11:33.212662 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016999 sec., 58.82698982293076 rows/sec., 941.23 B/sec.
811 2024.10.04 16:11:33.212842 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Debug> DynamicQueryHandler: Done processing query
812 2024.10.04 16:11:33.212867 [ 3 ] {7a0853e0-25c0-45d8-9f02-accb1ec44e36} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
813 2024.10.04 16:11:33.212883 [ 3 ] {} <Debug> HTTP-Session: 769c6ffd-cb2d-4584-9bda-bff6a5b136a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
814 2024.10.04 16:11:34.000162 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 130.42 MiB, peak 135.54 MiB, free memory in arenas 0.00 B, will set to 133.77 MiB (RSS), difference: 3.36 MiB
815 2024.10.04 16:11:37.639313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
816 2024.10.04 16:11:37.639435 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
817 2024.10.04 16:11:37.646103 [ 242 ] {} <Debug> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Loading data parts
818 2024.10.04 16:11:37.646308 [ 242 ] {} <Debug> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): There are no data parts
819 2024.10.04 16:11:37.668426 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2024.10.04 16:11:37.668469 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
821 2024.10.04 16:11:37.670886 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
822 2024.10.04 16:11:37.672110 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
823 2024.10.04 16:11:37.672594 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
824 2024.10.04 16:11:38.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.03 MiB, peak 138.03 MiB, free memory in arenas 0.00 B, will set to 134.97 MiB (RSS), difference: -3.06 MiB
825 2024.10.04 16:11:42.612630 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
826 2024.10.04 16:11:42.612692 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
827 2024.10.04 16:11:43.217377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
828 2024.10.04 16:11:43.217502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
829 2024.10.04 16:11:43.217532 [ 3 ] {} <Debug> HTTP-Session: 2c303ec1-195f-4d38-b9b1-5b7c3d36ef48 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
830 2024.10.04 16:11:43.217561 [ 3 ] {} <Debug> HTTP-Session: 2c303ec1-195f-4d38-b9b1-5b7c3d36ef48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
831 2024.10.04 16:11:43.217579 [ 3 ] {} <Debug> HTTP-Session: 2c303ec1-195f-4d38-b9b1-5b7c3d36ef48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
832 2024.10.04 16:11:43.217638 [ 3 ] {} <Trace> HTTP-Session: 2c303ec1-195f-4d38-b9b1-5b7c3d36ef48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2024.10.04 16:11:43.217839 [ 3 ] {23a4a457-ed51-4699-b6d3-71f7ce885428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete)
834 2024.10.04 16:11:43.218284 [ 3 ] {23a4a457-ed51-4699-b6d3-71f7ce885428} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2024.10.04 16:11:43.218519 [ 3 ] {23a4a457-ed51-4699-b6d3-71f7ce885428} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2024.10.04 16:11:43.220666 [ 3 ] {23a4a457-ed51-4699-b6d3-71f7ce885428} <Debug> DynamicQueryHandler: Done processing query
837 2024.10.04 16:11:43.220694 [ 3 ] {23a4a457-ed51-4699-b6d3-71f7ce885428} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
838 2024.10.04 16:11:43.220712 [ 3 ] {} <Debug> HTTP-Session: 2c303ec1-195f-4d38-b9b1-5b7c3d36ef48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
839 2024.10.04 16:11:43.229272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
840 2024.10.04 16:11:43.229324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
841 2024.10.04 16:11:43.229345 [ 3 ] {} <Debug> HTTP-Session: 90d4b421-ebe4-4fae-96f0-d93793336cee Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
842 2024.10.04 16:11:43.229366 [ 3 ] {} <Debug> HTTP-Session: 90d4b421-ebe4-4fae-96f0-d93793336cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
843 2024.10.04 16:11:43.229385 [ 3 ] {} <Debug> HTTP-Session: 90d4b421-ebe4-4fae-96f0-d93793336cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
844 2024.10.04 16:11:43.229425 [ 3 ] {} <Trace> HTTP-Session: 90d4b421-ebe4-4fae-96f0-d93793336cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2024.10.04 16:11:43.229597 [ 3 ] {6cb40e0f-a78c-4d1a-adfb-2ba55e3d8e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
846 2024.10.04 16:11:43.231392 [ 3 ] {6cb40e0f-a78c-4d1a-adfb-2ba55e3d8e02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2024.10.04 16:11:43.231447 [ 3 ] {6cb40e0f-a78c-4d1a-adfb-2ba55e3d8e02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
848 2024.10.04 16:11:43.232475 [ 3 ] {6cb40e0f-a78c-4d1a-adfb-2ba55e3d8e02} <Debug> DynamicQueryHandler: Done processing query
849 2024.10.04 16:11:43.232501 [ 3 ] {6cb40e0f-a78c-4d1a-adfb-2ba55e3d8e02} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
850 2024.10.04 16:11:43.232518 [ 3 ] {} <Debug> HTTP-Session: 90d4b421-ebe4-4fae-96f0-d93793336cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
851 2024.10.04 16:11:43.234826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
852 2024.10.04 16:11:43.234923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
853 2024.10.04 16:11:43.234963 [ 3 ] {} <Debug> HTTP-Session: 6521708a-c023-4f8d-97c2-4da7fe2f354d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
854 2024.10.04 16:11:43.234996 [ 3 ] {} <Debug> HTTP-Session: 6521708a-c023-4f8d-97c2-4da7fe2f354d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
855 2024.10.04 16:11:43.235024 [ 3 ] {} <Debug> HTTP-Session: 6521708a-c023-4f8d-97c2-4da7fe2f354d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
856 2024.10.04 16:11:43.235087 [ 3 ] {} <Trace> HTTP-Session: 6521708a-c023-4f8d-97c2-4da7fe2f354d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
857 2024.10.04 16:11:43.235330 [ 3 ] {1f148d04-1f9a-44b1-a20f-11a627ff3866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete)
858 2024.10.04 16:11:43.235735 [ 3 ] {1f148d04-1f9a-44b1-a20f-11a627ff3866} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
859 2024.10.04 16:11:43.235787 [ 3 ] {1f148d04-1f9a-44b1-a20f-11a627ff3866} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
860 2024.10.04 16:11:43.236896 [ 3 ] {1f148d04-1f9a-44b1-a20f-11a627ff3866} <Debug> DynamicQueryHandler: Done processing query
861 2024.10.04 16:11:43.236922 [ 3 ] {1f148d04-1f9a-44b1-a20f-11a627ff3866} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
862 2024.10.04 16:11:43.236940 [ 3 ] {} <Debug> HTTP-Session: 6521708a-c023-4f8d-97c2-4da7fe2f354d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
863 2024.10.04 16:11:43.237162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
864 2024.10.04 16:11:43.237211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
865 2024.10.04 16:11:43.237232 [ 3 ] {} <Debug> HTTP-Session: 5b9b7d49-b17e-4fd5-a27a-ed08c4bb061d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
866 2024.10.04 16:11:43.237249 [ 3 ] {} <Debug> HTTP-Session: 5b9b7d49-b17e-4fd5-a27a-ed08c4bb061d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
867 2024.10.04 16:11:43.237263 [ 3 ] {} <Debug> HTTP-Session: 5b9b7d49-b17e-4fd5-a27a-ed08c4bb061d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
868 2024.10.04 16:11:43.237295 [ 3 ] {} <Trace> HTTP-Session: 5b9b7d49-b17e-4fd5-a27a-ed08c4bb061d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2024.10.04 16:11:43.237419 [ 3 ] {860ef32c-1760-4ef5-bd90-b5ddf571b8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
870 2024.10.04 16:11:43.237739 [ 3 ] {860ef32c-1760-4ef5-bd90-b5ddf571b8a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2024.10.04 16:11:43.237791 [ 3 ] {860ef32c-1760-4ef5-bd90-b5ddf571b8a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2024.10.04 16:11:43.238787 [ 3 ] {860ef32c-1760-4ef5-bd90-b5ddf571b8a6} <Debug> DynamicQueryHandler: Done processing query
873 2024.10.04 16:11:43.238812 [ 3 ] {860ef32c-1760-4ef5-bd90-b5ddf571b8a6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
874 2024.10.04 16:11:43.238828 [ 3 ] {} <Debug> HTTP-Session: 5b9b7d49-b17e-4fd5-a27a-ed08c4bb061d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
875 2024.10.04 16:11:43.239266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
876 2024.10.04 16:11:43.239313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
877 2024.10.04 16:11:43.239334 [ 3 ] {} <Debug> HTTP-Session: 133642d9-461e-47a8-9d9d-6616778e9006 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
878 2024.10.04 16:11:43.239351 [ 3 ] {} <Debug> HTTP-Session: 133642d9-461e-47a8-9d9d-6616778e9006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
879 2024.10.04 16:11:43.239366 [ 3 ] {} <Debug> HTTP-Session: 133642d9-461e-47a8-9d9d-6616778e9006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
880 2024.10.04 16:11:43.239398 [ 3 ] {} <Trace> HTTP-Session: 133642d9-461e-47a8-9d9d-6616778e9006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2024.10.04 16:11:43.239519 [ 3 ] {a02d98d0-346b-4a7c-a7e6-107457b5a80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
882 2024.10.04 16:11:43.239840 [ 3 ] {a02d98d0-346b-4a7c-a7e6-107457b5a80a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
883 2024.10.04 16:11:43.239891 [ 3 ] {a02d98d0-346b-4a7c-a7e6-107457b5a80a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
884 2024.10.04 16:11:43.240928 [ 3 ] {a02d98d0-346b-4a7c-a7e6-107457b5a80a} <Debug> DynamicQueryHandler: Done processing query
885 2024.10.04 16:11:43.240955 [ 3 ] {a02d98d0-346b-4a7c-a7e6-107457b5a80a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
886 2024.10.04 16:11:43.240971 [ 3 ] {} <Debug> HTTP-Session: 133642d9-461e-47a8-9d9d-6616778e9006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
887 2024.10.04 16:11:43.241155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
888 2024.10.04 16:11:43.241204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
889 2024.10.04 16:11:43.241225 [ 3 ] {} <Debug> HTTP-Session: 22c17bb6-df6b-4b0f-8a93-441ef0d7b1d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
890 2024.10.04 16:11:43.241241 [ 3 ] {} <Debug> HTTP-Session: 22c17bb6-df6b-4b0f-8a93-441ef0d7b1d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
891 2024.10.04 16:11:43.241256 [ 3 ] {} <Debug> HTTP-Session: 22c17bb6-df6b-4b0f-8a93-441ef0d7b1d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
892 2024.10.04 16:11:43.241288 [ 3 ] {} <Trace> HTTP-Session: 22c17bb6-df6b-4b0f-8a93-441ef0d7b1d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
893 2024.10.04 16:11:43.241412 [ 3 ] {ea010fa6-bf5d-4af2-8119-48f2ca001cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
894 2024.10.04 16:11:43.241736 [ 3 ] {ea010fa6-bf5d-4af2-8119-48f2ca001cff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
895 2024.10.04 16:11:43.241789 [ 3 ] {ea010fa6-bf5d-4af2-8119-48f2ca001cff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
896 2024.10.04 16:11:43.242811 [ 3 ] {ea010fa6-bf5d-4af2-8119-48f2ca001cff} <Debug> DynamicQueryHandler: Done processing query
897 2024.10.04 16:11:43.242837 [ 3 ] {ea010fa6-bf5d-4af2-8119-48f2ca001cff} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
898 2024.10.04 16:11:43.242853 [ 3 ] {} <Debug> HTTP-Session: 22c17bb6-df6b-4b0f-8a93-441ef0d7b1d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
899 2024.10.04 16:11:43.243078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
900 2024.10.04 16:11:43.243126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
901 2024.10.04 16:11:43.243146 [ 3 ] {} <Debug> HTTP-Session: 8dc63cb0-cea3-4d52-adf1-caeaadea766d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
902 2024.10.04 16:11:43.243164 [ 3 ] {} <Debug> HTTP-Session: 8dc63cb0-cea3-4d52-adf1-caeaadea766d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
903 2024.10.04 16:11:43.243179 [ 3 ] {} <Debug> HTTP-Session: 8dc63cb0-cea3-4d52-adf1-caeaadea766d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
904 2024.10.04 16:11:43.243210 [ 3 ] {} <Trace> HTTP-Session: 8dc63cb0-cea3-4d52-adf1-caeaadea766d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2024.10.04 16:11:43.243335 [ 3 ] {42d83438-fd6d-4d3e-95c8-84affe26f3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
906 2024.10.04 16:11:43.243668 [ 3 ] {42d83438-fd6d-4d3e-95c8-84affe26f3aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
907 2024.10.04 16:11:43.243721 [ 3 ] {42d83438-fd6d-4d3e-95c8-84affe26f3aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
908 2024.10.04 16:11:43.244643 [ 3 ] {42d83438-fd6d-4d3e-95c8-84affe26f3aa} <Debug> DynamicQueryHandler: Done processing query
909 2024.10.04 16:11:43.244669 [ 3 ] {42d83438-fd6d-4d3e-95c8-84affe26f3aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
910 2024.10.04 16:11:43.244686 [ 3 ] {} <Debug> HTTP-Session: 8dc63cb0-cea3-4d52-adf1-caeaadea766d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
911 2024.10.04 16:11:43.244895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
912 2024.10.04 16:11:43.244942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
913 2024.10.04 16:11:43.244962 [ 3 ] {} <Debug> HTTP-Session: 9b0557cc-9c76-4ff5-865e-87af19f4da0b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
914 2024.10.04 16:11:43.244980 [ 3 ] {} <Debug> HTTP-Session: 9b0557cc-9c76-4ff5-865e-87af19f4da0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
915 2024.10.04 16:11:43.244995 [ 3 ] {} <Debug> HTTP-Session: 9b0557cc-9c76-4ff5-865e-87af19f4da0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
916 2024.10.04 16:11:43.245027 [ 3 ] {} <Trace> HTTP-Session: 9b0557cc-9c76-4ff5-865e-87af19f4da0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2024.10.04 16:11:43.245154 [ 3 ] {97257c4c-bc1f-4118-98e9-78a4de0359ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
918 2024.10.04 16:11:43.245491 [ 3 ] {97257c4c-bc1f-4118-98e9-78a4de0359ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
919 2024.10.04 16:11:43.245544 [ 3 ] {97257c4c-bc1f-4118-98e9-78a4de0359ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
920 2024.10.04 16:11:43.246489 [ 3 ] {97257c4c-bc1f-4118-98e9-78a4de0359ce} <Debug> DynamicQueryHandler: Done processing query
921 2024.10.04 16:11:43.246515 [ 3 ] {97257c4c-bc1f-4118-98e9-78a4de0359ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
922 2024.10.04 16:11:43.246531 [ 3 ] {} <Debug> HTTP-Session: 9b0557cc-9c76-4ff5-865e-87af19f4da0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
923 2024.10.04 16:11:43.246728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
924 2024.10.04 16:11:43.246776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
925 2024.10.04 16:11:43.246796 [ 3 ] {} <Debug> HTTP-Session: 10f72d64-37b6-46eb-91cb-a68646ce9698 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
926 2024.10.04 16:11:43.246814 [ 3 ] {} <Debug> HTTP-Session: 10f72d64-37b6-46eb-91cb-a68646ce9698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
927 2024.10.04 16:11:43.246828 [ 3 ] {} <Debug> HTTP-Session: 10f72d64-37b6-46eb-91cb-a68646ce9698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
928 2024.10.04 16:11:43.246860 [ 3 ] {} <Trace> HTTP-Session: 10f72d64-37b6-46eb-91cb-a68646ce9698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
929 2024.10.04 16:11:43.246984 [ 3 ] {154bfcc8-e7a3-4e19-a574-c494d794cf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
930 2024.10.04 16:11:43.247323 [ 3 ] {154bfcc8-e7a3-4e19-a574-c494d794cf3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
931 2024.10.04 16:11:43.247376 [ 3 ] {154bfcc8-e7a3-4e19-a574-c494d794cf3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
932 2024.10.04 16:11:43.248368 [ 3 ] {154bfcc8-e7a3-4e19-a574-c494d794cf3d} <Debug> DynamicQueryHandler: Done processing query
933 2024.10.04 16:11:43.248394 [ 3 ] {154bfcc8-e7a3-4e19-a574-c494d794cf3d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
934 2024.10.04 16:11:43.248410 [ 3 ] {} <Debug> HTTP-Session: 10f72d64-37b6-46eb-91cb-a68646ce9698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
935 2024.10.04 16:11:43.248615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
936 2024.10.04 16:11:43.248663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
937 2024.10.04 16:11:43.248684 [ 3 ] {} <Debug> HTTP-Session: e18d93be-9c36-4f0d-8884-c1a59ccefb92 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
938 2024.10.04 16:11:43.248701 [ 3 ] {} <Debug> HTTP-Session: e18d93be-9c36-4f0d-8884-c1a59ccefb92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
939 2024.10.04 16:11:43.248715 [ 3 ] {} <Debug> HTTP-Session: e18d93be-9c36-4f0d-8884-c1a59ccefb92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
940 2024.10.04 16:11:43.248748 [ 3 ] {} <Trace> HTTP-Session: e18d93be-9c36-4f0d-8884-c1a59ccefb92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
941 2024.10.04 16:11:43.248873 [ 3 ] {a4b55564-4733-4a90-bdd2-b8e4f807d1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
942 2024.10.04 16:11:43.249214 [ 3 ] {a4b55564-4733-4a90-bdd2-b8e4f807d1a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
943 2024.10.04 16:11:43.249266 [ 3 ] {a4b55564-4733-4a90-bdd2-b8e4f807d1a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
944 2024.10.04 16:11:43.250145 [ 3 ] {a4b55564-4733-4a90-bdd2-b8e4f807d1a1} <Debug> DynamicQueryHandler: Done processing query
945 2024.10.04 16:11:43.250171 [ 3 ] {a4b55564-4733-4a90-bdd2-b8e4f807d1a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
946 2024.10.04 16:11:43.250188 [ 3 ] {} <Debug> HTTP-Session: e18d93be-9c36-4f0d-8884-c1a59ccefb92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
947 2024.10.04 16:11:43.250381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
948 2024.10.04 16:11:43.250430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
949 2024.10.04 16:11:43.250450 [ 3 ] {} <Debug> HTTP-Session: e770404c-862a-4659-9e89-8c7b394f5cd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
950 2024.10.04 16:11:43.250467 [ 3 ] {} <Debug> HTTP-Session: e770404c-862a-4659-9e89-8c7b394f5cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
951 2024.10.04 16:11:43.250481 [ 3 ] {} <Debug> HTTP-Session: e770404c-862a-4659-9e89-8c7b394f5cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
952 2024.10.04 16:11:43.250513 [ 3 ] {} <Trace> HTTP-Session: e770404c-862a-4659-9e89-8c7b394f5cd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2024.10.04 16:11:43.250643 [ 3 ] {0d8c8b28-2045-44fd-b21c-78b4d57cf31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
954 2024.10.04 16:11:43.250987 [ 3 ] {0d8c8b28-2045-44fd-b21c-78b4d57cf31e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
955 2024.10.04 16:11:43.251039 [ 3 ] {0d8c8b28-2045-44fd-b21c-78b4d57cf31e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
956 2024.10.04 16:11:43.251958 [ 3 ] {0d8c8b28-2045-44fd-b21c-78b4d57cf31e} <Debug> DynamicQueryHandler: Done processing query
957 2024.10.04 16:11:43.251984 [ 3 ] {0d8c8b28-2045-44fd-b21c-78b4d57cf31e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
958 2024.10.04 16:11:43.252000 [ 3 ] {} <Debug> HTTP-Session: e770404c-862a-4659-9e89-8c7b394f5cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
959 2024.10.04 16:11:43.252199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
960 2024.10.04 16:11:43.252247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
961 2024.10.04 16:11:43.252266 [ 3 ] {} <Debug> HTTP-Session: 5335b2a7-2df8-4e9d-9623-e452b6719e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
962 2024.10.04 16:11:43.252283 [ 3 ] {} <Debug> HTTP-Session: 5335b2a7-2df8-4e9d-9623-e452b6719e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
963 2024.10.04 16:11:43.252298 [ 3 ] {} <Debug> HTTP-Session: 5335b2a7-2df8-4e9d-9623-e452b6719e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
964 2024.10.04 16:11:43.252329 [ 3 ] {} <Trace> HTTP-Session: 5335b2a7-2df8-4e9d-9623-e452b6719e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2024.10.04 16:11:43.252459 [ 3 ] {0a35590f-2422-455c-8ecc-d3167e74b639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
966 2024.10.04 16:11:43.252804 [ 3 ] {0a35590f-2422-455c-8ecc-d3167e74b639} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
967 2024.10.04 16:11:43.252856 [ 3 ] {0a35590f-2422-455c-8ecc-d3167e74b639} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
968 2024.10.04 16:11:43.253755 [ 3 ] {0a35590f-2422-455c-8ecc-d3167e74b639} <Debug> DynamicQueryHandler: Done processing query
969 2024.10.04 16:11:43.253780 [ 3 ] {0a35590f-2422-455c-8ecc-d3167e74b639} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
970 2024.10.04 16:11:43.253797 [ 3 ] {} <Debug> HTTP-Session: 5335b2a7-2df8-4e9d-9623-e452b6719e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
971 2024.10.04 16:11:43.253994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
972 2024.10.04 16:11:43.254042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
973 2024.10.04 16:11:43.254062 [ 3 ] {} <Debug> HTTP-Session: d6320d58-e316-40be-a13d-13d6a4a8dfc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
974 2024.10.04 16:11:43.254079 [ 3 ] {} <Debug> HTTP-Session: d6320d58-e316-40be-a13d-13d6a4a8dfc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
975 2024.10.04 16:11:43.254095 [ 3 ] {} <Debug> HTTP-Session: d6320d58-e316-40be-a13d-13d6a4a8dfc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
976 2024.10.04 16:11:43.254127 [ 3 ] {} <Trace> HTTP-Session: d6320d58-e316-40be-a13d-13d6a4a8dfc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
977 2024.10.04 16:11:43.254260 [ 3 ] {8ac06132-cc7a-4fd2-8683-c5f9f87db741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
978 2024.10.04 16:11:43.254613 [ 3 ] {8ac06132-cc7a-4fd2-8683-c5f9f87db741} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
979 2024.10.04 16:11:43.254667 [ 3 ] {8ac06132-cc7a-4fd2-8683-c5f9f87db741} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
980 2024.10.04 16:11:43.255620 [ 3 ] {8ac06132-cc7a-4fd2-8683-c5f9f87db741} <Debug> DynamicQueryHandler: Done processing query
981 2024.10.04 16:11:43.255647 [ 3 ] {8ac06132-cc7a-4fd2-8683-c5f9f87db741} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
982 2024.10.04 16:11:43.255664 [ 3 ] {} <Debug> HTTP-Session: d6320d58-e316-40be-a13d-13d6a4a8dfc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
983 2024.10.04 16:11:43.255852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
984 2024.10.04 16:11:43.255901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
985 2024.10.04 16:11:43.255921 [ 3 ] {} <Debug> HTTP-Session: dda9adb7-5c88-4874-830a-1924170b1fce Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
986 2024.10.04 16:11:43.255938 [ 3 ] {} <Debug> HTTP-Session: dda9adb7-5c88-4874-830a-1924170b1fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
987 2024.10.04 16:11:43.255953 [ 3 ] {} <Debug> HTTP-Session: dda9adb7-5c88-4874-830a-1924170b1fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
988 2024.10.04 16:11:43.255984 [ 3 ] {} <Trace> HTTP-Session: dda9adb7-5c88-4874-830a-1924170b1fce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
989 2024.10.04 16:11:43.256117 [ 3 ] {c6223880-cc2c-41e1-a388-e70152320e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
990 2024.10.04 16:11:43.256473 [ 3 ] {c6223880-cc2c-41e1-a388-e70152320e10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
991 2024.10.04 16:11:43.256526 [ 3 ] {c6223880-cc2c-41e1-a388-e70152320e10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
992 2024.10.04 16:11:43.257489 [ 3 ] {c6223880-cc2c-41e1-a388-e70152320e10} <Debug> DynamicQueryHandler: Done processing query
993 2024.10.04 16:11:43.257514 [ 3 ] {c6223880-cc2c-41e1-a388-e70152320e10} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
994 2024.10.04 16:11:43.257532 [ 3 ] {} <Debug> HTTP-Session: dda9adb7-5c88-4874-830a-1924170b1fce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
995 2024.10.04 16:11:43.257730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
996 2024.10.04 16:11:43.257779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
997 2024.10.04 16:11:43.257799 [ 3 ] {} <Debug> HTTP-Session: 02611a2e-be0a-4b37-9f3a-b54c87e2b4be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
998 2024.10.04 16:11:43.257815 [ 3 ] {} <Debug> HTTP-Session: 02611a2e-be0a-4b37-9f3a-b54c87e2b4be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
999 2024.10.04 16:11:43.257830 [ 3 ] {} <Debug> HTTP-Session: 02611a2e-be0a-4b37-9f3a-b54c87e2b4be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1000 2024.10.04 16:11:43.257862 [ 3 ] {} <Trace> HTTP-Session: 02611a2e-be0a-4b37-9f3a-b54c87e2b4be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1001 2024.10.04 16:11:43.258036 [ 3 ] {741225ec-473f-4d3a-bcc9-0f7cb6579576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1002 2024.10.04 16:11:43.258407 [ 3 ] {741225ec-473f-4d3a-bcc9-0f7cb6579576} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1003 2024.10.04 16:11:43.258460 [ 3 ] {741225ec-473f-4d3a-bcc9-0f7cb6579576} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1004 2024.10.04 16:11:43.259349 [ 3 ] {741225ec-473f-4d3a-bcc9-0f7cb6579576} <Debug> DynamicQueryHandler: Done processing query
1005 2024.10.04 16:11:43.259375 [ 3 ] {741225ec-473f-4d3a-bcc9-0f7cb6579576} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1006 2024.10.04 16:11:43.259392 [ 3 ] {} <Debug> HTTP-Session: 02611a2e-be0a-4b37-9f3a-b54c87e2b4be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1007 2024.10.04 16:11:43.259588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1008 2024.10.04 16:11:43.259636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1009 2024.10.04 16:11:43.259655 [ 3 ] {} <Debug> HTTP-Session: e24db663-29fd-4da1-bc43-b26a0a76d2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1010 2024.10.04 16:11:43.259672 [ 3 ] {} <Debug> HTTP-Session: e24db663-29fd-4da1-bc43-b26a0a76d2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1011 2024.10.04 16:11:43.259686 [ 3 ] {} <Debug> HTTP-Session: e24db663-29fd-4da1-bc43-b26a0a76d2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1012 2024.10.04 16:11:43.259717 [ 3 ] {} <Trace> HTTP-Session: e24db663-29fd-4da1-bc43-b26a0a76d2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1013 2024.10.04 16:11:43.259848 [ 3 ] {a74a827a-084f-4465-8097-48356dee6a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1014 2024.10.04 16:11:43.260215 [ 3 ] {a74a827a-084f-4465-8097-48356dee6a1f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1015 2024.10.04 16:11:43.260268 [ 3 ] {a74a827a-084f-4465-8097-48356dee6a1f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1016 2024.10.04 16:11:43.261193 [ 3 ] {a74a827a-084f-4465-8097-48356dee6a1f} <Debug> DynamicQueryHandler: Done processing query
1017 2024.10.04 16:11:43.261219 [ 3 ] {a74a827a-084f-4465-8097-48356dee6a1f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1018 2024.10.04 16:11:43.261235 [ 3 ] {} <Debug> HTTP-Session: e24db663-29fd-4da1-bc43-b26a0a76d2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1019 2024.10.04 16:11:43.261447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1020 2024.10.04 16:11:43.261496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1021 2024.10.04 16:11:43.261516 [ 3 ] {} <Debug> HTTP-Session: 681f95fd-9dd1-4d86-a2c5-4b1914c9be78 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1022 2024.10.04 16:11:43.261533 [ 3 ] {} <Debug> HTTP-Session: 681f95fd-9dd1-4d86-a2c5-4b1914c9be78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1023 2024.10.04 16:11:43.261548 [ 3 ] {} <Debug> HTTP-Session: 681f95fd-9dd1-4d86-a2c5-4b1914c9be78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1024 2024.10.04 16:11:43.261579 [ 3 ] {} <Trace> HTTP-Session: 681f95fd-9dd1-4d86-a2c5-4b1914c9be78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2024.10.04 16:11:43.261711 [ 3 ] {431dd00d-68ae-49fc-aa68-a1c0d5090ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1026 2024.10.04 16:11:43.262077 [ 3 ] {431dd00d-68ae-49fc-aa68-a1c0d5090ca4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1027 2024.10.04 16:11:43.262130 [ 3 ] {431dd00d-68ae-49fc-aa68-a1c0d5090ca4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1028 2024.10.04 16:11:43.263163 [ 3 ] {431dd00d-68ae-49fc-aa68-a1c0d5090ca4} <Debug> DynamicQueryHandler: Done processing query
1029 2024.10.04 16:11:43.263189 [ 3 ] {431dd00d-68ae-49fc-aa68-a1c0d5090ca4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1030 2024.10.04 16:11:43.263205 [ 3 ] {} <Debug> HTTP-Session: 681f95fd-9dd1-4d86-a2c5-4b1914c9be78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1031 2024.10.04 16:11:43.263403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1032 2024.10.04 16:11:43.263452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1033 2024.10.04 16:11:43.263472 [ 3 ] {} <Debug> HTTP-Session: b8ae8a02-f0a9-484c-96c4-18b4ae386922 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1034 2024.10.04 16:11:43.263488 [ 3 ] {} <Debug> HTTP-Session: b8ae8a02-f0a9-484c-96c4-18b4ae386922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1035 2024.10.04 16:11:43.263503 [ 3 ] {} <Debug> HTTP-Session: b8ae8a02-f0a9-484c-96c4-18b4ae386922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1036 2024.10.04 16:11:43.263535 [ 3 ] {} <Trace> HTTP-Session: b8ae8a02-f0a9-484c-96c4-18b4ae386922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1037 2024.10.04 16:11:43.263672 [ 3 ] {6fb37f87-b359-4523-b440-4d2f1e98aa97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1038 2024.10.04 16:11:43.264043 [ 3 ] {6fb37f87-b359-4523-b440-4d2f1e98aa97} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1039 2024.10.04 16:11:43.264095 [ 3 ] {6fb37f87-b359-4523-b440-4d2f1e98aa97} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1040 2024.10.04 16:11:43.264980 [ 3 ] {6fb37f87-b359-4523-b440-4d2f1e98aa97} <Debug> DynamicQueryHandler: Done processing query
1041 2024.10.04 16:11:43.265005 [ 3 ] {6fb37f87-b359-4523-b440-4d2f1e98aa97} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1042 2024.10.04 16:11:43.265021 [ 3 ] {} <Debug> HTTP-Session: b8ae8a02-f0a9-484c-96c4-18b4ae386922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1043 2024.10.04 16:11:43.266679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1044 2024.10.04 16:11:43.266734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1045 2024.10.04 16:11:43.266754 [ 3 ] {} <Debug> HTTP-Session: b4aa94f4-4f94-4b15-89ff-0198aeb625de Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1046 2024.10.04 16:11:43.266771 [ 3 ] {} <Debug> HTTP-Session: b4aa94f4-4f94-4b15-89ff-0198aeb625de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1047 2024.10.04 16:11:43.266785 [ 3 ] {} <Debug> HTTP-Session: b4aa94f4-4f94-4b15-89ff-0198aeb625de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1048 2024.10.04 16:11:43.266817 [ 3 ] {} <Trace> HTTP-Session: b4aa94f4-4f94-4b15-89ff-0198aeb625de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1049 2024.10.04 16:11:43.266940 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1050 2024.10.04 16:11:43.266987 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1051 2024.10.04 16:11:43.267189 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1052 2024.10.04 16:11:43.267681 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1053 2024.10.04 16:11:43.267718 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1054 2024.10.04 16:11:43.268364 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1055 2024.10.04 16:11:43.268927 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1056 2024.10.04 16:11:43.269065 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002173 sec., 8283.479061205706 rows/sec., 1.13 MiB/sec.
1057 2024.10.04 16:11:43.269242 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Debug> DynamicQueryHandler: Done processing query
1058 2024.10.04 16:11:43.269266 [ 3 ] {f0d670d5-7361-4d6d-b8ea-cfc12b65e676} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1059 2024.10.04 16:11:43.269282 [ 3 ] {} <Debug> HTTP-Session: b4aa94f4-4f94-4b15-89ff-0198aeb625de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1060 2024.10.04 16:11:43.269403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 4266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1061 2024.10.04 16:11:43.269451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1062 2024.10.04 16:11:43.269470 [ 3 ] {} <Debug> HTTP-Session: 84c95948-72b4-4e7e-906a-fed3ee9ecfb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1063 2024.10.04 16:11:43.269487 [ 3 ] {} <Debug> HTTP-Session: 84c95948-72b4-4e7e-906a-fed3ee9ecfb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1064 2024.10.04 16:11:43.269501 [ 3 ] {} <Debug> HTTP-Session: 84c95948-72b4-4e7e-906a-fed3ee9ecfb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1065 2024.10.04 16:11:43.269533 [ 3 ] {} <Trace> HTTP-Session: 84c95948-72b4-4e7e-906a-fed3ee9ecfb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1066 2024.10.04 16:11:43.269642 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1067 2024.10.04 16:11:43.269686 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1068 2024.10.04 16:11:43.269928 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1069 2024.10.04 16:11:43.271035 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1070 2024.10.04 16:11:43.271069 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1071 2024.10.04 16:11:43.271563 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1072 2024.10.04 16:11:43.272217 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1073 2024.10.04 16:11:43.272344 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002736 sec., 10964.912280701754 rows/sec., 876.62 KiB/sec.
1074 2024.10.04 16:11:43.272520 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Debug> DynamicQueryHandler: Done processing query
1075 2024.10.04 16:11:43.272544 [ 3 ] {98e2c1fc-fe82-422d-a33e-4e2dcc6562ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1076 2024.10.04 16:11:43.272560 [ 3 ] {} <Debug> HTTP-Session: 84c95948-72b4-4e7e-906a-fed3ee9ecfb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1077 2024.10.04 16:11:43.272688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1078 2024.10.04 16:11:43.272739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1079 2024.10.04 16:11:43.272758 [ 3 ] {} <Debug> HTTP-Session: d81147a6-7e80-4674-a3c9-107771dd8ef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1080 2024.10.04 16:11:43.272775 [ 3 ] {} <Debug> HTTP-Session: d81147a6-7e80-4674-a3c9-107771dd8ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1081 2024.10.04 16:11:43.272789 [ 3 ] {} <Debug> HTTP-Session: d81147a6-7e80-4674-a3c9-107771dd8ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1082 2024.10.04 16:11:43.272821 [ 3 ] {} <Trace> HTTP-Session: d81147a6-7e80-4674-a3c9-107771dd8ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1083 2024.10.04 16:11:43.272930 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1084 2024.10.04 16:11:43.272974 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1085 2024.10.04 16:11:43.273204 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1086 2024.10.04 16:11:43.273580 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1087 2024.10.04 16:11:43.273616 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1088 2024.10.04 16:11:43.274086 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1089 2024.10.04 16:11:43.274707 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1090 2024.10.04 16:11:43.274839 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001942 sec., 18537.590113285274 rows/sec., 1.45 MiB/sec.
1091 2024.10.04 16:11:43.275010 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Debug> DynamicQueryHandler: Done processing query
1092 2024.10.04 16:11:43.275035 [ 3 ] {46ca43a3-9124-45ed-8d35-8a6797a61baa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1093 2024.10.04 16:11:43.275050 [ 3 ] {} <Debug> HTTP-Session: d81147a6-7e80-4674-a3c9-107771dd8ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1094 2024.10.04 16:11:43.275177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1095 2024.10.04 16:11:43.275228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1096 2024.10.04 16:11:43.275247 [ 3 ] {} <Debug> HTTP-Session: c8b142fe-8daa-49ba-9d1d-83e4a708097c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1097 2024.10.04 16:11:43.275264 [ 3 ] {} <Debug> HTTP-Session: c8b142fe-8daa-49ba-9d1d-83e4a708097c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1098 2024.10.04 16:11:43.275278 [ 3 ] {} <Debug> HTTP-Session: c8b142fe-8daa-49ba-9d1d-83e4a708097c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1099 2024.10.04 16:11:43.275310 [ 3 ] {} <Trace> HTTP-Session: c8b142fe-8daa-49ba-9d1d-83e4a708097c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2024.10.04 16:11:43.275423 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1101 2024.10.04 16:11:43.275470 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1102 2024.10.04 16:11:43.275644 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1103 2024.10.04 16:11:43.278064 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1104 2024.10.04 16:11:43.278098 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1105 2024.10.04 16:11:43.278614 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1106 2024.10.04 16:11:43.279246 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1107 2024.10.04 16:11:43.279375 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.00399 sec., 10025.062656641605 rows/sec., 724.71 KiB/sec.
1108 2024.10.04 16:11:43.279548 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Debug> DynamicQueryHandler: Done processing query
1109 2024.10.04 16:11:43.279573 [ 3 ] {55c4b100-846f-44bf-9a9d-47138097a5a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1110 2024.10.04 16:11:43.279589 [ 3 ] {} <Debug> HTTP-Session: c8b142fe-8daa-49ba-9d1d-83e4a708097c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1111 2024.10.04 16:11:43.279707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 3339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1112 2024.10.04 16:11:43.279758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1113 2024.10.04 16:11:43.279778 [ 3 ] {} <Debug> HTTP-Session: 2fec96e8-1a54-47ee-abb2-1bcc8d0a669e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1114 2024.10.04 16:11:43.279795 [ 3 ] {} <Debug> HTTP-Session: 2fec96e8-1a54-47ee-abb2-1bcc8d0a669e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1115 2024.10.04 16:11:43.279809 [ 3 ] {} <Debug> HTTP-Session: 2fec96e8-1a54-47ee-abb2-1bcc8d0a669e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1116 2024.10.04 16:11:43.279840 [ 3 ] {} <Trace> HTTP-Session: 2fec96e8-1a54-47ee-abb2-1bcc8d0a669e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1117 2024.10.04 16:11:43.279946 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1118 2024.10.04 16:11:43.279992 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1119 2024.10.04 16:11:43.280116 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1120 2024.10.04 16:11:43.280417 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1121 2024.10.04 16:11:43.280454 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1122 2024.10.04 16:11:43.280892 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1123 2024.10.04 16:11:43.281499 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1124 2024.10.04 16:11:43.281635 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Debug> executeQuery: Read 22 rows, 1.47 KiB in 0.001714 sec., 12835.472578763127 rows/sec., 859.76 KiB/sec.
1125 2024.10.04 16:11:43.281930 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Debug> DynamicQueryHandler: Done processing query
1126 2024.10.04 16:11:43.281955 [ 3 ] {e49e7e8b-5c66-4a8d-b6b8-fb962dd8bfab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1127 2024.10.04 16:11:43.281972 [ 3 ] {} <Debug> HTTP-Session: 2fec96e8-1a54-47ee-abb2-1bcc8d0a669e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1128 2024.10.04 16:11:44.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.51 MiB, peak 141.65 MiB, free memory in arenas 0.00 B, will set to 137.71 MiB (RSS), difference: 1.20 MiB
1129 2024.10.04 16:11:47.672997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
1130 2024.10.04 16:11:47.676883 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1131 2024.10.04 16:11:47.676925 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1132 2024.10.04 16:11:47.678498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1133 2024.10.04 16:11:47.679728 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1134 2024.10.04 16:11:47.680225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
1135 2024.10.04 16:11:48.000153 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.72 MiB, peak 141.65 MiB, free memory in arenas 0.00 B, will set to 137.75 MiB (RSS), difference: 4.03 MiB
1136 2024.10.04 16:11:48.214747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1137 2024.10.04 16:11:48.214875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1138 2024.10.04 16:11:48.214905 [ 3 ] {} <Debug> HTTP-Session: e1410bec-11bf-4127-abff-db251dff9714 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1139 2024.10.04 16:11:48.214933 [ 3 ] {} <Debug> HTTP-Session: e1410bec-11bf-4127-abff-db251dff9714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1140 2024.10.04 16:11:48.214952 [ 3 ] {} <Debug> HTTP-Session: e1410bec-11bf-4127-abff-db251dff9714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1141 2024.10.04 16:11:48.215012 [ 3 ] {} <Trace> HTTP-Session: e1410bec-11bf-4127-abff-db251dff9714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.10.04 16:11:48.215273 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1143 2024.10.04 16:11:48.215742 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1144 2024.10.04 16:11:48.215814 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1145 2024.10.04 16:11:48.216123 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1146 2024.10.04 16:11:48.216299 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1147 2024.10.04 16:11:48.216596 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1148 2024.10.04 16:11:48.219816 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1149 2024.10.04 16:11:48.219884 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1150 2024.10.04 16:11:48.219908 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1151 2024.10.04 16:11:48.220038 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1152 2024.10.04 16:11:48.220073 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1153 2024.10.04 16:11:48.222358 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007205 sec., 2498.2650936849413 rows/sec., 102.20 KiB/sec.
1154 2024.10.04 16:11:48.222619 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> DynamicQueryHandler: Done processing query
1155 2024.10.04 16:11:48.222647 [ 3 ] {0df285d3-db76-4256-b052-2e6df52578c8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1156 2024.10.04 16:11:48.222664 [ 3 ] {} <Debug> HTTP-Session: e1410bec-11bf-4127-abff-db251dff9714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1157 2024.10.04 16:11:48.227073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1158 2024.10.04 16:11:48.227127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1159 2024.10.04 16:11:48.227147 [ 3 ] {} <Debug> HTTP-Session: 2bc82690-66a5-41a3-8246-50557fd06a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1160 2024.10.04 16:11:48.227166 [ 3 ] {} <Debug> HTTP-Session: 2bc82690-66a5-41a3-8246-50557fd06a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1161 2024.10.04 16:11:48.227180 [ 3 ] {} <Debug> HTTP-Session: 2bc82690-66a5-41a3-8246-50557fd06a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1162 2024.10.04 16:11:48.227216 [ 3 ] {} <Trace> HTTP-Session: 2bc82690-66a5-41a3-8246-50557fd06a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1163 2024.10.04 16:11:48.227366 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1164 2024.10.04 16:11:48.227630 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1165 2024.10.04 16:11:48.227673 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1166 2024.10.04 16:11:48.227932 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1167 2024.10.04 16:11:48.227998 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1168 2024.10.04 16:11:48.228137 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1169 2024.10.04 16:11:48.228172 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1170 2024.10.04 16:11:48.228197 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1171 2024.10.04 16:11:48.228216 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1172 2024.10.04 16:11:48.228260 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1173 2024.10.04 16:11:48.228284 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1174 2024.10.04 16:11:48.229182 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001883 sec., 9559.214020180563 rows/sec., 391.04 KiB/sec.
1175 2024.10.04 16:11:48.229426 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> DynamicQueryHandler: Done processing query
1176 2024.10.04 16:11:48.229452 [ 3 ] {6bae546d-8dc0-4adc-bc03-e167cdd84c49} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1177 2024.10.04 16:11:48.229470 [ 3 ] {} <Debug> HTTP-Session: 2bc82690-66a5-41a3-8246-50557fd06a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1178 2024.10.04 16:11:48.229756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1179 2024.10.04 16:11:48.229804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1180 2024.10.04 16:11:48.229825 [ 3 ] {} <Debug> HTTP-Session: bb784281-57d2-4a1a-b636-12970e74bb08 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1181 2024.10.04 16:11:48.229841 [ 3 ] {} <Debug> HTTP-Session: bb784281-57d2-4a1a-b636-12970e74bb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1182 2024.10.04 16:11:48.229855 [ 3 ] {} <Debug> HTTP-Session: bb784281-57d2-4a1a-b636-12970e74bb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1183 2024.10.04 16:11:48.229887 [ 3 ] {} <Trace> HTTP-Session: bb784281-57d2-4a1a-b636-12970e74bb08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2024.10.04 16:11:48.230026 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1185 2024.10.04 16:11:48.230287 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1186 2024.10.04 16:11:48.230328 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1187 2024.10.04 16:11:48.230586 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1188 2024.10.04 16:11:48.230652 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1189 2024.10.04 16:11:48.230789 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1190 2024.10.04 16:11:48.230823 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1191 2024.10.04 16:11:48.230847 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1192 2024.10.04 16:11:48.230866 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1193 2024.10.04 16:11:48.230909 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1194 2024.10.04 16:11:48.230931 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1195 2024.10.04 16:11:48.231795 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001825 sec., 9863.013698630137 rows/sec., 403.47 KiB/sec.
1196 2024.10.04 16:11:48.232040 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> DynamicQueryHandler: Done processing query
1197 2024.10.04 16:11:48.232065 [ 3 ] {e97f821a-04c9-4d94-9dd0-6e5ef8071fdd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1198 2024.10.04 16:11:48.232081 [ 3 ] {} <Debug> HTTP-Session: bb784281-57d2-4a1a-b636-12970e74bb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1199 2024.10.04 16:11:48.232788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1200 2024.10.04 16:11:48.232837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1201 2024.10.04 16:11:48.232857 [ 3 ] {} <Debug> HTTP-Session: e399ffa5-e36e-4f4b-b269-8ec7b11e02ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1202 2024.10.04 16:11:48.232873 [ 3 ] {} <Debug> HTTP-Session: e399ffa5-e36e-4f4b-b269-8ec7b11e02ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1203 2024.10.04 16:11:48.232887 [ 3 ] {} <Debug> HTTP-Session: e399ffa5-e36e-4f4b-b269-8ec7b11e02ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1204 2024.10.04 16:11:48.232919 [ 3 ] {} <Trace> HTTP-Session: e399ffa5-e36e-4f4b-b269-8ec7b11e02ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2024.10.04 16:11:48.233061 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete)
1206 2024.10.04 16:11:48.233327 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1207 2024.10.04 16:11:48.233369 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1208 2024.10.04 16:11:48.233627 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1209 2024.10.04 16:11:48.233692 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1210 2024.10.04 16:11:48.233829 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1211 2024.10.04 16:11:48.233862 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1212 2024.10.04 16:11:48.233887 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1213 2024.10.04 16:11:48.233905 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1214 2024.10.04 16:11:48.233947 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1215 2024.10.04 16:11:48.233968 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1216 2024.10.04 16:11:48.234849 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001853 sec., 9713.977334052886 rows/sec., 397.37 KiB/sec.
1217 2024.10.04 16:11:48.235078 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> DynamicQueryHandler: Done processing query
1218 2024.10.04 16:11:48.235103 [ 3 ] {82fbc6ef-19e0-4d06-ba3d-f81379593972} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1219 2024.10.04 16:11:48.235119 [ 3 ] {} <Debug> HTTP-Session: e399ffa5-e36e-4f4b-b269-8ec7b11e02ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1220 2024.10.04 16:11:48.235333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1221 2024.10.04 16:11:48.235384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1222 2024.10.04 16:11:48.235404 [ 3 ] {} <Debug> HTTP-Session: f6e47f42-fa05-406d-979e-88c68f66e25f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1223 2024.10.04 16:11:48.235421 [ 3 ] {} <Debug> HTTP-Session: f6e47f42-fa05-406d-979e-88c68f66e25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1224 2024.10.04 16:11:48.235435 [ 3 ] {} <Debug> HTTP-Session: f6e47f42-fa05-406d-979e-88c68f66e25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1225 2024.10.04 16:11:48.235466 [ 3 ] {} <Trace> HTTP-Session: f6e47f42-fa05-406d-979e-88c68f66e25f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1226 2024.10.04 16:11:48.235606 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete)
1227 2024.10.04 16:11:48.235867 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1228 2024.10.04 16:11:48.235913 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1229 2024.10.04 16:11:48.236172 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1230 2024.10.04 16:11:48.236238 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1231 2024.10.04 16:11:48.236375 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1232 2024.10.04 16:11:48.236409 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1233 2024.10.04 16:11:48.236434 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1234 2024.10.04 16:11:48.236451 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1235 2024.10.04 16:11:48.236493 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1236 2024.10.04 16:11:48.236516 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1237 2024.10.04 16:11:48.237394 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001853 sec., 9713.977334052886 rows/sec., 397.37 KiB/sec.
1238 2024.10.04 16:11:48.237635 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> DynamicQueryHandler: Done processing query
1239 2024.10.04 16:11:48.237661 [ 3 ] {41837c49-4ca1-4198-b6a9-373d306b154b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1240 2024.10.04 16:11:48.237677 [ 3 ] {} <Debug> HTTP-Session: f6e47f42-fa05-406d-979e-88c68f66e25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1241 2024.10.04 16:11:48.237895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1242 2024.10.04 16:11:48.237945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1243 2024.10.04 16:11:48.237966 [ 3 ] {} <Debug> HTTP-Session: 14bc3383-5924-4bf1-8627-58aa85c863b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1244 2024.10.04 16:11:48.237983 [ 3 ] {} <Debug> HTTP-Session: 14bc3383-5924-4bf1-8627-58aa85c863b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1245 2024.10.04 16:11:48.237997 [ 3 ] {} <Debug> HTTP-Session: 14bc3383-5924-4bf1-8627-58aa85c863b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1246 2024.10.04 16:11:48.238029 [ 3 ] {} <Trace> HTTP-Session: 14bc3383-5924-4bf1-8627-58aa85c863b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2024.10.04 16:11:48.238171 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1248 2024.10.04 16:11:48.238435 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1249 2024.10.04 16:11:48.238478 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1250 2024.10.04 16:11:48.238742 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1251 2024.10.04 16:11:48.238807 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1252 2024.10.04 16:11:48.238943 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1253 2024.10.04 16:11:48.238978 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1254 2024.10.04 16:11:48.239002 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1255 2024.10.04 16:11:48.239019 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1256 2024.10.04 16:11:48.239061 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1257 2024.10.04 16:11:48.239084 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1258 2024.10.04 16:11:48.239997 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001891 sec., 9518.773135906928 rows/sec., 389.39 KiB/sec.
1259 2024.10.04 16:11:48.240229 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> DynamicQueryHandler: Done processing query
1260 2024.10.04 16:11:48.240254 [ 3 ] {9eb61037-ec90-4643-8ec3-e0b0b5bc18a7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1261 2024.10.04 16:11:48.240272 [ 3 ] {} <Debug> HTTP-Session: 14bc3383-5924-4bf1-8627-58aa85c863b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1262 2024.10.04 16:11:48.240502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1263 2024.10.04 16:11:48.240552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1264 2024.10.04 16:11:48.240572 [ 3 ] {} <Debug> HTTP-Session: b26a8bbe-bec7-415a-96f9-5f4d12d133dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1265 2024.10.04 16:11:48.240588 [ 3 ] {} <Debug> HTTP-Session: b26a8bbe-bec7-415a-96f9-5f4d12d133dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1266 2024.10.04 16:11:48.240603 [ 3 ] {} <Debug> HTTP-Session: b26a8bbe-bec7-415a-96f9-5f4d12d133dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1267 2024.10.04 16:11:48.240634 [ 3 ] {} <Trace> HTTP-Session: b26a8bbe-bec7-415a-96f9-5f4d12d133dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1268 2024.10.04 16:11:48.240775 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1269 2024.10.04 16:11:48.241041 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1270 2024.10.04 16:11:48.241083 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1271 2024.10.04 16:11:48.241355 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1272 2024.10.04 16:11:48.241420 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1273 2024.10.04 16:11:48.241561 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1274 2024.10.04 16:11:48.241595 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1275 2024.10.04 16:11:48.241619 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1276 2024.10.04 16:11:48.241637 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1277 2024.10.04 16:11:48.241678 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1278 2024.10.04 16:11:48.241699 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1279 2024.10.04 16:11:48.242688 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001971 sec., 9132.4200913242 rows/sec., 373.58 KiB/sec.
1280 2024.10.04 16:11:48.242923 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> DynamicQueryHandler: Done processing query
1281 2024.10.04 16:11:48.242947 [ 3 ] {e8ef7f7b-49da-4322-8523-adfee3f83a86} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1282 2024.10.04 16:11:48.242965 [ 3 ] {} <Debug> HTTP-Session: b26a8bbe-bec7-415a-96f9-5f4d12d133dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1283 2024.10.04 16:11:48.243181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1284 2024.10.04 16:11:48.243231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1285 2024.10.04 16:11:48.243252 [ 3 ] {} <Debug> HTTP-Session: 92ee0ab2-ecfa-499d-b35d-63c37eca5287 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1286 2024.10.04 16:11:48.243268 [ 3 ] {} <Debug> HTTP-Session: 92ee0ab2-ecfa-499d-b35d-63c37eca5287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1287 2024.10.04 16:11:48.243282 [ 3 ] {} <Debug> HTTP-Session: 92ee0ab2-ecfa-499d-b35d-63c37eca5287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1288 2024.10.04 16:11:48.243314 [ 3 ] {} <Trace> HTTP-Session: 92ee0ab2-ecfa-499d-b35d-63c37eca5287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1289 2024.10.04 16:11:48.243457 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete)
1290 2024.10.04 16:11:48.243726 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1291 2024.10.04 16:11:48.243769 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1292 2024.10.04 16:11:48.244041 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1293 2024.10.04 16:11:48.244107 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1294 2024.10.04 16:11:48.244246 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1295 2024.10.04 16:11:48.244280 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1296 2024.10.04 16:11:48.244304 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1297 2024.10.04 16:11:48.244323 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1298 2024.10.04 16:11:48.244365 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1299 2024.10.04 16:11:48.244387 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1300 2024.10.04 16:11:48.245337 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001931 sec., 9321.595028482652 rows/sec., 381.32 KiB/sec.
1301 2024.10.04 16:11:48.245570 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> DynamicQueryHandler: Done processing query
1302 2024.10.04 16:11:48.245596 [ 3 ] {f40b01e9-f1ef-4147-aa86-714615a09607} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1303 2024.10.04 16:11:48.245614 [ 3 ] {} <Debug> HTTP-Session: 92ee0ab2-ecfa-499d-b35d-63c37eca5287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1304 2024.10.04 16:11:48.245813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1305 2024.10.04 16:11:48.245862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1306 2024.10.04 16:11:48.245880 [ 3 ] {} <Debug> HTTP-Session: 9148a46f-5322-4015-9fc1-a5fd99681be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1307 2024.10.04 16:11:48.245897 [ 3 ] {} <Debug> HTTP-Session: 9148a46f-5322-4015-9fc1-a5fd99681be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1308 2024.10.04 16:11:48.245912 [ 3 ] {} <Debug> HTTP-Session: 9148a46f-5322-4015-9fc1-a5fd99681be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1309 2024.10.04 16:11:48.245945 [ 3 ] {} <Trace> HTTP-Session: 9148a46f-5322-4015-9fc1-a5fd99681be6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2024.10.04 16:11:48.246086 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1311 2024.10.04 16:11:48.246355 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1312 2024.10.04 16:11:48.246479 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1313 2024.10.04 16:11:48.246763 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1314 2024.10.04 16:11:48.246829 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1315 2024.10.04 16:11:48.247046 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1316 2024.10.04 16:11:48.247083 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1317 2024.10.04 16:11:48.247107 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1318 2024.10.04 16:11:48.247124 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1319 2024.10.04 16:11:48.247167 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1320 2024.10.04 16:11:48.247191 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1321 2024.10.04 16:11:48.248047 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002029 sec., 8871.365204534253 rows/sec., 362.90 KiB/sec.
1322 2024.10.04 16:11:48.248289 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> DynamicQueryHandler: Done processing query
1323 2024.10.04 16:11:48.248316 [ 3 ] {311fda18-1f8b-4152-800c-0285c08fc68c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1324 2024.10.04 16:11:48.248333 [ 3 ] {} <Debug> HTTP-Session: 9148a46f-5322-4015-9fc1-a5fd99681be6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1325 2024.10.04 16:11:48.248518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1326 2024.10.04 16:11:48.248568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1327 2024.10.04 16:11:48.248587 [ 3 ] {} <Debug> HTTP-Session: cf18c18c-faba-44eb-97aa-ad071b81ab5d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1328 2024.10.04 16:11:48.248604 [ 3 ] {} <Debug> HTTP-Session: cf18c18c-faba-44eb-97aa-ad071b81ab5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1329 2024.10.04 16:11:48.248618 [ 3 ] {} <Debug> HTTP-Session: cf18c18c-faba-44eb-97aa-ad071b81ab5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1330 2024.10.04 16:11:48.248649 [ 3 ] {} <Trace> HTTP-Session: cf18c18c-faba-44eb-97aa-ad071b81ab5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1331 2024.10.04 16:11:48.248798 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1332 2024.10.04 16:11:48.249067 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1333 2024.10.04 16:11:48.249110 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1334 2024.10.04 16:11:48.249391 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1335 2024.10.04 16:11:48.249458 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1336 2024.10.04 16:11:48.249601 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1337 2024.10.04 16:11:48.249635 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1338 2024.10.04 16:11:48.249660 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1339 2024.10.04 16:11:48.249677 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1340 2024.10.04 16:11:48.249719 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1341 2024.10.04 16:11:48.249743 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1342 2024.10.04 16:11:48.250593 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001865 sec., 9651.4745308311 rows/sec., 394.81 KiB/sec.
1343 2024.10.04 16:11:48.250826 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> DynamicQueryHandler: Done processing query
1344 2024.10.04 16:11:48.250851 [ 3 ] {97adcba6-7d6a-45d0-9195-ca0485ad0e51} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1345 2024.10.04 16:11:48.250867 [ 3 ] {} <Debug> HTTP-Session: cf18c18c-faba-44eb-97aa-ad071b81ab5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1346 2024.10.04 16:11:48.251078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1347 2024.10.04 16:11:48.251126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1348 2024.10.04 16:11:48.251146 [ 3 ] {} <Debug> HTTP-Session: a0ad260d-8f95-4102-92ff-a01cfb9cfbed Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1349 2024.10.04 16:11:48.251162 [ 3 ] {} <Debug> HTTP-Session: a0ad260d-8f95-4102-92ff-a01cfb9cfbed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1350 2024.10.04 16:11:48.251176 [ 3 ] {} <Debug> HTTP-Session: a0ad260d-8f95-4102-92ff-a01cfb9cfbed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1351 2024.10.04 16:11:48.251208 [ 3 ] {} <Trace> HTTP-Session: a0ad260d-8f95-4102-92ff-a01cfb9cfbed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1352 2024.10.04 16:11:48.251355 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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)
1353 2024.10.04 16:11:48.251627 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1354 2024.10.04 16:11:48.251671 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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
1355 2024.10.04 16:11:48.251950 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1356 2024.10.04 16:11:48.252017 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1357 2024.10.04 16:11:48.252154 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1358 2024.10.04 16:11:48.252189 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1359 2024.10.04 16:11:48.252214 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1360 2024.10.04 16:11:48.252231 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1361 2024.10.04 16:11:48.252274 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1362 2024.10.04 16:11:48.252298 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1363 2024.10.04 16:11:48.253423 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002101 sec., 8567.348881485008 rows/sec., 350.47 KiB/sec.
1364 2024.10.04 16:11:48.253697 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> DynamicQueryHandler: Done processing query
1365 2024.10.04 16:11:48.253723 [ 3 ] {7e334889-17f9-42ef-8953-9ede198b0f38} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1366 2024.10.04 16:11:48.253739 [ 3 ] {} <Debug> HTTP-Session: a0ad260d-8f95-4102-92ff-a01cfb9cfbed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1367 2024.10.04 16:11:48.253945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1368 2024.10.04 16:11:48.253995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1369 2024.10.04 16:11:48.254014 [ 3 ] {} <Debug> HTTP-Session: fc7c7eb6-b353-4978-bad7-d8bb2c5b1e2a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1370 2024.10.04 16:11:48.254029 [ 3 ] {} <Debug> HTTP-Session: fc7c7eb6-b353-4978-bad7-d8bb2c5b1e2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1371 2024.10.04 16:11:48.254044 [ 3 ] {} <Debug> HTTP-Session: fc7c7eb6-b353-4978-bad7-d8bb2c5b1e2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1372 2024.10.04 16:11:48.254076 [ 3 ] {} <Trace> HTTP-Session: fc7c7eb6-b353-4978-bad7-d8bb2c5b1e2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1373 2024.10.04 16:11:48.254228 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
1374 2024.10.04 16:11:48.254502 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1375 2024.10.04 16:11:48.254547 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1376 2024.10.04 16:11:48.254831 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1377 2024.10.04 16:11:48.254896 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1378 2024.10.04 16:11:48.255038 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1379 2024.10.04 16:11:48.255072 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1380 2024.10.04 16:11:48.255096 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1381 2024.10.04 16:11:48.255114 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1382 2024.10.04 16:11:48.255157 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1383 2024.10.04 16:11:48.255180 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1384 2024.10.04 16:11:48.256013 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001862 sec., 9667.02470461869 rows/sec., 395.45 KiB/sec.
1385 2024.10.04 16:11:48.256261 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> DynamicQueryHandler: Done processing query
1386 2024.10.04 16:11:48.256286 [ 3 ] {b86fd9cc-7bed-4f78-a4a9-4cf7019bb9b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1387 2024.10.04 16:11:48.256302 [ 3 ] {} <Debug> HTTP-Session: fc7c7eb6-b353-4978-bad7-d8bb2c5b1e2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1388 2024.10.04 16:11:48.260679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1389 2024.10.04 16:11:48.260778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1390 2024.10.04 16:11:48.260815 [ 3 ] {} <Debug> HTTP-Session: edabadb9-a358-4adc-b547-125e843a69c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1391 2024.10.04 16:11:48.260848 [ 3 ] {} <Debug> HTTP-Session: edabadb9-a358-4adc-b547-125e843a69c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1392 2024.10.04 16:11:48.260875 [ 3 ] {} <Debug> HTTP-Session: edabadb9-a358-4adc-b547-125e843a69c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1393 2024.10.04 16:11:48.260936 [ 3 ] {} <Trace> HTTP-Session: edabadb9-a358-4adc-b547-125e843a69c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1394 2024.10.04 16:11:48.261230 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
1395 2024.10.04 16:11:48.261692 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1396 2024.10.04 16:11:48.261738 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
1397 2024.10.04 16:11:48.262027 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1398 2024.10.04 16:11:48.262093 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1399 2024.10.04 16:11:48.262234 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1400 2024.10.04 16:11:48.262268 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1401 2024.10.04 16:11:48.262292 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
1402 2024.10.04 16:11:48.262309 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
1403 2024.10.04 16:11:48.262352 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
1404 2024.10.04 16:11:48.262374 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1405 2024.10.04 16:11:48.263385 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002264 sec., 7950.530035335689 rows/sec., 325.23 KiB/sec.
1406 2024.10.04 16:11:48.263671 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> DynamicQueryHandler: Done processing query
1407 2024.10.04 16:11:48.263697 [ 3 ] {77cec0f2-5da7-49cc-bdbf-65de5591e859} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB.
1408 2024.10.04 16:11:48.263713 [ 3 ] {} <Debug> HTTP-Session: edabadb9-a358-4adc-b547-125e843a69c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1409 2024.10.04 16:11:48.263885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 4205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1410 2024.10.04 16:11:48.263933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1411 2024.10.04 16:11:48.263954 [ 3 ] {} <Debug> HTTP-Session: 18bd4977-de0b-41b9-8ce5-5d1f64020a44 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1412 2024.10.04 16:11:48.263971 [ 3 ] {} <Debug> HTTP-Session: 18bd4977-de0b-41b9-8ce5-5d1f64020a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1413 2024.10.04 16:11:48.263984 [ 3 ] {} <Debug> HTTP-Session: 18bd4977-de0b-41b9-8ce5-5d1f64020a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1414 2024.10.04 16:11:48.264015 [ 3 ] {} <Trace> HTTP-Session: 18bd4977-de0b-41b9-8ce5-5d1f64020a44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1415 2024.10.04 16:11:48.264138 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
1416 2024.10.04 16:11:48.264185 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1417 2024.10.04 16:11:48.264352 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1418 2024.10.04 16:11:48.264697 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1419 2024.10.04 16:11:48.264734 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1420 2024.10.04 16:11:48.265373 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1421 2024.10.04 16:11:48.265901 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1422 2024.10.04 16:11:48.266071 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Debug> executeQuery: Read 13 rows, 2.21 KiB in 0.001982 sec., 6559.031281533805 rows/sec., 1.09 MiB/sec.
1423 2024.10.04 16:11:48.266248 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Debug> DynamicQueryHandler: Done processing query
1424 2024.10.04 16:11:48.266272 [ 3 ] {c078df70-a126-49ad-a47f-e994b7534f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1425 2024.10.04 16:11:48.266288 [ 3 ] {} <Debug> HTTP-Session: 18bd4977-de0b-41b9-8ce5-5d1f64020a44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1426 2024.10.04 16:11:48.266522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1427 2024.10.04 16:11:48.266572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1428 2024.10.04 16:11:48.266592 [ 3 ] {} <Debug> HTTP-Session: 3aeea768-451a-4322-830d-50979da6c681 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1429 2024.10.04 16:11:48.266608 [ 3 ] {} <Debug> HTTP-Session: 3aeea768-451a-4322-830d-50979da6c681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1430 2024.10.04 16:11:48.266621 [ 3 ] {} <Debug> HTTP-Session: 3aeea768-451a-4322-830d-50979da6c681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1431 2024.10.04 16:11:48.266652 [ 3 ] {} <Trace> HTTP-Session: 3aeea768-451a-4322-830d-50979da6c681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1432 2024.10.04 16:11:48.266810 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1433 2024.10.04 16:11:48.266855 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1434 2024.10.04 16:11:48.267085 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1435 2024.10.04 16:11:48.267534 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1436 2024.10.04 16:11:48.267573 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1437 2024.10.04 16:11:48.268093 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1438 2024.10.04 16:11:48.268747 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1439 2024.10.04 16:11:48.268913 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002169 sec., 94513.60073766713 rows/sec., 8.32 MiB/sec.
1440 2024.10.04 16:11:48.269075 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Debug> DynamicQueryHandler: Done processing query
1441 2024.10.04 16:11:48.269101 [ 3 ] {334c4a58-7c3e-449e-8684-8315e95bb499} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1442 2024.10.04 16:11:48.269116 [ 3 ] {} <Debug> HTTP-Session: 3aeea768-451a-4322-830d-50979da6c681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1443 2024.10.04 16:11:48.269232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1444 2024.10.04 16:11:48.269281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1445 2024.10.04 16:11:48.269300 [ 3 ] {} <Debug> HTTP-Session: 9ca9cff4-a32b-4df8-b2ed-b1ebe64de94c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1446 2024.10.04 16:11:48.269316 [ 3 ] {} <Debug> HTTP-Session: 9ca9cff4-a32b-4df8-b2ed-b1ebe64de94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1447 2024.10.04 16:11:48.269331 [ 3 ] {} <Debug> HTTP-Session: 9ca9cff4-a32b-4df8-b2ed-b1ebe64de94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1448 2024.10.04 16:11:48.269362 [ 3 ] {} <Trace> HTTP-Session: 9ca9cff4-a32b-4df8-b2ed-b1ebe64de94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1449 2024.10.04 16:11:48.269460 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1450 2024.10.04 16:11:48.269504 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1451 2024.10.04 16:11:48.269725 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1452 2024.10.04 16:11:48.270100 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1453 2024.10.04 16:11:48.270134 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1454 2024.10.04 16:11:48.270587 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1455 2024.10.04 16:11:48.271174 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1456 2024.10.04 16:11:48.271333 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001896 sec., 4219.409282700422 rows/sec., 317.28 KiB/sec.
1457 2024.10.04 16:11:48.271557 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Debug> DynamicQueryHandler: Done processing query
1458 2024.10.04 16:11:48.271582 [ 3 ] {ee55bc19-a6f0-40c1-8fdd-64b212371b3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1459 2024.10.04 16:11:48.271599 [ 3 ] {} <Debug> HTTP-Session: 9ca9cff4-a32b-4df8-b2ed-b1ebe64de94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1460 2024.10.04 16:11:48.271727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1461 2024.10.04 16:11:48.271776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1462 2024.10.04 16:11:48.271795 [ 3 ] {} <Debug> HTTP-Session: aa7c9a56-1c04-4365-bbb8-d29d92199e85 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1463 2024.10.04 16:11:48.271811 [ 3 ] {} <Debug> HTTP-Session: aa7c9a56-1c04-4365-bbb8-d29d92199e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1464 2024.10.04 16:11:48.271825 [ 3 ] {} <Debug> HTTP-Session: aa7c9a56-1c04-4365-bbb8-d29d92199e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1465 2024.10.04 16:11:48.271855 [ 3 ] {} <Trace> HTTP-Session: aa7c9a56-1c04-4365-bbb8-d29d92199e85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1466 2024.10.04 16:11:48.271954 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1467 2024.10.04 16:11:48.271997 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1468 2024.10.04 16:11:48.272216 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1469 2024.10.04 16:11:48.272561 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1470 2024.10.04 16:11:48.272598 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1471 2024.10.04 16:11:48.273081 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1472 2024.10.04 16:11:48.273655 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1473 2024.10.04 16:11:48.273796 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001908 sec., 7337.526205450734 rows/sec., 513.87 KiB/sec.
1474 2024.10.04 16:11:48.273945 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Debug> DynamicQueryHandler: Done processing query
1475 2024.10.04 16:11:48.273969 [ 3 ] {94beb687-776f-411f-ada9-d7ac7ef03dd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1476 2024.10.04 16:11:48.273984 [ 3 ] {} <Debug> HTTP-Session: aa7c9a56-1c04-4365-bbb8-d29d92199e85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1477 2024.10.04 16:11:48.274083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1478 2024.10.04 16:11:48.274127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1479 2024.10.04 16:11:48.274210 [ 3 ] {} <Debug> HTTP-Session: a00922c9-c7ce-4c1f-bcf9-89b165ae082b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1480 2024.10.04 16:11:48.274226 [ 3 ] {} <Debug> HTTP-Session: a00922c9-c7ce-4c1f-bcf9-89b165ae082b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1481 2024.10.04 16:11:48.274240 [ 3 ] {} <Debug> HTTP-Session: a00922c9-c7ce-4c1f-bcf9-89b165ae082b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1482 2024.10.04 16:11:48.274270 [ 3 ] {} <Trace> HTTP-Session: a00922c9-c7ce-4c1f-bcf9-89b165ae082b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2024.10.04 16:11:48.274366 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1484 2024.10.04 16:11:48.274409 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1485 2024.10.04 16:11:48.274629 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1486 2024.10.04 16:11:48.274921 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1487 2024.10.04 16:11:48.274958 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1488 2024.10.04 16:11:48.275414 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1489 2024.10.04 16:11:48.276004 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1490 2024.10.04 16:11:48.276163 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001812 sec., 3311.2582781456954 rows/sec., 195.64 KiB/sec.
1491 2024.10.04 16:11:48.276337 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Debug> DynamicQueryHandler: Done processing query
1492 2024.10.04 16:11:48.276362 [ 3 ] {4098c7a1-48dc-4a3d-a411-03da8da48686} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1493 2024.10.04 16:11:48.276377 [ 3 ] {} <Debug> HTTP-Session: a00922c9-c7ce-4c1f-bcf9-89b165ae082b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1494 2024.10.04 16:11:48.276669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1495 2024.10.04 16:11:48.276719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1496 2024.10.04 16:11:48.276738 [ 3 ] {} <Debug> HTTP-Session: 0d70c12a-46ff-4737-9df8-43438f84af29 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1497 2024.10.04 16:11:48.276754 [ 3 ] {} <Debug> HTTP-Session: 0d70c12a-46ff-4737-9df8-43438f84af29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1498 2024.10.04 16:11:48.276767 [ 3 ] {} <Debug> HTTP-Session: 0d70c12a-46ff-4737-9df8-43438f84af29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1499 2024.10.04 16:11:48.276798 [ 3 ] {} <Trace> HTTP-Session: 0d70c12a-46ff-4737-9df8-43438f84af29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1500 2024.10.04 16:11:48.276999 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1501 2024.10.04 16:11:48.277041 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1502 2024.10.04 16:11:48.277266 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1503 2024.10.04 16:11:48.277819 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1504 2024.10.04 16:11:48.277855 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1505 2024.10.04 16:11:48.278335 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1506 2024.10.04 16:11:48.278950 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1507 2024.10.04 16:11:48.279124 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002222 sec., 175517.55175517552 rows/sec., 12.45 MiB/sec.
1508 2024.10.04 16:11:48.279402 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Debug> DynamicQueryHandler: Done processing query
1509 2024.10.04 16:11:48.279428 [ 3 ] {4f673ea7-3d87-46db-be4a-f806fc8fe53e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
1510 2024.10.04 16:11:48.279445 [ 3 ] {} <Debug> HTTP-Session: 0d70c12a-46ff-4737-9df8-43438f84af29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1511 2024.10.04 16:11:48.279559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1512 2024.10.04 16:11:48.279607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1513 2024.10.04 16:11:48.279626 [ 3 ] {} <Debug> HTTP-Session: 0c814ffa-b040-4ae3-bd6a-285adfde4b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1514 2024.10.04 16:11:48.279643 [ 3 ] {} <Debug> HTTP-Session: 0c814ffa-b040-4ae3-bd6a-285adfde4b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1515 2024.10.04 16:11:48.279656 [ 3 ] {} <Debug> HTTP-Session: 0c814ffa-b040-4ae3-bd6a-285adfde4b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1516 2024.10.04 16:11:48.279687 [ 3 ] {} <Trace> HTTP-Session: 0c814ffa-b040-4ae3-bd6a-285adfde4b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1517 2024.10.04 16:11:48.279783 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1518 2024.10.04 16:11:48.279828 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1519 2024.10.04 16:11:48.279972 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1520 2024.10.04 16:11:48.280235 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2024.10.04 16:11:48.280272 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1522 2024.10.04 16:11:48.280786 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1523 2024.10.04 16:11:48.281331 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2024.10.04 16:11:48.281493 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001731 sec., 3466.204506065858 rows/sec., 181.10 KiB/sec.
1525 2024.10.04 16:11:48.281697 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Debug> DynamicQueryHandler: Done processing query
1526 2024.10.04 16:11:48.281723 [ 3 ] {f96f9840-cce9-4e63-a7c1-1063606a7c9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1527 2024.10.04 16:11:48.281738 [ 3 ] {} <Debug> HTTP-Session: 0c814ffa-b040-4ae3-bd6a-285adfde4b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1528 2024.10.04 16:11:48.281891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 29389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1529 2024.10.04 16:11:48.281941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1530 2024.10.04 16:11:48.281959 [ 3 ] {} <Debug> HTTP-Session: 9467c6f6-79ff-43f9-8222-44e7acdb9b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1531 2024.10.04 16:11:48.281976 [ 3 ] {} <Debug> HTTP-Session: 9467c6f6-79ff-43f9-8222-44e7acdb9b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1532 2024.10.04 16:11:48.281989 [ 3 ] {} <Debug> HTTP-Session: 9467c6f6-79ff-43f9-8222-44e7acdb9b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1533 2024.10.04 16:11:48.282021 [ 3 ] {} <Trace> HTTP-Session: 9467c6f6-79ff-43f9-8222-44e7acdb9b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1534 2024.10.04 16:11:48.282187 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1535 2024.10.04 16:11:48.282235 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1536 2024.10.04 16:11:48.282382 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1537 2024.10.04 16:11:48.282765 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1538 2024.10.04 16:11:48.282800 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1539 2024.10.04 16:11:48.283272 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1540 2024.10.04 16:11:48.283838 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1541 2024.10.04 16:11:48.284001 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Debug> executeQuery: Read 157 rows, 10.59 KiB in 0.001906 sec., 82371.45855194124 rows/sec., 5.42 MiB/sec.
1542 2024.10.04 16:11:48.284162 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Debug> DynamicQueryHandler: Done processing query
1543 2024.10.04 16:11:48.284187 [ 3 ] {4cc022c3-5cbb-455a-9e44-57878a339b25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1544 2024.10.04 16:11:48.284205 [ 3 ] {} <Debug> HTTP-Session: 9467c6f6-79ff-43f9-8222-44e7acdb9b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1545 2024.10.04 16:11:48.284304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1546 2024.10.04 16:11:48.284351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1547 2024.10.04 16:11:48.284371 [ 3 ] {} <Debug> HTTP-Session: fb80ec34-9e51-4d9b-9e35-bff2544d4bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1548 2024.10.04 16:11:48.284388 [ 3 ] {} <Debug> HTTP-Session: fb80ec34-9e51-4d9b-9e35-bff2544d4bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1549 2024.10.04 16:11:48.284403 [ 3 ] {} <Debug> HTTP-Session: fb80ec34-9e51-4d9b-9e35-bff2544d4bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1550 2024.10.04 16:11:48.284433 [ 3 ] {} <Trace> HTTP-Session: fb80ec34-9e51-4d9b-9e35-bff2544d4bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1551 2024.10.04 16:11:48.284527 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1552 2024.10.04 16:11:48.284593 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1553 2024.10.04 16:11:48.284739 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1554 2024.10.04 16:11:48.285083 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1555 2024.10.04 16:11:48.285120 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1556 2024.10.04 16:11:48.286166 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1557 2024.10.04 16:11:48.286768 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1558 2024.10.04 16:11:48.286934 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002417 sec., 413.7360364087712 rows/sec., 27.88 KiB/sec.
1559 2024.10.04 16:11:48.287102 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Debug> DynamicQueryHandler: Done processing query
1560 2024.10.04 16:11:48.287127 [ 3 ] {cc5491bd-ca32-4ea8-82d4-901933343d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1561 2024.10.04 16:11:48.287142 [ 3 ] {} <Debug> HTTP-Session: fb80ec34-9e51-4d9b-9e35-bff2544d4bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1562 2024.10.04 16:11:48.287311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1563 2024.10.04 16:11:48.287361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1564 2024.10.04 16:11:48.287380 [ 3 ] {} <Debug> HTTP-Session: e75962a6-973b-4f21-81da-a7fc72a9d2bc Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1565 2024.10.04 16:11:48.287396 [ 3 ] {} <Debug> HTTP-Session: e75962a6-973b-4f21-81da-a7fc72a9d2bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1566 2024.10.04 16:11:48.287409 [ 3 ] {} <Debug> HTTP-Session: e75962a6-973b-4f21-81da-a7fc72a9d2bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1567 2024.10.04 16:11:48.287440 [ 3 ] {} <Trace> HTTP-Session: e75962a6-973b-4f21-81da-a7fc72a9d2bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1568 2024.10.04 16:11:48.287591 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1569 2024.10.04 16:11:48.287654 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1570 2024.10.04 16:11:48.288073 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1571 2024.10.04 16:11:48.288547 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1572 2024.10.04 16:11:48.288584 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1573 2024.10.04 16:11:48.291427 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1574 2024.10.04 16:11:48.292143 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1575 2024.10.04 16:11:48.292332 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004818 sec., 1660.4400166044002 rows/sec., 2.98 MiB/sec.
1576 2024.10.04 16:11:48.292590 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Debug> DynamicQueryHandler: Done processing query
1577 2024.10.04 16:11:48.292615 [ 3 ] {1ffb43be-d415-4ac5-817b-8f34421ab837} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
1578 2024.10.04 16:11:48.292632 [ 3 ] {} <Debug> HTTP-Session: e75962a6-973b-4f21-81da-a7fc72a9d2bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1579 2024.10.04 16:11:48.292796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 8492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1580 2024.10.04 16:11:48.292845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1581 2024.10.04 16:11:48.292864 [ 3 ] {} <Debug> HTTP-Session: 918e4e04-5212-44e7-8168-78ef5ae0409c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1582 2024.10.04 16:11:48.292880 [ 3 ] {} <Debug> HTTP-Session: 918e4e04-5212-44e7-8168-78ef5ae0409c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1583 2024.10.04 16:11:48.292895 [ 3 ] {} <Debug> HTTP-Session: 918e4e04-5212-44e7-8168-78ef5ae0409c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1584 2024.10.04 16:11:48.292927 [ 3 ] {} <Trace> HTTP-Session: 918e4e04-5212-44e7-8168-78ef5ae0409c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2024.10.04 16:11:48.293040 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1586 2024.10.04 16:11:48.293084 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1587 2024.10.04 16:11:48.293212 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1588 2024.10.04 16:11:48.293501 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1589 2024.10.04 16:11:48.293536 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1590 2024.10.04 16:11:48.294004 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1591 2024.10.04 16:11:48.294570 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1592 2024.10.04 16:11:48.294732 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Debug> executeQuery: Read 58 rows, 3.65 KiB in 0.001717 sec., 33779.848573092604 rows/sec., 2.08 MiB/sec.
1593 2024.10.04 16:11:48.294900 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Debug> DynamicQueryHandler: Done processing query
1594 2024.10.04 16:11:48.294926 [ 3 ] {0b82543b-2d50-4f76-9886-ffa9d0dd0cdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1595 2024.10.04 16:11:48.294943 [ 3 ] {} <Debug> HTTP-Session: 918e4e04-5212-44e7-8168-78ef5ae0409c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1596 2024.10.04 16:11:53.222467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1597 2024.10.04 16:11:53.222609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1598 2024.10.04 16:11:53.222639 [ 3 ] {} <Debug> HTTP-Session: 28ec7a31-d925-4235-bdf0-f56972b78dc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1599 2024.10.04 16:11:53.222667 [ 3 ] {} <Debug> HTTP-Session: 28ec7a31-d925-4235-bdf0-f56972b78dc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1600 2024.10.04 16:11:53.222685 [ 3 ] {} <Debug> HTTP-Session: 28ec7a31-d925-4235-bdf0-f56972b78dc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1601 2024.10.04 16:11:53.222751 [ 3 ] {} <Trace> HTTP-Session: 28ec7a31-d925-4235-bdf0-f56972b78dc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1602 2024.10.04 16:11:53.222954 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1603 2024.10.04 16:11:53.223024 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1604 2024.10.04 16:11:53.223363 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1605 2024.10.04 16:11:53.223809 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1606 2024.10.04 16:11:53.223853 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1607 2024.10.04 16:11:53.224415 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1608 2024.10.04 16:11:53.225040 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1609 2024.10.04 16:11:53.225216 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002323 sec., 24106.75850193715 rows/sec., 1.85 MiB/sec.
1610 2024.10.04 16:11:53.225565 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Debug> DynamicQueryHandler: Done processing query
1611 2024.10.04 16:11:53.225593 [ 3 ] {7b455b2e-4c2f-499b-abab-56022cb0ee79} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1612 2024.10.04 16:11:53.225611 [ 3 ] {} <Debug> HTTP-Session: 28ec7a31-d925-4235-bdf0-f56972b78dc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1613 2024.10.04 16:11:53.225756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1614 2024.10.04 16:11:53.225811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1615 2024.10.04 16:11:53.225832 [ 3 ] {} <Debug> HTTP-Session: 2015e715-3993-46a6-89b7-f7e148c8248d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1616 2024.10.04 16:11:53.225850 [ 3 ] {} <Debug> HTTP-Session: 2015e715-3993-46a6-89b7-f7e148c8248d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1617 2024.10.04 16:11:53.225864 [ 3 ] {} <Debug> HTTP-Session: 2015e715-3993-46a6-89b7-f7e148c8248d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1618 2024.10.04 16:11:53.225898 [ 3 ] {} <Trace> HTTP-Session: 2015e715-3993-46a6-89b7-f7e148c8248d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1619 2024.10.04 16:11:53.226031 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1620 2024.10.04 16:11:53.226080 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1621 2024.10.04 16:11:53.226350 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1622 2024.10.04 16:11:53.226724 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1623 2024.10.04 16:11:53.226764 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1624 2024.10.04 16:11:53.227224 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1625 2024.10.04 16:11:53.227819 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1626 2024.10.04 16:11:53.227984 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001993 sec., 32112.393376818865 rows/sec., 2.51 MiB/sec.
1627 2024.10.04 16:11:53.228169 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Debug> DynamicQueryHandler: Done processing query
1628 2024.10.04 16:11:53.228196 [ 3 ] {cafb2511-bdf0-47bd-a7f2-9850659d1d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1629 2024.10.04 16:11:53.228213 [ 3 ] {} <Debug> HTTP-Session: 2015e715-3993-46a6-89b7-f7e148c8248d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1630 2024.10.04 16:11:53.228450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1631 2024.10.04 16:11:53.228503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1632 2024.10.04 16:11:53.228523 [ 3 ] {} <Debug> HTTP-Session: 8979bf90-72c2-4ca5-b8b9-35208e692c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1633 2024.10.04 16:11:53.228541 [ 3 ] {} <Debug> HTTP-Session: 8979bf90-72c2-4ca5-b8b9-35208e692c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1634 2024.10.04 16:11:53.228555 [ 3 ] {} <Debug> HTTP-Session: 8979bf90-72c2-4ca5-b8b9-35208e692c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1635 2024.10.04 16:11:53.228588 [ 3 ] {} <Trace> HTTP-Session: 8979bf90-72c2-4ca5-b8b9-35208e692c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1636 2024.10.04 16:11:53.228747 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1637 2024.10.04 16:11:53.228797 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1638 2024.10.04 16:11:53.228954 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1639 2024.10.04 16:11:53.229332 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1640 2024.10.04 16:11:53.229371 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1641 2024.10.04 16:11:53.229868 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1642 2024.10.04 16:11:53.230494 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1643 2024.10.04 16:11:53.230656 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001982 sec., 80726.53884964682 rows/sec., 5.62 MiB/sec.
1644 2024.10.04 16:11:53.230868 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Debug> DynamicQueryHandler: Done processing query
1645 2024.10.04 16:11:53.230894 [ 3 ] {68477b4d-c0dd-4867-b787-88a4445b6e64} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1646 2024.10.04 16:11:53.230912 [ 3 ] {} <Debug> HTTP-Session: 8979bf90-72c2-4ca5-b8b9-35208e692c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1647 2024.10.04 16:11:53.231067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1648 2024.10.04 16:11:53.231116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1649 2024.10.04 16:11:53.231136 [ 3 ] {} <Debug> HTTP-Session: 07c76055-7d3a-4c08-96c3-0e49ae4070b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1650 2024.10.04 16:11:53.231153 [ 3 ] {} <Debug> HTTP-Session: 07c76055-7d3a-4c08-96c3-0e49ae4070b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1651 2024.10.04 16:11:53.231167 [ 3 ] {} <Debug> HTTP-Session: 07c76055-7d3a-4c08-96c3-0e49ae4070b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1652 2024.10.04 16:11:53.231199 [ 3 ] {} <Trace> HTTP-Session: 07c76055-7d3a-4c08-96c3-0e49ae4070b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1653 2024.10.04 16:11:53.231328 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1654 2024.10.04 16:11:53.231374 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1655 2024.10.04 16:11:53.231502 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1656 2024.10.04 16:11:53.231867 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1657 2024.10.04 16:11:53.231905 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1658 2024.10.04 16:11:53.232370 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1659 2024.10.04 16:11:53.232952 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1660 2024.10.04 16:11:53.233107 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001828 sec., 32822.75711159738 rows/sec., 2.21 MiB/sec.
1661 2024.10.04 16:11:53.233312 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Debug> DynamicQueryHandler: Done processing query
1662 2024.10.04 16:11:53.233338 [ 3 ] {f6c18aaa-0de3-4a06-b8dd-3f1207c05a94} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1663 2024.10.04 16:11:53.233354 [ 3 ] {} <Debug> HTTP-Session: 07c76055-7d3a-4c08-96c3-0e49ae4070b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1664 2024.10.04 16:11:57.612955 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
1665 2024.10.04 16:11:57.613027 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
1666 2024.10.04 16:11:57.680546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 192
1667 2024.10.04 16:11:57.683930 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1668 2024.10.04 16:11:57.683985 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1669 2024.10.04 16:11:57.685731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1670 2024.10.04 16:11:57.687013 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1671 2024.10.04 16:11:57.687625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 192
1672 2024.10.04 16:11:58.228279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1673 2024.10.04 16:11:58.228398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1674 2024.10.04 16:11:58.228423 [ 3 ] {} <Debug> HTTP-Session: ca3eba0f-7068-4904-b1a2-08ab5a8b2f31 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1675 2024.10.04 16:11:58.228447 [ 3 ] {} <Debug> HTTP-Session: ca3eba0f-7068-4904-b1a2-08ab5a8b2f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1676 2024.10.04 16:11:58.228463 [ 3 ] {} <Debug> HTTP-Session: ca3eba0f-7068-4904-b1a2-08ab5a8b2f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1677 2024.10.04 16:11:58.228514 [ 3 ] {} <Trace> HTTP-Session: ca3eba0f-7068-4904-b1a2-08ab5a8b2f31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1678 2024.10.04 16:11:58.228756 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1679 2024.10.04 16:11:58.228824 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1680 2024.10.04 16:11:58.229159 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1681 2024.10.04 16:11:58.229799 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1682 2024.10.04 16:11:58.229843 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1683 2024.10.04 16:11:58.230433 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1684 2024.10.04 16:11:58.231079 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1685 2024.10.04 16:11:58.231232 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002572 sec., 79704.51010886469 rows/sec., 7.02 MiB/sec.
1686 2024.10.04 16:11:58.231609 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Debug> DynamicQueryHandler: Done processing query
1687 2024.10.04 16:11:58.231636 [ 3 ] {c4e5d858-833c-4cc8-a5d5-6aa788cc8a64} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1688 2024.10.04 16:11:58.231653 [ 3 ] {} <Debug> HTTP-Session: ca3eba0f-7068-4904-b1a2-08ab5a8b2f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1689 2024.10.04 16:11:58.231827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1690 2024.10.04 16:11:58.231878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1691 2024.10.04 16:11:58.231898 [ 3 ] {} <Debug> HTTP-Session: 5b21bfc9-2446-41ba-9577-377c0cf89331 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1692 2024.10.04 16:11:58.231915 [ 3 ] {} <Debug> HTTP-Session: 5b21bfc9-2446-41ba-9577-377c0cf89331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1693 2024.10.04 16:11:58.231930 [ 3 ] {} <Debug> HTTP-Session: 5b21bfc9-2446-41ba-9577-377c0cf89331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1694 2024.10.04 16:11:58.231963 [ 3 ] {} <Trace> HTTP-Session: 5b21bfc9-2446-41ba-9577-377c0cf89331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2024.10.04 16:11:58.232066 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1696 2024.10.04 16:11:58.232113 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1697 2024.10.04 16:11:58.232364 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1698 2024.10.04 16:11:58.232721 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1699 2024.10.04 16:11:58.232758 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1700 2024.10.04 16:11:58.233231 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1701 2024.10.04 16:11:58.233894 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1702 2024.10.04 16:11:58.234047 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001998 sec., 4004.0040040040035 rows/sec., 301.08 KiB/sec.
1703 2024.10.04 16:11:58.234223 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Debug> DynamicQueryHandler: Done processing query
1704 2024.10.04 16:11:58.234248 [ 3 ] {ff449d3d-ca07-47da-8e16-3121fbdfce0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1705 2024.10.04 16:11:58.234264 [ 3 ] {} <Debug> HTTP-Session: 5b21bfc9-2446-41ba-9577-377c0cf89331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1706 2024.10.04 16:11:58.234391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1707 2024.10.04 16:11:58.234441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1708 2024.10.04 16:11:58.234461 [ 3 ] {} <Debug> HTTP-Session: b6cb865f-3281-4ab8-b365-18982b952384 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1709 2024.10.04 16:11:58.234478 [ 3 ] {} <Debug> HTTP-Session: b6cb865f-3281-4ab8-b365-18982b952384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1710 2024.10.04 16:11:58.234492 [ 3 ] {} <Debug> HTTP-Session: b6cb865f-3281-4ab8-b365-18982b952384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1711 2024.10.04 16:11:58.234523 [ 3 ] {} <Trace> HTTP-Session: b6cb865f-3281-4ab8-b365-18982b952384 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1712 2024.10.04 16:11:58.234624 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1713 2024.10.04 16:11:58.234667 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1714 2024.10.04 16:11:58.234887 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1715 2024.10.04 16:11:58.235262 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1716 2024.10.04 16:11:58.235300 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1717 2024.10.04 16:11:58.235766 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1718 2024.10.04 16:11:58.236379 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1719 2024.10.04 16:11:58.236528 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001923 sec., 7280.291211648466 rows/sec., 509.86 KiB/sec.
1720 2024.10.04 16:11:58.236692 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Debug> DynamicQueryHandler: Done processing query
1721 2024.10.04 16:11:58.236717 [ 3 ] {d60b42ce-dbc1-4ea2-90dd-806bc7a36958} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1722 2024.10.04 16:11:58.236734 [ 3 ] {} <Debug> HTTP-Session: b6cb865f-3281-4ab8-b365-18982b952384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1723 2024.10.04 16:11:58.236877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1724 2024.10.04 16:11:58.236925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1725 2024.10.04 16:11:58.236945 [ 3 ] {} <Debug> HTTP-Session: 674134ea-6c77-4efb-a781-6ec8d99ff1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1726 2024.10.04 16:11:58.236961 [ 3 ] {} <Debug> HTTP-Session: 674134ea-6c77-4efb-a781-6ec8d99ff1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1727 2024.10.04 16:11:58.236975 [ 3 ] {} <Debug> HTTP-Session: 674134ea-6c77-4efb-a781-6ec8d99ff1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1728 2024.10.04 16:11:58.237006 [ 3 ] {} <Trace> HTTP-Session: 674134ea-6c77-4efb-a781-6ec8d99ff1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1729 2024.10.04 16:11:58.237103 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1730 2024.10.04 16:11:58.237147 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1731 2024.10.04 16:11:58.237370 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1732 2024.10.04 16:11:58.237673 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1733 2024.10.04 16:11:58.237710 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1734 2024.10.04 16:11:58.238188 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1735 2024.10.04 16:11:58.238914 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1736 2024.10.04 16:11:58.239056 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00197 sec., 3045.6852791878173 rows/sec., 179.95 KiB/sec.
1737 2024.10.04 16:11:58.239238 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Debug> DynamicQueryHandler: Done processing query
1738 2024.10.04 16:11:58.239265 [ 3 ] {bd6cd0d6-b70f-4c82-b5f3-374d1e1a824e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1739 2024.10.04 16:11:58.239282 [ 3 ] {} <Debug> HTTP-Session: 674134ea-6c77-4efb-a781-6ec8d99ff1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1740 2024.10.04 16:11:58.239602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1741 2024.10.04 16:11:58.239652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1742 2024.10.04 16:11:58.239672 [ 3 ] {} <Debug> HTTP-Session: 14a77046-d4ad-4f9e-bc7d-ecea0a562563 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1743 2024.10.04 16:11:58.239689 [ 3 ] {} <Debug> HTTP-Session: 14a77046-d4ad-4f9e-bc7d-ecea0a562563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1744 2024.10.04 16:11:58.239703 [ 3 ] {} <Debug> HTTP-Session: 14a77046-d4ad-4f9e-bc7d-ecea0a562563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1745 2024.10.04 16:11:58.239735 [ 3 ] {} <Trace> HTTP-Session: 14a77046-d4ad-4f9e-bc7d-ecea0a562563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1746 2024.10.04 16:11:58.239948 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1747 2024.10.04 16:11:58.239992 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1748 2024.10.04 16:11:58.240216 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1749 2024.10.04 16:11:58.240751 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1750 2024.10.04 16:11:58.240788 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1751 2024.10.04 16:11:58.241320 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1752 2024.10.04 16:11:58.241942 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1753 2024.10.04 16:11:58.242096 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002253 sec., 173102.52996005327 rows/sec., 12.28 MiB/sec.
1754 2024.10.04 16:11:58.242262 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Debug> DynamicQueryHandler: Done processing query
1755 2024.10.04 16:11:58.242287 [ 3 ] {ac21aaa0-9ce1-4ca9-960f-cc0c943f2efe} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
1756 2024.10.04 16:11:58.242303 [ 3 ] {} <Debug> HTTP-Session: 14a77046-d4ad-4f9e-bc7d-ecea0a562563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1757 2024.10.04 16:11:58.242466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1758 2024.10.04 16:11:58.242514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1759 2024.10.04 16:11:58.242535 [ 3 ] {} <Debug> HTTP-Session: c2694dbd-51a5-4b32-bada-c307531d2123 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1760 2024.10.04 16:11:58.242551 [ 3 ] {} <Debug> HTTP-Session: c2694dbd-51a5-4b32-bada-c307531d2123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1761 2024.10.04 16:11:58.242565 [ 3 ] {} <Debug> HTTP-Session: c2694dbd-51a5-4b32-bada-c307531d2123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1762 2024.10.04 16:11:58.242597 [ 3 ] {} <Trace> HTTP-Session: c2694dbd-51a5-4b32-bada-c307531d2123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1763 2024.10.04 16:11:58.242693 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
1764 2024.10.04 16:11:58.242739 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1765 2024.10.04 16:11:58.242864 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1766 2024.10.04 16:11:58.243130 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2024.10.04 16:11:58.243166 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1768 2024.10.04 16:11:58.243636 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1769 2024.10.04 16:11:58.244200 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2024.10.04 16:11:58.244357 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001686 sec., 3558.7188612099644 rows/sec., 185.93 KiB/sec.
1771 2024.10.04 16:11:58.244620 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Debug> DynamicQueryHandler: Done processing query
1772 2024.10.04 16:11:58.244646 [ 3 ] {042bbedc-0c8f-43fb-8b7d-80a11ef549f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
1773 2024.10.04 16:11:58.244663 [ 3 ] {} <Debug> HTTP-Session: c2694dbd-51a5-4b32-bada-c307531d2123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1774 2024.10.04 16:11:58.244956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1775 2024.10.04 16:11:58.245007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1776 2024.10.04 16:11:58.245028 [ 3 ] {} <Debug> HTTP-Session: 2a08cdec-1e5a-4ea2-b3a7-5ea5b46ccdc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1777 2024.10.04 16:11:58.245044 [ 3 ] {} <Debug> HTTP-Session: 2a08cdec-1e5a-4ea2-b3a7-5ea5b46ccdc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1778 2024.10.04 16:11:58.245058 [ 3 ] {} <Debug> HTTP-Session: 2a08cdec-1e5a-4ea2-b3a7-5ea5b46ccdc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1779 2024.10.04 16:11:58.245089 [ 3 ] {} <Trace> HTTP-Session: 2a08cdec-1e5a-4ea2-b3a7-5ea5b46ccdc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1780 2024.10.04 16:11:58.245268 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1781 2024.10.04 16:11:58.245318 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1782 2024.10.04 16:11:58.245483 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1783 2024.10.04 16:11:58.245907 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1784 2024.10.04 16:11:58.245945 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1785 2024.10.04 16:11:58.246433 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1786 2024.10.04 16:11:58.247041 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): 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.10.04 16:11:58.247203 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002019 sec., 117384.84398216939 rows/sec., 7.87 MiB/sec.
1788 2024.10.04 16:11:58.247368 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Debug> DynamicQueryHandler: Done processing query
1789 2024.10.04 16:11:58.247394 [ 3 ] {7d1fc24e-8f19-49fc-8bbb-f668a182b74b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1790 2024.10.04 16:11:58.247410 [ 3 ] {} <Debug> HTTP-Session: 2a08cdec-1e5a-4ea2-b3a7-5ea5b46ccdc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1791 2024.10.04 16:11:58.247541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1792 2024.10.04 16:11:58.247589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1793 2024.10.04 16:11:58.247608 [ 3 ] {} <Debug> HTTP-Session: 311645ed-b7f1-4380-af67-27a16ac51ebd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1794 2024.10.04 16:11:58.247625 [ 3 ] {} <Debug> HTTP-Session: 311645ed-b7f1-4380-af67-27a16ac51ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1795 2024.10.04 16:11:58.247639 [ 3 ] {} <Debug> HTTP-Session: 311645ed-b7f1-4380-af67-27a16ac51ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1796 2024.10.04 16:11:58.247670 [ 3 ] {} <Trace> HTTP-Session: 311645ed-b7f1-4380-af67-27a16ac51ebd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1797 2024.10.04 16:11:58.247761 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
1798 2024.10.04 16:11:58.247806 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1799 2024.10.04 16:11:58.247934 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1800 2024.10.04 16:11:58.248183 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1801 2024.10.04 16:11:58.248219 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1802 2024.10.04 16:11:58.248674 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1803 2024.10.04 16:11:58.249299 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2024.10.04 16:11:58.249463 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001724 sec., 580.046403712297 rows/sec., 39.09 KiB/sec.
1805 2024.10.04 16:11:58.249630 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Debug> DynamicQueryHandler: Done processing query
1806 2024.10.04 16:11:58.249655 [ 3 ] {3343ccef-4aff-4fce-b66f-f22a4df1321e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
1807 2024.10.04 16:11:58.249671 [ 3 ] {} <Debug> HTTP-Session: 311645ed-b7f1-4380-af67-27a16ac51ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1808 2024.10.04 16:11:58.249833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1809 2024.10.04 16:11:58.249882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1810 2024.10.04 16:11:58.249902 [ 3 ] {} <Debug> HTTP-Session: 331fa957-a6b1-4860-9d18-217182820053 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1811 2024.10.04 16:11:58.249918 [ 3 ] {} <Debug> HTTP-Session: 331fa957-a6b1-4860-9d18-217182820053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1812 2024.10.04 16:11:58.249932 [ 3 ] {} <Debug> HTTP-Session: 331fa957-a6b1-4860-9d18-217182820053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1813 2024.10.04 16:11:58.249962 [ 3 ] {} <Trace> HTTP-Session: 331fa957-a6b1-4860-9d18-217182820053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1814 2024.10.04 16:11:58.250140 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
1815 2024.10.04 16:11:58.250205 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1816 2024.10.04 16:11:58.250623 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1817 2024.10.04 16:11:58.251092 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1818 2024.10.04 16:11:58.251129 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1819 2024.10.04 16:11:58.251832 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1820 2024.10.04 16:11:58.252455 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): 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.10.04 16:11:58.252641 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002605 sec., 3071.017274472169 rows/sec., 5.50 MiB/sec.
1822 2024.10.04 16:11:58.252844 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Debug> DynamicQueryHandler: Done processing query
1823 2024.10.04 16:11:58.252868 [ 3 ] {845d989f-ca54-46cc-ae9c-27628510dbf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
1824 2024.10.04 16:11:58.252884 [ 3 ] {} <Debug> HTTP-Session: 331fa957-a6b1-4860-9d18-217182820053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1825 2024.10.04 16:11:58.253019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1826 2024.10.04 16:11:58.253067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1827 2024.10.04 16:11:58.253088 [ 3 ] {} <Debug> HTTP-Session: 253ee9e6-6478-42b5-9ac3-55d7dbfcda69 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1828 2024.10.04 16:11:58.253105 [ 3 ] {} <Debug> HTTP-Session: 253ee9e6-6478-42b5-9ac3-55d7dbfcda69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1829 2024.10.04 16:11:58.253118 [ 3 ] {} <Debug> HTTP-Session: 253ee9e6-6478-42b5-9ac3-55d7dbfcda69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1830 2024.10.04 16:11:58.253149 [ 3 ] {} <Trace> HTTP-Session: 253ee9e6-6478-42b5-9ac3-55d7dbfcda69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1831 2024.10.04 16:11:58.253266 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1832 2024.10.04 16:11:58.253312 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1833 2024.10.04 16:11:58.253438 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1834 2024.10.04 16:11:58.253813 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1835 2024.10.04 16:11:58.253850 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1836 2024.10.04 16:11:58.254326 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1837 2024.10.04 16:11:58.254945 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1838 2024.10.04 16:11:58.255105 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001878 sec., 43663.47177848776 rows/sec., 2.77 MiB/sec.
1839 2024.10.04 16:11:58.255282 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Debug> DynamicQueryHandler: Done processing query
1840 2024.10.04 16:11:58.255307 [ 3 ] {bf50cc26-dfb9-40b4-81bb-3b131113af4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1841 2024.10.04 16:11:58.255323 [ 3 ] {} <Debug> HTTP-Session: 253ee9e6-6478-42b5-9ac3-55d7dbfcda69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1842 2024.10.04 16:12:03.222312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1843 2024.10.04 16:12:03.222445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1844 2024.10.04 16:12:03.222471 [ 3 ] {} <Debug> HTTP-Session: e2c75b71-b213-4f3c-89e3-3568f38c6b24 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1845 2024.10.04 16:12:03.222496 [ 3 ] {} <Debug> HTTP-Session: e2c75b71-b213-4f3c-89e3-3568f38c6b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1846 2024.10.04 16:12:03.222510 [ 3 ] {} <Debug> HTTP-Session: e2c75b71-b213-4f3c-89e3-3568f38c6b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1847 2024.10.04 16:12:03.222562 [ 3 ] {} <Trace> HTTP-Session: e2c75b71-b213-4f3c-89e3-3568f38c6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1848 2024.10.04 16:12:03.222755 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1849 2024.10.04 16:12:03.222822 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1850 2024.10.04 16:12:03.223162 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1851 2024.10.04 16:12:03.223604 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2024.10.04 16:12:03.223644 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1853 2024.10.04 16:12:03.224154 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1854 2024.10.04 16:12:03.224779 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2024.10.04 16:12:03.224992 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002305 sec., 24295.010845986984 rows/sec., 1.87 MiB/sec.
1856 2024.10.04 16:12:03.225197 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Debug> DynamicQueryHandler: Done processing query
1857 2024.10.04 16:12:03.225222 [ 3 ] {568f3e43-e77b-4136-8507-7e4c6a03d68f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
1858 2024.10.04 16:12:03.225238 [ 3 ] {} <Debug> HTTP-Session: e2c75b71-b213-4f3c-89e3-3568f38c6b24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1859 2024.10.04 16:12:03.225426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1860 2024.10.04 16:12:03.225474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1861 2024.10.04 16:12:03.225494 [ 3 ] {} <Debug> HTTP-Session: 50eab38f-6880-4473-a6f9-c8b8e1db577e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1862 2024.10.04 16:12:03.225511 [ 3 ] {} <Debug> HTTP-Session: 50eab38f-6880-4473-a6f9-c8b8e1db577e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1863 2024.10.04 16:12:03.225525 [ 3 ] {} <Debug> HTTP-Session: 50eab38f-6880-4473-a6f9-c8b8e1db577e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1864 2024.10.04 16:12:03.225556 [ 3 ] {} <Trace> HTTP-Session: 50eab38f-6880-4473-a6f9-c8b8e1db577e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1865 2024.10.04 16:12:03.225675 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
1866 2024.10.04 16:12:03.225721 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1867 2024.10.04 16:12:03.225944 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1868 2024.10.04 16:12:03.226318 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1869 2024.10.04 16:12:03.226379 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1870 2024.10.04 16:12:03.226845 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1871 2024.10.04 16:12:03.227449 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1872 2024.10.04 16:12:03.227641 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec.
1873 2024.10.04 16:12:03.227879 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Debug> DynamicQueryHandler: Done processing query
1874 2024.10.04 16:12:03.227904 [ 3 ] {8b017a4a-b890-4809-b32b-2356ca117327} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1875 2024.10.04 16:12:03.227927 [ 3 ] {} <Debug> HTTP-Session: 50eab38f-6880-4473-a6f9-c8b8e1db577e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1876 2024.10.04 16:12:03.228104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1877 2024.10.04 16:12:03.228154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1878 2024.10.04 16:12:03.228174 [ 3 ] {} <Debug> HTTP-Session: c7b3afd3-77c2-4dc2-95ff-2509032cb85e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1879 2024.10.04 16:12:03.228190 [ 3 ] {} <Debug> HTTP-Session: c7b3afd3-77c2-4dc2-95ff-2509032cb85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1880 2024.10.04 16:12:03.228204 [ 3 ] {} <Debug> HTTP-Session: c7b3afd3-77c2-4dc2-95ff-2509032cb85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1881 2024.10.04 16:12:03.228236 [ 3 ] {} <Trace> HTTP-Session: c7b3afd3-77c2-4dc2-95ff-2509032cb85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1882 2024.10.04 16:12:03.228383 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
1883 2024.10.04 16:12:03.228431 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1884 2024.10.04 16:12:03.228578 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1885 2024.10.04 16:12:03.228964 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1886 2024.10.04 16:12:03.229001 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1887 2024.10.04 16:12:03.229517 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1888 2024.10.04 16:12:03.230090 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1889 2024.10.04 16:12:03.230240 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00192 sec., 83333.33333333333 rows/sec., 5.80 MiB/sec.
1890 2024.10.04 16:12:03.230416 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Debug> DynamicQueryHandler: Done processing query
1891 2024.10.04 16:12:03.230440 [ 3 ] {b6b827ba-5ba7-4b37-9e67-c9c346f139bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
1892 2024.10.04 16:12:03.230457 [ 3 ] {} <Debug> HTTP-Session: c7b3afd3-77c2-4dc2-95ff-2509032cb85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1893 2024.10.04 16:12:03.230614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1894 2024.10.04 16:12:03.230662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1895 2024.10.04 16:12:03.230681 [ 3 ] {} <Debug> HTTP-Session: 97136baf-2ae8-42f8-a708-ce0066dce3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1896 2024.10.04 16:12:03.230697 [ 3 ] {} <Debug> HTTP-Session: 97136baf-2ae8-42f8-a708-ce0066dce3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1897 2024.10.04 16:12:03.230711 [ 3 ] {} <Debug> HTTP-Session: 97136baf-2ae8-42f8-a708-ce0066dce3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1898 2024.10.04 16:12:03.230742 [ 3 ] {} <Trace> HTTP-Session: 97136baf-2ae8-42f8-a708-ce0066dce3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1899 2024.10.04 16:12:03.230868 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
1900 2024.10.04 16:12:03.230914 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1901 2024.10.04 16:12:03.231039 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1902 2024.10.04 16:12:03.231343 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1903 2024.10.04 16:12:03.231379 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1904 2024.10.04 16:12:03.231946 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1905 2024.10.04 16:12:03.232615 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1906 2024.10.04 16:12:03.232813 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001989 sec., 30165.912518853696 rows/sec., 2.03 MiB/sec.
1907 2024.10.04 16:12:03.232992 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Debug> DynamicQueryHandler: Done processing query
1908 2024.10.04 16:12:03.233016 [ 3 ] {50b6d75c-7111-44e8-b039-90d857ac12ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1909 2024.10.04 16:12:03.233032 [ 3 ] {} <Debug> HTTP-Session: 97136baf-2ae8-42f8-a708-ce0066dce3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1910 2024.10.04 16:12:07.687983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 220
1911 2024.10.04 16:12:07.690750 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1912 2024.10.04 16:12:07.690801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1913 2024.10.04 16:12:07.692444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1914 2024.10.04 16:12:07.693771 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1915 2024.10.04 16:12:07.694568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 220
1916 2024.10.04 16:12:08.228367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1917 2024.10.04 16:12:08.228500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1918 2024.10.04 16:12:08.228529 [ 3 ] {} <Debug> HTTP-Session: 0aa641e5-a04e-4048-aeae-b92f9a4c22cd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1919 2024.10.04 16:12:08.228557 [ 3 ] {} <Debug> HTTP-Session: 0aa641e5-a04e-4048-aeae-b92f9a4c22cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1920 2024.10.04 16:12:08.228576 [ 3 ] {} <Debug> HTTP-Session: 0aa641e5-a04e-4048-aeae-b92f9a4c22cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1921 2024.10.04 16:12:08.228634 [ 3 ] {} <Trace> HTTP-Session: 0aa641e5-a04e-4048-aeae-b92f9a4c22cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1922 2024.10.04 16:12:08.228913 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
1923 2024.10.04 16:12:08.228993 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1924 2024.10.04 16:12:08.229378 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1925 2024.10.04 16:12:08.229950 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2024.10.04 16:12:08.229992 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1927 2024.10.04 16:12:08.230548 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1928 2024.10.04 16:12:08.231202 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2024.10.04 16:12:08.231385 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002592 sec., 79089.50617283951 rows/sec., 6.96 MiB/sec.
1930 2024.10.04 16:12:08.231394 [ 73 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1931 2024.10.04 16:12:08.231530 [ 73 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1932 2024.10.04 16:12:08.231571 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1933 2024.10.04 16:12:08.231661 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Debug> DynamicQueryHandler: Done processing query
1934 2024.10.04 16:12:08.231713 [ 3 ] {534ec00b-b6bd-4207-a0d7-519368240e4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
1935 2024.10.04 16:12:08.231773 [ 3 ] {} <Debug> HTTP-Session: 0aa641e5-a04e-4048-aeae-b92f9a4c22cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1936 2024.10.04 16:12:08.232022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1937 2024.10.04 16:12:08.232024 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
1938 2024.10.04 16:12:08.232106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1939 2024.10.04 16:12:08.232170 [ 3 ] {} <Debug> HTTP-Session: 9729dce1-7f18-434d-b0f9-ba31570c10ad Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1940 2024.10.04 16:12:08.232201 [ 3 ] {} <Debug> HTTP-Session: 9729dce1-7f18-434d-b0f9-ba31570c10ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1941 2024.10.04 16:12:08.232240 [ 3 ] {} <Debug> HTTP-Session: 9729dce1-7f18-434d-b0f9-ba31570c10ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1942 2024.10.04 16:12:08.232304 [ 3 ] {} <Trace> HTTP-Session: 9729dce1-7f18-434d-b0f9-ba31570c10ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1943 2024.10.04 16:12:08.232516 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1944 2024.10.04 16:12:08.232542 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
1945 2024.10.04 16:12:08.232633 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1946 2024.10.04 16:12:08.232638 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
1947 2024.10.04 16:12:08.233019 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 205 rows starting from the beginning of the part
1948 2024.10.04 16:12:08.233380 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
1949 2024.10.04 16:12:08.233758 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 205 rows starting from the beginning of the part
1950 2024.10.04 16:12:08.233991 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1951 2024.10.04 16:12:08.234073 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
1952 2024.10.04 16:12:08.234388 [ 202 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 205 rows starting from the beginning of the part
1953 2024.10.04 16:12:08.235065 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1954 2024.10.04 16:12:08.235129 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1955 2024.10.04 16:12:08.236384 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1956 2024.10.04 16:12:08.237374 [ 186 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.00567616 sec., 133364.81001240274 rows/sec., 11.98 MiB/sec.
1957 2024.10.04 16:12:08.237700 [ 186 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1958 2024.10.04 16:12:08.237798 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1959 2024.10.04 16:12:08.238035 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005544 sec., 1443.001443001443 rows/sec., 108.51 KiB/sec.
1960 2024.10.04 16:12:08.238623 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Debug> DynamicQueryHandler: Done processing query
1961 2024.10.04 16:12:08.238664 [ 3 ] {c9cbbf56-53fe-416b-b051-27d6d34da118} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1962 2024.10.04 16:12:08.238693 [ 3 ] {} <Debug> HTTP-Session: 9729dce1-7f18-434d-b0f9-ba31570c10ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1963 2024.10.04 16:12:08.238833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1964 2024.10.04 16:12:08.238908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1965 2024.10.04 16:12:08.238930 [ 3 ] {} <Debug> HTTP-Session: 89691eb6-4fcd-4dfa-bda9-ea125aa87954 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1966 2024.10.04 16:12:08.238947 [ 3 ] {} <Debug> HTTP-Session: 89691eb6-4fcd-4dfa-bda9-ea125aa87954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1967 2024.10.04 16:12:08.238984 [ 3 ] {} <Debug> HTTP-Session: 89691eb6-4fcd-4dfa-bda9-ea125aa87954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1968 2024.10.04 16:12:08.239031 [ 3 ] {} <Trace> HTTP-Session: 89691eb6-4fcd-4dfa-bda9-ea125aa87954 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1969 2024.10.04 16:12:08.239107 [ 186 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1970 2024.10.04 16:12:08.239269 [ 186 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_6_1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1971 2024.10.04 16:12:08.239300 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
1972 2024.10.04 16:12:08.239395 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1973 2024.10.04 16:12:08.239427 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1974 2024.10.04 16:12:08.239702 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1975 2024.10.04 16:12:08.240033 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1976 2024.10.04 16:12:08.240071 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1977 2024.10.04 16:12:08.240557 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1978 2024.10.04 16:12:08.241295 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1979 2024.10.04 16:12:08.241470 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002235 sec., 6263.982102908278 rows/sec., 438.69 KiB/sec.
1980 2024.10.04 16:12:08.241762 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Debug> DynamicQueryHandler: Done processing query
1981 2024.10.04 16:12:08.241786 [ 3 ] {a52a2a8b-137c-4e9d-963e-3f0c545fc61e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1982 2024.10.04 16:12:08.241802 [ 3 ] {} <Debug> HTTP-Session: 89691eb6-4fcd-4dfa-bda9-ea125aa87954 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1983 2024.10.04 16:12:08.241926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1984 2024.10.04 16:12:08.241974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
1985 2024.10.04 16:12:08.241993 [ 3 ] {} <Debug> HTTP-Session: b929aaac-6889-425f-8d4a-b8b28eb2f52f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
1986 2024.10.04 16:12:08.242009 [ 3 ] {} <Debug> HTTP-Session: b929aaac-6889-425f-8d4a-b8b28eb2f52f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
1987 2024.10.04 16:12:08.242023 [ 3 ] {} <Debug> HTTP-Session: b929aaac-6889-425f-8d4a-b8b28eb2f52f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
1988 2024.10.04 16:12:08.242054 [ 3 ] {} <Trace> HTTP-Session: b929aaac-6889-425f-8d4a-b8b28eb2f52f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1989 2024.10.04 16:12:08.242152 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
1990 2024.10.04 16:12:08.242196 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1991 2024.10.04 16:12:08.242440 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used
1992 2024.10.04 16:12:08.242798 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2024.10.04 16:12:08.242836 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
1994 2024.10.04 16:12:08.243292 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1995 2024.10.04 16:12:08.243904 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1996 2024.10.04 16:12:08.244067 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001926 sec., 3115.264797507788 rows/sec., 184.06 KiB/sec.
1997 2024.10.04 16:12:08.244248 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Debug> DynamicQueryHandler: Done processing query
1998 2024.10.04 16:12:08.244272 [ 3 ] {e6e4303f-369b-4892-b548-3a7d16460a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
1999 2024.10.04 16:12:08.244288 [ 3 ] {} <Debug> HTTP-Session: b929aaac-6889-425f-8d4a-b8b28eb2f52f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2000 2024.10.04 16:12:08.244530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2001 2024.10.04 16:12:08.244579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2002 2024.10.04 16:12:08.244598 [ 3 ] {} <Debug> HTTP-Session: 83e3f71a-0eca-49ee-b7fd-3647e3b7feda Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2003 2024.10.04 16:12:08.244615 [ 3 ] {} <Debug> HTTP-Session: 83e3f71a-0eca-49ee-b7fd-3647e3b7feda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2004 2024.10.04 16:12:08.244629 [ 3 ] {} <Debug> HTTP-Session: 83e3f71a-0eca-49ee-b7fd-3647e3b7feda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2005 2024.10.04 16:12:08.244660 [ 3 ] {} <Trace> HTTP-Session: 83e3f71a-0eca-49ee-b7fd-3647e3b7feda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2024.10.04 16:12:08.244873 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2007 2024.10.04 16:12:08.244918 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2008 2024.10.04 16:12:08.245141 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2009 2024.10.04 16:12:08.245710 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2024.10.04 16:12:08.245746 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2011 2024.10.04 16:12:08.246233 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2012 2024.10.04 16:12:08.246847 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2013 2024.10.04 16:12:08.247005 [ 69 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2014 2024.10.04 16:12:08.247018 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002252 sec., 173179.39609236232 rows/sec., 12.28 MiB/sec.
2015 2024.10.04 16:12:08.247077 [ 69 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2016 2024.10.04 16:12:08.247148 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2017 2024.10.04 16:12:08.247423 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Debug> DynamicQueryHandler: Done processing query
2018 2024.10.04 16:12:08.247540 [ 3 ] {3be6f644-3fe3-4a21-9a3f-08a4360e5db3} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2019 2024.10.04 16:12:08.247627 [ 3 ] {} <Debug> HTTP-Session: 83e3f71a-0eca-49ee-b7fd-3647e3b7feda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2020 2024.10.04 16:12:08.247680 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
2021 2024.10.04 16:12:08.247853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2022 2024.10.04 16:12:08.247990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2023 2024.10.04 16:12:08.248005 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2024 2024.10.04 16:12:08.248031 [ 3 ] {} <Debug> HTTP-Session: be2d3a63-12d0-4889-bad2-512b3cf4f300 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2025 2024.10.04 16:12:08.248085 [ 3 ] {} <Debug> HTTP-Session: be2d3a63-12d0-4889-bad2-512b3cf4f300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2026 2024.10.04 16:12:08.248089 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
2027 2024.10.04 16:12:08.248120 [ 3 ] {} <Debug> HTTP-Session: be2d3a63-12d0-4889-bad2-512b3cf4f300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2028 2024.10.04 16:12:08.248203 [ 3 ] {} <Trace> HTTP-Session: be2d3a63-12d0-4889-bad2-512b3cf4f300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2029 2024.10.04 16:12:08.248437 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 390 rows starting from the beginning of the part
2030 2024.10.04 16:12:08.248534 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2031 2024.10.04 16:12:08.248729 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
2032 2024.10.04 16:12:08.248730 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2033 2024.10.04 16:12:08.249118 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 390 rows starting from the beginning of the part
2034 2024.10.04 16:12:08.249538 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
2035 2024.10.04 16:12:08.249847 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2036 2024.10.04 16:12:08.249873 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 390 rows starting from the beginning of the part
2037 2024.10.04 16:12:08.250553 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2038 2024.10.04 16:12:08.250614 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2039 2024.10.04 16:12:08.251671 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2040 2024.10.04 16:12:08.252530 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1334 rows, containing 5 columns (5 merged, 0 gathered) in 0.005226631 sec., 255231.3335301459 rows/sec., 19.30 MiB/sec.
2041 2024.10.04 16:12:08.252633 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2042 2024.10.04 16:12:08.252885 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004466 sec., 1343.4841021047916 rows/sec., 70.19 KiB/sec.
2043 2024.10.04 16:12:08.253052 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2044 2024.10.04 16:12:08.253191 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Debug> DynamicQueryHandler: Done processing query
2045 2024.10.04 16:12:08.253251 [ 3 ] {14aae568-584d-4fdb-9c5a-c35a980d0878} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2046 2024.10.04 16:12:08.253280 [ 3 ] {} <Debug> HTTP-Session: be2d3a63-12d0-4889-bad2-512b3cf4f300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2047 2024.10.04 16:12:08.253471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2048 2024.10.04 16:12:08.253591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2049 2024.10.04 16:12:08.253662 [ 3 ] {} <Debug> HTTP-Session: 55c408b7-9edf-4371-a4fa-e52a70984e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2050 2024.10.04 16:12:08.253734 [ 3 ] {} <Debug> HTTP-Session: 55c408b7-9edf-4371-a4fa-e52a70984e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2051 2024.10.04 16:12:08.253796 [ 3 ] {} <Debug> HTTP-Session: 55c408b7-9edf-4371-a4fa-e52a70984e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2052 2024.10.04 16:12:08.253879 [ 3 ] {} <Trace> HTTP-Session: 55c408b7-9edf-4371-a4fa-e52a70984e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2053 2024.10.04 16:12:08.254100 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2054 2024.10.04 16:12:08.254179 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2055 2024.10.04 16:12:08.254440 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2056 2024.10.04 16:12:08.254497 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2057 2024.10.04 16:12:08.254628 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_6_1} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2058 2024.10.04 16:12:08.254742 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2059 2024.10.04 16:12:08.255079 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2060 2024.10.04 16:12:08.255122 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2061 2024.10.04 16:12:08.255698 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2062 2024.10.04 16:12:08.256366 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2063 2024.10.04 16:12:08.256537 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2064 2024.10.04 16:12:08.256545 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002561 sec., 92541.97579070675 rows/sec., 6.20 MiB/sec.
2065 2024.10.04 16:12:08.256604 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2066 2024.10.04 16:12:08.256680 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2067 2024.10.04 16:12:08.256939 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Debug> DynamicQueryHandler: Done processing query
2068 2024.10.04 16:12:08.257021 [ 3 ] {c36c0802-d946-43cc-8940-06330cac3874} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2069 2024.10.04 16:12:08.257025 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
2070 2024.10.04 16:12:08.257098 [ 3 ] {} <Debug> HTTP-Session: 55c408b7-9edf-4371-a4fa-e52a70984e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2071 2024.10.04 16:12:08.257361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2072 2024.10.04 16:12:08.257420 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2073 2024.10.04 16:12:08.257432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2074 2024.10.04 16:12:08.257469 [ 3 ] {} <Debug> HTTP-Session: 503a5e3d-063e-4cca-af1d-1bf1dbfc62be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2075 2024.10.04 16:12:08.257472 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part
2076 2024.10.04 16:12:08.257490 [ 3 ] {} <Debug> HTTP-Session: 503a5e3d-063e-4cca-af1d-1bf1dbfc62be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2077 2024.10.04 16:12:08.257505 [ 3 ] {} <Debug> HTTP-Session: 503a5e3d-063e-4cca-af1d-1bf1dbfc62be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2078 2024.10.04 16:12:08.257553 [ 3 ] {} <Trace> HTTP-Session: 503a5e3d-063e-4cca-af1d-1bf1dbfc62be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2079 2024.10.04 16:12:08.257694 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 157 rows starting from the beginning of the part
2080 2024.10.04 16:12:08.257859 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2081 2024.10.04 16:12:08.258032 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2082 2024.10.04 16:12:08.258039 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
2083 2024.10.04 16:12:08.258308 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part
2084 2024.10.04 16:12:08.258647 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
2085 2024.10.04 16:12:08.258861 [ 188 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part
2086 2024.10.04 16:12:08.258939 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2087 2024.10.04 16:12:08.259338 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2088 2024.10.04 16:12:08.259375 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2089 2024.10.04 16:12:08.259965 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2090 2024.10.04 16:12:08.260653 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2091 2024.10.04 16:12:08.260802 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003081 sec., 324.5699448231094 rows/sec., 21.87 KiB/sec.
2092 2024.10.04 16:12:08.260999 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Debug> DynamicQueryHandler: Done processing query
2093 2024.10.04 16:12:08.261024 [ 3 ] {5e98d8a1-2ba1-4a29-850e-d8ef5a5f70af} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2094 2024.10.04 16:12:08.261039 [ 3 ] {} <Debug> HTTP-Session: 503a5e3d-063e-4cca-af1d-1bf1dbfc62be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2095 2024.10.04 16:12:08.261146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2096 2024.10.04 16:12:08.261199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2097 2024.10.04 16:12:08.261218 [ 3 ] {} <Debug> HTTP-Session: a25bd857-f064-47f2-9dcc-5a0df67a7643 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2098 2024.10.04 16:12:08.261235 [ 3 ] {} <Debug> HTTP-Session: a25bd857-f064-47f2-9dcc-5a0df67a7643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2099 2024.10.04 16:12:08.261254 [ 3 ] {} <Debug> HTTP-Session: a25bd857-f064-47f2-9dcc-5a0df67a7643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2100 2024.10.04 16:12:08.261302 [ 3 ] {} <Trace> HTTP-Session: a25bd857-f064-47f2-9dcc-5a0df67a7643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2101 2024.10.04 16:12:08.261574 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2102 2024.10.04 16:12:08.261660 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2103 2024.10.04 16:12:08.262772 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2104 2024.10.04 16:12:08.263574 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 991 rows, containing 5 columns (5 merged, 0 gathered) in 0.00675983 sec., 146601.31985567685 rows/sec., 9.94 MiB/sec.
2105 2024.10.04 16:12:08.263785 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2024.10.04 16:12:08.263840 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2107 2024.10.04 16:12:08.264020 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2108 2024.10.04 16:12:08.265301 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2109 2024.10.04 16:12:08.265404 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2110 2024.10.04 16:12:08.265549 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2111 2024.10.04 16:12:08.265673 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2112 2024.10.04 16:12:08.266277 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2113 2024.10.04 16:12:08.266530 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005067 sec., 1578.843497138346 rows/sec., 2.83 MiB/sec.
2114 2024.10.04 16:12:08.267009 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Debug> DynamicQueryHandler: Done processing query
2115 2024.10.04 16:12:08.267034 [ 3 ] {855bc9cb-2f3d-4637-aa44-e3e3052397ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2116 2024.10.04 16:12:08.267051 [ 3 ] {} <Debug> HTTP-Session: a25bd857-f064-47f2-9dcc-5a0df67a7643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2117 2024.10.04 16:12:08.267190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2118 2024.10.04 16:12:08.267239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2119 2024.10.04 16:12:08.267258 [ 3 ] {} <Debug> HTTP-Session: adc1e408-b6f1-4835-bb72-c0e40c5abb03 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2120 2024.10.04 16:12:08.267274 [ 3 ] {} <Debug> HTTP-Session: adc1e408-b6f1-4835-bb72-c0e40c5abb03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2121 2024.10.04 16:12:08.267288 [ 3 ] {} <Debug> HTTP-Session: adc1e408-b6f1-4835-bb72-c0e40c5abb03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2122 2024.10.04 16:12:08.267320 [ 3 ] {} <Trace> HTTP-Session: adc1e408-b6f1-4835-bb72-c0e40c5abb03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2123 2024.10.04 16:12:08.267447 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2124 2024.10.04 16:12:08.267493 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2125 2024.10.04 16:12:08.267634 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2126 2024.10.04 16:12:08.268000 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2127 2024.10.04 16:12:08.268037 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2128 2024.10.04 16:12:08.268520 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2129 2024.10.04 16:12:08.269103 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2130 2024.10.04 16:12:08.269273 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001862 sec., 44038.668098818474 rows/sec., 2.80 MiB/sec.
2131 2024.10.04 16:12:08.269273 [ 69 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2132 2024.10.04 16:12:08.269367 [ 69 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2024.10.04 16:12:08.269415 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2134 2024.10.04 16:12:08.269571 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Debug> DynamicQueryHandler: Done processing query
2135 2024.10.04 16:12:08.269630 [ 3 ] {6c93d392-49e4-4ffa-aa0f-24bc2f2555b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2136 2024.10.04 16:12:08.269634 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
2137 2024.10.04 16:12:08.269663 [ 3 ] {} <Debug> HTTP-Session: adc1e408-b6f1-4835-bb72-c0e40c5abb03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2138 2024.10.04 16:12:08.269807 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2139 2024.10.04 16:12:08.269842 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
2140 2024.10.04 16:12:08.269911 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 58 rows starting from the beginning of the part
2141 2024.10.04 16:12:08.270194 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
2142 2024.10.04 16:12:08.270332 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part
2143 2024.10.04 16:12:08.270538 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
2144 2024.10.04 16:12:08.270730 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part
2145 2024.10.04 16:12:08.271775 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 4 columns (4 merged, 0 gathered) in 0.002258294 sec., 161183.6191390492 rows/sec., 10.41 MiB/sec.
2146 2024.10.04 16:12:08.272056 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2147 2024.10.04 16:12:08.272770 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2148 2024.10.04 16:12:08.272858 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_6_1} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2149 2024.10.04 16:12:08.272954 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2150 2024.10.04 16:12:12.613070 [ 6 ] {} <Debug> DNSResolver: Updating DNS cache
2151 2024.10.04 16:12:12.613137 [ 6 ] {} <Debug> DNSResolver: Updated DNS cache
2152 2024.10.04 16:12:13.217137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2153 2024.10.04 16:12:13.217308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2154 2024.10.04 16:12:13.217354 [ 3 ] {} <Debug> HTTP-Session: cc3ad20a-d198-4407-a31b-393ccb4ba455 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2155 2024.10.04 16:12:13.217394 [ 3 ] {} <Debug> HTTP-Session: cc3ad20a-d198-4407-a31b-393ccb4ba455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2156 2024.10.04 16:12:13.217456 [ 3 ] {} <Debug> HTTP-Session: cc3ad20a-d198-4407-a31b-393ccb4ba455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2157 2024.10.04 16:12:13.217571 [ 3 ] {} <Trace> HTTP-Session: cc3ad20a-d198-4407-a31b-393ccb4ba455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2158 2024.10.04 16:12:13.217859 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
2159 2024.10.04 16:12:13.218335 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2160 2024.10.04 16:12:13.218396 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
2161 2024.10.04 16:12:13.218778 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2162 2024.10.04 16:12:13.218863 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2163 2024.10.04 16:12:13.219042 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2164 2024.10.04 16:12:13.219361 [ 255 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2165 2024.10.04 16:12:13.219352 [ 252 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2166 2024.10.04 16:12:13.219552 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
2167 2024.10.04 16:12:13.219585 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2168 2024.10.04 16:12:13.221772 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2169 2024.10.04 16:12:13.223872 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 31 rows with 2 streams
2170 2024.10.04 16:12:13.223992 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2171 2024.10.04 16:12:13.224082 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2172 2024.10.04 16:12:13.226300 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.008575 sec., 3615.1603498542277 rows/sec., 136.43 KiB/sec.
2173 2024.10.04 16:12:13.226693 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> DynamicQueryHandler: Done processing query
2174 2024.10.04 16:12:13.226725 [ 3 ] {48f61078-4c17-4641-b2a1-0d1f9b00e6d8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2175 2024.10.04 16:12:13.226746 [ 3 ] {} <Debug> HTTP-Session: cc3ad20a-d198-4407-a31b-393ccb4ba455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2176 2024.10.04 16:12:13.226994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2177 2024.10.04 16:12:13.227058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2178 2024.10.04 16:12:13.227082 [ 3 ] {} <Debug> HTTP-Session: 9edbb680-cef8-4a01-a657-35816019c18d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2179 2024.10.04 16:12:13.227103 [ 3 ] {} <Debug> HTTP-Session: 9edbb680-cef8-4a01-a657-35816019c18d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2180 2024.10.04 16:12:13.227121 [ 3 ] {} <Debug> HTTP-Session: 9edbb680-cef8-4a01-a657-35816019c18d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2181 2024.10.04 16:12:13.227163 [ 3 ] {} <Trace> HTTP-Session: 9edbb680-cef8-4a01-a657-35816019c18d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2182 2024.10.04 16:12:13.227359 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
2183 2024.10.04 16:12:13.227695 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2184 2024.10.04 16:12:13.227743 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
2185 2024.10.04 16:12:13.228061 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2186 2024.10.04 16:12:13.228129 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2187 2024.10.04 16:12:13.228273 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2188 2024.10.04 16:12:13.228377 [ 259 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2189 2024.10.04 16:12:13.228386 [ 258 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2190 2024.10.04 16:12:13.228490 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
2191 2024.10.04 16:12:13.228513 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2192 2024.10.04 16:12:13.228594 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2193 2024.10.04 16:12:13.228616 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 31 rows with 2 streams
2194 2024.10.04 16:12:13.228655 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2195 2024.10.04 16:12:13.228699 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2196 2024.10.04 16:12:13.230051 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002788 sec., 11119.081779053084 rows/sec., 419.63 KiB/sec.
2197 2024.10.04 16:12:13.230379 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> DynamicQueryHandler: Done processing query
2198 2024.10.04 16:12:13.230404 [ 3 ] {0ad8bbf4-7378-4f20-8298-43d2f69423a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2199 2024.10.04 16:12:13.230427 [ 3 ] {} <Debug> HTTP-Session: 9edbb680-cef8-4a01-a657-35816019c18d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2200 2024.10.04 16:12:13.230647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2201 2024.10.04 16:12:13.230698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2202 2024.10.04 16:12:13.230718 [ 3 ] {} <Debug> HTTP-Session: 068435a3-ddb6-407e-beb9-b66c00dba5ca Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2203 2024.10.04 16:12:13.230735 [ 3 ] {} <Debug> HTTP-Session: 068435a3-ddb6-407e-beb9-b66c00dba5ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2204 2024.10.04 16:12:13.230749 [ 3 ] {} <Debug> HTTP-Session: 068435a3-ddb6-407e-beb9-b66c00dba5ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2205 2024.10.04 16:12:13.230781 [ 3 ] {} <Trace> HTTP-Session: 068435a3-ddb6-407e-beb9-b66c00dba5ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2206 2024.10.04 16:12:13.230937 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
2207 2024.10.04 16:12:13.231229 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2208 2024.10.04 16:12:13.231275 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
2209 2024.10.04 16:12:13.231584 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2210 2024.10.04 16:12:13.231651 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2211 2024.10.04 16:12:13.231792 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2212 2024.10.04 16:12:13.231908 [ 260 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2213 2024.10.04 16:12:13.231914 [ 255 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2214 2024.10.04 16:12:13.232033 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
2215 2024.10.04 16:12:13.232062 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2216 2024.10.04 16:12:13.232144 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2217 2024.10.04 16:12:13.232164 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 31 rows with 2 streams
2218 2024.10.04 16:12:13.232204 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2219 2024.10.04 16:12:13.232246 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2220 2024.10.04 16:12:13.233349 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002489 sec., 12454.80112494978 rows/sec., 470.04 KiB/sec.
2221 2024.10.04 16:12:13.233653 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> DynamicQueryHandler: Done processing query
2222 2024.10.04 16:12:13.233679 [ 3 ] {fbf61c9b-884a-4ed5-a96c-847322afef1f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB.
2223 2024.10.04 16:12:13.233696 [ 3 ] {} <Debug> HTTP-Session: 068435a3-ddb6-407e-beb9-b66c00dba5ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2224 2024.10.04 16:12:13.240372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2225 2024.10.04 16:12:13.240468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2226 2024.10.04 16:12:13.240507 [ 3 ] {} <Debug> HTTP-Session: c3b58719-7bd6-4c13-893c-4addbc235242 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2227 2024.10.04 16:12:13.240540 [ 3 ] {} <Debug> HTTP-Session: c3b58719-7bd6-4c13-893c-4addbc235242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2228 2024.10.04 16:12:13.240567 [ 3 ] {} <Debug> HTTP-Session: c3b58719-7bd6-4c13-893c-4addbc235242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2229 2024.10.04 16:12:13.240628 [ 3 ] {} <Trace> HTTP-Session: c3b58719-7bd6-4c13-893c-4addbc235242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2230 2024.10.04 16:12:13.240835 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2231 2024.10.04 16:12:13.240926 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2232 2024.10.04 16:12:13.241254 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2233 2024.10.04 16:12:13.241690 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2234 2024.10.04 16:12:13.241730 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2235 2024.10.04 16:12:13.242334 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2236 2024.10.04 16:12:13.242860 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2237 2024.10.04 16:12:13.243062 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002286 sec., 1312.3359580052495 rows/sec., 119.61 KiB/sec.
2238 2024.10.04 16:12:13.243374 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Debug> DynamicQueryHandler: Done processing query
2239 2024.10.04 16:12:13.243399 [ 3 ] {52699e0e-4b90-4cf7-93ba-8f6b793f38ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2240 2024.10.04 16:12:13.243416 [ 3 ] {} <Debug> HTTP-Session: c3b58719-7bd6-4c13-893c-4addbc235242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2241 2024.10.04 16:12:13.243561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2242 2024.10.04 16:12:13.243610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2243 2024.10.04 16:12:13.243629 [ 3 ] {} <Debug> HTTP-Session: 0bb31c09-da0f-4af2-a938-50aed6fa2f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2244 2024.10.04 16:12:13.243645 [ 3 ] {} <Debug> HTTP-Session: 0bb31c09-da0f-4af2-a938-50aed6fa2f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2245 2024.10.04 16:12:13.243660 [ 3 ] {} <Debug> HTTP-Session: 0bb31c09-da0f-4af2-a938-50aed6fa2f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2246 2024.10.04 16:12:13.243690 [ 3 ] {} <Trace> HTTP-Session: 0bb31c09-da0f-4af2-a938-50aed6fa2f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2247 2024.10.04 16:12:13.243811 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2248 2024.10.04 16:12:13.243856 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2249 2024.10.04 16:12:13.244114 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2250 2024.10.04 16:12:13.244488 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2251 2024.10.04 16:12:13.244527 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2252 2024.10.04 16:12:13.245010 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2253 2024.10.04 16:12:13.245716 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2254 2024.10.04 16:12:13.245873 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Debug> executeQuery: Read 70 rows, 5.73 KiB in 0.002099 sec., 33349.213911386374 rows/sec., 2.67 MiB/sec.
2255 2024.10.04 16:12:13.246039 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Debug> DynamicQueryHandler: Done processing query
2256 2024.10.04 16:12:13.246064 [ 3 ] {4e3467c4-08bf-4d4c-934b-2a15d53e106d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2257 2024.10.04 16:12:13.246080 [ 3 ] {} <Debug> HTTP-Session: 0bb31c09-da0f-4af2-a938-50aed6fa2f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2258 2024.10.04 16:12:13.246242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2259 2024.10.04 16:12:13.246290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2260 2024.10.04 16:12:13.246308 [ 3 ] {} <Debug> HTTP-Session: 66da0209-dfc7-4c0a-beb3-92addcdadaf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2261 2024.10.04 16:12:13.246324 [ 3 ] {} <Debug> HTTP-Session: 66da0209-dfc7-4c0a-beb3-92addcdadaf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2262 2024.10.04 16:12:13.246338 [ 3 ] {} <Debug> HTTP-Session: 66da0209-dfc7-4c0a-beb3-92addcdadaf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2263 2024.10.04 16:12:13.246369 [ 3 ] {} <Trace> HTTP-Session: 66da0209-dfc7-4c0a-beb3-92addcdadaf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2264 2024.10.04 16:12:13.246467 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2265 2024.10.04 16:12:13.246510 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2266 2024.10.04 16:12:13.246734 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2267 2024.10.04 16:12:13.247051 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2268 2024.10.04 16:12:13.247088 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2269 2024.10.04 16:12:13.247633 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2270 2024.10.04 16:12:13.248279 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2271 2024.10.04 16:12:13.248449 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001999 sec., 3501.750875437719 rows/sec., 263.32 KiB/sec.
2272 2024.10.04 16:12:13.248628 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Debug> DynamicQueryHandler: Done processing query
2273 2024.10.04 16:12:13.248652 [ 3 ] {31db62c0-2557-4f19-89cc-6aec00de24d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2274 2024.10.04 16:12:13.248668 [ 3 ] {} <Debug> HTTP-Session: 66da0209-dfc7-4c0a-beb3-92addcdadaf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2275 2024.10.04 16:12:13.248836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 13606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2276 2024.10.04 16:12:13.248885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2277 2024.10.04 16:12:13.248904 [ 3 ] {} <Debug> HTTP-Session: 9a2430a2-1317-460d-b80f-428874952280 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2278 2024.10.04 16:12:13.248920 [ 3 ] {} <Debug> HTTP-Session: 9a2430a2-1317-460d-b80f-428874952280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2279 2024.10.04 16:12:13.248933 [ 3 ] {} <Debug> HTTP-Session: 9a2430a2-1317-460d-b80f-428874952280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2280 2024.10.04 16:12:13.248965 [ 3 ] {} <Trace> HTTP-Session: 9a2430a2-1317-460d-b80f-428874952280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2281 2024.10.04 16:12:13.249081 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2282 2024.10.04 16:12:13.249124 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2283 2024.10.04 16:12:13.249353 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2284 2024.10.04 16:12:13.249708 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2285 2024.10.04 16:12:13.249744 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2286 2024.10.04 16:12:13.250216 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2287 2024.10.04 16:12:13.250847 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2288 2024.10.04 16:12:13.251013 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001974 sec., 40526.849037487336 rows/sec., 3.17 MiB/sec.
2289 2024.10.04 16:12:13.251177 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Debug> DynamicQueryHandler: Done processing query
2290 2024.10.04 16:12:13.251201 [ 3 ] {2f2f8f6c-1e99-4659-8f29-41f182e52781} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2291 2024.10.04 16:12:13.251218 [ 3 ] {} <Debug> HTTP-Session: 9a2430a2-1317-460d-b80f-428874952280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2292 2024.10.04 16:12:13.251396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2293 2024.10.04 16:12:13.251446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2294 2024.10.04 16:12:13.251464 [ 3 ] {} <Debug> HTTP-Session: 514f9760-3485-4ff8-94f5-4c088f876d54 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2295 2024.10.04 16:12:13.251481 [ 3 ] {} <Debug> HTTP-Session: 514f9760-3485-4ff8-94f5-4c088f876d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2296 2024.10.04 16:12:13.251495 [ 3 ] {} <Debug> HTTP-Session: 514f9760-3485-4ff8-94f5-4c088f876d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2297 2024.10.04 16:12:13.251525 [ 3 ] {} <Trace> HTTP-Session: 514f9760-3485-4ff8-94f5-4c088f876d54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2298 2024.10.04 16:12:13.251672 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2299 2024.10.04 16:12:13.251718 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2300 2024.10.04 16:12:13.251861 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2301 2024.10.04 16:12:13.252250 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2302 2024.10.04 16:12:13.252286 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2303 2024.10.04 16:12:13.252843 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2304 2024.10.04 16:12:13.253419 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2305 2024.10.04 16:12:13.253583 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001977 sec., 80930.70308548305 rows/sec., 5.64 MiB/sec.
2306 2024.10.04 16:12:13.253815 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Debug> DynamicQueryHandler: Done processing query
2307 2024.10.04 16:12:13.253840 [ 3 ] {0bbe76d5-bb98-40aa-b196-45a00067b894} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2308 2024.10.04 16:12:13.253855 [ 3 ] {} <Debug> HTTP-Session: 514f9760-3485-4ff8-94f5-4c088f876d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2309 2024.10.04 16:12:13.253987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 11700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2310 2024.10.04 16:12:13.254036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2311 2024.10.04 16:12:13.254055 [ 3 ] {} <Debug> HTTP-Session: 7be716fe-a476-4f0a-b3ce-3140889f9f11 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2312 2024.10.04 16:12:13.254072 [ 3 ] {} <Debug> HTTP-Session: 7be716fe-a476-4f0a-b3ce-3140889f9f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2313 2024.10.04 16:12:13.254085 [ 3 ] {} <Debug> HTTP-Session: 7be716fe-a476-4f0a-b3ce-3140889f9f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2314 2024.10.04 16:12:13.254115 [ 3 ] {} <Trace> HTTP-Session: 7be716fe-a476-4f0a-b3ce-3140889f9f11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2315 2024.10.04 16:12:13.254314 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2316 2024.10.04 16:12:13.254380 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2317 2024.10.04 16:12:13.254812 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2318 2024.10.04 16:12:13.255273 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2319 2024.10.04 16:12:13.255309 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2320 2024.10.04 16:12:13.256055 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2321 2024.10.04 16:12:13.256736 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2322 2024.10.04 16:12:13.256925 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002699 sec., 2593.5531678399407 rows/sec., 4.65 MiB/sec.
2323 2024.10.04 16:12:13.257135 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Debug> DynamicQueryHandler: Done processing query
2324 2024.10.04 16:12:13.257159 [ 3 ] {28dda1f1-2679-4b51-a8de-da2744ee638a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2325 2024.10.04 16:12:13.257175 [ 3 ] {} <Debug> HTTP-Session: 7be716fe-a476-4f0a-b3ce-3140889f9f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2326 2024.10.04 16:12:13.257289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2327 2024.10.04 16:12:13.257336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2328 2024.10.04 16:12:13.257355 [ 3 ] {} <Debug> HTTP-Session: 6d142af1-9c54-4dc2-8a07-2ec025b9c7da Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2329 2024.10.04 16:12:13.257371 [ 3 ] {} <Debug> HTTP-Session: 6d142af1-9c54-4dc2-8a07-2ec025b9c7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2330 2024.10.04 16:12:13.257385 [ 3 ] {} <Debug> HTTP-Session: 6d142af1-9c54-4dc2-8a07-2ec025b9c7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2331 2024.10.04 16:12:13.257417 [ 3 ] {} <Trace> HTTP-Session: 6d142af1-9c54-4dc2-8a07-2ec025b9c7da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2332 2024.10.04 16:12:13.257515 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
2333 2024.10.04 16:12:13.257561 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2334 2024.10.04 16:12:13.257690 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2335 2024.10.04 16:12:13.257977 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Trace> oximeter.measurements_i64 (6569b988-da3f-449c-8b16-8f2c2a04322d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2336 2024.10.04 16:12:13.258012 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2337 2024.10.04 16:12:13.258472 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2338 2024.10.04 16:12:13.259024 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Trace> oximeter.measurements_i64 (6569b988-da3f-449c-8b16-8f2c2a04322d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2339 2024.10.04 16:12:13.259200 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001699 sec., 5297.23366686286 rows/sec., 374.19 KiB/sec.
2340 2024.10.04 16:12:13.259484 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Debug> DynamicQueryHandler: Done processing query
2341 2024.10.04 16:12:13.259509 [ 3 ] {063adcb4-0be7-42b1-b8d0-74a5e4e73b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2342 2024.10.04 16:12:13.259526 [ 3 ] {} <Debug> HTTP-Session: 6d142af1-9c54-4dc2-8a07-2ec025b9c7da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2343 2024.10.04 16:12:13.259661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2344 2024.10.04 16:12:13.259710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2345 2024.10.04 16:12:13.259729 [ 3 ] {} <Debug> HTTP-Session: 1c025e73-0a2f-43d7-8d3d-b00bc0bdae76 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2346 2024.10.04 16:12:13.259746 [ 3 ] {} <Debug> HTTP-Session: 1c025e73-0a2f-43d7-8d3d-b00bc0bdae76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2347 2024.10.04 16:12:13.259759 [ 3 ] {} <Debug> HTTP-Session: 1c025e73-0a2f-43d7-8d3d-b00bc0bdae76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2348 2024.10.04 16:12:13.259790 [ 3 ] {} <Trace> HTTP-Session: 1c025e73-0a2f-43d7-8d3d-b00bc0bdae76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2349 2024.10.04 16:12:13.259903 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2350 2024.10.04 16:12:13.259947 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2351 2024.10.04 16:12:13.260096 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2352 2024.10.04 16:12:13.260407 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2024.10.04 16:12:13.260446 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2354 2024.10.04 16:12:13.260898 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2355 2024.10.04 16:12:13.261494 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2356 2024.10.04 16:12:13.261669 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001797 sec., 33388.9816360601 rows/sec., 2.25 MiB/sec.
2357 2024.10.04 16:12:13.261884 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Debug> DynamicQueryHandler: Done processing query
2358 2024.10.04 16:12:13.261908 [ 3 ] {b783fa62-df08-4b73-aa90-bc8922cb0e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2359 2024.10.04 16:12:13.261923 [ 3 ] {} <Debug> HTTP-Session: 1c025e73-0a2f-43d7-8d3d-b00bc0bdae76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2360 2024.10.04 16:12:17.694802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 262
2361 2024.10.04 16:12:17.698066 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2362 2024.10.04 16:12:17.698115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2363 2024.10.04 16:12:17.699633 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2364 2024.10.04 16:12:17.700615 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2365 2024.10.04 16:12:17.701407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 262
2366 2024.10.04 16:12:18.227001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2367 2024.10.04 16:12:18.227165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2368 2024.10.04 16:12:18.227208 [ 3 ] {} <Debug> HTTP-Session: 30c40e4b-88a6-48b9-bd9f-82f8492f832b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2369 2024.10.04 16:12:18.227247 [ 3 ] {} <Debug> HTTP-Session: 30c40e4b-88a6-48b9-bd9f-82f8492f832b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2370 2024.10.04 16:12:18.227273 [ 3 ] {} <Debug> HTTP-Session: 30c40e4b-88a6-48b9-bd9f-82f8492f832b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2371 2024.10.04 16:12:18.227350 [ 3 ] {} <Trace> HTTP-Session: 30c40e4b-88a6-48b9-bd9f-82f8492f832b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2372 2024.10.04 16:12:18.227709 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2373 2024.10.04 16:12:18.227800 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2374 2024.10.04 16:12:18.228141 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2375 2024.10.04 16:12:18.228705 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2376 2024.10.04 16:12:18.228744 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2377 2024.10.04 16:12:18.229195 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2378 2024.10.04 16:12:18.229596 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2379 2024.10.04 16:12:18.229738 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002198 sec., 93266.60600545951 rows/sec., 8.21 MiB/sec.
2380 2024.10.04 16:12:18.230095 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Debug> DynamicQueryHandler: Done processing query
2381 2024.10.04 16:12:18.230123 [ 3 ] {1b2deabf-6dd8-4d2a-a2e8-4d9bc4a6db46} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2382 2024.10.04 16:12:18.230140 [ 3 ] {} <Debug> HTTP-Session: 30c40e4b-88a6-48b9-bd9f-82f8492f832b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2383 2024.10.04 16:12:18.230279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2384 2024.10.04 16:12:18.230330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2385 2024.10.04 16:12:18.230349 [ 3 ] {} <Debug> HTTP-Session: d274b2f9-b58c-4984-90f3-7136435c3e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2386 2024.10.04 16:12:18.230366 [ 3 ] {} <Debug> HTTP-Session: d274b2f9-b58c-4984-90f3-7136435c3e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2387 2024.10.04 16:12:18.230380 [ 3 ] {} <Debug> HTTP-Session: d274b2f9-b58c-4984-90f3-7136435c3e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2388 2024.10.04 16:12:18.230413 [ 3 ] {} <Trace> HTTP-Session: d274b2f9-b58c-4984-90f3-7136435c3e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2389 2024.10.04 16:12:18.230516 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2390 2024.10.04 16:12:18.230560 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2391 2024.10.04 16:12:18.230809 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2392 2024.10.04 16:12:18.231143 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2393 2024.10.04 16:12:18.231179 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2394 2024.10.04 16:12:18.231527 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2395 2024.10.04 16:12:18.231888 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2396 2024.10.04 16:12:18.232026 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001538 sec., 5201.560468140442 rows/sec., 391.13 KiB/sec.
2397 2024.10.04 16:12:18.232200 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Debug> DynamicQueryHandler: Done processing query
2398 2024.10.04 16:12:18.232225 [ 3 ] {c3085aa5-a503-491c-a1ab-e82ff085bc20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2399 2024.10.04 16:12:18.232241 [ 3 ] {} <Debug> HTTP-Session: d274b2f9-b58c-4984-90f3-7136435c3e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2400 2024.10.04 16:12:18.232384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2401 2024.10.04 16:12:18.232433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2402 2024.10.04 16:12:18.232452 [ 3 ] {} <Debug> HTTP-Session: 74124cbe-291d-422a-ba18-f37ed09e40da Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2403 2024.10.04 16:12:18.232470 [ 3 ] {} <Debug> HTTP-Session: 74124cbe-291d-422a-ba18-f37ed09e40da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2404 2024.10.04 16:12:18.232484 [ 3 ] {} <Debug> HTTP-Session: 74124cbe-291d-422a-ba18-f37ed09e40da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2405 2024.10.04 16:12:18.232514 [ 3 ] {} <Trace> HTTP-Session: 74124cbe-291d-422a-ba18-f37ed09e40da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2406 2024.10.04 16:12:18.232612 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2407 2024.10.04 16:12:18.232654 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2408 2024.10.04 16:12:18.232875 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2409 2024.10.04 16:12:18.233192 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2410 2024.10.04 16:12:18.233228 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2411 2024.10.04 16:12:18.233582 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2412 2024.10.04 16:12:18.233941 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2413 2024.10.04 16:12:18.234075 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001487 sec., 9414.92938802959 rows/sec., 659.36 KiB/sec.
2414 2024.10.04 16:12:18.234287 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Debug> DynamicQueryHandler: Done processing query
2415 2024.10.04 16:12:18.234312 [ 3 ] {aae4cb26-d5af-4549-821c-b40bbd8173e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2416 2024.10.04 16:12:18.234328 [ 3 ] {} <Debug> HTTP-Session: 74124cbe-291d-422a-ba18-f37ed09e40da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2417 2024.10.04 16:12:18.234517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2418 2024.10.04 16:12:18.234566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2419 2024.10.04 16:12:18.234585 [ 3 ] {} <Debug> HTTP-Session: 77e2540f-f019-4cd7-b58c-24176ca7edf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2420 2024.10.04 16:12:18.234601 [ 3 ] {} <Debug> HTTP-Session: 77e2540f-f019-4cd7-b58c-24176ca7edf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2421 2024.10.04 16:12:18.234615 [ 3 ] {} <Debug> HTTP-Session: 77e2540f-f019-4cd7-b58c-24176ca7edf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2422 2024.10.04 16:12:18.234646 [ 3 ] {} <Trace> HTTP-Session: 77e2540f-f019-4cd7-b58c-24176ca7edf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2423 2024.10.04 16:12:18.234739 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
2424 2024.10.04 16:12:18.234782 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2425 2024.10.04 16:12:18.235004 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2426 2024.10.04 16:12:18.235334 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2024.10.04 16:12:18.235371 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2428 2024.10.04 16:12:18.235717 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2429 2024.10.04 16:12:18.236079 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2430 2024.10.04 16:12:18.236212 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 236.96 KiB/sec.
2431 2024.10.04 16:12:18.236527 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Debug> DynamicQueryHandler: Done processing query
2432 2024.10.04 16:12:18.236551 [ 3 ] {9a085e07-587c-4a7e-84e6-97a49fe7808f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2433 2024.10.04 16:12:18.236567 [ 3 ] {} <Debug> HTTP-Session: 77e2540f-f019-4cd7-b58c-24176ca7edf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2434 2024.10.04 16:12:18.236852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2435 2024.10.04 16:12:18.236900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2436 2024.10.04 16:12:18.236919 [ 3 ] {} <Debug> HTTP-Session: fb18ef9f-7656-448b-ac20-e9dd8b6652a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2437 2024.10.04 16:12:18.236936 [ 3 ] {} <Debug> HTTP-Session: fb18ef9f-7656-448b-ac20-e9dd8b6652a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2438 2024.10.04 16:12:18.236949 [ 3 ] {} <Debug> HTTP-Session: fb18ef9f-7656-448b-ac20-e9dd8b6652a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2439 2024.10.04 16:12:18.236980 [ 3 ] {} <Trace> HTTP-Session: fb18ef9f-7656-448b-ac20-e9dd8b6652a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2024.10.04 16:12:18.237181 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2441 2024.10.04 16:12:18.237226 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2442 2024.10.04 16:12:18.237475 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2443 2024.10.04 16:12:18.238018 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2444 2024.10.04 16:12:18.238054 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2445 2024.10.04 16:12:18.238429 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2446 2024.10.04 16:12:18.238789 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2447 2024.10.04 16:12:18.238920 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00185 sec., 210810.8108108108 rows/sec., 14.95 MiB/sec.
2448 2024.10.04 16:12:18.239077 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Debug> DynamicQueryHandler: Done processing query
2449 2024.10.04 16:12:18.239102 [ 3 ] {dec11a2e-26c0-4771-b1b8-bea534915293} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2450 2024.10.04 16:12:18.239117 [ 3 ] {} <Debug> HTTP-Session: fb18ef9f-7656-448b-ac20-e9dd8b6652a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2451 2024.10.04 16:12:18.239290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2452 2024.10.04 16:12:18.239337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2453 2024.10.04 16:12:18.239356 [ 3 ] {} <Debug> HTTP-Session: 2b94a572-6f05-4b89-a6e3-7e970f8aec73 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2454 2024.10.04 16:12:18.239373 [ 3 ] {} <Debug> HTTP-Session: 2b94a572-6f05-4b89-a6e3-7e970f8aec73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2455 2024.10.04 16:12:18.239387 [ 3 ] {} <Debug> HTTP-Session: 2b94a572-6f05-4b89-a6e3-7e970f8aec73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2456 2024.10.04 16:12:18.239417 [ 3 ] {} <Trace> HTTP-Session: 2b94a572-6f05-4b89-a6e3-7e970f8aec73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2457 2024.10.04 16:12:18.239520 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
2458 2024.10.04 16:12:18.239565 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2459 2024.10.04 16:12:18.239691 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2460 2024.10.04 16:12:18.239985 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2024.10.04 16:12:18.240019 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2462 2024.10.04 16:12:18.240376 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2463 2024.10.04 16:12:18.240699 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2024.10.04 16:12:18.240829 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec.
2465 2024.10.04 16:12:18.240992 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Debug> DynamicQueryHandler: Done processing query
2466 2024.10.04 16:12:18.241018 [ 3 ] {d4f92b56-008a-4fa0-bb40-0ca0fbf88064} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2467 2024.10.04 16:12:18.241034 [ 3 ] {} <Debug> HTTP-Session: 2b94a572-6f05-4b89-a6e3-7e970f8aec73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2468 2024.10.04 16:12:18.241311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2469 2024.10.04 16:12:18.241361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2470 2024.10.04 16:12:18.241380 [ 3 ] {} <Debug> HTTP-Session: 50af06c0-9573-4ac2-bf3a-9c5758762274 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2471 2024.10.04 16:12:18.241396 [ 3 ] {} <Debug> HTTP-Session: 50af06c0-9573-4ac2-bf3a-9c5758762274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2472 2024.10.04 16:12:18.241410 [ 3 ] {} <Debug> HTTP-Session: 50af06c0-9573-4ac2-bf3a-9c5758762274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2473 2024.10.04 16:12:18.241440 [ 3 ] {} <Trace> HTTP-Session: 50af06c0-9573-4ac2-bf3a-9c5758762274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2474 2024.10.04 16:12:18.241640 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2475 2024.10.04 16:12:18.241686 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2476 2024.10.04 16:12:18.241825 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2477 2024.10.04 16:12:18.242240 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2478 2024.10.04 16:12:18.242275 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2479 2024.10.04 16:12:18.242658 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2480 2024.10.04 16:12:18.242995 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2481 2024.10.04 16:12:18.243129 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec.
2482 2024.10.04 16:12:18.243419 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Debug> DynamicQueryHandler: Done processing query
2483 2024.10.04 16:12:18.243444 [ 3 ] {b7bdd7c5-f203-4dc1-b920-2f047c73bcb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2484 2024.10.04 16:12:18.243461 [ 3 ] {} <Debug> HTTP-Session: 50af06c0-9573-4ac2-bf3a-9c5758762274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2485 2024.10.04 16:12:18.243629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2486 2024.10.04 16:12:18.243678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2487 2024.10.04 16:12:18.243697 [ 3 ] {} <Debug> HTTP-Session: 7f0cc4a1-cd97-46a4-a997-ad5e3117986b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2488 2024.10.04 16:12:18.243714 [ 3 ] {} <Debug> HTTP-Session: 7f0cc4a1-cd97-46a4-a997-ad5e3117986b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2489 2024.10.04 16:12:18.243728 [ 3 ] {} <Debug> HTTP-Session: 7f0cc4a1-cd97-46a4-a997-ad5e3117986b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2490 2024.10.04 16:12:18.243760 [ 3 ] {} <Trace> HTTP-Session: 7f0cc4a1-cd97-46a4-a997-ad5e3117986b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2491 2024.10.04 16:12:18.243857 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
2492 2024.10.04 16:12:18.243904 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2493 2024.10.04 16:12:18.244049 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2494 2024.10.04 16:12:18.244301 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2495 2024.10.04 16:12:18.244337 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2496 2024.10.04 16:12:18.244685 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2497 2024.10.04 16:12:18.245018 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2498 2024.10.04 16:12:18.245151 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec.
2499 2024.10.04 16:12:18.245443 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Debug> DynamicQueryHandler: Done processing query
2500 2024.10.04 16:12:18.245470 [ 3 ] {5d114c38-814b-49ee-9865-35a686edba03} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
2501 2024.10.04 16:12:18.245487 [ 3 ] {} <Debug> HTTP-Session: 7f0cc4a1-cd97-46a4-a997-ad5e3117986b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2502 2024.10.04 16:12:18.245597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2503 2024.10.04 16:12:18.245646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2504 2024.10.04 16:12:18.245664 [ 3 ] {} <Debug> HTTP-Session: 48403ed3-b015-4510-ac06-d2788a867a9f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2505 2024.10.04 16:12:18.245681 [ 3 ] {} <Debug> HTTP-Session: 48403ed3-b015-4510-ac06-d2788a867a9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2506 2024.10.04 16:12:18.245696 [ 3 ] {} <Debug> HTTP-Session: 48403ed3-b015-4510-ac06-d2788a867a9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2507 2024.10.04 16:12:18.245727 [ 3 ] {} <Trace> HTTP-Session: 48403ed3-b015-4510-ac06-d2788a867a9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2508 2024.10.04 16:12:18.245874 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2509 2024.10.04 16:12:18.245943 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2510 2024.10.04 16:12:18.246378 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2511 2024.10.04 16:12:18.246861 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2024.10.04 16:12:18.246897 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2513 2024.10.04 16:12:18.247504 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2514 2024.10.04 16:12:18.247915 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2515 2024.10.04 16:12:18.248089 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002277 sec., 3513.394817742644 rows/sec., 6.30 MiB/sec.
2516 2024.10.04 16:12:18.248503 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Debug> DynamicQueryHandler: Done processing query
2517 2024.10.04 16:12:18.248528 [ 3 ] {3eca4cd9-f718-4b5b-85f6-cf8f348f6521} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
2518 2024.10.04 16:12:18.248545 [ 3 ] {} <Debug> HTTP-Session: 48403ed3-b015-4510-ac06-d2788a867a9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2519 2024.10.04 16:12:18.248673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2520 2024.10.04 16:12:18.248722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2521 2024.10.04 16:12:18.248741 [ 3 ] {} <Debug> HTTP-Session: d4abfa3f-90ba-4d32-9b51-e58fd1bfd3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2522 2024.10.04 16:12:18.248758 [ 3 ] {} <Debug> HTTP-Session: d4abfa3f-90ba-4d32-9b51-e58fd1bfd3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2523 2024.10.04 16:12:18.248772 [ 3 ] {} <Debug> HTTP-Session: d4abfa3f-90ba-4d32-9b51-e58fd1bfd3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2524 2024.10.04 16:12:18.248804 [ 3 ] {} <Trace> HTTP-Session: d4abfa3f-90ba-4d32-9b51-e58fd1bfd3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2525 2024.10.04 16:12:18.248936 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2526 2024.10.04 16:12:18.248980 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2527 2024.10.04 16:12:18.249115 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2528 2024.10.04 16:12:18.249457 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2529 2024.10.04 16:12:18.249494 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2530 2024.10.04 16:12:18.249856 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2531 2024.10.04 16:12:18.250182 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2024.10.04 16:12:18.250324 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec.
2533 2024.10.04 16:12:18.250644 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Debug> DynamicQueryHandler: Done processing query
2534 2024.10.04 16:12:18.250668 [ 3 ] {cc783f85-7252-4d52-b995-88a64064a55b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2535 2024.10.04 16:12:18.250685 [ 3 ] {} <Debug> HTTP-Session: d4abfa3f-90ba-4d32-9b51-e58fd1bfd3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2536 2024.10.04 16:12:18.500314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2537 2024.10.04 16:12:18.500398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2538 2024.10.04 16:12:18.500423 [ 3 ] {} <Debug> HTTP-Session: ff3df12b-4024-4c2e-bf6e-4aa0f9fb1ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2539 2024.10.04 16:12:18.500445 [ 3 ] {} <Debug> HTTP-Session: ff3df12b-4024-4c2e-bf6e-4aa0f9fb1ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2540 2024.10.04 16:12:18.500462 [ 3 ] {} <Debug> HTTP-Session: ff3df12b-4024-4c2e-bf6e-4aa0f9fb1ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2541 2024.10.04 16:12:18.500505 [ 3 ] {} <Trace> HTTP-Session: ff3df12b-4024-4c2e-bf6e-4aa0f9fb1ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2542 2024.10.04 16:12:18.500731 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
2543 2024.10.04 16:12:18.501101 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2544 2024.10.04 16:12:18.501152 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
2545 2024.10.04 16:12:18.501501 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2546 2024.10.04 16:12:18.501578 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2547 2024.10.04 16:12:18.501749 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2548 2024.10.04 16:12:18.501884 [ 260 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2549 2024.10.04 16:12:18.501918 [ 255 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2550 2024.10.04 16:12:18.501884 [ 252 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2551 2024.10.04 16:12:18.502077 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2552 2024.10.04 16:12:18.502108 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2553 2024.10.04 16:12:18.502226 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2554 2024.10.04 16:12:18.502252 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 34 rows with 3 streams
2555 2024.10.04 16:12:18.502294 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2556 2024.10.04 16:12:18.502338 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2557 2024.10.04 16:12:18.502379 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
2558 2024.10.04 16:12:18.504245 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003632 sec., 9361.233480176212 rows/sec., 360.30 KiB/sec.
2559 2024.10.04 16:12:18.504631 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> DynamicQueryHandler: Done processing query
2560 2024.10.04 16:12:18.504656 [ 3 ] {6a9c939b-b6d0-4d41-827d-72a1005eba83} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2561 2024.10.04 16:12:18.504673 [ 3 ] {} <Debug> HTTP-Session: ff3df12b-4024-4c2e-bf6e-4aa0f9fb1ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2562 2024.10.04 16:12:18.504958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2563 2024.10.04 16:12:18.505009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2564 2024.10.04 16:12:18.505028 [ 3 ] {} <Debug> HTTP-Session: 4910f65d-d424-4a31-aa00-0b2106e0e3f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2565 2024.10.04 16:12:18.505045 [ 3 ] {} <Debug> HTTP-Session: 4910f65d-d424-4a31-aa00-0b2106e0e3f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2566 2024.10.04 16:12:18.505060 [ 3 ] {} <Debug> HTTP-Session: 4910f65d-d424-4a31-aa00-0b2106e0e3f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2567 2024.10.04 16:12:18.505092 [ 3 ] {} <Trace> HTTP-Session: 4910f65d-d424-4a31-aa00-0b2106e0e3f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2568 2024.10.04 16:12:18.505252 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2569 2024.10.04 16:12:18.505588 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2570 2024.10.04 16:12:18.505638 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2571 2024.10.04 16:12:18.505983 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2572 2024.10.04 16:12:18.506051 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2573 2024.10.04 16:12:18.506194 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2574 2024.10.04 16:12:18.506318 [ 262 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2575 2024.10.04 16:12:18.506338 [ 259 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2576 2024.10.04 16:12:18.506360 [ 261 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2577 2024.10.04 16:12:18.506476 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2578 2024.10.04 16:12:18.506505 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2579 2024.10.04 16:12:18.506612 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2580 2024.10.04 16:12:18.506634 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 34 rows with 3 streams
2581 2024.10.04 16:12:18.506673 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2582 2024.10.04 16:12:18.506716 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2583 2024.10.04 16:12:18.506755 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2584 2024.10.04 16:12:18.508527 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003355 sec., 10134.128166915052 rows/sec., 390.04 KiB/sec.
2585 2024.10.04 16:12:18.508890 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> DynamicQueryHandler: Done processing query
2586 2024.10.04 16:12:18.508915 [ 3 ] {2463ed71-9b32-4e62-a919-22685bd24f9c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2587 2024.10.04 16:12:18.508931 [ 3 ] {} <Debug> HTTP-Session: 4910f65d-d424-4a31-aa00-0b2106e0e3f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2588 2024.10.04 16:12:18.509185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2589 2024.10.04 16:12:18.509234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2590 2024.10.04 16:12:18.509254 [ 3 ] {} <Debug> HTTP-Session: 1d351f8d-8912-4500-807f-b4238e330dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2591 2024.10.04 16:12:18.509271 [ 3 ] {} <Debug> HTTP-Session: 1d351f8d-8912-4500-807f-b4238e330dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2592 2024.10.04 16:12:18.509285 [ 3 ] {} <Debug> HTTP-Session: 1d351f8d-8912-4500-807f-b4238e330dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2593 2024.10.04 16:12:18.509317 [ 3 ] {} <Trace> HTTP-Session: 1d351f8d-8912-4500-807f-b4238e330dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2594 2024.10.04 16:12:18.509476 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2595 2024.10.04 16:12:18.509779 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2596 2024.10.04 16:12:18.509826 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2597 2024.10.04 16:12:18.510143 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2598 2024.10.04 16:12:18.510209 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2599 2024.10.04 16:12:18.510353 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2600 2024.10.04 16:12:18.510472 [ 255 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2601 2024.10.04 16:12:18.510493 [ 259 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2602 2024.10.04 16:12:18.510515 [ 252 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2603 2024.10.04 16:12:18.510626 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2604 2024.10.04 16:12:18.510656 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2605 2024.10.04 16:12:18.510763 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2606 2024.10.04 16:12:18.510786 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 34 rows with 3 streams
2607 2024.10.04 16:12:18.510825 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2608 2024.10.04 16:12:18.510866 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2609 2024.10.04 16:12:18.510906 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2610 2024.10.04 16:12:18.512617 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003223 sec., 10549.177784672665 rows/sec., 406.02 KiB/sec.
2611 2024.10.04 16:12:18.513017 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> DynamicQueryHandler: Done processing query
2612 2024.10.04 16:12:18.513047 [ 3 ] {1c71705e-75b4-4ff2-804a-9e17ea3d61f5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2613 2024.10.04 16:12:18.513068 [ 3 ] {} <Debug> HTTP-Session: 1d351f8d-8912-4500-807f-b4238e330dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2614 2024.10.04 16:12:18.513333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2615 2024.10.04 16:12:18.513393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2616 2024.10.04 16:12:18.513416 [ 3 ] {} <Debug> HTTP-Session: 07c0e20a-8608-41f7-b68e-7b7573553b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2617 2024.10.04 16:12:18.513436 [ 3 ] {} <Debug> HTTP-Session: 07c0e20a-8608-41f7-b68e-7b7573553b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2618 2024.10.04 16:12:18.513454 [ 3 ] {} <Debug> HTTP-Session: 07c0e20a-8608-41f7-b68e-7b7573553b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2619 2024.10.04 16:12:18.513495 [ 3 ] {} <Trace> HTTP-Session: 07c0e20a-8608-41f7-b68e-7b7573553b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2620 2024.10.04 16:12:18.513688 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2621 2024.10.04 16:12:18.513994 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2622 2024.10.04 16:12:18.514043 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2623 2024.10.04 16:12:18.514365 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2624 2024.10.04 16:12:18.514431 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2625 2024.10.04 16:12:18.514573 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2626 2024.10.04 16:12:18.514700 [ 260 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2627 2024.10.04 16:12:18.514725 [ 255 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2628 2024.10.04 16:12:18.514742 [ 261 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2629 2024.10.04 16:12:18.514876 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2630 2024.10.04 16:12:18.514905 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2631 2024.10.04 16:12:18.515013 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2632 2024.10.04 16:12:18.515035 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 34 rows with 3 streams
2633 2024.10.04 16:12:18.515075 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2634 2024.10.04 16:12:18.515117 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2635 2024.10.04 16:12:18.515157 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2636 2024.10.04 16:12:18.516982 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003395 sec., 10014.727540500737 rows/sec., 385.45 KiB/sec.
2637 2024.10.04 16:12:18.517333 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> DynamicQueryHandler: Done processing query
2638 2024.10.04 16:12:18.517357 [ 3 ] {042f939e-6391-4901-bc00-5b163caef3a5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB.
2639 2024.10.04 16:12:18.517374 [ 3 ] {} <Debug> HTTP-Session: 07c0e20a-8608-41f7-b68e-7b7573553b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2640 2024.10.04 16:12:18.517636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2641 2024.10.04 16:12:18.517687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2642 2024.10.04 16:12:18.517708 [ 3 ] {} <Debug> HTTP-Session: 5267afb6-f81a-4eec-8d99-161216f5f96f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2643 2024.10.04 16:12:18.517725 [ 3 ] {} <Debug> HTTP-Session: 5267afb6-f81a-4eec-8d99-161216f5f96f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2644 2024.10.04 16:12:18.517740 [ 3 ] {} <Debug> HTTP-Session: 5267afb6-f81a-4eec-8d99-161216f5f96f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2645 2024.10.04 16:12:18.517770 [ 3 ] {} <Trace> HTTP-Session: 5267afb6-f81a-4eec-8d99-161216f5f96f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2646 2024.10.04 16:12:18.517939 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2647 2024.10.04 16:12:18.518249 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2648 2024.10.04 16:12:18.518299 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2649 2024.10.04 16:12:18.518626 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2650 2024.10.04 16:12:18.518692 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2651 2024.10.04 16:12:18.518839 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2652 2024.10.04 16:12:18.518961 [ 255 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2653 2024.10.04 16:12:18.518980 [ 260 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2654 2024.10.04 16:12:18.519009 [ 261 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2655 2024.10.04 16:12:18.519126 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2656 2024.10.04 16:12:18.519158 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2657 2024.10.04 16:12:18.519266 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2658 2024.10.04 16:12:18.519289 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 34 rows with 3 streams
2659 2024.10.04 16:12:18.519331 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2660 2024.10.04 16:12:18.519374 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2661 2024.10.04 16:12:18.519415 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2662 2024.10.04 16:12:18.521092 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003234 sec., 10513.296227581943 rows/sec., 404.64 KiB/sec.
2663 2024.10.04 16:12:18.521464 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> DynamicQueryHandler: Done processing query
2664 2024.10.04 16:12:18.521490 [ 3 ] {6085ea83-c3c1-41f5-b268-65d1bd15ac66} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2665 2024.10.04 16:12:18.521507 [ 3 ] {} <Debug> HTTP-Session: 5267afb6-f81a-4eec-8d99-161216f5f96f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2666 2024.10.04 16:12:18.521777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2667 2024.10.04 16:12:18.521826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2668 2024.10.04 16:12:18.521846 [ 3 ] {} <Debug> HTTP-Session: 512ee9b0-f266-43ab-9e90-0f23d4ebc16f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2669 2024.10.04 16:12:18.521862 [ 3 ] {} <Debug> HTTP-Session: 512ee9b0-f266-43ab-9e90-0f23d4ebc16f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2670 2024.10.04 16:12:18.521876 [ 3 ] {} <Debug> HTTP-Session: 512ee9b0-f266-43ab-9e90-0f23d4ebc16f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2671 2024.10.04 16:12:18.521907 [ 3 ] {} <Trace> HTTP-Session: 512ee9b0-f266-43ab-9e90-0f23d4ebc16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2672 2024.10.04 16:12:18.522065 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete)
2673 2024.10.04 16:12:18.522372 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2674 2024.10.04 16:12:18.522423 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2675 2024.10.04 16:12:18.522759 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2676 2024.10.04 16:12:18.522826 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2677 2024.10.04 16:12:18.522967 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2678 2024.10.04 16:12:18.523105 [ 260 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2679 2024.10.04 16:12:18.523119 [ 256 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2680 2024.10.04 16:12:18.523132 [ 259 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2681 2024.10.04 16:12:18.523256 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2682 2024.10.04 16:12:18.523286 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
2683 2024.10.04 16:12:18.523394 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2684 2024.10.04 16:12:18.523416 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 34 rows with 3 streams
2685 2024.10.04 16:12:18.523456 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2686 2024.10.04 16:12:18.523502 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2687 2024.10.04 16:12:18.523541 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2688 2024.10.04 16:12:18.525264 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00328 sec., 10365.853658536585 rows/sec., 398.96 KiB/sec.
2689 2024.10.04 16:12:18.525626 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> DynamicQueryHandler: Done processing query
2690 2024.10.04 16:12:18.525651 [ 3 ] {ee4ffb24-da77-4a4f-a5b0-7f606143f691} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB.
2691 2024.10.04 16:12:18.525668 [ 3 ] {} <Debug> HTTP-Session: 512ee9b0-f266-43ab-9e90-0f23d4ebc16f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2692 2024.10.04 16:12:18.621409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2693 2024.10.04 16:12:18.621498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2694 2024.10.04 16:12:18.621522 [ 3 ] {} <Debug> HTTP-Session: 1883ffc8-9d85-4fb7-b097-66d7a0382fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2695 2024.10.04 16:12:18.621544 [ 3 ] {} <Debug> HTTP-Session: 1883ffc8-9d85-4fb7-b097-66d7a0382fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2696 2024.10.04 16:12:18.621560 [ 3 ] {} <Debug> HTTP-Session: 1883ffc8-9d85-4fb7-b097-66d7a0382fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2697 2024.10.04 16:12:18.621602 [ 3 ] {} <Trace> HTTP-Session: 1883ffc8-9d85-4fb7-b097-66d7a0382fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2698 2024.10.04 16:12:18.621772 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
2699 2024.10.04 16:12:18.621837 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2700 2024.10.04 16:12:18.622058 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2701 2024.10.04 16:12:18.622480 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2702 2024.10.04 16:12:18.622522 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2703 2024.10.04 16:12:18.623062 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2704 2024.10.04 16:12:18.623399 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2705 2024.10.04 16:12:18.623562 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001839 sec., 3262.6427406199023 rows/sec., 726.45 KiB/sec.
2706 2024.10.04 16:12:18.623882 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Debug> DynamicQueryHandler: Done processing query
2707 2024.10.04 16:12:18.623909 [ 3 ] {19a4377f-d069-473a-bc2d-524eb3b51581} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2708 2024.10.04 16:12:18.623926 [ 3 ] {} <Debug> HTTP-Session: 1883ffc8-9d85-4fb7-b097-66d7a0382fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2709 2024.10.04 16:12:18.624598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 169185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2710 2024.10.04 16:12:18.624652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2711 2024.10.04 16:12:18.624672 [ 3 ] {} <Debug> HTTP-Session: 536e6a62-2fe1-4d82-ba57-253b5ae13450 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2712 2024.10.04 16:12:18.624689 [ 3 ] {} <Debug> HTTP-Session: 536e6a62-2fe1-4d82-ba57-253b5ae13450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2713 2024.10.04 16:12:18.624704 [ 3 ] {} <Debug> HTTP-Session: 536e6a62-2fe1-4d82-ba57-253b5ae13450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2714 2024.10.04 16:12:18.624737 [ 3 ] {} <Trace> HTTP-Session: 536e6a62-2fe1-4d82-ba57-253b5ae13450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2715 2024.10.04 16:12:18.625892 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2716 2024.10.04 16:12:18.625942 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2717 2024.10.04 16:12:18.626220 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2718 2024.10.04 16:12:18.627402 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2719 2024.10.04 16:12:18.627442 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2720 2024.10.04 16:12:18.627994 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2721 2024.10.04 16:12:18.628399 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2722 2024.10.04 16:12:18.628563 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Debug> executeQuery: Read 1166 rows, 98.62 KiB in 0.003694 sec., 315646.9951272334 rows/sec., 26.07 MiB/sec.
2723 2024.10.04 16:12:18.628753 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Debug> DynamicQueryHandler: Done processing query
2724 2024.10.04 16:12:18.628777 [ 3 ] {7afff5d8-7984-44bd-a190-4d65ce8f80a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB.
2725 2024.10.04 16:12:18.628793 [ 3 ] {} <Debug> HTTP-Session: 536e6a62-2fe1-4d82-ba57-253b5ae13450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2726 2024.10.04 16:12:18.629028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2727 2024.10.04 16:12:18.629079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2728 2024.10.04 16:12:18.629100 [ 3 ] {} <Debug> HTTP-Session: 6e7487b2-a611-457d-a538-322e04be4ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2729 2024.10.04 16:12:18.629117 [ 3 ] {} <Debug> HTTP-Session: 6e7487b2-a611-457d-a538-322e04be4ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2730 2024.10.04 16:12:18.629131 [ 3 ] {} <Debug> HTTP-Session: 6e7487b2-a611-457d-a538-322e04be4ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2731 2024.10.04 16:12:18.629163 [ 3 ] {} <Trace> HTTP-Session: 6e7487b2-a611-457d-a538-322e04be4ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2732 2024.10.04 16:12:18.629313 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
2733 2024.10.04 16:12:18.629359 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2734 2024.10.04 16:12:18.629592 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2735 2024.10.04 16:12:18.630054 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2736 2024.10.04 16:12:18.630092 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2737 2024.10.04 16:12:18.630467 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2738 2024.10.04 16:12:18.630839 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2739 2024.10.04 16:12:18.631008 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001758 sec., 129692.83276450512 rows/sec., 8.78 MiB/sec.
2740 2024.10.04 16:12:18.631193 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Debug> DynamicQueryHandler: Done processing query
2741 2024.10.04 16:12:18.631218 [ 3 ] {295da1a4-1ea6-4019-ab79-99e4eefa309e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
2742 2024.10.04 16:12:18.631235 [ 3 ] {} <Debug> HTTP-Session: 6e7487b2-a611-457d-a538-322e04be4ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2743 2024.10.04 16:12:18.631453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 79774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2744 2024.10.04 16:12:18.631503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2745 2024.10.04 16:12:18.631523 [ 3 ] {} <Debug> HTTP-Session: 81a41740-57f7-4f3d-888e-2c9d9527f129 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2746 2024.10.04 16:12:18.631539 [ 3 ] {} <Debug> HTTP-Session: 81a41740-57f7-4f3d-888e-2c9d9527f129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2747 2024.10.04 16:12:18.631553 [ 3 ] {} <Debug> HTTP-Session: 81a41740-57f7-4f3d-888e-2c9d9527f129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2748 2024.10.04 16:12:18.631584 [ 3 ] {} <Trace> HTTP-Session: 81a41740-57f7-4f3d-888e-2c9d9527f129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2749 2024.10.04 16:12:18.631924 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2750 2024.10.04 16:12:18.631969 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2751 2024.10.04 16:12:18.632200 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2752 2024.10.04 16:12:18.632809 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2024.10.04 16:12:18.632845 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2754 2024.10.04 16:12:18.633231 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2755 2024.10.04 16:12:18.633619 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2756 2024.10.04 16:12:18.633782 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Debug> executeQuery: Read 484 rows, 36.53 KiB in 0.002095 sec., 231026.25298329355 rows/sec., 17.03 MiB/sec.
2757 2024.10.04 16:12:18.634099 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Debug> DynamicQueryHandler: Done processing query
2758 2024.10.04 16:12:18.634123 [ 3 ] {2e2f37b9-8eb4-4117-a9fd-05886ec24499} <Debug> MemoryTracker: Peak memory usage (for query): 4.48 MiB.
2759 2024.10.04 16:12:18.634139 [ 3 ] {} <Debug> HTTP-Session: 81a41740-57f7-4f3d-888e-2c9d9527f129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2760 2024.10.04 16:12:18.634760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 471503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2761 2024.10.04 16:12:18.634809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2762 2024.10.04 16:12:18.634828 [ 3 ] {} <Debug> HTTP-Session: 29d96b29-4f71-47cf-8fe5-cc494b3154b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2763 2024.10.04 16:12:18.634845 [ 3 ] {} <Debug> HTTP-Session: 29d96b29-4f71-47cf-8fe5-cc494b3154b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2764 2024.10.04 16:12:18.634859 [ 3 ] {} <Debug> HTTP-Session: 29d96b29-4f71-47cf-8fe5-cc494b3154b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2765 2024.10.04 16:12:18.634890 [ 3 ] {} <Trace> HTTP-Session: 29d96b29-4f71-47cf-8fe5-cc494b3154b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2766 2024.10.04 16:12:18.636019 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2767 2024.10.04 16:12:18.636072 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2768 2024.10.04 16:12:18.636246 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2769 2024.10.04 16:12:18.638133 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2770 2024.10.04 16:12:18.638166 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2771 2024.10.04 16:12:18.638809 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2772 2024.10.04 16:12:18.639153 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2773 2024.10.04 16:12:18.639313 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Debug> executeQuery: Read 2494 rows, 170.51 KiB in 0.004025 sec., 619627.3291925465 rows/sec., 41.37 MiB/sec.
2774 2024.10.04 16:12:18.639506 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Debug> DynamicQueryHandler: Done processing query
2775 2024.10.04 16:12:18.639530 [ 3 ] {bf5c3d4d-9db2-40ae-8288-a2cd4e2decb6} <Debug> MemoryTracker: Peak memory usage (for query): 5.49 MiB.
2776 2024.10.04 16:12:18.639547 [ 3 ] {} <Debug> HTTP-Session: 29d96b29-4f71-47cf-8fe5-cc494b3154b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2777 2024.10.04 16:12:18.639739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2778 2024.10.04 16:12:18.639788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2779 2024.10.04 16:12:18.639808 [ 3 ] {} <Debug> HTTP-Session: 377e186f-7201-4f2c-8acb-d351dde9fe84 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2780 2024.10.04 16:12:18.639825 [ 3 ] {} <Debug> HTTP-Session: 377e186f-7201-4f2c-8acb-d351dde9fe84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2781 2024.10.04 16:12:18.639839 [ 3 ] {} <Debug> HTTP-Session: 377e186f-7201-4f2c-8acb-d351dde9fe84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2782 2024.10.04 16:12:18.639871 [ 3 ] {} <Trace> HTTP-Session: 377e186f-7201-4f2c-8acb-d351dde9fe84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2783 2024.10.04 16:12:18.639970 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2784 2024.10.04 16:12:18.640014 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2785 2024.10.04 16:12:18.640146 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2786 2024.10.04 16:12:18.640436 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2787 2024.10.04 16:12:18.640473 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2788 2024.10.04 16:12:18.640831 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2789 2024.10.04 16:12:18.641161 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2790 2024.10.04 16:12:18.641318 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001367 sec., 2926.115581565472 rows/sec., 205.74 KiB/sec.
2791 2024.10.04 16:12:18.641497 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Debug> DynamicQueryHandler: Done processing query
2792 2024.10.04 16:12:18.641522 [ 3 ] {4cee2314-7db4-4d50-b60f-2a602fc864d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
2793 2024.10.04 16:12:18.641538 [ 3 ] {} <Debug> HTTP-Session: 377e186f-7201-4f2c-8acb-d351dde9fe84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2794 2024.10.04 16:12:23.222573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2795 2024.10.04 16:12:23.222771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2796 2024.10.04 16:12:23.222818 [ 3 ] {} <Debug> HTTP-Session: a37c658f-285e-4960-8d67-8520c2775fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2797 2024.10.04 16:12:23.222860 [ 3 ] {} <Debug> HTTP-Session: a37c658f-285e-4960-8d67-8520c2775fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2798 2024.10.04 16:12:23.222889 [ 3 ] {} <Debug> HTTP-Session: a37c658f-285e-4960-8d67-8520c2775fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2799 2024.10.04 16:12:23.222967 [ 3 ] {} <Trace> HTTP-Session: a37c658f-285e-4960-8d67-8520c2775fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2800 2024.10.04 16:12:23.223173 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2801 2024.10.04 16:12:23.223243 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2802 2024.10.04 16:12:23.223594 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2803 2024.10.04 16:12:23.224177 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2024.10.04 16:12:23.224217 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2805 2024.10.04 16:12:23.224644 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2806 2024.10.04 16:12:23.225044 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2807 2024.10.04 16:12:23.225224 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Debug> executeQuery: Read 70 rows, 5.73 KiB in 0.002119 sec., 33034.450212364325 rows/sec., 2.64 MiB/sec.
2808 2024.10.04 16:12:23.225441 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Debug> DynamicQueryHandler: Done processing query
2809 2024.10.04 16:12:23.225468 [ 3 ] {827fde1a-3ce0-4f2d-a8ab-fbb3f588c089} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2810 2024.10.04 16:12:23.225485 [ 3 ] {} <Debug> HTTP-Session: a37c658f-285e-4960-8d67-8520c2775fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2811 2024.10.04 16:12:23.225623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2812 2024.10.04 16:12:23.225673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2813 2024.10.04 16:12:23.225692 [ 3 ] {} <Debug> HTTP-Session: 1947dbb7-ba69-4d6e-b9ea-03ff8ce02ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2814 2024.10.04 16:12:23.225709 [ 3 ] {} <Debug> HTTP-Session: 1947dbb7-ba69-4d6e-b9ea-03ff8ce02ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2815 2024.10.04 16:12:23.225723 [ 3 ] {} <Debug> HTTP-Session: 1947dbb7-ba69-4d6e-b9ea-03ff8ce02ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2816 2024.10.04 16:12:23.225755 [ 3 ] {} <Trace> HTTP-Session: 1947dbb7-ba69-4d6e-b9ea-03ff8ce02ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2817 2024.10.04 16:12:23.225852 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2818 2024.10.04 16:12:23.225896 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2819 2024.10.04 16:12:23.226129 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2820 2024.10.04 16:12:23.226445 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2821 2024.10.04 16:12:23.226482 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2822 2024.10.04 16:12:23.226831 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2823 2024.10.04 16:12:23.227191 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2824 2024.10.04 16:12:23.227343 [ 66 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2825 2024.10.04 16:12:23.227353 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001517 sec., 4614.370468029005 rows/sec., 346.98 KiB/sec.
2826 2024.10.04 16:12:23.227430 [ 66 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2827 2024.10.04 16:12:23.227512 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2828 2024.10.04 16:12:23.227711 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
2829 2024.10.04 16:12:23.227715 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Debug> DynamicQueryHandler: Done processing query
2830 2024.10.04 16:12:23.227788 [ 3 ] {c34f2cf9-9d2f-4451-89af-9a019b25ea4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2831 2024.10.04 16:12:23.227823 [ 3 ] {} <Debug> HTTP-Session: 1947dbb7-ba69-4d6e-b9ea-03ff8ce02ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2832 2024.10.04 16:12:23.227944 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2833 2024.10.04 16:12:23.227985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2834 2024.10.04 16:12:23.228015 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
2835 2024.10.04 16:12:23.228085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2836 2024.10.04 16:12:23.228164 [ 3 ] {} <Debug> HTTP-Session: 66d95298-1d94-4c0b-8f87-8eaf4e635f8c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2837 2024.10.04 16:12:23.228252 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
2838 2024.10.04 16:12:23.228267 [ 3 ] {} <Debug> HTTP-Session: 66d95298-1d94-4c0b-8f87-8eaf4e635f8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2839 2024.10.04 16:12:23.228336 [ 3 ] {} <Debug> HTTP-Session: 66d95298-1d94-4c0b-8f87-8eaf4e635f8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2840 2024.10.04 16:12:23.228476 [ 3 ] {} <Trace> HTTP-Session: 66d95298-1d94-4c0b-8f87-8eaf4e635f8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2841 2024.10.04 16:12:23.228485 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2842 2024.10.04 16:12:23.228821 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part
2843 2024.10.04 16:12:23.229008 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
2844 2024.10.04 16:12:23.229123 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2845 2024.10.04 16:12:23.229241 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2846 2024.10.04 16:12:23.229447 [ 202 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part
2847 2024.10.04 16:12:23.230327 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2848 2024.10.04 16:12:23.231401 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2849 2024.10.04 16:12:23.231472 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
2850 2024.10.04 16:12:23.232226 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.004610389 sec., 9977.466109692696 rows/sec., 789.23 KiB/sec.
2851 2024.10.04 16:12:23.232451 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2852 2024.10.04 16:12:23.232465 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2853 2024.10.04 16:12:23.233098 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2854 2024.10.04 16:12:23.233164 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2855 2024.10.04 16:12:23.233345 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_6_1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2856 2024.10.04 16:12:23.233349 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.004618 sec., 15374.62104807276 rows/sec., 1.20 MiB/sec.
2857 2024.10.04 16:12:23.233490 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2858 2024.10.04 16:12:23.233626 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Debug> DynamicQueryHandler: Done processing query
2859 2024.10.04 16:12:23.233651 [ 3 ] {b05a42f4-dcba-43c2-8559-1abd05f19559} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
2860 2024.10.04 16:12:23.233667 [ 3 ] {} <Debug> HTTP-Session: 66d95298-1d94-4c0b-8f87-8eaf4e635f8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2861 2024.10.04 16:12:23.233817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 28726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2862 2024.10.04 16:12:23.233864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2863 2024.10.04 16:12:23.233882 [ 3 ] {} <Debug> HTTP-Session: 0795830a-963b-4815-ae9a-c09b6419a4c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2864 2024.10.04 16:12:23.233898 [ 3 ] {} <Debug> HTTP-Session: 0795830a-963b-4815-ae9a-c09b6419a4c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2865 2024.10.04 16:12:23.233912 [ 3 ] {} <Debug> HTTP-Session: 0795830a-963b-4815-ae9a-c09b6419a4c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2866 2024.10.04 16:12:23.233943 [ 3 ] {} <Trace> HTTP-Session: 0795830a-963b-4815-ae9a-c09b6419a4c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2867 2024.10.04 16:12:23.234090 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
2868 2024.10.04 16:12:23.234137 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2869 2024.10.04 16:12:23.234287 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2870 2024.10.04 16:12:23.234788 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2871 2024.10.04 16:12:23.234826 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2872 2024.10.04 16:12:23.235210 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2873 2024.10.04 16:12:23.235544 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2874 2024.10.04 16:12:23.235701 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.00168 sec., 89285.71428571428 rows/sec., 6.22 MiB/sec.
2875 2024.10.04 16:12:23.235875 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Debug> DynamicQueryHandler: Done processing query
2876 2024.10.04 16:12:23.235899 [ 3 ] {63c62882-6039-4cc5-9d8b-61b36eb4dcbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
2877 2024.10.04 16:12:23.235915 [ 3 ] {} <Debug> HTTP-Session: 0795830a-963b-4815-ae9a-c09b6419a4c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2878 2024.10.04 16:12:23.236037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 11743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2879 2024.10.04 16:12:23.236084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2880 2024.10.04 16:12:23.236102 [ 3 ] {} <Debug> HTTP-Session: b8cc2891-2133-4300-acde-f2bc5514016f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2881 2024.10.04 16:12:23.236119 [ 3 ] {} <Debug> HTTP-Session: b8cc2891-2133-4300-acde-f2bc5514016f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2882 2024.10.04 16:12:23.236132 [ 3 ] {} <Debug> HTTP-Session: b8cc2891-2133-4300-acde-f2bc5514016f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2883 2024.10.04 16:12:23.236163 [ 3 ] {} <Trace> HTTP-Session: b8cc2891-2133-4300-acde-f2bc5514016f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2884 2024.10.04 16:12:23.236318 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
2885 2024.10.04 16:12:23.236382 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2886 2024.10.04 16:12:23.236817 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2887 2024.10.04 16:12:23.237331 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2024.10.04 16:12:23.237367 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2889 2024.10.04 16:12:23.237976 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2890 2024.10.04 16:12:23.238394 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2024.10.04 16:12:23.238565 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2892 2024.10.04 16:12:23.238591 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002354 sec., 2973.661852166525 rows/sec., 5.33 MiB/sec.
2893 2024.10.04 16:12:23.238625 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2894 2024.10.04 16:12:23.238688 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2895 2024.10.04 16:12:23.239166 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
2896 2024.10.04 16:12:23.239449 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Debug> DynamicQueryHandler: Done processing query
2897 2024.10.04 16:12:23.239531 [ 3 ] {323ce32b-5521-4a01-a4e2-6a0e3f3d68ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
2898 2024.10.04 16:12:23.239603 [ 3 ] {} <Debug> HTTP-Session: b8cc2891-2133-4300-acde-f2bc5514016f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2899 2024.10.04 16:12:23.239792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 8508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2900 2024.10.04 16:12:23.239900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2901 2024.10.04 16:12:23.239963 [ 3 ] {} <Debug> HTTP-Session: 49c6c0fb-a183-4c4a-99c4-7b6af1a10ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2902 2024.10.04 16:12:23.240014 [ 3 ] {} <Debug> HTTP-Session: 49c6c0fb-a183-4c4a-99c4-7b6af1a10ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2903 2024.10.04 16:12:23.240053 [ 3 ] {} <Debug> HTTP-Session: 49c6c0fb-a183-4c4a-99c4-7b6af1a10ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2904 2024.10.04 16:12:23.240148 [ 3 ] {} <Trace> HTTP-Session: 49c6c0fb-a183-4c4a-99c4-7b6af1a10ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2905 2024.10.04 16:12:23.240161 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2906 2024.10.04 16:12:23.240312 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
2907 2024.10.04 16:12:23.240365 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
2908 2024.10.04 16:12:23.240471 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2909 2024.10.04 16:12:23.241136 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
2910 2024.10.04 16:12:23.241338 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2911 2024.10.04 16:12:23.241860 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2912 2024.10.04 16:12:23.242579 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part
2913 2024.10.04 16:12:23.242656 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2024.10.04 16:12:23.242728 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
2915 2024.10.04 16:12:23.243212 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2916 2024.10.04 16:12:23.243863 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part
2917 2024.10.04 16:12:23.244280 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2918 2024.10.04 16:12:23.245469 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2919 2024.10.04 16:12:23.245908 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.0056 sec., 10000 rows/sec., 689.17 KiB/sec.
2920 2024.10.04 16:12:23.246547 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Debug> DynamicQueryHandler: Done processing query
2921 2024.10.04 16:12:23.246608 [ 3 ] {210c8988-fa97-4640-bd5e-0567a81a78cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
2922 2024.10.04 16:12:23.246658 [ 3 ] {} <Debug> HTTP-Session: 49c6c0fb-a183-4c4a-99c4-7b6af1a10ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2923 2024.10.04 16:12:23.248237 [ 188 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 19 columns (19 merged, 0 gathered) in 0.009397791 sec., 4894.767291590119 rows/sec., 8.77 MiB/sec.
2924 2024.10.04 16:12:23.248544 [ 188 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2925 2024.10.04 16:12:23.249176 [ 188 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2926 2024.10.04 16:12:23.249252 [ 188 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2927 2024.10.04 16:12:23.249386 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
2928 2024.10.04 16:12:27.613184 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
2929 2024.10.04 16:12:27.613257 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
2930 2024.10.04 16:12:27.701688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 318
2931 2024.10.04 16:12:27.705229 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2932 2024.10.04 16:12:27.705277 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2933 2024.10.04 16:12:27.707143 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2934 2024.10.04 16:12:27.708226 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2935 2024.10.04 16:12:27.708386 [ 62 ] {} <Debug> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2936 2024.10.04 16:12:27.708444 [ 62 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2937 2024.10.04 16:12:27.708478 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2938 2024.10.04 16:12:27.708746 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
2939 2024.10.04 16:12:27.709066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 318
2940 2024.10.04 16:12:27.709672 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2941 2024.10.04 16:12:27.709788 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
2942 2024.10.04 16:12:27.710352 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2943 2024.10.04 16:12:27.710855 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
2944 2024.10.04 16:12:27.711310 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
2945 2024.10.04 16:12:27.711766 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
2946 2024.10.04 16:12:27.712220 [ 190 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
2947 2024.10.04 16:12:27.730361 [ 188 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 72 columns (72 merged, 0 gathered) in 0.021783491 sec., 14598.211094814877 rows/sec., 13.05 MiB/sec.
2948 2024.10.04 16:12:27.731430 [ 191 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2949 2024.10.04 16:12:27.733227 [ 191 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2950 2024.10.04 16:12:27.733322 [ 191 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_6_1} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2951 2024.10.04 16:12:27.733660 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB.
2952 2024.10.04 16:12:28.000254 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 142.59 MiB, peak 151.19 MiB, free memory in arenas 0.00 B, will set to 144.54 MiB (RSS), difference: 1.95 MiB
2953 2024.10.04 16:12:28.227788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2954 2024.10.04 16:12:28.227904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2955 2024.10.04 16:12:28.227930 [ 3 ] {} <Debug> HTTP-Session: a12a549e-4a9a-4427-9ab8-5e08e4d24117 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2956 2024.10.04 16:12:28.227955 [ 3 ] {} <Debug> HTTP-Session: a12a549e-4a9a-4427-9ab8-5e08e4d24117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2957 2024.10.04 16:12:28.227970 [ 3 ] {} <Debug> HTTP-Session: a12a549e-4a9a-4427-9ab8-5e08e4d24117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2958 2024.10.04 16:12:28.228024 [ 3 ] {} <Trace> HTTP-Session: a12a549e-4a9a-4427-9ab8-5e08e4d24117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2024.10.04 16:12:28.228341 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
2960 2024.10.04 16:12:28.228413 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2961 2024.10.04 16:12:28.228763 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2962 2024.10.04 16:12:28.229336 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2024.10.04 16:12:28.229380 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2964 2024.10.04 16:12:28.229843 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2965 2024.10.04 16:12:28.230233 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2024.10.04 16:12:28.230423 [ 62 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2967 2024.10.04 16:12:28.230426 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002235 sec., 91722.59507829978 rows/sec., 8.08 MiB/sec.
2968 2024.10.04 16:12:28.230489 [ 62 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2969 2024.10.04 16:12:28.230557 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
2970 2024.10.04 16:12:28.230758 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
2971 2024.10.04 16:12:28.230817 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Debug> DynamicQueryHandler: Done processing query
2972 2024.10.04 16:12:28.230850 [ 3 ] {9f5e705b-61d8-408b-88e6-c71924a9d216} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
2973 2024.10.04 16:12:28.230873 [ 3 ] {} <Debug> HTTP-Session: a12a549e-4a9a-4427-9ab8-5e08e4d24117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2974 2024.10.04 16:12:28.230945 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2975 2024.10.04 16:12:28.230983 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 205 rows starting from the beginning of the part
2976 2024.10.04 16:12:28.231044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2977 2024.10.04 16:12:28.231189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
2978 2024.10.04 16:12:28.231210 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 70 rows starting from the beginning of the part
2979 2024.10.04 16:12:28.231265 [ 3 ] {} <Debug> HTTP-Session: 9672909c-fa8a-4d6e-bcb5-4166f756005f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
2980 2024.10.04 16:12:28.231345 [ 3 ] {} <Debug> HTTP-Session: 9672909c-fa8a-4d6e-bcb5-4166f756005f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
2981 2024.10.04 16:12:28.231465 [ 3 ] {} <Debug> HTTP-Session: 9672909c-fa8a-4d6e-bcb5-4166f756005f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
2982 2024.10.04 16:12:28.231496 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 205 rows starting from the beginning of the part
2983 2024.10.04 16:12:28.231543 [ 3 ] {} <Trace> HTTP-Session: 9672909c-fa8a-4d6e-bcb5-4166f756005f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2984 2024.10.04 16:12:28.231793 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1166 rows starting from the beginning of the part
2985 2024.10.04 16:12:28.231899 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
2986 2024.10.04 16:12:28.232004 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2987 2024.10.04 16:12:28.232004 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 70 rows starting from the beginning of the part
2988 2024.10.04 16:12:28.232294 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 205 rows starting from the beginning of the part
2989 2024.10.04 16:12:28.232944 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
2990 2024.10.04 16:12:28.233461 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2991 2024.10.04 16:12:28.233507 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
2992 2024.10.04 16:12:28.234061 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2993 2024.10.04 16:12:28.234498 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2994 2024.10.04 16:12:28.234730 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1921 rows, containing 5 columns (5 merged, 0 gathered) in 0.004041708 sec., 475294.1083324179 rows/sec., 41.81 MiB/sec.
2995 2024.10.04 16:12:28.234805 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003026 sec., 2643.7541308658297 rows/sec., 198.80 KiB/sec.
2996 2024.10.04 16:12:28.235158 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2997 2024.10.04 16:12:28.235284 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Debug> DynamicQueryHandler: Done processing query
2998 2024.10.04 16:12:28.235323 [ 3 ] {4d764718-5d44-4a99-a135-08281e1b7ed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
2999 2024.10.04 16:12:28.235365 [ 3 ] {} <Debug> HTTP-Session: 9672909c-fa8a-4d6e-bcb5-4166f756005f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3000 2024.10.04 16:12:28.235583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3001 2024.10.04 16:12:28.235669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3002 2024.10.04 16:12:28.235717 [ 3 ] {} <Debug> HTTP-Session: 7f887379-d30f-4be4-96da-ff82bb64cb16 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3003 2024.10.04 16:12:28.235752 [ 3 ] {} <Debug> HTTP-Session: 7f887379-d30f-4be4-96da-ff82bb64cb16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3004 2024.10.04 16:12:28.235786 [ 3 ] {} <Debug> HTTP-Session: 7f887379-d30f-4be4-96da-ff82bb64cb16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3005 2024.10.04 16:12:28.235845 [ 3 ] {} <Trace> HTTP-Session: 7f887379-d30f-4be4-96da-ff82bb64cb16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3006 2024.10.04 16:12:28.235921 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3007 2024.10.04 16:12:28.236077 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3008 2024.10.04 16:12:28.236131 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_11_2} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3009 2024.10.04 16:12:28.236156 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3010 2024.10.04 16:12:28.236342 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3011 2024.10.04 16:12:28.236572 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3012 2024.10.04 16:12:28.236887 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3013 2024.10.04 16:12:28.236925 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3014 2024.10.04 16:12:28.237289 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3015 2024.10.04 16:12:28.237663 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3016 2024.10.04 16:12:28.237827 [ 59 ] {} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3017 2024.10.04 16:12:28.237836 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001847 sec., 7579.859231185707 rows/sec., 530.84 KiB/sec.
3018 2024.10.04 16:12:28.237896 [ 59 ] {} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3019 2024.10.04 16:12:28.237970 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3020 2024.10.04 16:12:28.238236 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Debug> DynamicQueryHandler: Done processing query
3021 2024.10.04 16:12:28.238271 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
3022 2024.10.04 16:12:28.238314 [ 3 ] {5e9698e2-eb8d-4d1a-a808-992f437050ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3023 2024.10.04 16:12:28.238391 [ 3 ] {} <Debug> HTTP-Session: 7f887379-d30f-4be4-96da-ff82bb64cb16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3024 2024.10.04 16:12:28.238600 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3025 2024.10.04 16:12:28.238605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3026 2024.10.04 16:12:28.238644 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
3027 2024.10.04 16:12:28.238679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3028 2024.10.04 16:12:28.238718 [ 3 ] {} <Debug> HTTP-Session: c296de6a-dbaf-4046-a832-5b1b786b1e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3029 2024.10.04 16:12:28.238793 [ 3 ] {} <Debug> HTTP-Session: c296de6a-dbaf-4046-a832-5b1b786b1e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3030 2024.10.04 16:12:28.238849 [ 3 ] {} <Debug> HTTP-Session: c296de6a-dbaf-4046-a832-5b1b786b1e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3031 2024.10.04 16:12:28.238897 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
3032 2024.10.04 16:12:28.238976 [ 3 ] {} <Trace> HTTP-Session: c296de6a-dbaf-4046-a832-5b1b786b1e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3033 2024.10.04 16:12:28.239232 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
3034 2024.10.04 16:12:28.239269 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3035 2024.10.04 16:12:28.239398 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
3036 2024.10.04 16:12:28.239413 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3037 2024.10.04 16:12:28.239758 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
3038 2024.10.04 16:12:28.240096 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
3039 2024.10.04 16:12:28.240671 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3040 2024.10.04 16:12:28.241203 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3041 2024.10.04 16:12:28.241248 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3042 2024.10.04 16:12:28.241806 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3043 2024.10.04 16:12:28.241907 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003834254 sec., 77720.46400681854 rows/sec., 5.29 MiB/sec.
3044 2024.10.04 16:12:28.242283 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3045 2024.10.04 16:12:28.242662 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3046 2024.10.04 16:12:28.243074 [ 59 ] {} <Debug> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3047 2024.10.04 16:12:28.243166 [ 59 ] {} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2024.10.04 16:12:28.243166 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003952 sec., 1518.2186234817814 rows/sec., 89.70 KiB/sec.
3049 2024.10.04 16:12:28.243212 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3050 2024.10.04 16:12:28.243487 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2024.10.04 16:12:28.243666 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
3052 2024.10.04 16:12:28.243734 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_6_1} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3053 2024.10.04 16:12:28.243774 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Debug> DynamicQueryHandler: Done processing query
3054 2024.10.04 16:12:28.243851 [ 3 ] {484a5040-6cc4-4734-996b-31abc252f091} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3055 2024.10.04 16:12:28.243952 [ 3 ] {} <Debug> HTTP-Session: c296de6a-dbaf-4046-a832-5b1b786b1e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3056 2024.10.04 16:12:28.244069 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3057 2024.10.04 16:12:28.244152 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3058 2024.10.04 16:12:28.244213 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
3059 2024.10.04 16:12:28.244230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3060 2024.10.04 16:12:28.244363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3061 2024.10.04 16:12:28.244468 [ 3 ] {} <Debug> HTTP-Session: 1289d0d5-afa7-4969-bb93-7830225aca61 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3062 2024.10.04 16:12:28.244529 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
3063 2024.10.04 16:12:28.244549 [ 3 ] {} <Debug> HTTP-Session: 1289d0d5-afa7-4969-bb93-7830225aca61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3064 2024.10.04 16:12:28.244609 [ 3 ] {} <Debug> HTTP-Session: 1289d0d5-afa7-4969-bb93-7830225aca61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3065 2024.10.04 16:12:28.244740 [ 3 ] {} <Trace> HTTP-Session: 1289d0d5-afa7-4969-bb93-7830225aca61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3066 2024.10.04 16:12:28.244848 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
3067 2024.10.04 16:12:28.245080 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
3068 2024.10.04 16:12:28.245332 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3069 2024.10.04 16:12:28.245356 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
3070 2024.10.04 16:12:28.245513 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3071 2024.10.04 16:12:28.246464 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3072 2024.10.04 16:12:28.247796 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2024.10.04 16:12:28.247820 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004421036 sec., 6785.739813021201 rows/sec., 430.74 KiB/sec.
3074 2024.10.04 16:12:28.247847 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3075 2024.10.04 16:12:28.248037 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3076 2024.10.04 16:12:28.248924 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3077 2024.10.04 16:12:28.249158 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_5_1} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3078 2024.10.04 16:12:28.249456 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_5_1} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3079 2024.10.04 16:12:28.249616 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3080 2024.10.04 16:12:28.249762 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3081 2024.10.04 16:12:28.249943 [ 59 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3082 2024.10.04 16:12:28.249951 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004931 sec., 79091.46217805719 rows/sec., 5.61 MiB/sec.
3083 2024.10.04 16:12:28.250002 [ 59 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3084 2024.10.04 16:12:28.250082 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3085 2024.10.04 16:12:28.250268 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
3086 2024.10.04 16:12:28.250324 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Debug> DynamicQueryHandler: Done processing query
3087 2024.10.04 16:12:28.250356 [ 3 ] {294a4613-e019-4bcc-8537-29cb958c45ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3088 2024.10.04 16:12:28.250380 [ 3 ] {} <Debug> HTTP-Session: 1289d0d5-afa7-4969-bb93-7830225aca61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3089 2024.10.04 16:12:28.250428 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3090 2024.10.04 16:12:28.250465 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
3091 2024.10.04 16:12:28.250535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3092 2024.10.04 16:12:28.250618 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part
3093 2024.10.04 16:12:28.250640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3094 2024.10.04 16:12:28.250679 [ 3 ] {} <Debug> HTTP-Session: 9d94f64f-06b0-4658-af4d-f33d0c1ff397 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3095 2024.10.04 16:12:28.250764 [ 3 ] {} <Debug> HTTP-Session: 9d94f64f-06b0-4658-af4d-f33d0c1ff397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3096 2024.10.04 16:12:28.250804 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 390 rows starting from the beginning of the part
3097 2024.10.04 16:12:28.250809 [ 3 ] {} <Debug> HTTP-Session: 9d94f64f-06b0-4658-af4d-f33d0c1ff397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3098 2024.10.04 16:12:28.250879 [ 3 ] {} <Trace> HTTP-Session: 9d94f64f-06b0-4658-af4d-f33d0c1ff397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3099 2024.10.04 16:12:28.251013 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 484 rows starting from the beginning of the part
3100 2024.10.04 16:12:28.251265 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3101 2024.10.04 16:12:28.251305 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 71 rows starting from the beginning of the part
3102 2024.10.04 16:12:28.251360 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3103 2024.10.04 16:12:28.251462 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 390 rows starting from the beginning of the part
3104 2024.10.04 16:12:28.252048 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3105 2024.10.04 16:12:28.252488 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3106 2024.10.04 16:12:28.252527 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3107 2024.10.04 16:12:28.253117 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3108 2024.10.04 16:12:28.253520 [ 193 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1805 rows, containing 5 columns (5 merged, 0 gathered) in 0.003322324 sec., 543294.3927202765 rows/sec., 41.33 MiB/sec.
3109 2024.10.04 16:12:28.253589 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3110 2024.10.04 16:12:28.253842 [ 193 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3111 2024.10.04 16:12:28.253852 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002764 sec., 2170.767004341534 rows/sec., 113.41 KiB/sec.
3112 2024.10.04 16:12:28.254250 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Debug> DynamicQueryHandler: Done processing query
3113 2024.10.04 16:12:28.254328 [ 3 ] {84321455-7a63-4648-b08a-54e56ca1062c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3114 2024.10.04 16:12:28.254390 [ 3 ] {} <Debug> HTTP-Session: 9d94f64f-06b0-4658-af4d-f33d0c1ff397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3115 2024.10.04 16:12:28.254651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3116 2024.10.04 16:12:28.254692 [ 193 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3117 2024.10.04 16:12:28.254779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3118 2024.10.04 16:12:28.254813 [ 3 ] {} <Debug> HTTP-Session: d13f5471-f252-4fe5-b133-e7994282905c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3119 2024.10.04 16:12:28.254850 [ 3 ] {} <Debug> HTTP-Session: d13f5471-f252-4fe5-b133-e7994282905c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3120 2024.10.04 16:12:28.254856 [ 193 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_11_2} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3121 2024.10.04 16:12:28.254873 [ 3 ] {} <Debug> HTTP-Session: d13f5471-f252-4fe5-b133-e7994282905c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3122 2024.10.04 16:12:28.254945 [ 3 ] {} <Trace> HTTP-Session: d13f5471-f252-4fe5-b133-e7994282905c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3123 2024.10.04 16:12:28.255023 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3124 2024.10.04 16:12:28.255208 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3125 2024.10.04 16:12:28.255261 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3126 2024.10.04 16:12:28.255433 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3127 2024.10.04 16:12:28.255865 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3128 2024.10.04 16:12:28.255901 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3129 2024.10.04 16:12:28.256291 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3130 2024.10.04 16:12:28.256638 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3131 2024.10.04 16:12:28.256812 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001705 sec., 139002.93255131965 rows/sec., 9.32 MiB/sec.
3132 2024.10.04 16:12:28.256824 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3133 2024.10.04 16:12:28.256939 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2024.10.04 16:12:28.257002 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3135 2024.10.04 16:12:28.257099 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Debug> DynamicQueryHandler: Done processing query
3136 2024.10.04 16:12:28.257147 [ 3 ] {d9b1a339-4da0-4afa-b701-36b71e9d3455} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3137 2024.10.04 16:12:28.257180 [ 3 ] {} <Debug> HTTP-Session: d13f5471-f252-4fe5-b133-e7994282905c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3138 2024.10.04 16:12:28.257222 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
3139 2024.10.04 16:12:28.257321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3140 2024.10.04 16:12:28.257396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3141 2024.10.04 16:12:28.257407 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3142 2024.10.04 16:12:28.257422 [ 3 ] {} <Debug> HTTP-Session: 7d0bd03c-3d0c-4da7-8a30-a51ccb8457a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3143 2024.10.04 16:12:28.257453 [ 3 ] {} <Debug> HTTP-Session: 7d0bd03c-3d0c-4da7-8a30-a51ccb8457a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3144 2024.10.04 16:12:28.257463 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 991 rows starting from the beginning of the part
3145 2024.10.04 16:12:28.257472 [ 3 ] {} <Debug> HTTP-Session: 7d0bd03c-3d0c-4da7-8a30-a51ccb8457a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3146 2024.10.04 16:12:28.257515 [ 3 ] {} <Trace> HTTP-Session: 7d0bd03c-3d0c-4da7-8a30-a51ccb8457a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3147 2024.10.04 16:12:28.257757 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part
3148 2024.10.04 16:12:28.257774 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3149 2024.10.04 16:12:28.257884 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3150 2024.10.04 16:12:28.258056 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part
3151 2024.10.04 16:12:28.258441 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2494 rows starting from the beginning of the part
3152 2024.10.04 16:12:28.258731 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part
3153 2024.10.04 16:12:28.258979 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3154 2024.10.04 16:12:28.259003 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
3155 2024.10.04 16:12:28.259684 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3156 2024.10.04 16:12:28.259728 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3157 2024.10.04 16:12:28.260217 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3158 2024.10.04 16:12:28.260797 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2024.10.04 16:12:28.261051 [ 59 ] {} <Debug> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3160 2024.10.04 16:12:28.261063 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003382 sec., 295.68302779420463 rows/sec., 19.92 KiB/sec.
3161 2024.10.04 16:12:28.261147 [ 59 ] {} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3162 2024.10.04 16:12:28.261321 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3163 2024.10.04 16:12:28.261689 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Debug> DynamicQueryHandler: Done processing query
3164 2024.10.04 16:12:28.261791 [ 3 ] {57328b7c-9842-4135-b5ab-32328cb5079a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3165 2024.10.04 16:12:28.261903 [ 3 ] {} <Debug> HTTP-Session: 7d0bd03c-3d0c-4da7-8a30-a51ccb8457a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3166 2024.10.04 16:12:28.261940 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::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
3167 2024.10.04 16:12:28.262247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3168 2024.10.04 16:12:28.262292 [ 196 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4269 rows, containing 5 columns (5 merged, 0 gathered) in 0.005154859 sec., 828150.6826859862 rows/sec., 55.70 MiB/sec.
3169 2024.10.04 16:12:28.262414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3170 2024.10.04 16:12:28.262481 [ 3 ] {} <Debug> HTTP-Session: e39f7e71-953b-44b2-b217-ba612666b0be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3171 2024.10.04 16:12:28.262496 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3172 2024.10.04 16:12:28.262513 [ 3 ] {} <Debug> HTTP-Session: e39f7e71-953b-44b2-b217-ba612666b0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3173 2024.10.04 16:12:28.262560 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3174 2024.10.04 16:12:28.262562 [ 3 ] {} <Debug> HTTP-Session: e39f7e71-953b-44b2-b217-ba612666b0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3175 2024.10.04 16:12:28.262732 [ 3 ] {} <Trace> HTTP-Session: e39f7e71-953b-44b2-b217-ba612666b0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3176 2024.10.04 16:12:28.262916 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
3177 2024.10.04 16:12:28.262928 [ 196 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3178 2024.10.04 16:12:28.263359 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
3179 2024.10.04 16:12:28.263392 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3180 2024.10.04 16:12:28.263864 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3181 2024.10.04 16:12:28.264064 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3182 2024.10.04 16:12:28.264397 [ 193 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
3183 2024.10.04 16:12:28.265987 [ 196 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3184 2024.10.04 16:12:28.266331 [ 196 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3185 2024.10.04 16:12:28.266605 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
3186 2024.10.04 16:12:28.267995 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3187 2024.10.04 16:12:28.268635 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.007107718 sec., 703.4606606508587 rows/sec., 47.40 KiB/sec.
3188 2024.10.04 16:12:28.268981 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3189 2024.10.04 16:12:28.269731 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3190 2024.10.04 16:12:28.269823 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3191 2024.10.04 16:12:28.270140 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3192 2024.10.04 16:12:28.270337 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_5_1} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3193 2024.10.04 16:12:28.270496 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3194 2024.10.04 16:12:28.270856 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3195 2024.10.04 16:12:28.271296 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3196 2024.10.04 16:12:28.271481 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008429 sec., 949.1042828330762 rows/sec., 1.70 MiB/sec.
3197 2024.10.04 16:12:28.271736 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Debug> DynamicQueryHandler: Done processing query
3198 2024.10.04 16:12:28.271761 [ 3 ] {e1a65ab7-7ff2-45f7-ba5c-f9cf1e2b7a45} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3199 2024.10.04 16:12:28.271777 [ 3 ] {} <Debug> HTTP-Session: e39f7e71-953b-44b2-b217-ba612666b0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3200 2024.10.04 16:12:28.271903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3201 2024.10.04 16:12:28.271953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3202 2024.10.04 16:12:28.271973 [ 3 ] {} <Debug> HTTP-Session: fb20f771-2088-417b-8d42-dc1826722090 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3203 2024.10.04 16:12:28.271990 [ 3 ] {} <Debug> HTTP-Session: fb20f771-2088-417b-8d42-dc1826722090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3204 2024.10.04 16:12:28.272004 [ 3 ] {} <Debug> HTTP-Session: fb20f771-2088-417b-8d42-dc1826722090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3205 2024.10.04 16:12:28.272036 [ 3 ] {} <Trace> HTTP-Session: fb20f771-2088-417b-8d42-dc1826722090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3206 2024.10.04 16:12:28.272171 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3207 2024.10.04 16:12:28.272216 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3208 2024.10.04 16:12:28.272348 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3209 2024.10.04 16:12:28.272693 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3210 2024.10.04 16:12:28.272729 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3211 2024.10.04 16:12:28.273091 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3212 2024.10.04 16:12:28.273422 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3213 2024.10.04 16:12:28.273579 [ 59 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3214 2024.10.04 16:12:28.273587 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec.
3215 2024.10.04 16:12:28.273628 [ 59 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3216 2024.10.04 16:12:28.273694 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB.
3217 2024.10.04 16:12:28.273940 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
3218 2024.10.04 16:12:28.273975 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Debug> DynamicQueryHandler: Done processing query
3219 2024.10.04 16:12:28.274021 [ 3 ] {868e0519-c008-41dc-901e-20a1f939859c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3220 2024.10.04 16:12:28.274067 [ 3 ] {} <Debug> HTTP-Session: fb20f771-2088-417b-8d42-dc1826722090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3221 2024.10.04 16:12:28.274171 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3222 2024.10.04 16:12:28.274206 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 364 rows starting from the beginning of the part
3223 2024.10.04 16:12:28.274276 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
3224 2024.10.04 16:12:28.274487 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part
3225 2024.10.04 16:12:28.274622 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
3226 2024.10.04 16:12:28.274778 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
3227 2024.10.04 16:12:28.274976 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
3228 2024.10.04 16:12:28.276154 [ 199 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.002349515 sec., 275801.6016071402 rows/sec., 17.88 MiB/sec.
3229 2024.10.04 16:12:28.276464 [ 199 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3230 2024.10.04 16:12:28.277145 [ 199 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3231 2024.10.04 16:12:28.277227 [ 199 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_11_2} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3232 2024.10.04 16:12:28.277308 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3233 2024.10.04 16:12:33.222981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3234 2024.10.04 16:12:33.223118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3235 2024.10.04 16:12:33.223146 [ 3 ] {} <Debug> HTTP-Session: b9b7677c-b413-4ba8-bee7-c737a05f8c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3236 2024.10.04 16:12:33.223174 [ 3 ] {} <Debug> HTTP-Session: b9b7677c-b413-4ba8-bee7-c737a05f8c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3237 2024.10.04 16:12:33.223191 [ 3 ] {} <Debug> HTTP-Session: b9b7677c-b413-4ba8-bee7-c737a05f8c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3238 2024.10.04 16:12:33.223246 [ 3 ] {} <Trace> HTTP-Session: b9b7677c-b413-4ba8-bee7-c737a05f8c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3239 2024.10.04 16:12:33.223451 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3240 2024.10.04 16:12:33.223518 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3241 2024.10.04 16:12:33.223858 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3242 2024.10.04 16:12:33.224359 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3243 2024.10.04 16:12:33.224397 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3244 2024.10.04 16:12:33.224824 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3245 2024.10.04 16:12:33.225223 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3246 2024.10.04 16:12:33.225394 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Debug> executeQuery: Read 70 rows, 5.73 KiB in 0.001997 sec., 35052.57886830245 rows/sec., 2.80 MiB/sec.
3247 2024.10.04 16:12:33.225998 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Debug> DynamicQueryHandler: Done processing query
3248 2024.10.04 16:12:33.226024 [ 3 ] {7930ac69-955a-4e6c-b28a-b49d06cca5d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3249 2024.10.04 16:12:33.226041 [ 3 ] {} <Debug> HTTP-Session: b9b7677c-b413-4ba8-bee7-c737a05f8c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3250 2024.10.04 16:12:33.226212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3251 2024.10.04 16:12:33.226262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3252 2024.10.04 16:12:33.226281 [ 3 ] {} <Debug> HTTP-Session: 93d9ebd8-f448-47d7-b390-bc05104bd4ca Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3253 2024.10.04 16:12:33.226298 [ 3 ] {} <Debug> HTTP-Session: 93d9ebd8-f448-47d7-b390-bc05104bd4ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3254 2024.10.04 16:12:33.226312 [ 3 ] {} <Debug> HTTP-Session: 93d9ebd8-f448-47d7-b390-bc05104bd4ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3255 2024.10.04 16:12:33.226343 [ 3 ] {} <Trace> HTTP-Session: 93d9ebd8-f448-47d7-b390-bc05104bd4ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3256 2024.10.04 16:12:33.226441 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3257 2024.10.04 16:12:33.226486 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3258 2024.10.04 16:12:33.226754 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3259 2024.10.04 16:12:33.227089 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3260 2024.10.04 16:12:33.227125 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3261 2024.10.04 16:12:33.227472 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3262 2024.10.04 16:12:33.227875 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3263 2024.10.04 16:12:33.228012 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001586 sec., 4413.619167717528 rows/sec., 331.88 KiB/sec.
3264 2024.10.04 16:12:33.228565 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Debug> DynamicQueryHandler: Done processing query
3265 2024.10.04 16:12:33.228589 [ 3 ] {0a9f800b-d3f6-4fb7-b20a-57a85c0e6ba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3266 2024.10.04 16:12:33.228606 [ 3 ] {} <Debug> HTTP-Session: 93d9ebd8-f448-47d7-b390-bc05104bd4ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3267 2024.10.04 16:12:33.228746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3268 2024.10.04 16:12:33.228794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3269 2024.10.04 16:12:33.228814 [ 3 ] {} <Debug> HTTP-Session: 0c269f04-23cc-4a0a-9cfe-2a8c6fb8af24 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3270 2024.10.04 16:12:33.228830 [ 3 ] {} <Debug> HTTP-Session: 0c269f04-23cc-4a0a-9cfe-2a8c6fb8af24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3271 2024.10.04 16:12:33.228844 [ 3 ] {} <Debug> HTTP-Session: 0c269f04-23cc-4a0a-9cfe-2a8c6fb8af24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3272 2024.10.04 16:12:33.228876 [ 3 ] {} <Trace> HTTP-Session: 0c269f04-23cc-4a0a-9cfe-2a8c6fb8af24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3273 2024.10.04 16:12:33.228994 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3274 2024.10.04 16:12:33.229038 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3275 2024.10.04 16:12:33.229282 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3276 2024.10.04 16:12:33.229649 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3277 2024.10.04 16:12:33.229684 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3278 2024.10.04 16:12:33.230043 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3279 2024.10.04 16:12:33.230401 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2024.10.04 16:12:33.230539 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001576 sec., 45050.761421319796 rows/sec., 3.52 MiB/sec.
3281 2024.10.04 16:12:33.230843 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Debug> DynamicQueryHandler: Done processing query
3282 2024.10.04 16:12:33.230868 [ 3 ] {eabbadaa-0d8d-432b-a342-c88721345b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3283 2024.10.04 16:12:33.230884 [ 3 ] {} <Debug> HTTP-Session: 0c269f04-23cc-4a0a-9cfe-2a8c6fb8af24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3284 2024.10.04 16:12:33.231063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3285 2024.10.04 16:12:33.231112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3286 2024.10.04 16:12:33.231131 [ 3 ] {} <Debug> HTTP-Session: 698b0cb3-5fab-452b-9fdf-72bbb4988bc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3287 2024.10.04 16:12:33.231148 [ 3 ] {} <Debug> HTTP-Session: 698b0cb3-5fab-452b-9fdf-72bbb4988bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3288 2024.10.04 16:12:33.231162 [ 3 ] {} <Debug> HTTP-Session: 698b0cb3-5fab-452b-9fdf-72bbb4988bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3289 2024.10.04 16:12:33.231193 [ 3 ] {} <Trace> HTTP-Session: 698b0cb3-5fab-452b-9fdf-72bbb4988bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3290 2024.10.04 16:12:33.231335 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3291 2024.10.04 16:12:33.231383 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3292 2024.10.04 16:12:33.231553 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3293 2024.10.04 16:12:33.231950 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3294 2024.10.04 16:12:33.231984 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3295 2024.10.04 16:12:33.232369 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3296 2024.10.04 16:12:33.232705 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3297 2024.10.04 16:12:33.232838 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec.
3298 2024.10.04 16:12:33.233138 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Debug> DynamicQueryHandler: Done processing query
3299 2024.10.04 16:12:33.233163 [ 3 ] {4c20cd6e-8797-410d-9e6f-7d8ff9ca16d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3300 2024.10.04 16:12:33.233178 [ 3 ] {} <Debug> HTTP-Session: 698b0cb3-5fab-452b-9fdf-72bbb4988bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3301 2024.10.04 16:12:33.233305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 11759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3302 2024.10.04 16:12:33.233353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3303 2024.10.04 16:12:33.233372 [ 3 ] {} <Debug> HTTP-Session: f8a74222-bd6b-479d-a0d0-a1e2454c6854 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3304 2024.10.04 16:12:33.233389 [ 3 ] {} <Debug> HTTP-Session: f8a74222-bd6b-479d-a0d0-a1e2454c6854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3305 2024.10.04 16:12:33.233403 [ 3 ] {} <Debug> HTTP-Session: f8a74222-bd6b-479d-a0d0-a1e2454c6854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3306 2024.10.04 16:12:33.233433 [ 3 ] {} <Trace> HTTP-Session: f8a74222-bd6b-479d-a0d0-a1e2454c6854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3307 2024.10.04 16:12:33.233596 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3308 2024.10.04 16:12:33.233668 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3309 2024.10.04 16:12:33.234108 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3310 2024.10.04 16:12:33.234641 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3311 2024.10.04 16:12:33.234677 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3312 2024.10.04 16:12:33.235269 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3313 2024.10.04 16:12:33.235676 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3314 2024.10.04 16:12:33.235821 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002314 sec., 3025.064822817632 rows/sec., 5.42 MiB/sec.
3315 2024.10.04 16:12:33.236037 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Debug> DynamicQueryHandler: Done processing query
3316 2024.10.04 16:12:33.236062 [ 3 ] {5221b5f9-0884-4e53-a4f2-15f60757bcd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3317 2024.10.04 16:12:33.236078 [ 3 ] {} <Debug> HTTP-Session: f8a74222-bd6b-479d-a0d0-a1e2454c6854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3318 2024.10.04 16:12:33.236225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3319 2024.10.04 16:12:33.236275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3320 2024.10.04 16:12:33.236293 [ 3 ] {} <Debug> HTTP-Session: 96c07e86-3305-4c60-a1bd-f75874e3e56d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3321 2024.10.04 16:12:33.236310 [ 3 ] {} <Debug> HTTP-Session: 96c07e86-3305-4c60-a1bd-f75874e3e56d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3322 2024.10.04 16:12:33.236324 [ 3 ] {} <Debug> HTTP-Session: 96c07e86-3305-4c60-a1bd-f75874e3e56d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3323 2024.10.04 16:12:33.236355 [ 3 ] {} <Trace> HTTP-Session: 96c07e86-3305-4c60-a1bd-f75874e3e56d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3324 2024.10.04 16:12:33.236467 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3325 2024.10.04 16:12:33.236511 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3326 2024.10.04 16:12:33.236641 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3327 2024.10.04 16:12:33.236942 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3328 2024.10.04 16:12:33.236977 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3329 2024.10.04 16:12:33.237329 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3330 2024.10.04 16:12:33.237664 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3331 2024.10.04 16:12:33.237789 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec.
3332 2024.10.04 16:12:33.237954 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Debug> DynamicQueryHandler: Done processing query
3333 2024.10.04 16:12:33.237978 [ 3 ] {1674248b-9ee9-430d-8fa0-7f9ff9d89c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3334 2024.10.04 16:12:33.237994 [ 3 ] {} <Debug> HTTP-Session: 96c07e86-3305-4c60-a1bd-f75874e3e56d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3335 2024.10.04 16:12:37.709396 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 350
3336 2024.10.04 16:12:37.712266 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3337 2024.10.04 16:12:37.712315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3338 2024.10.04 16:12:37.713871 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3339 2024.10.04 16:12:37.714872 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3340 2024.10.04 16:12:37.715618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 350
3341 2024.10.04 16:12:38.217263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3342 2024.10.04 16:12:38.217380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3343 2024.10.04 16:12:38.217408 [ 3 ] {} <Debug> HTTP-Session: 572777bd-427b-4f29-80ba-a9a13382cab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3344 2024.10.04 16:12:38.217436 [ 3 ] {} <Debug> HTTP-Session: 572777bd-427b-4f29-80ba-a9a13382cab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3345 2024.10.04 16:12:38.217455 [ 3 ] {} <Debug> HTTP-Session: 572777bd-427b-4f29-80ba-a9a13382cab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3346 2024.10.04 16:12:38.217513 [ 3 ] {} <Trace> HTTP-Session: 572777bd-427b-4f29-80ba-a9a13382cab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3347 2024.10.04 16:12:38.217799 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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)
3348 2024.10.04 16:12:38.218301 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3349 2024.10.04 16:12:38.218364 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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
3350 2024.10.04 16:12:38.218760 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3351 2024.10.04 16:12:38.218843 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3352 2024.10.04 16:12:38.219026 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3353 2024.10.04 16:12:38.219223 [ 262 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3354 2024.10.04 16:12:38.219223 [ 255 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3355 2024.10.04 16:12:38.219290 [ 261 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3356 2024.10.04 16:12:38.219324 [ 256 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3357 2024.10.04 16:12:38.219512 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
3358 2024.10.04 16:12:38.219544 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
3359 2024.10.04 16:12:38.219688 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3360 2024.10.04 16:12:38.219712 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 40 rows with 4 streams
3361 2024.10.04 16:12:38.219760 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
3362 2024.10.04 16:12:38.219811 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
3363 2024.10.04 16:12:38.219859 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
3364 2024.10.04 16:12:38.219900 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))"
3365 2024.10.04 16:12:38.222365 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004711 sec., 8490.766291657823 rows/sec., 323.79 KiB/sec.
3366 2024.10.04 16:12:38.223016 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> DynamicQueryHandler: Done processing query
3367 2024.10.04 16:12:38.223067 [ 3 ] {78fc3d53-f17e-44a3-b17f-f5ee622ff0cc} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB.
3368 2024.10.04 16:12:38.223101 [ 3 ] {} <Debug> HTTP-Session: 572777bd-427b-4f29-80ba-a9a13382cab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3369 2024.10.04 16:12:38.236363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3370 2024.10.04 16:12:38.236415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3371 2024.10.04 16:12:38.236434 [ 3 ] {} <Debug> HTTP-Session: 83079491-a5ab-4cc6-a679-05c93359251f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3372 2024.10.04 16:12:38.236452 [ 3 ] {} <Debug> HTTP-Session: 83079491-a5ab-4cc6-a679-05c93359251f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3373 2024.10.04 16:12:38.236467 [ 3 ] {} <Debug> HTTP-Session: 83079491-a5ab-4cc6-a679-05c93359251f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3374 2024.10.04 16:12:38.236500 [ 3 ] {} <Trace> HTTP-Session: 83079491-a5ab-4cc6-a679-05c93359251f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2024.10.04 16:12:38.236616 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3376 2024.10.04 16:12:38.236663 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3377 2024.10.04 16:12:38.236837 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3378 2024.10.04 16:12:38.237187 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3379 2024.10.04 16:12:38.237224 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3380 2024.10.04 16:12:38.237741 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3381 2024.10.04 16:12:38.238065 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3382 2024.10.04 16:12:38.238247 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001654 sec., 604.5949214026601 rows/sec., 136.98 KiB/sec.
3383 2024.10.04 16:12:38.238465 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Debug> DynamicQueryHandler: Done processing query
3384 2024.10.04 16:12:38.238490 [ 3 ] {6b356a8c-c000-4d3e-bb54-6ce507a287ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3385 2024.10.04 16:12:38.238506 [ 3 ] {} <Debug> HTTP-Session: 83079491-a5ab-4cc6-a679-05c93359251f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3386 2024.10.04 16:12:38.238618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3387 2024.10.04 16:12:38.238667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3388 2024.10.04 16:12:38.238686 [ 3 ] {} <Debug> HTTP-Session: 97054dc3-26c2-4347-b5e0-1b0ed6d55525 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3389 2024.10.04 16:12:38.238704 [ 3 ] {} <Debug> HTTP-Session: 97054dc3-26c2-4347-b5e0-1b0ed6d55525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3390 2024.10.04 16:12:38.238718 [ 3 ] {} <Debug> HTTP-Session: 97054dc3-26c2-4347-b5e0-1b0ed6d55525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3391 2024.10.04 16:12:38.238750 [ 3 ] {} <Trace> HTTP-Session: 97054dc3-26c2-4347-b5e0-1b0ed6d55525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3392 2024.10.04 16:12:38.238847 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3393 2024.10.04 16:12:38.238892 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3394 2024.10.04 16:12:38.239133 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3395 2024.10.04 16:12:38.239469 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3396 2024.10.04 16:12:38.239505 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3397 2024.10.04 16:12:38.239859 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3398 2024.10.04 16:12:38.240224 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3399 2024.10.04 16:12:38.240383 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 315.45 KiB/sec.
3400 2024.10.04 16:12:38.240684 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Debug> DynamicQueryHandler: Done processing query
3401 2024.10.04 16:12:38.240709 [ 3 ] {26d20bf6-4b5e-4279-9d20-15e4eaca8a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3402 2024.10.04 16:12:38.240726 [ 3 ] {} <Debug> HTTP-Session: 97054dc3-26c2-4347-b5e0-1b0ed6d55525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3403 2024.10.04 16:12:38.240898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3404 2024.10.04 16:12:38.240946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3405 2024.10.04 16:12:38.240966 [ 3 ] {} <Debug> HTTP-Session: 1bb7e5fc-7e12-452c-ac07-73634c72836c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3406 2024.10.04 16:12:38.240983 [ 3 ] {} <Debug> HTTP-Session: 1bb7e5fc-7e12-452c-ac07-73634c72836c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3407 2024.10.04 16:12:38.240998 [ 3 ] {} <Debug> HTTP-Session: 1bb7e5fc-7e12-452c-ac07-73634c72836c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3408 2024.10.04 16:12:38.241029 [ 3 ] {} <Trace> HTTP-Session: 1bb7e5fc-7e12-452c-ac07-73634c72836c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3409 2024.10.04 16:12:38.241185 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3410 2024.10.04 16:12:38.241229 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3411 2024.10.04 16:12:38.241479 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3412 2024.10.04 16:12:38.241938 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3413 2024.10.04 16:12:38.241975 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3414 2024.10.04 16:12:38.242349 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3415 2024.10.04 16:12:38.242721 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3416 2024.10.04 16:12:38.242891 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Debug> executeQuery: Read 208 rows, 18.71 KiB in 0.00177 sec., 117514.12429378531 rows/sec., 10.32 MiB/sec.
3417 2024.10.04 16:12:38.243124 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Debug> DynamicQueryHandler: Done processing query
3418 2024.10.04 16:12:38.243148 [ 3 ] {c91b5879-ed7b-4db1-842f-d4b108a5f765} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3419 2024.10.04 16:12:38.243165 [ 3 ] {} <Debug> HTTP-Session: 1bb7e5fc-7e12-452c-ac07-73634c72836c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3420 2024.10.04 16:12:38.243368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 2039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3421 2024.10.04 16:12:38.243416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3422 2024.10.04 16:12:38.243435 [ 3 ] {} <Debug> HTTP-Session: 35153514-984c-4af0-a14f-8c54ffe12fdf Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3423 2024.10.04 16:12:38.243453 [ 3 ] {} <Debug> HTTP-Session: 35153514-984c-4af0-a14f-8c54ffe12fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3424 2024.10.04 16:12:38.243467 [ 3 ] {} <Debug> HTTP-Session: 35153514-984c-4af0-a14f-8c54ffe12fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3425 2024.10.04 16:12:38.243498 [ 3 ] {} <Trace> HTTP-Session: 35153514-984c-4af0-a14f-8c54ffe12fdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2024.10.04 16:12:38.243596 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3427 2024.10.04 16:12:38.243638 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3428 2024.10.04 16:12:38.243863 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3429 2024.10.04 16:12:38.244194 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2024.10.04 16:12:38.244230 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3431 2024.10.04 16:12:38.244576 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3432 2024.10.04 16:12:38.244935 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2024.10.04 16:12:38.245096 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001525 sec., 9180.327868852459 rows/sec., 669.19 KiB/sec.
3434 2024.10.04 16:12:38.245274 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Debug> DynamicQueryHandler: Done processing query
3435 2024.10.04 16:12:38.245300 [ 3 ] {f5528d28-e462-4e93-ab16-d61bf3f43424} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3436 2024.10.04 16:12:38.245316 [ 3 ] {} <Debug> HTTP-Session: 35153514-984c-4af0-a14f-8c54ffe12fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3437 2024.10.04 16:12:38.245423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3438 2024.10.04 16:12:38.245470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3439 2024.10.04 16:12:38.245490 [ 3 ] {} <Debug> HTTP-Session: 480dfdd5-7166-4e1f-8b6b-cdf57440e19d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3440 2024.10.04 16:12:38.245506 [ 3 ] {} <Debug> HTTP-Session: 480dfdd5-7166-4e1f-8b6b-cdf57440e19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3441 2024.10.04 16:12:38.245521 [ 3 ] {} <Debug> HTTP-Session: 480dfdd5-7166-4e1f-8b6b-cdf57440e19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3442 2024.10.04 16:12:38.245552 [ 3 ] {} <Trace> HTTP-Session: 480dfdd5-7166-4e1f-8b6b-cdf57440e19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3443 2024.10.04 16:12:38.245652 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3444 2024.10.04 16:12:38.245695 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3445 2024.10.04 16:12:38.245919 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3446 2024.10.04 16:12:38.246230 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3447 2024.10.04 16:12:38.246266 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3448 2024.10.04 16:12:38.246618 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3449 2024.10.04 16:12:38.246984 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3450 2024.10.04 16:12:38.247141 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec.
3451 2024.10.04 16:12:38.247319 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Debug> DynamicQueryHandler: Done processing query
3452 2024.10.04 16:12:38.247343 [ 3 ] {d5f161ac-a28d-4ae9-8272-395a7db7d126} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3453 2024.10.04 16:12:38.247359 [ 3 ] {} <Debug> HTTP-Session: 480dfdd5-7166-4e1f-8b6b-cdf57440e19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3454 2024.10.04 16:12:38.247467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3455 2024.10.04 16:12:38.247515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3456 2024.10.04 16:12:38.247535 [ 3 ] {} <Debug> HTTP-Session: e806a93a-3336-4c39-9d03-26da5f0bc414 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3457 2024.10.04 16:12:38.247552 [ 3 ] {} <Debug> HTTP-Session: e806a93a-3336-4c39-9d03-26da5f0bc414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3458 2024.10.04 16:12:38.247566 [ 3 ] {} <Debug> HTTP-Session: e806a93a-3336-4c39-9d03-26da5f0bc414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3459 2024.10.04 16:12:38.247598 [ 3 ] {} <Trace> HTTP-Session: e806a93a-3336-4c39-9d03-26da5f0bc414 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3460 2024.10.04 16:12:38.247695 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3461 2024.10.04 16:12:38.247737 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3462 2024.10.04 16:12:38.247961 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3463 2024.10.04 16:12:38.248275 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3464 2024.10.04 16:12:38.248310 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3465 2024.10.04 16:12:38.248659 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3466 2024.10.04 16:12:38.249018 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3467 2024.10.04 16:12:38.249191 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 235.39 KiB/sec.
3468 2024.10.04 16:12:38.249508 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Debug> DynamicQueryHandler: Done processing query
3469 2024.10.04 16:12:38.249533 [ 3 ] {5b01ff14-a871-4ca5-aca4-1c954deb6670} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3470 2024.10.04 16:12:38.249550 [ 3 ] {} <Debug> HTTP-Session: e806a93a-3336-4c39-9d03-26da5f0bc414 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3471 2024.10.04 16:12:38.249702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 64200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3472 2024.10.04 16:12:38.249750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3473 2024.10.04 16:12:38.249769 [ 3 ] {} <Debug> HTTP-Session: b6463644-9f38-42ab-a5f4-bfbbc346eba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3474 2024.10.04 16:12:38.249785 [ 3 ] {} <Debug> HTTP-Session: b6463644-9f38-42ab-a5f4-bfbbc346eba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3475 2024.10.04 16:12:38.249799 [ 3 ] {} <Debug> HTTP-Session: b6463644-9f38-42ab-a5f4-bfbbc346eba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3476 2024.10.04 16:12:38.249831 [ 3 ] {} <Trace> HTTP-Session: b6463644-9f38-42ab-a5f4-bfbbc346eba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3477 2024.10.04 16:12:38.250061 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3478 2024.10.04 16:12:38.250106 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3479 2024.10.04 16:12:38.250357 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3480 2024.10.04 16:12:38.250922 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3481 2024.10.04 16:12:38.250959 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3482 2024.10.04 16:12:38.251334 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3483 2024.10.04 16:12:38.251695 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3484 2024.10.04 16:12:38.251852 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Debug> executeQuery: Read 396 rows, 28.81 KiB in 0.001922 sec., 206035.3798126951 rows/sec., 14.64 MiB/sec.
3485 2024.10.04 16:12:38.252027 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Debug> DynamicQueryHandler: Done processing query
3486 2024.10.04 16:12:38.252052 [ 3 ] {2add1eda-0c70-4747-abf6-92096b54b04a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3487 2024.10.04 16:12:38.252068 [ 3 ] {} <Debug> HTTP-Session: b6463644-9f38-42ab-a5f4-bfbbc346eba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3488 2024.10.04 16:12:38.252197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3489 2024.10.04 16:12:38.252244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3490 2024.10.04 16:12:38.252264 [ 3 ] {} <Debug> HTTP-Session: 2243f449-6fd3-46f9-b5f3-714c8106fda1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3491 2024.10.04 16:12:38.252280 [ 3 ] {} <Debug> HTTP-Session: 2243f449-6fd3-46f9-b5f3-714c8106fda1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3492 2024.10.04 16:12:38.252294 [ 3 ] {} <Debug> HTTP-Session: 2243f449-6fd3-46f9-b5f3-714c8106fda1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3493 2024.10.04 16:12:38.252326 [ 3 ] {} <Trace> HTTP-Session: 2243f449-6fd3-46f9-b5f3-714c8106fda1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3494 2024.10.04 16:12:38.252424 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3495 2024.10.04 16:12:38.252469 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3496 2024.10.04 16:12:38.252599 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3497 2024.10.04 16:12:38.252872 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3498 2024.10.04 16:12:38.252908 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3499 2024.10.04 16:12:38.253260 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3500 2024.10.04 16:12:38.253591 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3501 2024.10.04 16:12:38.253742 [ 43 ] {} <Debug> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3502 2024.10.04 16:12:38.253752 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec.
3503 2024.10.04 16:12:38.253812 [ 43 ] {} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3504 2024.10.04 16:12:38.253876 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3505 2024.10.04 16:12:38.254057 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Debug> DynamicQueryHandler: Done processing query
3506 2024.10.04 16:12:38.254064 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3507 2024.10.04 16:12:38.254101 [ 3 ] {97096654-3407-46fb-b971-ab910f4226d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3508 2024.10.04 16:12:38.254151 [ 3 ] {} <Debug> HTTP-Session: 2243f449-6fd3-46f9-b5f3-714c8106fda1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3509 2024.10.04 16:12:38.254269 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3510 2024.10.04 16:12:38.254315 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3511 2024.10.04 16:12:38.254391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 45229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3512 2024.10.04 16:12:38.254551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3513 2024.10.04 16:12:38.254562 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3514 2024.10.04 16:12:38.254606 [ 3 ] {} <Debug> HTTP-Session: f3023bf8-ad64-4b60-82f5-0136cd756c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3515 2024.10.04 16:12:38.254668 [ 3 ] {} <Debug> HTTP-Session: f3023bf8-ad64-4b60-82f5-0136cd756c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3516 2024.10.04 16:12:38.254734 [ 3 ] {} <Debug> HTTP-Session: f3023bf8-ad64-4b60-82f5-0136cd756c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3517 2024.10.04 16:12:38.254849 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3518 2024.10.04 16:12:38.254874 [ 3 ] {} <Trace> HTTP-Session: f3023bf8-ad64-4b60-82f5-0136cd756c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3519 2024.10.04 16:12:38.255123 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3520 2024.10.04 16:12:38.255310 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3521 2024.10.04 16:12:38.255335 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3522 2024.10.04 16:12:38.255548 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3523 2024.10.04 16:12:38.255615 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
3524 2024.10.04 16:12:38.256430 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3525 2024.10.04 16:12:38.257510 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3526 2024.10.04 16:12:38.257571 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3527 2024.10.04 16:12:38.258350 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004375964 sec., 8226.758721049806 rows/sec., 429.82 KiB/sec.
3528 2024.10.04 16:12:38.258542 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3529 2024.10.04 16:12:38.258643 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3530 2024.10.04 16:12:38.259533 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_6_1} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3531 2024.10.04 16:12:38.259643 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3532 2024.10.04 16:12:38.259712 [ 199 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_6_1} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3533 2024.10.04 16:12:38.259921 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3534 2024.10.04 16:12:38.259995 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.004888 sec., 49099.836333878884 rows/sec., 3.29 MiB/sec.
3535 2024.10.04 16:12:38.260264 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Debug> DynamicQueryHandler: Done processing query
3536 2024.10.04 16:12:38.260289 [ 3 ] {7cc0ec0e-8e5a-4828-8d19-4f391adddf15} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3537 2024.10.04 16:12:38.260306 [ 3 ] {} <Debug> HTTP-Session: f3023bf8-ad64-4b60-82f5-0136cd756c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3538 2024.10.04 16:12:38.260469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3539 2024.10.04 16:12:38.260518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3540 2024.10.04 16:12:38.260537 [ 3 ] {} <Debug> HTTP-Session: 3bffe99b-58bf-4043-94d1-245ef74a62ab Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3541 2024.10.04 16:12:38.260554 [ 3 ] {} <Debug> HTTP-Session: 3bffe99b-58bf-4043-94d1-245ef74a62ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3542 2024.10.04 16:12:38.260568 [ 3 ] {} <Debug> HTTP-Session: 3bffe99b-58bf-4043-94d1-245ef74a62ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3543 2024.10.04 16:12:38.260599 [ 3 ] {} <Trace> HTTP-Session: 3bffe99b-58bf-4043-94d1-245ef74a62ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3544 2024.10.04 16:12:38.260696 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3545 2024.10.04 16:12:38.260744 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3546 2024.10.04 16:12:38.260883 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3547 2024.10.04 16:12:38.261152 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3548 2024.10.04 16:12:38.261188 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3549 2024.10.04 16:12:38.261540 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3550 2024.10.04 16:12:38.261866 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3551 2024.10.04 16:12:38.262022 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec.
3552 2024.10.04 16:12:38.262339 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Debug> DynamicQueryHandler: Done processing query
3553 2024.10.04 16:12:38.262363 [ 3 ] {7495992d-6630-4e47-a43b-0deeb353f205} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3554 2024.10.04 16:12:38.262379 [ 3 ] {} <Debug> HTTP-Session: 3bffe99b-58bf-4043-94d1-245ef74a62ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3555 2024.10.04 16:12:38.262493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3556 2024.10.04 16:12:38.262541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3557 2024.10.04 16:12:38.262560 [ 3 ] {} <Debug> HTTP-Session: 3fd34db9-05d5-405f-b58b-858f51f55ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3558 2024.10.04 16:12:38.262577 [ 3 ] {} <Debug> HTTP-Session: 3fd34db9-05d5-405f-b58b-858f51f55ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3559 2024.10.04 16:12:38.262591 [ 3 ] {} <Debug> HTTP-Session: 3fd34db9-05d5-405f-b58b-858f51f55ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3560 2024.10.04 16:12:38.262622 [ 3 ] {} <Trace> HTTP-Session: 3fd34db9-05d5-405f-b58b-858f51f55ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3561 2024.10.04 16:12:38.262821 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3562 2024.10.04 16:12:38.262892 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3563 2024.10.04 16:12:38.263348 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3564 2024.10.04 16:12:38.263875 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3565 2024.10.04 16:12:38.263910 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3566 2024.10.04 16:12:38.264531 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3567 2024.10.04 16:12:38.264959 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3568 2024.10.04 16:12:38.265145 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002443 sec., 3274.6623004502662 rows/sec., 5.87 MiB/sec.
3569 2024.10.04 16:12:38.265369 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Debug> DynamicQueryHandler: Done processing query
3570 2024.10.04 16:12:38.265392 [ 3 ] {d5a425b7-1341-4748-8bee-c2e3b923971d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3571 2024.10.04 16:12:38.265409 [ 3 ] {} <Debug> HTTP-Session: 3fd34db9-05d5-405f-b58b-858f51f55ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3572 2024.10.04 16:12:38.265540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3573 2024.10.04 16:12:38.265588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3574 2024.10.04 16:12:38.265607 [ 3 ] {} <Debug> HTTP-Session: 42e09b98-1285-41d1-a7b5-ba0ffd00b291 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3575 2024.10.04 16:12:38.265624 [ 3 ] {} <Debug> HTTP-Session: 42e09b98-1285-41d1-a7b5-ba0ffd00b291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3576 2024.10.04 16:12:38.265638 [ 3 ] {} <Debug> HTTP-Session: 42e09b98-1285-41d1-a7b5-ba0ffd00b291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3577 2024.10.04 16:12:38.265670 [ 3 ] {} <Trace> HTTP-Session: 42e09b98-1285-41d1-a7b5-ba0ffd00b291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3578 2024.10.04 16:12:38.265793 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3579 2024.10.04 16:12:38.265838 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3580 2024.10.04 16:12:38.265969 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3581 2024.10.04 16:12:38.266291 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3582 2024.10.04 16:12:38.266328 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3583 2024.10.04 16:12:38.266689 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3584 2024.10.04 16:12:38.267026 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3585 2024.10.04 16:12:38.267182 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec.
3586 2024.10.04 16:12:38.267350 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Debug> DynamicQueryHandler: Done processing query
3587 2024.10.04 16:12:38.267374 [ 3 ] {60aa93ad-1942-4c11-b5a3-4d8815b0bfad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3588 2024.10.04 16:12:38.267390 [ 3 ] {} <Debug> HTTP-Session: 42e09b98-1285-41d1-a7b5-ba0ffd00b291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3589 2024.10.04 16:12:39.000138 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.67 MiB, peak 154.83 MiB, free memory in arenas 0.00 B, will set to 145.64 MiB (RSS), difference: -1.03 MiB
3590 2024.10.04 16:12:42.613299 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
3591 2024.10.04 16:12:42.613360 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
3592 2024.10.04 16:12:43.218896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3593 2024.10.04 16:12:43.219023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3594 2024.10.04 16:12:43.219051 [ 3 ] {} <Debug> HTTP-Session: 75e739e6-3095-40a5-b9b8-d73c15481d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3595 2024.10.04 16:12:43.219080 [ 3 ] {} <Debug> HTTP-Session: 75e739e6-3095-40a5-b9b8-d73c15481d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3596 2024.10.04 16:12:43.219098 [ 3 ] {} <Debug> HTTP-Session: 75e739e6-3095-40a5-b9b8-d73c15481d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3597 2024.10.04 16:12:43.219157 [ 3 ] {} <Trace> HTTP-Session: 75e739e6-3095-40a5-b9b8-d73c15481d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3598 2024.10.04 16:12:43.219446 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
3599 2024.10.04 16:12:43.219901 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3600 2024.10.04 16:12:43.219954 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
3601 2024.10.04 16:12:43.220339 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3602 2024.10.04 16:12:43.220421 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3603 2024.10.04 16:12:43.220601 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
3604 2024.10.04 16:12:43.220824 [ 259 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3605 2024.10.04 16:12:43.220830 [ 255 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3606 2024.10.04 16:12:43.220961 [ 262 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
3607 2024.10.04 16:12:43.220993 [ 252 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
3608 2024.10.04 16:12:43.221054 [ 261 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3609 2024.10.04 16:12:43.221268 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (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
3610 2024.10.04 16:12:43.221303 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Spreading mark ranges among streams (default reading)
3611 2024.10.04 16:12:43.221449 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3612 2024.10.04 16:12:43.221474 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (SelectExecutor): Reading approx. 40 rows with 4 streams
3613 2024.10.04 16:12:43.221518 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
3614 2024.10.04 16:12:43.221568 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
3615 2024.10.04 16:12:43.221611 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
3616 2024.10.04 16:12:43.221649 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
3617 2024.10.04 16:12:43.223824 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004511 sec., 8867.213478164485 rows/sec., 338.15 KiB/sec.
3618 2024.10.04 16:12:43.224520 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> DynamicQueryHandler: Done processing query
3619 2024.10.04 16:12:43.224570 [ 3 ] {a205877b-d21e-4845-ac14-4dfb11410212} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB.
3620 2024.10.04 16:12:43.224603 [ 3 ] {} <Debug> HTTP-Session: 75e739e6-3095-40a5-b9b8-d73c15481d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3621 2024.10.04 16:12:43.229762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3622 2024.10.04 16:12:43.229812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3623 2024.10.04 16:12:43.229831 [ 3 ] {} <Debug> HTTP-Session: aecb67f5-e38a-4f2b-87c8-42c33acaf32e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3624 2024.10.04 16:12:43.229849 [ 3 ] {} <Debug> HTTP-Session: aecb67f5-e38a-4f2b-87c8-42c33acaf32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3625 2024.10.04 16:12:43.229863 [ 3 ] {} <Debug> HTTP-Session: aecb67f5-e38a-4f2b-87c8-42c33acaf32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3626 2024.10.04 16:12:43.229895 [ 3 ] {} <Trace> HTTP-Session: aecb67f5-e38a-4f2b-87c8-42c33acaf32e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3627 2024.10.04 16:12:43.230007 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete)
3628 2024.10.04 16:12:43.230053 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3629 2024.10.04 16:12:43.230228 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3630 2024.10.04 16:12:43.230585 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.10.04 16:12:43.230622 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3632 2024.10.04 16:12:43.231119 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3633 2024.10.04 16:12:43.231440 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2024.10.04 16:12:43.231607 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001627 sec., 614.6281499692686 rows/sec., 63.62 KiB/sec.
3635 2024.10.04 16:12:43.231620 [ 35 ] {} <Debug> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3636 2024.10.04 16:12:43.231715 [ 35 ] {} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3637 2024.10.04 16:12:43.231773 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3638 2024.10.04 16:12:43.231953 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Debug> DynamicQueryHandler: Done processing query
3639 2024.10.04 16:12:43.232029 [ 3 ] {21848cc8-3a29-404c-9ee8-a3665ee37ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3640 2024.10.04 16:12:43.232099 [ 3 ] {} <Debug> HTTP-Session: aecb67f5-e38a-4f2b-87c8-42c33acaf32e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3641 2024.10.04 16:12:43.232164 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::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
3642 2024.10.04 16:12:43.232312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3643 2024.10.04 16:12:43.232431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3644 2024.10.04 16:12:43.232492 [ 3 ] {} <Debug> HTTP-Session: 524f9936-c368-4d74-a80e-3acee1f48b92 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3645 2024.10.04 16:12:43.232545 [ 3 ] {} <Debug> HTTP-Session: 524f9936-c368-4d74-a80e-3acee1f48b92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3646 2024.10.04 16:12:43.232593 [ 3 ] {} <Debug> HTTP-Session: 524f9936-c368-4d74-a80e-3acee1f48b92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3647 2024.10.04 16:12:43.232679 [ 3 ] {} <Trace> HTTP-Session: 524f9936-c368-4d74-a80e-3acee1f48b92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3648 2024.10.04 16:12:43.232941 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3649 2024.10.04 16:12:43.232959 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3650 2024.10.04 16:12:43.233022 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3651 2024.10.04 16:12:43.233042 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
3652 2024.10.04 16:12:43.233381 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
3653 2024.10.04 16:12:43.233688 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part
3654 2024.10.04 16:12:43.233995 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::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
3655 2024.10.04 16:12:43.234128 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3656 2024.10.04 16:12:43.234274 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::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
3657 2024.10.04 16:12:43.234564 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::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
3658 2024.10.04 16:12:43.235391 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2024.10.04 16:12:43.235457 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3660 2024.10.04 16:12:43.236464 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3661 2024.10.04 16:12:43.237713 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3662 2024.10.04 16:12:43.238199 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00537 sec., 372.43947858473 rows/sec., 30.37 KiB/sec.
3663 2024.10.04 16:12:43.238603 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Debug> DynamicQueryHandler: Done processing query
3664 2024.10.04 16:12:43.238655 [ 3 ] {74ef02cb-c837-4eab-b0ad-a278b57b400c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3665 2024.10.04 16:12:43.238705 [ 3 ] {} <Debug> HTTP-Session: 524f9936-c368-4d74-a80e-3acee1f48b92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3666 2024.10.04 16:12:43.239020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3667 2024.10.04 16:12:43.239141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3668 2024.10.04 16:12:43.239199 [ 3 ] {} <Debug> HTTP-Session: bdb00193-a34b-4017-897a-acbdb75cc2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3669 2024.10.04 16:12:43.239262 [ 3 ] {} <Debug> HTTP-Session: bdb00193-a34b-4017-897a-acbdb75cc2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3670 2024.10.04 16:12:43.239306 [ 3 ] {} <Debug> HTTP-Session: bdb00193-a34b-4017-897a-acbdb75cc2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3671 2024.10.04 16:12:43.239401 [ 3 ] {} <Trace> HTTP-Session: bdb00193-a34b-4017-897a-acbdb75cc2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3672 2024.10.04 16:12:43.239742 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3673 2024.10.04 16:12:43.239868 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3674 2024.10.04 16:12:43.241065 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3675 2024.10.04 16:12:43.242393 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3676 2024.10.04 16:12:43.242473 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3677 2024.10.04 16:12:43.243660 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3678 2024.10.04 16:12:43.243727 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.011852279 sec., 3543.6222856380614 rows/sec., 562.51 KiB/sec.
3679 2024.10.04 16:12:43.243954 [ 198 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3680 2024.10.04 16:12:43.244618 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3681 2024.10.04 16:12:43.245104 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Debug> executeQuery: Read 76 rows, 6.28 KiB in 0.005496 sec., 13828.238719068413 rows/sec., 1.12 MiB/sec.
3682 2024.10.04 16:12:43.245670 [ 194 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3683 2024.10.04 16:12:43.245693 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Debug> DynamicQueryHandler: Done processing query
3684 2024.10.04 16:12:43.245750 [ 3 ] {4dd477e3-b8fc-4741-8e96-6ba8e287a87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3685 2024.10.04 16:12:43.245803 [ 3 ] {} <Debug> HTTP-Session: bdb00193-a34b-4017-897a-acbdb75cc2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3686 2024.10.04 16:12:43.245871 [ 194 ] {f2d8cc86-2209-4347-b6c9-a4a29ee2b940::all_1_6_1} <Trace> oximeter.timeseries_schema (f2d8cc86-2209-4347-b6c9-a4a29ee2b940) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3687 2024.10.04 16:12:43.245991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3688 2024.10.04 16:12:43.246011 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
3689 2024.10.04 16:12:43.246067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3690 2024.10.04 16:12:43.246092 [ 3 ] {} <Debug> HTTP-Session: 50cb9b9a-0eb7-4ab7-8e9c-aeef6db0c400 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3691 2024.10.04 16:12:43.246109 [ 3 ] {} <Debug> HTTP-Session: 50cb9b9a-0eb7-4ab7-8e9c-aeef6db0c400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3692 2024.10.04 16:12:43.246123 [ 3 ] {} <Debug> HTTP-Session: 50cb9b9a-0eb7-4ab7-8e9c-aeef6db0c400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3693 2024.10.04 16:12:43.246158 [ 3 ] {} <Trace> HTTP-Session: 50cb9b9a-0eb7-4ab7-8e9c-aeef6db0c400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3694 2024.10.04 16:12:43.246266 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3695 2024.10.04 16:12:43.246310 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3696 2024.10.04 16:12:43.246560 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3697 2024.10.04 16:12:43.246895 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3698 2024.10.04 16:12:43.246932 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3699 2024.10.04 16:12:43.247284 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3700 2024.10.04 16:12:43.247678 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3701 2024.10.04 16:12:43.247853 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001616 sec., 6806.9306930693065 rows/sec., 505.20 KiB/sec.
3702 2024.10.04 16:12:43.248027 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Debug> DynamicQueryHandler: Done processing query
3703 2024.10.04 16:12:43.248050 [ 3 ] {70397a54-1470-4352-b4e4-69b0ea5236d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3704 2024.10.04 16:12:43.248066 [ 3 ] {} <Debug> HTTP-Session: 50cb9b9a-0eb7-4ab7-8e9c-aeef6db0c400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3705 2024.10.04 16:12:43.248183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3706 2024.10.04 16:12:43.248231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3707 2024.10.04 16:12:43.248250 [ 3 ] {} <Debug> HTTP-Session: d54bdca4-2f9c-4ea5-806d-8ce9e905c0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3708 2024.10.04 16:12:43.248266 [ 3 ] {} <Debug> HTTP-Session: d54bdca4-2f9c-4ea5-806d-8ce9e905c0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3709 2024.10.04 16:12:43.248280 [ 3 ] {} <Debug> HTTP-Session: d54bdca4-2f9c-4ea5-806d-8ce9e905c0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3710 2024.10.04 16:12:43.248311 [ 3 ] {} <Trace> HTTP-Session: d54bdca4-2f9c-4ea5-806d-8ce9e905c0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3711 2024.10.04 16:12:43.248405 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3712 2024.10.04 16:12:43.248447 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3713 2024.10.04 16:12:43.248673 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3714 2024.10.04 16:12:43.249006 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2024.10.04 16:12:43.249042 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3716 2024.10.04 16:12:43.249387 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3717 2024.10.04 16:12:43.249753 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2024.10.04 16:12:43.249916 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 43.57 KiB/sec.
3719 2024.10.04 16:12:43.250228 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Debug> DynamicQueryHandler: Done processing query
3720 2024.10.04 16:12:43.250254 [ 3 ] {84703aa7-0ad6-48b3-adbb-dfc5a6f6ba29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3721 2024.10.04 16:12:43.250270 [ 3 ] {} <Debug> HTTP-Session: d54bdca4-2f9c-4ea5-806d-8ce9e905c0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3722 2024.10.04 16:12:43.250400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 13273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3723 2024.10.04 16:12:43.250448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3724 2024.10.04 16:12:43.250467 [ 3 ] {} <Debug> HTTP-Session: 9211d883-7405-4be1-a0a2-75dcb8bee2e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3725 2024.10.04 16:12:43.250484 [ 3 ] {} <Debug> HTTP-Session: 9211d883-7405-4be1-a0a2-75dcb8bee2e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3726 2024.10.04 16:12:43.250497 [ 3 ] {} <Debug> HTTP-Session: 9211d883-7405-4be1-a0a2-75dcb8bee2e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3727 2024.10.04 16:12:43.250528 [ 3 ] {} <Trace> HTTP-Session: 9211d883-7405-4be1-a0a2-75dcb8bee2e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3728 2024.10.04 16:12:43.250747 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3729 2024.10.04 16:12:43.250791 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3730 2024.10.04 16:12:43.251038 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3731 2024.10.04 16:12:43.251402 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2024.10.04 16:12:43.251438 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3733 2024.10.04 16:12:43.251800 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3734 2024.10.04 16:12:43.252160 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2024.10.04 16:12:43.252323 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001625 sec., 48000 rows/sec., 3.75 MiB/sec.
3736 2024.10.04 16:12:43.252497 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Debug> DynamicQueryHandler: Done processing query
3737 2024.10.04 16:12:43.252608 [ 3 ] {17ae5a80-b1cd-44fa-a327-4d74eb14a33c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
3738 2024.10.04 16:12:43.252624 [ 3 ] {} <Debug> HTTP-Session: 9211d883-7405-4be1-a0a2-75dcb8bee2e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3739 2024.10.04 16:12:43.252785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3740 2024.10.04 16:12:43.252833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3741 2024.10.04 16:12:43.252851 [ 3 ] {} <Debug> HTTP-Session: 3c0f8036-718d-43d9-9de9-c063bc894ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3742 2024.10.04 16:12:43.252867 [ 3 ] {} <Debug> HTTP-Session: 3c0f8036-718d-43d9-9de9-c063bc894ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3743 2024.10.04 16:12:43.252880 [ 3 ] {} <Debug> HTTP-Session: 3c0f8036-718d-43d9-9de9-c063bc894ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3744 2024.10.04 16:12:43.252911 [ 3 ] {} <Trace> HTTP-Session: 3c0f8036-718d-43d9-9de9-c063bc894ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3745 2024.10.04 16:12:43.253066 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3746 2024.10.04 16:12:43.253112 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3747 2024.10.04 16:12:43.253260 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3748 2024.10.04 16:12:43.253745 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2024.10.04 16:12:43.253781 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3750 2024.10.04 16:12:43.254173 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3751 2024.10.04 16:12:43.254536 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3752 2024.10.04 16:12:43.254698 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001706 sec., 94372.80187573271 rows/sec., 6.57 MiB/sec.
3753 2024.10.04 16:12:43.254870 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Debug> DynamicQueryHandler: Done processing query
3754 2024.10.04 16:12:43.254894 [ 3 ] {a88a15cf-0310-41a7-9857-c20266ed4309} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
3755 2024.10.04 16:12:43.254910 [ 3 ] {} <Debug> HTTP-Session: 3c0f8036-718d-43d9-9de9-c063bc894ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3756 2024.10.04 16:12:43.255031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3757 2024.10.04 16:12:43.255079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3758 2024.10.04 16:12:43.255097 [ 3 ] {} <Debug> HTTP-Session: cfa26f4c-7dfd-4852-85e9-2730d75ea25c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3759 2024.10.04 16:12:43.255114 [ 3 ] {} <Debug> HTTP-Session: cfa26f4c-7dfd-4852-85e9-2730d75ea25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3760 2024.10.04 16:12:43.255128 [ 3 ] {} <Debug> HTTP-Session: cfa26f4c-7dfd-4852-85e9-2730d75ea25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3761 2024.10.04 16:12:43.255159 [ 3 ] {} <Trace> HTTP-Session: cfa26f4c-7dfd-4852-85e9-2730d75ea25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3762 2024.10.04 16:12:43.255253 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3763 2024.10.04 16:12:43.255298 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3764 2024.10.04 16:12:43.255430 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3765 2024.10.04 16:12:43.255694 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3766 2024.10.04 16:12:43.255730 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3767 2024.10.04 16:12:43.256080 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3768 2024.10.04 16:12:43.256403 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2024.10.04 16:12:43.256554 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 95.96 KiB/sec.
3770 2024.10.04 16:12:43.256721 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Debug> DynamicQueryHandler: Done processing query
3771 2024.10.04 16:12:43.256745 [ 3 ] {dec04dbe-09c5-4f98-9756-96ca85533de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3772 2024.10.04 16:12:43.256761 [ 3 ] {} <Debug> HTTP-Session: cfa26f4c-7dfd-4852-85e9-2730d75ea25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3773 2024.10.04 16:12:43.256876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3774 2024.10.04 16:12:43.256923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3775 2024.10.04 16:12:43.256943 [ 3 ] {} <Debug> HTTP-Session: 0e999d96-1e62-487c-ba6d-3df85afbf10c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3776 2024.10.04 16:12:43.256959 [ 3 ] {} <Debug> HTTP-Session: 0e999d96-1e62-487c-ba6d-3df85afbf10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3777 2024.10.04 16:12:43.256973 [ 3 ] {} <Debug> HTTP-Session: 0e999d96-1e62-487c-ba6d-3df85afbf10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3778 2024.10.04 16:12:43.257003 [ 3 ] {} <Trace> HTTP-Session: 0e999d96-1e62-487c-ba6d-3df85afbf10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3779 2024.10.04 16:12:43.257175 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
3780 2024.10.04 16:12:43.257241 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3781 2024.10.04 16:12:43.257665 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3782 2024.10.04 16:12:43.258313 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3783 2024.10.04 16:12:43.258349 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3784 2024.10.04 16:12:43.258965 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3785 2024.10.04 16:12:43.259378 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3786 2024.10.04 16:12:43.259587 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002504 sec., 3594.249201277955 rows/sec., 6.44 MiB/sec.
3787 2024.10.04 16:12:43.259946 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Debug> DynamicQueryHandler: Done processing query
3788 2024.10.04 16:12:43.259970 [ 3 ] {d3dd55c6-687c-4ace-823d-be00d166c4b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
3789 2024.10.04 16:12:43.259986 [ 3 ] {} <Debug> HTTP-Session: 0e999d96-1e62-487c-ba6d-3df85afbf10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3790 2024.10.04 16:12:43.260099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3791 2024.10.04 16:12:43.260146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3792 2024.10.04 16:12:43.260165 [ 3 ] {} <Debug> HTTP-Session: bbc55deb-114c-49c1-8a35-acce5b278eed Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3793 2024.10.04 16:12:43.260182 [ 3 ] {} <Debug> HTTP-Session: bbc55deb-114c-49c1-8a35-acce5b278eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3794 2024.10.04 16:12:43.260195 [ 3 ] {} <Debug> HTTP-Session: bbc55deb-114c-49c1-8a35-acce5b278eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3795 2024.10.04 16:12:43.260226 [ 3 ] {} <Trace> HTTP-Session: bbc55deb-114c-49c1-8a35-acce5b278eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3796 2024.10.04 16:12:43.260320 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete)
3797 2024.10.04 16:12:43.260366 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
3798 2024.10.04 16:12:43.260496 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3799 2024.10.04 16:12:43.260814 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Trace> oximeter.measurements_i64 (6569b988-da3f-449c-8b16-8f2c2a04322d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2024.10.04 16:12:43.260850 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3801 2024.10.04 16:12:43.261222 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3802 2024.10.04 16:12:43.261554 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Trace> oximeter.measurements_i64 (6569b988-da3f-449c-8b16-8f2c2a04322d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3803 2024.10.04 16:12:43.261721 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001414 sec., 2121.640735502122 rows/sec., 149.87 KiB/sec.
3804 2024.10.04 16:12:43.262010 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Debug> DynamicQueryHandler: Done processing query
3805 2024.10.04 16:12:43.262034 [ 3 ] {32281904-0477-44de-a7cd-aa9557597757} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3806 2024.10.04 16:12:43.262050 [ 3 ] {} <Debug> HTTP-Session: bbc55deb-114c-49c1-8a35-acce5b278eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3807 2024.10.04 16:12:43.262165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3808 2024.10.04 16:12:43.262213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3809 2024.10.04 16:12:43.262232 [ 3 ] {} <Debug> HTTP-Session: 8378cc89-61ee-4404-823d-7e7281e930ae Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3810 2024.10.04 16:12:43.262249 [ 3 ] {} <Debug> HTTP-Session: 8378cc89-61ee-4404-823d-7e7281e930ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3811 2024.10.04 16:12:43.262262 [ 3 ] {} <Debug> HTTP-Session: 8378cc89-61ee-4404-823d-7e7281e930ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3812 2024.10.04 16:12:43.262294 [ 3 ] {} <Trace> HTTP-Session: 8378cc89-61ee-4404-823d-7e7281e930ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3813 2024.10.04 16:12:43.262412 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
3814 2024.10.04 16:12:43.262458 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3815 2024.10.04 16:12:43.262609 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3816 2024.10.04 16:12:43.262918 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2024.10.04 16:12:43.262954 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3818 2024.10.04 16:12:43.263308 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3819 2024.10.04 16:12:43.263635 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3820 2024.10.04 16:12:43.263792 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec.
3821 2024.10.04 16:12:43.263962 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Debug> DynamicQueryHandler: Done processing query
3822 2024.10.04 16:12:43.263987 [ 3 ] {32582b08-02c6-476a-8d7f-ac0150ed761a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3823 2024.10.04 16:12:43.264003 [ 3 ] {} <Debug> HTTP-Session: 8378cc89-61ee-4404-823d-7e7281e930ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3824 2024.10.04 16:12:44.000202 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.69 MiB, peak 154.83 MiB, free memory in arenas 0.00 B, will set to 145.67 MiB (RSS), difference: -1.03 MiB
3825 2024.10.04 16:12:47.715862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 400
3826 2024.10.04 16:12:47.719147 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3827 2024.10.04 16:12:47.719196 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3828 2024.10.04 16:12:47.720837 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3829 2024.10.04 16:12:47.721899 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3830 2024.10.04 16:12:47.722372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400
3831 2024.10.04 16:12:48.228857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3832 2024.10.04 16:12:48.228991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3833 2024.10.04 16:12:48.229022 [ 3 ] {} <Debug> HTTP-Session: 10089946-d4cf-45f7-868c-f34c4bfa30be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3834 2024.10.04 16:12:48.229052 [ 3 ] {} <Debug> HTTP-Session: 10089946-d4cf-45f7-868c-f34c4bfa30be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3835 2024.10.04 16:12:48.229071 [ 3 ] {} <Debug> HTTP-Session: 10089946-d4cf-45f7-868c-f34c4bfa30be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3836 2024.10.04 16:12:48.229130 [ 3 ] {} <Trace> HTTP-Session: 10089946-d4cf-45f7-868c-f34c4bfa30be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3837 2024.10.04 16:12:48.229333 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
3838 2024.10.04 16:12:48.229413 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3839 2024.10.04 16:12:48.229825 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3840 2024.10.04 16:12:48.230248 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3841 2024.10.04 16:12:48.230294 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3842 2024.10.04 16:12:48.230731 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3843 2024.10.04 16:12:48.231149 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3844 2024.10.04 16:12:48.231324 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002044 sec., 978.4735812133073 rows/sec., 79.79 KiB/sec.
3845 2024.10.04 16:12:48.231664 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Debug> DynamicQueryHandler: Done processing query
3846 2024.10.04 16:12:48.231692 [ 3 ] {f7051f8c-ab98-4561-b5b8-684b8f93664d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
3847 2024.10.04 16:12:48.231708 [ 3 ] {} <Debug> HTTP-Session: 10089946-d4cf-45f7-868c-f34c4bfa30be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3848 2024.10.04 16:12:48.231903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3849 2024.10.04 16:12:48.231961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3850 2024.10.04 16:12:48.231981 [ 3 ] {} <Debug> HTTP-Session: acbd4b2a-10b0-4879-af28-9326069b76c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3851 2024.10.04 16:12:48.232000 [ 3 ] {} <Debug> HTTP-Session: acbd4b2a-10b0-4879-af28-9326069b76c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3852 2024.10.04 16:12:48.232015 [ 3 ] {} <Debug> HTTP-Session: acbd4b2a-10b0-4879-af28-9326069b76c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3853 2024.10.04 16:12:48.232052 [ 3 ] {} <Trace> HTTP-Session: acbd4b2a-10b0-4879-af28-9326069b76c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3854 2024.10.04 16:12:48.232237 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
3855 2024.10.04 16:12:48.232285 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3856 2024.10.04 16:12:48.232544 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3857 2024.10.04 16:12:48.233005 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3858 2024.10.04 16:12:48.233043 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3859 2024.10.04 16:12:48.233428 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3860 2024.10.04 16:12:48.233803 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3861 2024.10.04 16:12:48.233976 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001825 sec., 112876.71232876713 rows/sec., 9.93 MiB/sec.
3862 2024.10.04 16:12:48.234165 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Debug> DynamicQueryHandler: Done processing query
3863 2024.10.04 16:12:48.234190 [ 3 ] {f227bbd8-a498-4415-82fb-7fc907a90c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3864 2024.10.04 16:12:48.234207 [ 3 ] {} <Debug> HTTP-Session: acbd4b2a-10b0-4879-af28-9326069b76c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3865 2024.10.04 16:12:48.234340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3866 2024.10.04 16:12:48.234393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3867 2024.10.04 16:12:48.234413 [ 3 ] {} <Debug> HTTP-Session: ec4a2afb-08c3-4b1d-9b47-3e58046ad8ac Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3868 2024.10.04 16:12:48.234430 [ 3 ] {} <Debug> HTTP-Session: ec4a2afb-08c3-4b1d-9b47-3e58046ad8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3869 2024.10.04 16:12:48.234444 [ 3 ] {} <Debug> HTTP-Session: ec4a2afb-08c3-4b1d-9b47-3e58046ad8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3870 2024.10.04 16:12:48.234477 [ 3 ] {} <Trace> HTTP-Session: ec4a2afb-08c3-4b1d-9b47-3e58046ad8ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3871 2024.10.04 16:12:48.234579 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
3872 2024.10.04 16:12:48.234624 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3873 2024.10.04 16:12:48.234855 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3874 2024.10.04 16:12:48.235237 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3875 2024.10.04 16:12:48.235274 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3876 2024.10.04 16:12:48.235631 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3877 2024.10.04 16:12:48.236003 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3878 2024.10.04 16:12:48.236160 [ 26 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3879 2024.10.04 16:12:48.236170 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001611 sec., 6207.324643078833 rows/sec., 460.09 KiB/sec.
3880 2024.10.04 16:12:48.236232 [ 26 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3881 2024.10.04 16:12:48.236298 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3882 2024.10.04 16:12:48.236565 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
3883 2024.10.04 16:12:48.236614 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Debug> DynamicQueryHandler: Done processing query
3884 2024.10.04 16:12:48.236688 [ 3 ] {0004c69e-1d75-462a-b296-e4153d32d15d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3885 2024.10.04 16:12:48.236733 [ 3 ] {} <Debug> HTTP-Session: ec4a2afb-08c3-4b1d-9b47-3e58046ad8ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3886 2024.10.04 16:12:48.236849 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3887 2024.10.04 16:12:48.236905 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 15 rows starting from the beginning of the part
3888 2024.10.04 16:12:48.236917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3889 2024.10.04 16:12:48.237055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3890 2024.10.04 16:12:48.237116 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
3891 2024.10.04 16:12:48.237146 [ 3 ] {} <Debug> HTTP-Session: cb81e5da-1035-40d3-889b-aabfe934abbd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3892 2024.10.04 16:12:48.237213 [ 3 ] {} <Debug> HTTP-Session: cb81e5da-1035-40d3-889b-aabfe934abbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3893 2024.10.04 16:12:48.237308 [ 3 ] {} <Debug> HTTP-Session: cb81e5da-1035-40d3-889b-aabfe934abbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3894 2024.10.04 16:12:48.237408 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 7 rows starting from the beginning of the part
3895 2024.10.04 16:12:48.237459 [ 3 ] {} <Trace> HTTP-Session: cb81e5da-1035-40d3-889b-aabfe934abbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3896 2024.10.04 16:12:48.237831 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
3897 2024.10.04 16:12:48.237986 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
3898 2024.10.04 16:12:48.238171 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part
3899 2024.10.04 16:12:48.238239 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3900 2024.10.04 16:12:48.238478 [ 198 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part
3901 2024.10.04 16:12:48.239353 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3902 2024.10.04 16:12:48.240273 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3903 2024.10.04 16:12:48.240353 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3904 2024.10.04 16:12:48.241435 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005018357 sec., 12952.446388329885 rows/sec., 1013.86 KiB/sec.
3905 2024.10.04 16:12:48.241448 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3906 2024.10.04 16:12:48.241754 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3907 2024.10.04 16:12:48.242447 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3908 2024.10.04 16:12:48.242831 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005096 sec., 2747.252747252747 rows/sec., 192.40 KiB/sec.
3909 2024.10.04 16:12:48.243123 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3910 2024.10.04 16:12:48.243227 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Debug> DynamicQueryHandler: Done processing query
3911 2024.10.04 16:12:48.243273 [ 3 ] {41c1bc2f-eec1-4d03-967e-8ee96da6b502} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3912 2024.10.04 16:12:48.243287 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_11_2} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3913 2024.10.04 16:12:48.243303 [ 3 ] {} <Debug> HTTP-Session: cb81e5da-1035-40d3-889b-aabfe934abbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3914 2024.10.04 16:12:48.243429 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3915 2024.10.04 16:12:48.243485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3916 2024.10.04 16:12:48.243543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3917 2024.10.04 16:12:48.243562 [ 3 ] {} <Debug> HTTP-Session: 8bc733aa-a5ab-4033-8427-ba1ecea19c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3918 2024.10.04 16:12:48.243579 [ 3 ] {} <Debug> HTTP-Session: 8bc733aa-a5ab-4033-8427-ba1ecea19c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3919 2024.10.04 16:12:48.243594 [ 3 ] {} <Debug> HTTP-Session: 8bc733aa-a5ab-4033-8427-ba1ecea19c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3920 2024.10.04 16:12:48.243627 [ 3 ] {} <Trace> HTTP-Session: 8bc733aa-a5ab-4033-8427-ba1ecea19c88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2024.10.04 16:12:48.243733 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
3922 2024.10.04 16:12:48.243780 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3923 2024.10.04 16:12:48.244033 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3924 2024.10.04 16:12:48.244344 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3925 2024.10.04 16:12:48.244381 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3926 2024.10.04 16:12:48.244739 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3927 2024.10.04 16:12:48.245112 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3928 2024.10.04 16:12:48.245275 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 226.37 KiB/sec.
3929 2024.10.04 16:12:48.245573 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Debug> DynamicQueryHandler: Done processing query
3930 2024.10.04 16:12:48.245598 [ 3 ] {17c07d0b-a8c3-4bb4-a678-f3f5b2176612} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
3931 2024.10.04 16:12:48.245614 [ 3 ] {} <Debug> HTTP-Session: 8bc733aa-a5ab-4033-8427-ba1ecea19c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3932 2024.10.04 16:12:48.245783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3933 2024.10.04 16:12:48.245838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3934 2024.10.04 16:12:48.245859 [ 3 ] {} <Debug> HTTP-Session: c822212e-f587-4441-bbc8-3020e302a300 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3935 2024.10.04 16:12:48.245875 [ 3 ] {} <Debug> HTTP-Session: c822212e-f587-4441-bbc8-3020e302a300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3936 2024.10.04 16:12:48.245889 [ 3 ] {} <Debug> HTTP-Session: c822212e-f587-4441-bbc8-3020e302a300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3937 2024.10.04 16:12:48.245920 [ 3 ] {} <Trace> HTTP-Session: c822212e-f587-4441-bbc8-3020e302a300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3938 2024.10.04 16:12:48.246212 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
3939 2024.10.04 16:12:48.246258 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3940 2024.10.04 16:12:48.246507 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3941 2024.10.04 16:12:48.247121 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2024.10.04 16:12:48.247158 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3943 2024.10.04 16:12:48.247536 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3944 2024.10.04 16:12:48.247903 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2024.10.04 16:12:48.248070 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.002042 sec., 191968.65817825662 rows/sec., 13.62 MiB/sec.
3946 2024.10.04 16:12:48.248388 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Debug> DynamicQueryHandler: Done processing query
3947 2024.10.04 16:12:48.248412 [ 3 ] {8b4671e6-4c4f-4e3d-beb3-e0c4086ca5e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
3948 2024.10.04 16:12:48.248429 [ 3 ] {} <Debug> HTTP-Session: c822212e-f587-4441-bbc8-3020e302a300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3949 2024.10.04 16:12:48.248558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3950 2024.10.04 16:12:48.248608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3951 2024.10.04 16:12:48.248627 [ 3 ] {} <Debug> HTTP-Session: d25e3106-3123-423a-a810-f29cb8e34af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3952 2024.10.04 16:12:48.248645 [ 3 ] {} <Debug> HTTP-Session: d25e3106-3123-423a-a810-f29cb8e34af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3953 2024.10.04 16:12:48.248659 [ 3 ] {} <Debug> HTTP-Session: d25e3106-3123-423a-a810-f29cb8e34af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3954 2024.10.04 16:12:48.248690 [ 3 ] {} <Trace> HTTP-Session: d25e3106-3123-423a-a810-f29cb8e34af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3955 2024.10.04 16:12:48.248790 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
3956 2024.10.04 16:12:48.248838 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3957 2024.10.04 16:12:48.248993 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3958 2024.10.04 16:12:48.249307 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3959 2024.10.04 16:12:48.249343 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3960 2024.10.04 16:12:48.249711 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3961 2024.10.04 16:12:48.250045 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3962 2024.10.04 16:12:48.250206 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec.
3963 2024.10.04 16:12:48.250378 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Debug> DynamicQueryHandler: Done processing query
3964 2024.10.04 16:12:48.250402 [ 3 ] {e1ce556d-38eb-46c1-86ba-2817267870d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
3965 2024.10.04 16:12:48.250418 [ 3 ] {} <Debug> HTTP-Session: d25e3106-3123-423a-a810-f29cb8e34af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3966 2024.10.04 16:12:48.250583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3967 2024.10.04 16:12:48.250631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3968 2024.10.04 16:12:48.250651 [ 3 ] {} <Debug> HTTP-Session: 6699d4fc-15c7-4b9a-b302-0d40c5bf9c5d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3969 2024.10.04 16:12:48.250667 [ 3 ] {} <Debug> HTTP-Session: 6699d4fc-15c7-4b9a-b302-0d40c5bf9c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3970 2024.10.04 16:12:48.250681 [ 3 ] {} <Debug> HTTP-Session: 6699d4fc-15c7-4b9a-b302-0d40c5bf9c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3971 2024.10.04 16:12:48.250713 [ 3 ] {} <Trace> HTTP-Session: 6699d4fc-15c7-4b9a-b302-0d40c5bf9c5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3972 2024.10.04 16:12:48.250885 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
3973 2024.10.04 16:12:48.250931 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3974 2024.10.04 16:12:48.251078 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3975 2024.10.04 16:12:48.251550 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2024.10.04 16:12:48.251586 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3977 2024.10.04 16:12:48.251975 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3978 2024.10.04 16:12:48.252324 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3979 2024.10.04 16:12:48.252461 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001658 sec., 143546.44149577804 rows/sec., 9.62 MiB/sec.
3980 2024.10.04 16:12:48.252766 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Debug> DynamicQueryHandler: Done processing query
3981 2024.10.04 16:12:48.252791 [ 3 ] {8960aae4-9731-4327-924f-e5bd3a1bf9bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
3982 2024.10.04 16:12:48.252808 [ 3 ] {} <Debug> HTTP-Session: 6699d4fc-15c7-4b9a-b302-0d40c5bf9c5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
3983 2024.10.04 16:12:48.252931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3984 2024.10.04 16:12:48.252982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
3985 2024.10.04 16:12:48.253002 [ 3 ] {} <Debug> HTTP-Session: 7317ae7d-b4ee-4d00-8cd3-a2789c204d3b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
3986 2024.10.04 16:12:48.253018 [ 3 ] {} <Debug> HTTP-Session: 7317ae7d-b4ee-4d00-8cd3-a2789c204d3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
3987 2024.10.04 16:12:48.253032 [ 3 ] {} <Debug> HTTP-Session: 7317ae7d-b4ee-4d00-8cd3-a2789c204d3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
3988 2024.10.04 16:12:48.253064 [ 3 ] {} <Trace> HTTP-Session: 7317ae7d-b4ee-4d00-8cd3-a2789c204d3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2024.10.04 16:12:48.253161 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
3990 2024.10.04 16:12:48.253209 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3991 2024.10.04 16:12:48.253361 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
3992 2024.10.04 16:12:48.253665 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3993 2024.10.04 16:12:48.253700 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
3994 2024.10.04 16:12:48.254048 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3995 2024.10.04 16:12:48.254381 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3996 2024.10.04 16:12:48.254537 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec.
3997 2024.10.04 16:12:48.254707 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Debug> DynamicQueryHandler: Done processing query
3998 2024.10.04 16:12:48.254734 [ 3 ] {354eebcc-474a-4ac2-93a9-3c21c770819c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
3999 2024.10.04 16:12:48.254750 [ 3 ] {} <Debug> HTTP-Session: 7317ae7d-b4ee-4d00-8cd3-a2789c204d3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4000 2024.10.04 16:12:48.254863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4001 2024.10.04 16:12:48.254912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4002 2024.10.04 16:12:48.254932 [ 3 ] {} <Debug> HTTP-Session: 762ee592-62ac-4dec-8405-af2a0c717699 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4003 2024.10.04 16:12:48.254948 [ 3 ] {} <Debug> HTTP-Session: 762ee592-62ac-4dec-8405-af2a0c717699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4004 2024.10.04 16:12:48.254963 [ 3 ] {} <Debug> HTTP-Session: 762ee592-62ac-4dec-8405-af2a0c717699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4005 2024.10.04 16:12:48.254993 [ 3 ] {} <Trace> HTTP-Session: 762ee592-62ac-4dec-8405-af2a0c717699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4006 2024.10.04 16:12:48.255163 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4007 2024.10.04 16:12:48.255228 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4008 2024.10.04 16:12:48.255670 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4009 2024.10.04 16:12:48.256218 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4010 2024.10.04 16:12:48.256254 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4011 2024.10.04 16:12:48.256880 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4012 2024.10.04 16:12:48.257293 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4013 2024.10.04 16:12:48.257473 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4014 2024.10.04 16:12:48.257503 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002436 sec., 3284.072249589491 rows/sec., 5.88 MiB/sec.
4015 2024.10.04 16:12:48.257552 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4016 2024.10.04 16:12:48.257632 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4017 2024.10.04 16:12:48.258050 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
4018 2024.10.04 16:12:48.258097 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Debug> DynamicQueryHandler: Done processing query
4019 2024.10.04 16:12:48.258150 [ 3 ] {4cb0141e-326d-4585-8086-052193a8ba61} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4020 2024.10.04 16:12:48.258189 [ 3 ] {} <Debug> HTTP-Session: 762ee592-62ac-4dec-8405-af2a0c717699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4021 2024.10.04 16:12:48.258394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4022 2024.10.04 16:12:48.258509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4023 2024.10.04 16:12:48.258582 [ 3 ] {} <Debug> HTTP-Session: bc223599-767b-40ea-af99-79393262a13c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4024 2024.10.04 16:12:48.258635 [ 3 ] {} <Debug> HTTP-Session: bc223599-767b-40ea-af99-79393262a13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4025 2024.10.04 16:12:48.258686 [ 3 ] {} <Debug> HTTP-Session: bc223599-767b-40ea-af99-79393262a13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4026 2024.10.04 16:12:48.258796 [ 3 ] {} <Trace> HTTP-Session: bc223599-767b-40ea-af99-79393262a13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2024.10.04 16:12:48.259121 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4028 2024.10.04 16:12:48.259199 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4029 2024.10.04 16:12:48.259219 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4030 2024.10.04 16:12:48.259417 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part
4031 2024.10.04 16:12:48.260017 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4032 2024.10.04 16:12:48.260403 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
4033 2024.10.04 16:12:48.260935 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 7 rows starting from the beginning of the part
4034 2024.10.04 16:12:48.261709 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4035 2024.10.04 16:12:48.261739 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
4036 2024.10.04 16:12:48.261771 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4037 2024.10.04 16:12:48.262445 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part
4038 2024.10.04 16:12:48.263129 [ 195 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part
4039 2024.10.04 16:12:48.263227 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4040 2024.10.04 16:12:48.264443 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4041 2024.10.04 16:12:48.264778 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005792 sec., 14157.45856353591 rows/sec., 920.75 KiB/sec.
4042 2024.10.04 16:12:48.265197 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Debug> DynamicQueryHandler: Done processing query
4043 2024.10.04 16:12:48.265244 [ 3 ] {b73ee4ea-bd80-4e8c-aa3c-4f71c70a56e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4044 2024.10.04 16:12:48.265280 [ 3 ] {} <Debug> HTTP-Session: bc223599-767b-40ea-af99-79393262a13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4045 2024.10.04 16:12:48.266984 [ 198 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 19 columns (19 merged, 0 gathered) in 0.009190528 sec., 9357.460202504144 rows/sec., 16.77 MiB/sec.
4046 2024.10.04 16:12:48.267539 [ 198 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4047 2024.10.04 16:12:48.268305 [ 198 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4048 2024.10.04 16:12:48.268397 [ 198 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4049 2024.10.04 16:12:48.268547 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
4050 2024.10.04 16:12:51.425898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4051 2024.10.04 16:12:51.426010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4052 2024.10.04 16:12:51.426034 [ 3 ] {} <Debug> HTTP-Session: 802e4d2a-9838-4f0c-90ea-fc4a4c4c6417 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4053 2024.10.04 16:12:51.426058 [ 3 ] {} <Debug> HTTP-Session: 802e4d2a-9838-4f0c-90ea-fc4a4c4c6417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4054 2024.10.04 16:12:51.426076 [ 3 ] {} <Debug> HTTP-Session: 802e4d2a-9838-4f0c-90ea-fc4a4c4c6417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4055 2024.10.04 16:12:51.426126 [ 3 ] {} <Trace> HTTP-Session: 802e4d2a-9838-4f0c-90ea-fc4a4c4c6417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4056 2024.10.04 16:12:51.426295 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4057 2024.10.04 16:12:51.426362 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4058 2024.10.04 16:12:51.426703 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4059 2024.10.04 16:12:51.427145 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4060 2024.10.04 16:12:51.427182 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4061 2024.10.04 16:12:51.427595 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4062 2024.10.04 16:12:51.428016 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4063 2024.10.04 16:12:51.428161 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec.
4064 2024.10.04 16:12:51.428378 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Debug> DynamicQueryHandler: Done processing query
4065 2024.10.04 16:12:51.428405 [ 3 ] {69e95729-765c-41d0-b0c8-ae42279b6613} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4066 2024.10.04 16:12:51.428421 [ 3 ] {} <Debug> HTTP-Session: 802e4d2a-9838-4f0c-90ea-fc4a4c4c6417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4067 2024.10.04 16:12:51.428710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 176279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4068 2024.10.04 16:12:51.428761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4069 2024.10.04 16:12:51.428780 [ 3 ] {} <Debug> HTTP-Session: ca6329f9-4518-4ab2-b008-91222653c53b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4070 2024.10.04 16:12:51.428796 [ 3 ] {} <Debug> HTTP-Session: ca6329f9-4518-4ab2-b008-91222653c53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4071 2024.10.04 16:12:51.428810 [ 3 ] {} <Debug> HTTP-Session: ca6329f9-4518-4ab2-b008-91222653c53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4072 2024.10.04 16:12:51.428842 [ 3 ] {} <Trace> HTTP-Session: ca6329f9-4518-4ab2-b008-91222653c53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4073 2024.10.04 16:12:51.429709 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4074 2024.10.04 16:12:51.429756 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4075 2024.10.04 16:12:51.429983 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4076 2024.10.04 16:12:51.431422 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4077 2024.10.04 16:12:51.431458 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4078 2024.10.04 16:12:51.431920 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4079 2024.10.04 16:12:51.432292 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4080 2024.10.04 16:12:51.432417 [ 72 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4081 2024.10.04 16:12:51.432422 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Debug> executeQuery: Read 1215 rows, 102.75 KiB in 0.003447 sec., 352480.4177545692 rows/sec., 29.11 MiB/sec.
4082 2024.10.04 16:12:51.432466 [ 72 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4083 2024.10.04 16:12:51.432510 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4084 2024.10.04 16:12:51.432688 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Debug> DynamicQueryHandler: Done processing query
4085 2024.10.04 16:12:51.432723 [ 3 ] {9c5f81b6-52d3-42e4-9d93-9c2275b4cf0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
4086 2024.10.04 16:12:51.432743 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
4087 2024.10.04 16:12:51.432752 [ 3 ] {} <Debug> HTTP-Session: ca6329f9-4518-4ab2-b008-91222653c53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4088 2024.10.04 16:12:51.433027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4089 2024.10.04 16:12:51.433051 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4090 2024.10.04 16:12:51.433128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4091 2024.10.04 16:12:51.433134 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part
4092 2024.10.04 16:12:51.433167 [ 3 ] {} <Debug> HTTP-Session: e486e2cb-7800-460a-a7d5-7d3575a4b97c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4093 2024.10.04 16:12:51.433192 [ 3 ] {} <Debug> HTTP-Session: e486e2cb-7800-460a-a7d5-7d3575a4b97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4094 2024.10.04 16:12:51.433224 [ 3 ] {} <Debug> HTTP-Session: e486e2cb-7800-460a-a7d5-7d3575a4b97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4095 2024.10.04 16:12:51.433371 [ 3 ] {} <Trace> HTTP-Session: e486e2cb-7800-460a-a7d5-7d3575a4b97c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4096 2024.10.04 16:12:51.433429 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 70 rows starting from the beginning of the part
4097 2024.10.04 16:12:51.433716 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 208 rows starting from the beginning of the part
4098 2024.10.04 16:12:51.433766 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4099 2024.10.04 16:12:51.433973 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4100 2024.10.04 16:12:51.434032 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part
4101 2024.10.04 16:12:51.434377 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 206 rows starting from the beginning of the part
4102 2024.10.04 16:12:51.434678 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1215 rows starting from the beginning of the part
4103 2024.10.04 16:12:51.435465 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4104 2024.10.04 16:12:51.436175 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4105 2024.10.04 16:12:51.436259 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4106 2024.10.04 16:12:51.437347 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4107 2024.10.04 16:12:51.438055 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4108 2024.10.04 16:12:51.438381 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.004735 sec., 2323.125659978881 rows/sec., 172.42 KiB/sec.
4109 2024.10.04 16:12:51.438980 [ 198 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355932 sec., 493082.6824453125 rows/sec., 43.12 MiB/sec.
4110 2024.10.04 16:12:51.439004 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Debug> DynamicQueryHandler: Done processing query
4111 2024.10.04 16:12:51.439058 [ 3 ] {1966f4e4-768e-46f0-8be4-838727f61ec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4112 2024.10.04 16:12:51.439081 [ 3 ] {} <Debug> HTTP-Session: e486e2cb-7800-460a-a7d5-7d3575a4b97c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4113 2024.10.04 16:12:51.439266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4114 2024.10.04 16:12:51.439278 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4115 2024.10.04 16:12:51.439370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4116 2024.10.04 16:12:51.439431 [ 3 ] {} <Debug> HTTP-Session: f7366a77-da9f-4cdc-ac2b-4469731904d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4117 2024.10.04 16:12:51.439450 [ 3 ] {} <Debug> HTTP-Session: f7366a77-da9f-4cdc-ac2b-4469731904d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4118 2024.10.04 16:12:51.439469 [ 3 ] {} <Debug> HTTP-Session: f7366a77-da9f-4cdc-ac2b-4469731904d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4119 2024.10.04 16:12:51.439530 [ 3 ] {} <Trace> HTTP-Session: f7366a77-da9f-4cdc-ac2b-4469731904d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4120 2024.10.04 16:12:51.439919 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4121 2024.10.04 16:12:51.439991 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4122 2024.10.04 16:12:51.440120 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4123 2024.10.04 16:12:51.440336 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_16_3} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4124 2024.10.04 16:12:51.440544 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
4125 2024.10.04 16:12:51.440641 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4126 2024.10.04 16:12:51.441110 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4127 2024.10.04 16:12:51.441146 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4128 2024.10.04 16:12:51.441524 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4129 2024.10.04 16:12:51.441952 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4130 2024.10.04 16:12:51.442120 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002408 sec., 94684.3853820598 rows/sec., 6.41 MiB/sec.
4131 2024.10.04 16:12:51.442468 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Debug> DynamicQueryHandler: Done processing query
4132 2024.10.04 16:12:51.442493 [ 3 ] {325ec93c-c233-404b-b56c-a919e85b2a9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
4133 2024.10.04 16:12:51.442510 [ 3 ] {} <Debug> HTTP-Session: f7366a77-da9f-4cdc-ac2b-4469731904d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4134 2024.10.04 16:12:51.442743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 87745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4135 2024.10.04 16:12:51.442793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4136 2024.10.04 16:12:51.442813 [ 3 ] {} <Debug> HTTP-Session: 9a5becb7-5219-4545-94fa-aee7882d1103 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4137 2024.10.04 16:12:51.442830 [ 3 ] {} <Debug> HTTP-Session: 9a5becb7-5219-4545-94fa-aee7882d1103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4138 2024.10.04 16:12:51.442844 [ 3 ] {} <Debug> HTTP-Session: 9a5becb7-5219-4545-94fa-aee7882d1103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4139 2024.10.04 16:12:51.442875 [ 3 ] {} <Trace> HTTP-Session: 9a5becb7-5219-4545-94fa-aee7882d1103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4140 2024.10.04 16:12:51.443237 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4141 2024.10.04 16:12:51.443281 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4142 2024.10.04 16:12:51.443529 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4143 2024.10.04 16:12:51.444275 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4144 2024.10.04 16:12:51.444311 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4145 2024.10.04 16:12:51.444701 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4146 2024.10.04 16:12:51.445065 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4147 2024.10.04 16:12:51.445232 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Debug> executeQuery: Read 531 rows, 40.29 KiB in 0.002243 sec., 236736.51359786 rows/sec., 17.54 MiB/sec.
4148 2024.10.04 16:12:51.445232 [ 90 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4149 2024.10.04 16:12:51.445334 [ 90 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2024.10.04 16:12:51.445397 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4151 2024.10.04 16:12:51.445517 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Debug> DynamicQueryHandler: Done processing query
4152 2024.10.04 16:12:51.445578 [ 3 ] {dc829270-c6cb-4415-b321-5d7f8e76b91c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
4153 2024.10.04 16:12:51.445598 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
4154 2024.10.04 16:12:51.445612 [ 3 ] {} <Debug> HTTP-Session: 9a5becb7-5219-4545-94fa-aee7882d1103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4155 2024.10.04 16:12:51.445786 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4156 2024.10.04 16:12:51.445827 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 862 rows starting from the beginning of the part
4157 2024.10.04 16:12:51.445947 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 71 rows starting from the beginning of the part
4158 2024.10.04 16:12:51.446194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 180526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4159 2024.10.04 16:12:51.446244 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 396 rows starting from the beginning of the part
4160 2024.10.04 16:12:51.446324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4161 2024.10.04 16:12:51.446445 [ 3 ] {} <Debug> HTTP-Session: 5ce63594-ab97-4942-ae3a-f74ccbff74ac Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4162 2024.10.04 16:12:51.446473 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 78 rows starting from the beginning of the part
4163 2024.10.04 16:12:51.446518 [ 3 ] {} <Debug> HTTP-Session: 5ce63594-ab97-4942-ae3a-f74ccbff74ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4164 2024.10.04 16:12:51.446600 [ 3 ] {} <Debug> HTTP-Session: 5ce63594-ab97-4942-ae3a-f74ccbff74ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4165 2024.10.04 16:12:51.446761 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 392 rows starting from the beginning of the part
4166 2024.10.04 16:12:51.446783 [ 3 ] {} <Trace> HTTP-Session: 5ce63594-ab97-4942-ae3a-f74ccbff74ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4167 2024.10.04 16:12:51.446968 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 531 rows starting from the beginning of the part
4168 2024.10.04 16:12:51.447685 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4169 2024.10.04 16:12:51.447788 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4170 2024.10.04 16:12:51.448570 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4171 2024.10.04 16:12:51.449366 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2330 rows, containing 5 columns (5 merged, 0 gathered) in 0.003877025 sec., 600976.2640168685 rows/sec., 45.97 MiB/sec.
4172 2024.10.04 16:12:51.449713 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4173 2024.10.04 16:12:51.449745 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4174 2024.10.04 16:12:51.449821 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4175 2024.10.04 16:12:51.450803 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4176 2024.10.04 16:12:51.450921 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4177 2024.10.04 16:12:51.450943 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_16_3} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4178 2024.10.04 16:12:51.451113 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4179 2024.10.04 16:12:51.451442 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4180 2024.10.04 16:12:51.451622 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4181 2024.10.04 16:12:51.451630 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Debug> executeQuery: Read 953 rows, 65.46 KiB in 0.004508 sec., 211401.9520851819 rows/sec., 14.18 MiB/sec.
4182 2024.10.04 16:12:51.451672 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4183 2024.10.04 16:12:51.451749 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4184 2024.10.04 16:12:51.452130 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Debug> DynamicQueryHandler: Done processing query
4185 2024.10.04 16:12:51.452177 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
4186 2024.10.04 16:12:51.452211 [ 3 ] {035516a9-581d-46a5-b89c-6e3794f6420d} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
4187 2024.10.04 16:12:51.452292 [ 3 ] {} <Debug> HTTP-Session: 5ce63594-ab97-4942-ae3a-f74ccbff74ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4188 2024.10.04 16:12:51.452537 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4189 2024.10.04 16:12:51.452576 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4269 rows starting from the beginning of the part
4190 2024.10.04 16:12:51.452703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4191 2024.10.04 16:12:51.452857 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
4192 2024.10.04 16:12:51.452865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4193 2024.10.04 16:12:51.452928 [ 3 ] {} <Debug> HTTP-Session: 002426b9-5701-4aa5-adeb-325a140212d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4194 2024.10.04 16:12:51.453012 [ 3 ] {} <Debug> HTTP-Session: 002426b9-5701-4aa5-adeb-325a140212d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4195 2024.10.04 16:12:51.453074 [ 3 ] {} <Debug> HTTP-Session: 002426b9-5701-4aa5-adeb-325a140212d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4196 2024.10.04 16:12:51.453154 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 240 rows starting from the beginning of the part
4197 2024.10.04 16:12:51.453200 [ 3 ] {} <Trace> HTTP-Session: 002426b9-5701-4aa5-adeb-325a140212d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4198 2024.10.04 16:12:51.453441 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part
4199 2024.10.04 16:12:51.453584 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
4200 2024.10.04 16:12:51.453768 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4201 2024.10.04 16:12:51.453929 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 953 rows starting from the beginning of the part
4202 2024.10.04 16:12:51.454074 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4203 2024.10.04 16:12:51.455884 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4204 2024.10.04 16:12:51.457471 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4205 2024.10.04 16:12:51.457540 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4206 2024.10.04 16:12:51.458855 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4207 2024.10.04 16:12:51.459358 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2024.10.04 16:12:51.459544 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006128 sec., 1468.668407310705 rows/sec., 2.63 MiB/sec.
4209 2024.10.04 16:12:51.459796 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Debug> DynamicQueryHandler: Done processing query
4210 2024.10.04 16:12:51.459821 [ 3 ] {f0f5b01e-f319-499e-b443-4eeb2e158d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4211 2024.10.04 16:12:51.459837 [ 3 ] {} <Debug> HTTP-Session: 002426b9-5701-4aa5-adeb-325a140212d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4212 2024.10.04 16:12:51.460027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 6102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4213 2024.10.04 16:12:51.460172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4214 2024.10.04 16:12:51.460226 [ 3 ] {} <Debug> HTTP-Session: 2dddd9c3-2576-48bd-9452-c2e8f249a1ca Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4215 2024.10.04 16:12:51.460257 [ 3 ] {} <Debug> HTTP-Session: 2dddd9c3-2576-48bd-9452-c2e8f249a1ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4216 2024.10.04 16:12:51.460273 [ 198 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6021 rows, containing 5 columns (5 merged, 0 gathered) in 0.008395522 sec., 717168.0331491001 rows/sec., 48.29 MiB/sec.
4217 2024.10.04 16:12:51.460289 [ 3 ] {} <Debug> HTTP-Session: 2dddd9c3-2576-48bd-9452-c2e8f249a1ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4218 2024.10.04 16:12:51.460372 [ 3 ] {} <Trace> HTTP-Session: 2dddd9c3-2576-48bd-9452-c2e8f249a1ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4219 2024.10.04 16:12:51.460502 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4220 2024.10.04 16:12:51.460549 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4221 2024.10.04 16:12:51.460744 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4222 2024.10.04 16:12:51.460875 [ 198 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4223 2024.10.04 16:12:51.461237 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4224 2024.10.04 16:12:51.461295 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4225 2024.10.04 16:12:51.462009 [ 198 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4226 2024.10.04 16:12:51.462230 [ 198 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4227 2024.10.04 16:12:51.462251 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4228 2024.10.04 16:12:51.462385 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
4229 2024.10.04 16:12:51.462685 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4230 2024.10.04 16:12:51.462864 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002399 sec., 16673.614005835763 rows/sec., 1.13 MiB/sec.
4231 2024.10.04 16:12:51.462864 [ 90 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4232 2024.10.04 16:12:51.462955 [ 90 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4233 2024.10.04 16:12:51.463013 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4234 2024.10.04 16:12:51.463248 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Debug> DynamicQueryHandler: Done processing query
4235 2024.10.04 16:12:51.463352 [ 3 ] {9995e188-2300-45f4-989a-4fe372618e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
4236 2024.10.04 16:12:51.463439 [ 3 ] {} <Debug> HTTP-Session: 2dddd9c3-2576-48bd-9452-c2e8f249a1ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4237 2024.10.04 16:12:51.463442 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
4238 2024.10.04 16:12:51.463688 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4239 2024.10.04 16:12:51.463721 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 648 rows starting from the beginning of the part
4240 2024.10.04 16:12:51.463812 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
4241 2024.10.04 16:12:51.464014 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part
4242 2024.10.04 16:12:51.464099 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
4243 2024.10.04 16:12:51.464184 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part
4244 2024.10.04 16:12:51.464263 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
4245 2024.10.04 16:12:51.465476 [ 187 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.002357626 sec., 412279.13163495826 rows/sec., 26.81 MiB/sec.
4246 2024.10.04 16:12:51.465646 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4247 2024.10.04 16:12:51.466020 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4248 2024.10.04 16:12:51.466094 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_16_3} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4249 2024.10.04 16:12:51.466165 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4250 2024.10.04 16:12:52.000210 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.90 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 148.46 MiB (RSS), difference: 1.56 MiB
4251 2024.10.04 16:12:53.217623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4252 2024.10.04 16:12:53.217764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4253 2024.10.04 16:12:53.217796 [ 3 ] {} <Debug> HTTP-Session: e634951c-93f2-4f23-a0dc-6051cff0c9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4254 2024.10.04 16:12:53.217824 [ 3 ] {} <Debug> HTTP-Session: e634951c-93f2-4f23-a0dc-6051cff0c9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4255 2024.10.04 16:12:53.217839 [ 3 ] {} <Debug> HTTP-Session: e634951c-93f2-4f23-a0dc-6051cff0c9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4256 2024.10.04 16:12:53.217902 [ 3 ] {} <Trace> HTTP-Session: e634951c-93f2-4f23-a0dc-6051cff0c9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4257 2024.10.04 16:12:53.218153 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4258 2024.10.04 16:12:53.218229 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4259 2024.10.04 16:12:53.218577 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4260 2024.10.04 16:12:53.219050 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4261 2024.10.04 16:12:53.219093 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4262 2024.10.04 16:12:53.219534 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4263 2024.10.04 16:12:53.219969 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4264 2024.10.04 16:12:53.220151 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002062 sec., 27158.098933074685 rows/sec., 2.09 MiB/sec.
4265 2024.10.04 16:12:53.220505 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Debug> DynamicQueryHandler: Done processing query
4266 2024.10.04 16:12:53.220540 [ 3 ] {f262c7ba-9da3-4122-a5e2-bfe0c6fcc1f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
4267 2024.10.04 16:12:53.220558 [ 3 ] {} <Debug> HTTP-Session: e634951c-93f2-4f23-a0dc-6051cff0c9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4268 2024.10.04 16:12:53.220694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4269 2024.10.04 16:12:53.220749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4270 2024.10.04 16:12:53.220768 [ 3 ] {} <Debug> HTTP-Session: ab156973-4b7e-4db5-b877-b97f8321f498 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4271 2024.10.04 16:12:53.220786 [ 3 ] {} <Debug> HTTP-Session: ab156973-4b7e-4db5-b877-b97f8321f498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4272 2024.10.04 16:12:53.220800 [ 3 ] {} <Debug> HTTP-Session: ab156973-4b7e-4db5-b877-b97f8321f498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4273 2024.10.04 16:12:53.220832 [ 3 ] {} <Trace> HTTP-Session: ab156973-4b7e-4db5-b877-b97f8321f498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4274 2024.10.04 16:12:53.220968 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4275 2024.10.04 16:12:53.221015 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4276 2024.10.04 16:12:53.221322 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4277 2024.10.04 16:12:53.221735 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4278 2024.10.04 16:12:53.221775 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4279 2024.10.04 16:12:53.222157 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4280 2024.10.04 16:12:53.222544 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4281 2024.10.04 16:12:53.222716 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001788 sec., 35794.18344519015 rows/sec., 2.79 MiB/sec.
4282 2024.10.04 16:12:53.222909 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Debug> DynamicQueryHandler: Done processing query
4283 2024.10.04 16:12:53.222936 [ 3 ] {a744dd3a-0f6a-418c-a470-8b70930dfedb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4284 2024.10.04 16:12:53.222952 [ 3 ] {} <Debug> HTTP-Session: ab156973-4b7e-4db5-b877-b97f8321f498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4285 2024.10.04 16:12:53.223152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4286 2024.10.04 16:12:53.223230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4287 2024.10.04 16:12:53.223264 [ 3 ] {} <Debug> HTTP-Session: e9cb0718-8da7-45aa-8174-ee89f9f53f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4288 2024.10.04 16:12:53.223291 [ 3 ] {} <Debug> HTTP-Session: e9cb0718-8da7-45aa-8174-ee89f9f53f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4289 2024.10.04 16:12:53.223314 [ 3 ] {} <Debug> HTTP-Session: e9cb0718-8da7-45aa-8174-ee89f9f53f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4290 2024.10.04 16:12:53.223361 [ 3 ] {} <Trace> HTTP-Session: e9cb0718-8da7-45aa-8174-ee89f9f53f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4291 2024.10.04 16:12:53.223538 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4292 2024.10.04 16:12:53.223606 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4293 2024.10.04 16:12:53.223786 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4294 2024.10.04 16:12:53.224148 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2024.10.04 16:12:53.224186 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4296 2024.10.04 16:12:53.224587 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4297 2024.10.04 16:12:53.224948 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2024.10.04 16:12:53.225098 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001618 sec., 33374.53646477132 rows/sec., 2.33 MiB/sec.
4299 2024.10.04 16:12:53.225284 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Debug> DynamicQueryHandler: Done processing query
4300 2024.10.04 16:12:53.225309 [ 3 ] {b6530ac3-003a-4446-84dd-3439ec2f0472} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4301 2024.10.04 16:12:53.225325 [ 3 ] {} <Debug> HTTP-Session: e9cb0718-8da7-45aa-8174-ee89f9f53f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4302 2024.10.04 16:12:53.225451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 3072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4303 2024.10.04 16:12:53.225501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4304 2024.10.04 16:12:53.225524 [ 3 ] {} <Debug> HTTP-Session: 19a88689-34b5-4792-866b-5c17d2632189 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4305 2024.10.04 16:12:53.225541 [ 3 ] {} <Debug> HTTP-Session: 19a88689-34b5-4792-866b-5c17d2632189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4306 2024.10.04 16:12:53.225555 [ 3 ] {} <Debug> HTTP-Session: 19a88689-34b5-4792-866b-5c17d2632189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4307 2024.10.04 16:12:53.225587 [ 3 ] {} <Trace> HTTP-Session: 19a88689-34b5-4792-866b-5c17d2632189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4308 2024.10.04 16:12:53.225695 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4309 2024.10.04 16:12:53.225741 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4310 2024.10.04 16:12:53.225875 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4311 2024.10.04 16:12:53.226182 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2024.10.04 16:12:53.226220 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4313 2024.10.04 16:12:53.226610 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4314 2024.10.04 16:12:53.226961 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2024.10.04 16:12:53.227110 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001442 sec., 13869.625520110958 rows/sec., 953.54 KiB/sec.
4316 2024.10.04 16:12:53.227291 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Debug> DynamicQueryHandler: Done processing query
4317 2024.10.04 16:12:53.227317 [ 3 ] {7148deea-0ed5-4b11-a2cd-4859f1d1549c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4318 2024.10.04 16:12:53.227333 [ 3 ] {} <Debug> HTTP-Session: 19a88689-34b5-4792-866b-5c17d2632189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4319 2024.10.04 16:12:57.613613 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
4320 2024.10.04 16:12:57.613677 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
4321 2024.10.04 16:12:57.722664 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 446
4322 2024.10.04 16:12:57.725730 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2024.10.04 16:12:57.725847 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4324 2024.10.04 16:12:57.727399 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4325 2024.10.04 16:12:57.728426 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4326 2024.10.04 16:12:57.728973 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446
4327 2024.10.04 16:12:58.228282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4328 2024.10.04 16:12:58.228410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4329 2024.10.04 16:12:58.228439 [ 3 ] {} <Debug> HTTP-Session: 3b97be8b-60bf-4223-a8e8-866a2b6a564c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4330 2024.10.04 16:12:58.228467 [ 3 ] {} <Debug> HTTP-Session: 3b97be8b-60bf-4223-a8e8-866a2b6a564c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4331 2024.10.04 16:12:58.228485 [ 3 ] {} <Debug> HTTP-Session: 3b97be8b-60bf-4223-a8e8-866a2b6a564c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4332 2024.10.04 16:12:58.228544 [ 3 ] {} <Trace> HTTP-Session: 3b97be8b-60bf-4223-a8e8-866a2b6a564c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4333 2024.10.04 16:12:58.228857 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4334 2024.10.04 16:12:58.228938 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4335 2024.10.04 16:12:58.229323 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4336 2024.10.04 16:12:58.229914 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4337 2024.10.04 16:12:58.229954 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4338 2024.10.04 16:12:58.230410 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4339 2024.10.04 16:12:58.230818 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2024.10.04 16:12:58.230967 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002278 sec., 89991.22036874451 rows/sec., 7.92 MiB/sec.
4341 2024.10.04 16:12:58.231322 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Debug> DynamicQueryHandler: Done processing query
4342 2024.10.04 16:12:58.231356 [ 3 ] {fdc1b8b2-421f-4d9b-8603-003eb7f543ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4343 2024.10.04 16:12:58.231373 [ 3 ] {} <Debug> HTTP-Session: 3b97be8b-60bf-4223-a8e8-866a2b6a564c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4344 2024.10.04 16:12:58.231556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4345 2024.10.04 16:12:58.231608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4346 2024.10.04 16:12:58.231627 [ 3 ] {} <Debug> HTTP-Session: ccac7727-19bd-4faa-96ee-e33fb3d8263e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4347 2024.10.04 16:12:58.231643 [ 3 ] {} <Debug> HTTP-Session: ccac7727-19bd-4faa-96ee-e33fb3d8263e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4348 2024.10.04 16:12:58.231657 [ 3 ] {} <Debug> HTTP-Session: ccac7727-19bd-4faa-96ee-e33fb3d8263e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4349 2024.10.04 16:12:58.231691 [ 3 ] {} <Trace> HTTP-Session: ccac7727-19bd-4faa-96ee-e33fb3d8263e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4350 2024.10.04 16:12:58.231801 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4351 2024.10.04 16:12:58.231849 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4352 2024.10.04 16:12:58.232102 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4353 2024.10.04 16:12:58.232421 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4354 2024.10.04 16:12:58.232457 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4355 2024.10.04 16:12:58.232804 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4356 2024.10.04 16:12:58.233187 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4357 2024.10.04 16:12:58.233322 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001554 sec., 5148.005148005148 rows/sec., 387.11 KiB/sec.
4358 2024.10.04 16:12:58.233497 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Debug> DynamicQueryHandler: Done processing query
4359 2024.10.04 16:12:58.233520 [ 3 ] {5d887726-c4e0-4550-8a1a-7d7264fce1af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4360 2024.10.04 16:12:58.233536 [ 3 ] {} <Debug> HTTP-Session: ccac7727-19bd-4faa-96ee-e33fb3d8263e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4361 2024.10.04 16:12:58.233694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4362 2024.10.04 16:12:58.233741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4363 2024.10.04 16:12:58.233760 [ 3 ] {} <Debug> HTTP-Session: 7c06e62a-e24f-484f-89bf-cf79bc2473c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4364 2024.10.04 16:12:58.233777 [ 3 ] {} <Debug> HTTP-Session: 7c06e62a-e24f-484f-89bf-cf79bc2473c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4365 2024.10.04 16:12:58.233791 [ 3 ] {} <Debug> HTTP-Session: 7c06e62a-e24f-484f-89bf-cf79bc2473c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4366 2024.10.04 16:12:58.233822 [ 3 ] {} <Trace> HTTP-Session: 7c06e62a-e24f-484f-89bf-cf79bc2473c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4367 2024.10.04 16:12:58.233923 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4368 2024.10.04 16:12:58.233967 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4369 2024.10.04 16:12:58.234189 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4370 2024.10.04 16:12:58.234490 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4371 2024.10.04 16:12:58.234526 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4372 2024.10.04 16:12:58.234880 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4373 2024.10.04 16:12:58.235256 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4374 2024.10.04 16:12:58.235373 [ 128 ] {} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4375 2024.10.04 16:12:58.235383 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001485 sec., 9427.609427609428 rows/sec., 660.25 KiB/sec.
4376 2024.10.04 16:12:58.235421 [ 128 ] {} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4377 2024.10.04 16:12:58.235461 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4378 2024.10.04 16:12:58.235628 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Debug> DynamicQueryHandler: Done processing query
4379 2024.10.04 16:12:58.235692 [ 3 ] {e3ec755f-7e55-404f-8f9b-4e7a0b2b452e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4380 2024.10.04 16:12:58.235716 [ 3 ] {} <Debug> HTTP-Session: 7c06e62a-e24f-484f-89bf-cf79bc2473c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4381 2024.10.04 16:12:58.235750 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
4382 2024.10.04 16:12:58.235880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4383 2024.10.04 16:12:58.235987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4384 2024.10.04 16:12:58.236038 [ 3 ] {} <Debug> HTTP-Session: b3f4b248-2762-4fc6-b70d-ba110b05783e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4385 2024.10.04 16:12:58.236089 [ 3 ] {} <Debug> HTTP-Session: b3f4b248-2762-4fc6-b70d-ba110b05783e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4386 2024.10.04 16:12:58.236133 [ 3 ] {} <Debug> HTTP-Session: b3f4b248-2762-4fc6-b70d-ba110b05783e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4387 2024.10.04 16:12:58.236226 [ 3 ] {} <Trace> HTTP-Session: b3f4b248-2762-4fc6-b70d-ba110b05783e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4388 2024.10.04 16:12:58.236273 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4389 2024.10.04 16:12:58.236338 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
4390 2024.10.04 16:12:58.236424 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4391 2024.10.04 16:12:58.236538 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
4392 2024.10.04 16:12:58.236587 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4393 2024.10.04 16:12:58.236950 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
4394 2024.10.04 16:12:58.237310 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
4395 2024.10.04 16:12:58.237743 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part
4396 2024.10.04 16:12:58.238125 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4397 2024.10.04 16:12:58.238542 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4398 2024.10.04 16:12:58.239432 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2024.10.04 16:12:58.239498 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4400 2024.10.04 16:12:58.240531 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4401 2024.10.04 16:12:58.241339 [ 189 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.005761051 sec., 89046.25215086623 rows/sec., 6.05 MiB/sec.
4402 2024.10.04 16:12:58.241600 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4403 2024.10.04 16:12:58.241628 [ 189 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4404 2024.10.04 16:12:58.241859 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005485 sec., 1093.8924339106654 rows/sec., 64.63 KiB/sec.
4405 2024.10.04 16:12:58.242514 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Debug> DynamicQueryHandler: Done processing query
4406 2024.10.04 16:12:58.242572 [ 3 ] {78122e08-0cec-4083-b1d3-45a31aab8d38} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4407 2024.10.04 16:12:58.242593 [ 3 ] {} <Debug> HTTP-Session: b3f4b248-2762-4fc6-b70d-ba110b05783e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4408 2024.10.04 16:12:58.242787 [ 189 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4409 2024.10.04 16:12:58.242890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4410 2024.10.04 16:12:58.242906 [ 189 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_11_2} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4411 2024.10.04 16:12:58.242963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4412 2024.10.04 16:12:58.243024 [ 3 ] {} <Debug> HTTP-Session: ea2f13de-3b08-4dfa-b420-90b943c519b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4413 2024.10.04 16:12:58.243064 [ 3 ] {} <Debug> HTTP-Session: ea2f13de-3b08-4dfa-b420-90b943c519b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4414 2024.10.04 16:12:58.243075 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
4415 2024.10.04 16:12:58.243091 [ 3 ] {} <Debug> HTTP-Session: ea2f13de-3b08-4dfa-b420-90b943c519b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4416 2024.10.04 16:12:58.243150 [ 3 ] {} <Trace> HTTP-Session: ea2f13de-3b08-4dfa-b420-90b943c519b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4417 2024.10.04 16:12:58.243373 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4418 2024.10.04 16:12:58.243418 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4419 2024.10.04 16:12:58.243671 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4420 2024.10.04 16:12:58.244321 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4421 2024.10.04 16:12:58.244358 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4422 2024.10.04 16:12:58.244740 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4423 2024.10.04 16:12:58.245124 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4424 2024.10.04 16:12:58.245261 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002003 sec., 194707.9380928607 rows/sec., 13.81 MiB/sec.
4425 2024.10.04 16:12:58.245437 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Debug> DynamicQueryHandler: Done processing query
4426 2024.10.04 16:12:58.245462 [ 3 ] {33818fe4-1a7b-4735-9bd8-9e1c87f0e44d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
4427 2024.10.04 16:12:58.245478 [ 3 ] {} <Debug> HTTP-Session: ea2f13de-3b08-4dfa-b420-90b943c519b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4428 2024.10.04 16:12:58.245603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4429 2024.10.04 16:12:58.245653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4430 2024.10.04 16:12:58.245671 [ 3 ] {} <Debug> HTTP-Session: 7995aca6-bf22-40db-8f02-b7dd943a2097 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4431 2024.10.04 16:12:58.245687 [ 3 ] {} <Debug> HTTP-Session: 7995aca6-bf22-40db-8f02-b7dd943a2097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4432 2024.10.04 16:12:58.245701 [ 3 ] {} <Debug> HTTP-Session: 7995aca6-bf22-40db-8f02-b7dd943a2097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4433 2024.10.04 16:12:58.245731 [ 3 ] {} <Trace> HTTP-Session: 7995aca6-bf22-40db-8f02-b7dd943a2097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4434 2024.10.04 16:12:58.245827 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4435 2024.10.04 16:12:58.245873 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4436 2024.10.04 16:12:58.246004 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4437 2024.10.04 16:12:58.246271 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4438 2024.10.04 16:12:58.246307 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4439 2024.10.04 16:12:58.246662 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4440 2024.10.04 16:12:58.246992 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2024.10.04 16:12:58.247117 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec.
4442 2024.10.04 16:12:58.247285 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Debug> DynamicQueryHandler: Done processing query
4443 2024.10.04 16:12:58.247309 [ 3 ] {2ba61b4a-64e1-4c21-a36c-99947e6e1bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4444 2024.10.04 16:12:58.247381 [ 3 ] {} <Debug> HTTP-Session: 7995aca6-bf22-40db-8f02-b7dd943a2097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4445 2024.10.04 16:12:58.247573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4446 2024.10.04 16:12:58.247622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4447 2024.10.04 16:12:58.247640 [ 3 ] {} <Debug> HTTP-Session: 2bc65b7e-fff6-4f13-b33c-9c8b84a6471f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4448 2024.10.04 16:12:58.247657 [ 3 ] {} <Debug> HTTP-Session: 2bc65b7e-fff6-4f13-b33c-9c8b84a6471f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4449 2024.10.04 16:12:58.247670 [ 3 ] {} <Debug> HTTP-Session: 2bc65b7e-fff6-4f13-b33c-9c8b84a6471f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4450 2024.10.04 16:12:58.247702 [ 3 ] {} <Trace> HTTP-Session: 2bc65b7e-fff6-4f13-b33c-9c8b84a6471f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4451 2024.10.04 16:12:58.247905 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4452 2024.10.04 16:12:58.248060 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4453 2024.10.04 16:12:58.248240 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4454 2024.10.04 16:12:58.248704 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4455 2024.10.04 16:12:58.248742 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4456 2024.10.04 16:12:58.249150 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4457 2024.10.04 16:12:58.249536 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4458 2024.10.04 16:12:58.249689 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001897 sec., 124934.10648392198 rows/sec., 8.37 MiB/sec.
4459 2024.10.04 16:12:58.250016 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Debug> DynamicQueryHandler: Done processing query
4460 2024.10.04 16:12:58.250044 [ 3 ] {4d9bb359-ba46-4aba-9176-762bdeac8193} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4461 2024.10.04 16:12:58.250061 [ 3 ] {} <Debug> HTTP-Session: 2bc65b7e-fff6-4f13-b33c-9c8b84a6471f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4462 2024.10.04 16:12:58.250183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4463 2024.10.04 16:12:58.250236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4464 2024.10.04 16:12:58.250255 [ 3 ] {} <Debug> HTTP-Session: 348e3dee-3664-4ae3-ba2b-c326cac41326 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4465 2024.10.04 16:12:58.250272 [ 3 ] {} <Debug> HTTP-Session: 348e3dee-3664-4ae3-ba2b-c326cac41326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4466 2024.10.04 16:12:58.250285 [ 3 ] {} <Debug> HTTP-Session: 348e3dee-3664-4ae3-ba2b-c326cac41326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4467 2024.10.04 16:12:58.250317 [ 3 ] {} <Trace> HTTP-Session: 348e3dee-3664-4ae3-ba2b-c326cac41326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4468 2024.10.04 16:12:58.250415 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4469 2024.10.04 16:12:58.250462 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4470 2024.10.04 16:12:58.250609 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4471 2024.10.04 16:12:58.250919 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4472 2024.10.04 16:12:58.250958 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4473 2024.10.04 16:12:58.251312 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4474 2024.10.04 16:12:58.251646 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4475 2024.10.04 16:12:58.251777 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec.
4476 2024.10.04 16:12:58.251953 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Debug> DynamicQueryHandler: Done processing query
4477 2024.10.04 16:12:58.251978 [ 3 ] {3773ba50-55c0-4792-bcf9-a071df9e9477} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4478 2024.10.04 16:12:58.251994 [ 3 ] {} <Debug> HTTP-Session: 348e3dee-3664-4ae3-ba2b-c326cac41326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4479 2024.10.04 16:12:58.252105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4480 2024.10.04 16:12:58.252154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4481 2024.10.04 16:12:58.252174 [ 3 ] {} <Debug> HTTP-Session: 2d7a3d3e-29c9-4a32-8325-772962505275 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4482 2024.10.04 16:12:58.252190 [ 3 ] {} <Debug> HTTP-Session: 2d7a3d3e-29c9-4a32-8325-772962505275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4483 2024.10.04 16:12:58.252205 [ 3 ] {} <Debug> HTTP-Session: 2d7a3d3e-29c9-4a32-8325-772962505275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4484 2024.10.04 16:12:58.252236 [ 3 ] {} <Trace> HTTP-Session: 2d7a3d3e-29c9-4a32-8325-772962505275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4485 2024.10.04 16:12:58.252386 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4486 2024.10.04 16:12:58.252452 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4487 2024.10.04 16:12:58.252887 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4488 2024.10.04 16:12:58.253528 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4489 2024.10.04 16:12:58.253565 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4490 2024.10.04 16:12:58.254196 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4491 2024.10.04 16:12:58.254639 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4492 2024.10.04 16:12:58.254786 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002475 sec., 3232.323232323232 rows/sec., 5.79 MiB/sec.
4493 2024.10.04 16:12:58.255004 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Debug> DynamicQueryHandler: Done processing query
4494 2024.10.04 16:12:58.255029 [ 3 ] {3eb9956d-0265-4875-862d-83009c1982ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4495 2024.10.04 16:12:58.255044 [ 3 ] {} <Debug> HTTP-Session: 2d7a3d3e-29c9-4a32-8325-772962505275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4496 2024.10.04 16:12:58.255166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4497 2024.10.04 16:12:58.255215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4498 2024.10.04 16:12:58.255233 [ 3 ] {} <Debug> HTTP-Session: f9dbc125-dfd6-4841-a02d-c641fd075542 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4499 2024.10.04 16:12:58.255250 [ 3 ] {} <Debug> HTTP-Session: f9dbc125-dfd6-4841-a02d-c641fd075542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4500 2024.10.04 16:12:58.255265 [ 3 ] {} <Debug> HTTP-Session: f9dbc125-dfd6-4841-a02d-c641fd075542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4501 2024.10.04 16:12:58.255296 [ 3 ] {} <Trace> HTTP-Session: f9dbc125-dfd6-4841-a02d-c641fd075542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4502 2024.10.04 16:12:58.255422 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4503 2024.10.04 16:12:58.255466 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4504 2024.10.04 16:12:58.255594 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4505 2024.10.04 16:12:58.255964 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4506 2024.10.04 16:12:58.256001 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4507 2024.10.04 16:12:58.256396 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4508 2024.10.04 16:12:58.256735 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4509 2024.10.04 16:12:58.256874 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0015 sec., 54666.666666666664 rows/sec., 3.47 MiB/sec.
4510 2024.10.04 16:12:58.257046 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Debug> DynamicQueryHandler: Done processing query
4511 2024.10.04 16:12:58.257070 [ 3 ] {8cc6d4c9-6e2b-47a7-acb3-56775f33f0b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4512 2024.10.04 16:12:58.257085 [ 3 ] {} <Debug> HTTP-Session: f9dbc125-dfd6-4841-a02d-c641fd075542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4513 2024.10.04 16:13:03.224324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4514 2024.10.04 16:13:03.224543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4515 2024.10.04 16:13:03.224588 [ 3 ] {} <Debug> HTTP-Session: e4ffcbb4-18f3-4833-ae77-888974f85339 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4516 2024.10.04 16:13:03.224632 [ 3 ] {} <Debug> HTTP-Session: e4ffcbb4-18f3-4833-ae77-888974f85339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4517 2024.10.04 16:13:03.224662 [ 3 ] {} <Debug> HTTP-Session: e4ffcbb4-18f3-4833-ae77-888974f85339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4518 2024.10.04 16:13:03.224743 [ 3 ] {} <Trace> HTTP-Session: e4ffcbb4-18f3-4833-ae77-888974f85339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4519 2024.10.04 16:13:03.225029 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
4520 2024.10.04 16:13:03.225141 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4521 2024.10.04 16:13:03.225668 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4522 2024.10.04 16:13:03.226152 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4523 2024.10.04 16:13:03.226194 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4524 2024.10.04 16:13:03.226610 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4525 2024.10.04 16:13:03.227004 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4526 2024.10.04 16:13:03.227190 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002236 sec., 894.4543828264758 rows/sec., 72.94 KiB/sec.
4527 2024.10.04 16:13:03.227457 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Debug> DynamicQueryHandler: Done processing query
4528 2024.10.04 16:13:03.227484 [ 3 ] {08e80456-d969-4245-bf2a-2d66c7b1abae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4529 2024.10.04 16:13:03.227501 [ 3 ] {} <Debug> HTTP-Session: e4ffcbb4-18f3-4833-ae77-888974f85339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4530 2024.10.04 16:13:03.227686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4531 2024.10.04 16:13:03.227743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4532 2024.10.04 16:13:03.227764 [ 3 ] {} <Debug> HTTP-Session: e1f51557-4d6e-489c-a38f-976b0aa904eb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4533 2024.10.04 16:13:03.227782 [ 3 ] {} <Debug> HTTP-Session: e1f51557-4d6e-489c-a38f-976b0aa904eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4534 2024.10.04 16:13:03.227798 [ 3 ] {} <Debug> HTTP-Session: e1f51557-4d6e-489c-a38f-976b0aa904eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4535 2024.10.04 16:13:03.227833 [ 3 ] {} <Trace> HTTP-Session: e1f51557-4d6e-489c-a38f-976b0aa904eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4536 2024.10.04 16:13:03.227965 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4537 2024.10.04 16:13:03.228011 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4538 2024.10.04 16:13:03.228245 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4539 2024.10.04 16:13:03.228644 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4540 2024.10.04 16:13:03.228682 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4541 2024.10.04 16:13:03.229046 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4542 2024.10.04 16:13:03.229436 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4543 2024.10.04 16:13:03.229607 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Debug> executeQuery: Read 75 rows, 6.19 KiB in 0.001686 sec., 44483.985765124555 rows/sec., 3.58 MiB/sec.
4544 2024.10.04 16:13:03.229939 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Debug> DynamicQueryHandler: Done processing query
4545 2024.10.04 16:13:03.229963 [ 3 ] {e88bca3e-44c8-4105-808a-b96c7e1c1a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4546 2024.10.04 16:13:03.229978 [ 3 ] {} <Debug> HTTP-Session: e1f51557-4d6e-489c-a38f-976b0aa904eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4547 2024.10.04 16:13:03.230095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4548 2024.10.04 16:13:03.230143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4549 2024.10.04 16:13:03.230162 [ 3 ] {} <Debug> HTTP-Session: dcd489a4-cd29-4397-8ef2-46be074cc39d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4550 2024.10.04 16:13:03.230178 [ 3 ] {} <Debug> HTTP-Session: dcd489a4-cd29-4397-8ef2-46be074cc39d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4551 2024.10.04 16:13:03.230191 [ 3 ] {} <Debug> HTTP-Session: dcd489a4-cd29-4397-8ef2-46be074cc39d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4552 2024.10.04 16:13:03.230221 [ 3 ] {} <Trace> HTTP-Session: dcd489a4-cd29-4397-8ef2-46be074cc39d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4553 2024.10.04 16:13:03.230321 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4554 2024.10.04 16:13:03.230363 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4555 2024.10.04 16:13:03.230594 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4556 2024.10.04 16:13:03.230965 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2024.10.04 16:13:03.231002 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4558 2024.10.04 16:13:03.231349 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4559 2024.10.04 16:13:03.231708 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2024.10.04 16:13:03.231873 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001538 sec., 7152.145643693108 rows/sec., 530.82 KiB/sec.
4561 2024.10.04 16:13:03.232098 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Debug> DynamicQueryHandler: Done processing query
4562 2024.10.04 16:13:03.232124 [ 3 ] {b5416ae0-37fe-4d01-9079-db6d26c84c30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4563 2024.10.04 16:13:03.232140 [ 3 ] {} <Debug> HTTP-Session: dcd489a4-cd29-4397-8ef2-46be074cc39d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4564 2024.10.04 16:13:03.232276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4565 2024.10.04 16:13:03.232324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4566 2024.10.04 16:13:03.232344 [ 3 ] {} <Debug> HTTP-Session: 481f8b56-4602-467b-9b09-b9ffe4acb631 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4567 2024.10.04 16:13:03.232360 [ 3 ] {} <Debug> HTTP-Session: 481f8b56-4602-467b-9b09-b9ffe4acb631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4568 2024.10.04 16:13:03.232374 [ 3 ] {} <Debug> HTTP-Session: 481f8b56-4602-467b-9b09-b9ffe4acb631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4569 2024.10.04 16:13:03.232406 [ 3 ] {} <Trace> HTTP-Session: 481f8b56-4602-467b-9b09-b9ffe4acb631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4570 2024.10.04 16:13:03.232528 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4571 2024.10.04 16:13:03.232571 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4572 2024.10.04 16:13:03.232797 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4573 2024.10.04 16:13:03.233215 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2024.10.04 16:13:03.233251 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4575 2024.10.04 16:13:03.233608 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4576 2024.10.04 16:13:03.233962 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2024.10.04 16:13:03.234121 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001638 sec., 45787.54578754579 rows/sec., 3.58 MiB/sec.
4578 2024.10.04 16:13:03.234298 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Debug> DynamicQueryHandler: Done processing query
4579 2024.10.04 16:13:03.234323 [ 3 ] {967a6d25-19c4-4851-a901-9444b66d5e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4580 2024.10.04 16:13:03.234339 [ 3 ] {} <Debug> HTTP-Session: 481f8b56-4602-467b-9b09-b9ffe4acb631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4581 2024.10.04 16:13:03.234520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30867, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4582 2024.10.04 16:13:03.234569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4583 2024.10.04 16:13:03.234588 [ 3 ] {} <Debug> HTTP-Session: 8b7d59a1-bd17-432f-bf95-0ab066b7b3b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4584 2024.10.04 16:13:03.234605 [ 3 ] {} <Debug> HTTP-Session: 8b7d59a1-bd17-432f-bf95-0ab066b7b3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4585 2024.10.04 16:13:03.234619 [ 3 ] {} <Debug> HTTP-Session: 8b7d59a1-bd17-432f-bf95-0ab066b7b3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4586 2024.10.04 16:13:03.234650 [ 3 ] {} <Trace> HTTP-Session: 8b7d59a1-bd17-432f-bf95-0ab066b7b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4587 2024.10.04 16:13:03.234809 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4588 2024.10.04 16:13:03.234857 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4589 2024.10.04 16:13:03.235004 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4590 2024.10.04 16:13:03.235525 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4591 2024.10.04 16:13:03.235561 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4592 2024.10.04 16:13:03.235953 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4593 2024.10.04 16:13:03.236311 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4594 2024.10.04 16:13:03.236474 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001734 sec., 92848.90426758939 rows/sec., 6.47 MiB/sec.
4595 2024.10.04 16:13:03.236789 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Debug> DynamicQueryHandler: Done processing query
4596 2024.10.04 16:13:03.236814 [ 3 ] {becff238-44fd-473c-8a74-c11cdf817c34} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4597 2024.10.04 16:13:03.236831 [ 3 ] {} <Debug> HTTP-Session: 8b7d59a1-bd17-432f-bf95-0ab066b7b3b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4598 2024.10.04 16:13:03.236962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4599 2024.10.04 16:13:03.237010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4600 2024.10.04 16:13:03.237028 [ 3 ] {} <Debug> HTTP-Session: 3717fffb-6e0e-41e7-9b97-90e4f4a5d751 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4601 2024.10.04 16:13:03.237045 [ 3 ] {} <Debug> HTTP-Session: 3717fffb-6e0e-41e7-9b97-90e4f4a5d751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4602 2024.10.04 16:13:03.237059 [ 3 ] {} <Debug> HTTP-Session: 3717fffb-6e0e-41e7-9b97-90e4f4a5d751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4603 2024.10.04 16:13:03.237090 [ 3 ] {} <Trace> HTTP-Session: 3717fffb-6e0e-41e7-9b97-90e4f4a5d751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4604 2024.10.04 16:13:03.237272 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4605 2024.10.04 16:13:03.237346 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4606 2024.10.04 16:13:03.237804 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4607 2024.10.04 16:13:03.238532 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4608 2024.10.04 16:13:03.238570 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4609 2024.10.04 16:13:03.239181 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4610 2024.10.04 16:13:03.239598 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4611 2024.10.04 16:13:03.239804 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002633 sec., 3418.154196733764 rows/sec., 6.13 MiB/sec.
4612 2024.10.04 16:13:03.240178 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Debug> DynamicQueryHandler: Done processing query
4613 2024.10.04 16:13:03.240203 [ 3 ] {bd1d70d8-bf18-4dd3-9fc1-ba4fdbbac9e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4614 2024.10.04 16:13:03.240219 [ 3 ] {} <Debug> HTTP-Session: 3717fffb-6e0e-41e7-9b97-90e4f4a5d751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4615 2024.10.04 16:13:03.240351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4616 2024.10.04 16:13:03.240399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4617 2024.10.04 16:13:03.240418 [ 3 ] {} <Debug> HTTP-Session: 4e66db3b-ad4d-4283-a8a8-ce6cd58c73e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4618 2024.10.04 16:13:03.240435 [ 3 ] {} <Debug> HTTP-Session: 4e66db3b-ad4d-4283-a8a8-ce6cd58c73e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4619 2024.10.04 16:13:03.240449 [ 3 ] {} <Debug> HTTP-Session: 4e66db3b-ad4d-4283-a8a8-ce6cd58c73e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4620 2024.10.04 16:13:03.240481 [ 3 ] {} <Trace> HTTP-Session: 4e66db3b-ad4d-4283-a8a8-ce6cd58c73e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4621 2024.10.04 16:13:03.240598 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4622 2024.10.04 16:13:03.240643 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4623 2024.10.04 16:13:03.240772 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4624 2024.10.04 16:13:03.241139 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4625 2024.10.04 16:13:03.241175 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4626 2024.10.04 16:13:03.241538 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4627 2024.10.04 16:13:03.241862 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4628 2024.10.04 16:13:03.242023 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec.
4629 2024.10.04 16:13:03.242195 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Debug> DynamicQueryHandler: Done processing query
4630 2024.10.04 16:13:03.242218 [ 3 ] {a9748f8f-1c2b-410a-827a-fc3de1b73a1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
4631 2024.10.04 16:13:03.242234 [ 3 ] {} <Debug> HTTP-Session: 4e66db3b-ad4d-4283-a8a8-ce6cd58c73e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4632 2024.10.04 16:13:07.729451 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 480
4633 2024.10.04 16:13:07.732365 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4634 2024.10.04 16:13:07.732414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4635 2024.10.04 16:13:07.733950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4636 2024.10.04 16:13:07.734943 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4637 2024.10.04 16:13:07.735662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480
4638 2024.10.04 16:13:08.227641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4639 2024.10.04 16:13:08.227767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4640 2024.10.04 16:13:08.227791 [ 3 ] {} <Debug> HTTP-Session: 6e852668-1b27-4de2-929c-38d873e205b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4641 2024.10.04 16:13:08.227816 [ 3 ] {} <Debug> HTTP-Session: 6e852668-1b27-4de2-929c-38d873e205b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4642 2024.10.04 16:13:08.227831 [ 3 ] {} <Debug> HTTP-Session: 6e852668-1b27-4de2-929c-38d873e205b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4643 2024.10.04 16:13:08.227880 [ 3 ] {} <Trace> HTTP-Session: 6e852668-1b27-4de2-929c-38d873e205b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4644 2024.10.04 16:13:08.228144 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4645 2024.10.04 16:13:08.228212 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4646 2024.10.04 16:13:08.228570 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4647 2024.10.04 16:13:08.229182 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4648 2024.10.04 16:13:08.229223 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4649 2024.10.04 16:13:08.229704 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4650 2024.10.04 16:13:08.230121 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4651 2024.10.04 16:13:08.230272 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002253 sec., 90989.79138925877 rows/sec., 8.01 MiB/sec.
4652 2024.10.04 16:13:08.230496 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Debug> DynamicQueryHandler: Done processing query
4653 2024.10.04 16:13:08.230523 [ 3 ] {78cf27e8-9cdf-41b3-a17e-55e50be15cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4654 2024.10.04 16:13:08.230539 [ 3 ] {} <Debug> HTTP-Session: 6e852668-1b27-4de2-929c-38d873e205b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4655 2024.10.04 16:13:08.230740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4656 2024.10.04 16:13:08.230796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4657 2024.10.04 16:13:08.230814 [ 3 ] {} <Debug> HTTP-Session: 4e58ef6e-fd9e-4433-b976-40fd0ddeeb2c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4658 2024.10.04 16:13:08.230834 [ 3 ] {} <Debug> HTTP-Session: 4e58ef6e-fd9e-4433-b976-40fd0ddeeb2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4659 2024.10.04 16:13:08.230848 [ 3 ] {} <Debug> HTTP-Session: 4e58ef6e-fd9e-4433-b976-40fd0ddeeb2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4660 2024.10.04 16:13:08.230882 [ 3 ] {} <Trace> HTTP-Session: 4e58ef6e-fd9e-4433-b976-40fd0ddeeb2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4661 2024.10.04 16:13:08.230988 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4662 2024.10.04 16:13:08.231033 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4663 2024.10.04 16:13:08.231268 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4664 2024.10.04 16:13:08.231657 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4665 2024.10.04 16:13:08.231693 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4666 2024.10.04 16:13:08.232053 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4667 2024.10.04 16:13:08.232425 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4668 2024.10.04 16:13:08.232557 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001598 sec., 5006.2578222778475 rows/sec., 376.45 KiB/sec.
4669 2024.10.04 16:13:08.232733 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Debug> DynamicQueryHandler: Done processing query
4670 2024.10.04 16:13:08.232758 [ 3 ] {5a42c557-e563-4db1-aa43-81a809af47b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4671 2024.10.04 16:13:08.232774 [ 3 ] {} <Debug> HTTP-Session: 4e58ef6e-fd9e-4433-b976-40fd0ddeeb2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4672 2024.10.04 16:13:08.232909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4673 2024.10.04 16:13:08.232962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4674 2024.10.04 16:13:08.232981 [ 3 ] {} <Debug> HTTP-Session: 4c7feb39-4d8e-4bb3-b310-e2545d006cda Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4675 2024.10.04 16:13:08.232998 [ 3 ] {} <Debug> HTTP-Session: 4c7feb39-4d8e-4bb3-b310-e2545d006cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4676 2024.10.04 16:13:08.233012 [ 3 ] {} <Debug> HTTP-Session: 4c7feb39-4d8e-4bb3-b310-e2545d006cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4677 2024.10.04 16:13:08.233044 [ 3 ] {} <Trace> HTTP-Session: 4c7feb39-4d8e-4bb3-b310-e2545d006cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4678 2024.10.04 16:13:08.233146 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
4679 2024.10.04 16:13:08.233190 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4680 2024.10.04 16:13:08.233414 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4681 2024.10.04 16:13:08.233725 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4682 2024.10.04 16:13:08.233761 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4683 2024.10.04 16:13:08.234120 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4684 2024.10.04 16:13:08.234512 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4685 2024.10.04 16:13:08.234642 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec.
4686 2024.10.04 16:13:08.234813 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Debug> DynamicQueryHandler: Done processing query
4687 2024.10.04 16:13:08.234837 [ 3 ] {880bfe56-ccf5-4e70-b482-6775247175c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4688 2024.10.04 16:13:08.234853 [ 3 ] {} <Debug> HTTP-Session: 4c7feb39-4d8e-4bb3-b310-e2545d006cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4689 2024.10.04 16:13:08.234968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4690 2024.10.04 16:13:08.235017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4691 2024.10.04 16:13:08.235036 [ 3 ] {} <Debug> HTTP-Session: 7a5ae3d7-bc0a-43b8-b8de-63528339c025 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4692 2024.10.04 16:13:08.235052 [ 3 ] {} <Debug> HTTP-Session: 7a5ae3d7-bc0a-43b8-b8de-63528339c025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4693 2024.10.04 16:13:08.235065 [ 3 ] {} <Debug> HTTP-Session: 7a5ae3d7-bc0a-43b8-b8de-63528339c025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4694 2024.10.04 16:13:08.235097 [ 3 ] {} <Trace> HTTP-Session: 7a5ae3d7-bc0a-43b8-b8de-63528339c025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4695 2024.10.04 16:13:08.235194 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
4696 2024.10.04 16:13:08.235236 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4697 2024.10.04 16:13:08.235460 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4698 2024.10.04 16:13:08.235766 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4699 2024.10.04 16:13:08.235802 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4700 2024.10.04 16:13:08.236149 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4701 2024.10.04 16:13:08.236521 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4702 2024.10.04 16:13:08.236641 [ 144 ] {} <Debug> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
4703 2024.10.04 16:13:08.236651 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec.
4704 2024.10.04 16:13:08.236689 [ 144 ] {} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4705 2024.10.04 16:13:08.236728 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4706 2024.10.04 16:13:08.236959 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Debug> DynamicQueryHandler: Done processing query
4707 2024.10.04 16:13:08.237042 [ 3 ] {ced49726-da6c-4a96-ba55-5a0a21949349} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4708 2024.10.04 16:13:08.237114 [ 3 ] {} <Debug> HTTP-Session: 7a5ae3d7-bc0a-43b8-b8de-63528339c025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4709 2024.10.04 16:13:08.237135 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
4710 2024.10.04 16:13:08.237397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4711 2024.10.04 16:13:08.237399 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4712 2024.10.04 16:13:08.237495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4713 2024.10.04 16:13:08.237495 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
4714 2024.10.04 16:13:08.237535 [ 3 ] {} <Debug> HTTP-Session: f9b8b143-bf0f-4249-997f-c18e467e7071 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4715 2024.10.04 16:13:08.237575 [ 3 ] {} <Debug> HTTP-Session: f9b8b143-bf0f-4249-997f-c18e467e7071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4716 2024.10.04 16:13:08.237619 [ 3 ] {} <Debug> HTTP-Session: f9b8b143-bf0f-4249-997f-c18e467e7071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4717 2024.10.04 16:13:08.237773 [ 3 ] {} <Trace> HTTP-Session: f9b8b143-bf0f-4249-997f-c18e467e7071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4718 2024.10.04 16:13:08.237779 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
4719 2024.10.04 16:13:08.238054 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
4720 2024.10.04 16:13:08.238257 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
4721 2024.10.04 16:13:08.238277 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4722 2024.10.04 16:13:08.238488 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4723 2024.10.04 16:13:08.238572 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
4724 2024.10.04 16:13:08.239591 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4725 2024.10.04 16:13:08.241095 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4726 2024.10.04 16:13:08.241110 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004287753 sec., 6996.671683280263 rows/sec., 444.12 KiB/sec.
4727 2024.10.04 16:13:08.241140 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4728 2024.10.04 16:13:08.241299 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
4729 2024.10.04 16:13:08.242179 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4730 2024.10.04 16:13:08.242392 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_9_2} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4731 2024.10.04 16:13:08.242649 [ 189 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_9_2} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
4732 2024.10.04 16:13:08.242871 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4733 2024.10.04 16:13:08.243059 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4734 2024.10.04 16:13:08.243204 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005231 sec., 74555.53431466258 rows/sec., 5.29 MiB/sec.
4735 2024.10.04 16:13:08.243402 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Debug> DynamicQueryHandler: Done processing query
4736 2024.10.04 16:13:08.243427 [ 3 ] {ad5d115a-1045-4900-a334-5cea21c2b99e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
4737 2024.10.04 16:13:08.243443 [ 3 ] {} <Debug> HTTP-Session: f9b8b143-bf0f-4249-997f-c18e467e7071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4738 2024.10.04 16:13:08.243567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4739 2024.10.04 16:13:08.243617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4740 2024.10.04 16:13:08.243635 [ 3 ] {} <Debug> HTTP-Session: 918e6331-4b79-4306-a301-a7f4c188ffce Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4741 2024.10.04 16:13:08.243652 [ 3 ] {} <Debug> HTTP-Session: 918e6331-4b79-4306-a301-a7f4c188ffce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4742 2024.10.04 16:13:08.243666 [ 3 ] {} <Debug> HTTP-Session: 918e6331-4b79-4306-a301-a7f4c188ffce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4743 2024.10.04 16:13:08.243698 [ 3 ] {} <Trace> HTTP-Session: 918e6331-4b79-4306-a301-a7f4c188ffce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4744 2024.10.04 16:13:08.243799 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
4745 2024.10.04 16:13:08.243844 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4746 2024.10.04 16:13:08.243979 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4747 2024.10.04 16:13:08.244290 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2024.10.04 16:13:08.244327 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4749 2024.10.04 16:13:08.244702 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
4750 2024.10.04 16:13:08.245056 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2024.10.04 16:13:08.245209 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec.
4752 2024.10.04 16:13:08.245514 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Debug> DynamicQueryHandler: Done processing query
4753 2024.10.04 16:13:08.245539 [ 3 ] {bbd65d63-2310-4b7e-bc7f-ce123a789112} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
4754 2024.10.04 16:13:08.245555 [ 3 ] {} <Debug> HTTP-Session: 918e6331-4b79-4306-a301-a7f4c188ffce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4755 2024.10.04 16:13:08.245744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4756 2024.10.04 16:13:08.245794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4757 2024.10.04 16:13:08.245813 [ 3 ] {} <Debug> HTTP-Session: 0e62580f-d6a5-483f-a495-e83dc67675c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4758 2024.10.04 16:13:08.245829 [ 3 ] {} <Debug> HTTP-Session: 0e62580f-d6a5-483f-a495-e83dc67675c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4759 2024.10.04 16:13:08.245844 [ 3 ] {} <Debug> HTTP-Session: 0e62580f-d6a5-483f-a495-e83dc67675c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4760 2024.10.04 16:13:08.245875 [ 3 ] {} <Trace> HTTP-Session: 0e62580f-d6a5-483f-a495-e83dc67675c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4761 2024.10.04 16:13:08.246086 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4762 2024.10.04 16:13:08.246133 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4763 2024.10.04 16:13:08.246297 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4764 2024.10.04 16:13:08.246789 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4765 2024.10.04 16:13:08.246826 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4766 2024.10.04 16:13:08.247236 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4767 2024.10.04 16:13:08.247594 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4768 2024.10.04 16:13:08.247762 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001786 sec., 132698.76819708847 rows/sec., 8.89 MiB/sec.
4769 2024.10.04 16:13:08.247946 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Debug> DynamicQueryHandler: Done processing query
4770 2024.10.04 16:13:08.247971 [ 3 ] {a0973ec0-1b7d-4701-a23a-0eb4697611e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
4771 2024.10.04 16:13:08.247987 [ 3 ] {} <Debug> HTTP-Session: 0e62580f-d6a5-483f-a495-e83dc67675c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4772 2024.10.04 16:13:08.248107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4773 2024.10.04 16:13:08.248155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4774 2024.10.04 16:13:08.248175 [ 3 ] {} <Debug> HTTP-Session: d7a02a23-5249-42c4-808f-506123cced2a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4775 2024.10.04 16:13:08.248192 [ 3 ] {} <Debug> HTTP-Session: d7a02a23-5249-42c4-808f-506123cced2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4776 2024.10.04 16:13:08.248206 [ 3 ] {} <Debug> HTTP-Session: d7a02a23-5249-42c4-808f-506123cced2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4777 2024.10.04 16:13:08.248236 [ 3 ] {} <Trace> HTTP-Session: d7a02a23-5249-42c4-808f-506123cced2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4778 2024.10.04 16:13:08.248331 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
4779 2024.10.04 16:13:08.248376 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4780 2024.10.04 16:13:08.248504 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4781 2024.10.04 16:13:08.248773 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4782 2024.10.04 16:13:08.248810 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4783 2024.10.04 16:13:08.249173 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4784 2024.10.04 16:13:08.249515 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4785 2024.10.04 16:13:08.249681 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec.
4786 2024.10.04 16:13:08.249681 [ 143 ] {} <Debug> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
4787 2024.10.04 16:13:08.249784 [ 143 ] {} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4788 2024.10.04 16:13:08.249836 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4789 2024.10.04 16:13:08.249959 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Debug> DynamicQueryHandler: Done processing query
4790 2024.10.04 16:13:08.250016 [ 3 ] {30af4dcb-083c-4349-84e3-486041ea338b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
4791 2024.10.04 16:13:08.250053 [ 3 ] {} <Debug> HTTP-Session: d7a02a23-5249-42c4-808f-506123cced2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4792 2024.10.04 16:13:08.250060 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
4793 2024.10.04 16:13:08.250220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4794 2024.10.04 16:13:08.250340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4795 2024.10.04 16:13:08.250347 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4796 2024.10.04 16:13:08.250367 [ 3 ] {} <Debug> HTTP-Session: 538bc206-2a7b-4675-b5fe-3ae9ad72f4f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4797 2024.10.04 16:13:08.250415 [ 3 ] {} <Debug> HTTP-Session: 538bc206-2a7b-4675-b5fe-3ae9ad72f4f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4798 2024.10.04 16:13:08.250425 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
4799 2024.10.04 16:13:08.250441 [ 3 ] {} <Debug> HTTP-Session: 538bc206-2a7b-4675-b5fe-3ae9ad72f4f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4800 2024.10.04 16:13:08.250516 [ 3 ] {} <Trace> HTTP-Session: 538bc206-2a7b-4675-b5fe-3ae9ad72f4f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4801 2024.10.04 16:13:08.250666 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
4802 2024.10.04 16:13:08.250977 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4803 2024.10.04 16:13:08.250991 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
4804 2024.10.04 16:13:08.251305 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
4805 2024.10.04 16:13:08.251305 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4806 2024.10.04 16:13:08.251574 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
4807 2024.10.04 16:13:08.251944 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
4808 2024.10.04 16:13:08.253765 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4809 2024.10.04 16:13:08.255570 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4810 2024.10.04 16:13:08.255590 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.005660929 sec., 1943.1439610000407 rows/sec., 129.55 KiB/sec.
4811 2024.10.04 16:13:08.255623 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4812 2024.10.04 16:13:08.255768 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
4813 2024.10.04 16:13:08.256736 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4814 2024.10.04 16:13:08.256967 [ 190 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_10_2} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
4815 2024.10.04 16:13:08.257150 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4816 2024.10.04 16:13:08.257298 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4817 2024.10.04 16:13:08.257759 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4818 2024.10.04 16:13:08.258013 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007253 sec., 1102.9918654349924 rows/sec., 1.98 MiB/sec.
4819 2024.10.04 16:13:08.258615 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Debug> DynamicQueryHandler: Done processing query
4820 2024.10.04 16:13:08.258640 [ 3 ] {67de98f5-0797-4468-931c-c8ecf75e0f36} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4821 2024.10.04 16:13:08.258657 [ 3 ] {} <Debug> HTTP-Session: 538bc206-2a7b-4675-b5fe-3ae9ad72f4f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4822 2024.10.04 16:13:08.258778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4823 2024.10.04 16:13:08.258828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4824 2024.10.04 16:13:08.258847 [ 3 ] {} <Debug> HTTP-Session: f3963a88-3c5b-423c-83ea-6361aa5a3beb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4825 2024.10.04 16:13:08.258864 [ 3 ] {} <Debug> HTTP-Session: f3963a88-3c5b-423c-83ea-6361aa5a3beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4826 2024.10.04 16:13:08.258878 [ 3 ] {} <Debug> HTTP-Session: f3963a88-3c5b-423c-83ea-6361aa5a3beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4827 2024.10.04 16:13:08.258913 [ 3 ] {} <Trace> HTTP-Session: f3963a88-3c5b-423c-83ea-6361aa5a3beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4828 2024.10.04 16:13:08.259045 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4829 2024.10.04 16:13:08.259091 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4830 2024.10.04 16:13:08.259241 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4831 2024.10.04 16:13:08.259560 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4832 2024.10.04 16:13:08.259597 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4833 2024.10.04 16:13:08.259973 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4834 2024.10.04 16:13:08.260308 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4835 2024.10.04 16:13:08.260474 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec.
4836 2024.10.04 16:13:08.260647 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Debug> DynamicQueryHandler: Done processing query
4837 2024.10.04 16:13:08.260672 [ 3 ] {acd3e98e-f15f-4f63-9028-290818f79cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4838 2024.10.04 16:13:08.260688 [ 3 ] {} <Debug> HTTP-Session: f3963a88-3c5b-423c-83ea-6361aa5a3beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4839 2024.10.04 16:13:12.613718 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
4840 2024.10.04 16:13:12.613786 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
4841 2024.10.04 16:13:13.223495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4842 2024.10.04 16:13:13.223673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4843 2024.10.04 16:13:13.223720 [ 3 ] {} <Debug> HTTP-Session: ed5bb714-63a0-42de-8e57-cc919a0cdf09 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4844 2024.10.04 16:13:13.223761 [ 3 ] {} <Debug> HTTP-Session: ed5bb714-63a0-42de-8e57-cc919a0cdf09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4845 2024.10.04 16:13:13.223791 [ 3 ] {} <Debug> HTTP-Session: ed5bb714-63a0-42de-8e57-cc919a0cdf09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4846 2024.10.04 16:13:13.223865 [ 3 ] {} <Trace> HTTP-Session: ed5bb714-63a0-42de-8e57-cc919a0cdf09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4847 2024.10.04 16:13:13.224077 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
4848 2024.10.04 16:13:13.224148 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4849 2024.10.04 16:13:13.224493 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4850 2024.10.04 16:13:13.225076 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4851 2024.10.04 16:13:13.225122 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4852 2024.10.04 16:13:13.225556 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4853 2024.10.04 16:13:13.225965 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4854 2024.10.04 16:13:13.226146 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Debug> executeQuery: Read 74 rows, 6.11 KiB in 0.002139 sec., 34595.60542309491 rows/sec., 2.79 MiB/sec.
4855 2024.10.04 16:13:13.226154 [ 138 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4856 2024.10.04 16:13:13.226253 [ 138 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4857 2024.10.04 16:13:13.226316 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4858 2024.10.04 16:13:13.226481 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
4859 2024.10.04 16:13:13.226482 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Debug> DynamicQueryHandler: Done processing query
4860 2024.10.04 16:13:13.226548 [ 3 ] {dc5f7df3-1854-405f-af47-5b2224be59f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4861 2024.10.04 16:13:13.226575 [ 3 ] {} <Debug> HTTP-Session: ed5bb714-63a0-42de-8e57-cc919a0cdf09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4862 2024.10.04 16:13:13.226663 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4863 2024.10.04 16:13:13.226701 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1370 rows starting from the beginning of the part
4864 2024.10.04 16:13:13.226729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4865 2024.10.04 16:13:13.226827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4866 2024.10.04 16:13:13.226826 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part
4867 2024.10.04 16:13:13.226868 [ 3 ] {} <Debug> HTTP-Session: 955ebb0e-b5cc-4aa6-9a8e-f9d080058e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4868 2024.10.04 16:13:13.226909 [ 3 ] {} <Debug> HTTP-Session: 955ebb0e-b5cc-4aa6-9a8e-f9d080058e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4869 2024.10.04 16:13:13.226950 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 205 rows starting from the beginning of the part
4870 2024.10.04 16:13:13.227065 [ 3 ] {} <Debug> HTTP-Session: 955ebb0e-b5cc-4aa6-9a8e-f9d080058e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4871 2024.10.04 16:13:13.227155 [ 3 ] {} <Trace> HTTP-Session: 955ebb0e-b5cc-4aa6-9a8e-f9d080058e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4872 2024.10.04 16:13:13.227203 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part
4873 2024.10.04 16:13:13.227436 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
4874 2024.10.04 16:13:13.227437 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 205 rows starting from the beginning of the part
4875 2024.10.04 16:13:13.227554 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4876 2024.10.04 16:13:13.227766 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part
4877 2024.10.04 16:13:13.228464 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4878 2024.10.04 16:13:13.229041 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4879 2024.10.04 16:13:13.229089 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4880 2024.10.04 16:13:13.229563 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4881 2024.10.04 16:13:13.229969 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1985 rows, containing 5 columns (5 merged, 0 gathered) in 0.003546068 sec., 559774.9394540658 rows/sec., 49.22 MiB/sec.
4882 2024.10.04 16:13:13.230243 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4883 2024.10.04 16:13:13.230364 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4884 2024.10.04 16:13:13.230479 [ 138 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4885 2024.10.04 16:13:13.230586 [ 138 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4886 2024.10.04 16:13:13.230589 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.003256 sec., 2764.127764127764 rows/sec., 207.85 KiB/sec.
4887 2024.10.04 16:13:13.230659 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4888 2024.10.04 16:13:13.231494 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
4889 2024.10.04 16:13:13.231614 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Debug> DynamicQueryHandler: Done processing query
4890 2024.10.04 16:13:13.231796 [ 3 ] {3d13e682-ebbc-4aea-9105-abda37e846e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
4891 2024.10.04 16:13:13.231951 [ 3 ] {} <Debug> HTTP-Session: 955ebb0e-b5cc-4aa6-9a8e-f9d080058e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4892 2024.10.04 16:13:13.232295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4893 2024.10.04 16:13:13.232449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4894 2024.10.04 16:13:13.232486 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4895 2024.10.04 16:13:13.232523 [ 3 ] {} <Debug> HTTP-Session: d776a011-4a5f-41cd-8e27-5165347d79f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4896 2024.10.04 16:13:13.232549 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 27 rows starting from the beginning of the part
4897 2024.10.04 16:13:13.232573 [ 3 ] {} <Debug> HTTP-Session: d776a011-4a5f-41cd-8e27-5165347d79f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4898 2024.10.04 16:13:13.232639 [ 3 ] {} <Debug> HTTP-Session: d776a011-4a5f-41cd-8e27-5165347d79f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4899 2024.10.04 16:13:13.232778 [ 3 ] {} <Trace> HTTP-Session: d776a011-4a5f-41cd-8e27-5165347d79f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4900 2024.10.04 16:13:13.232915 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part
4901 2024.10.04 16:13:13.233193 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4902 2024.10.04 16:13:13.233278 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
4903 2024.10.04 16:13:13.233410 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
4904 2024.10.04 16:13:13.233432 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4905 2024.10.04 16:13:13.233746 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_21_4} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4906 2024.10.04 16:13:13.233964 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part
4907 2024.10.04 16:13:13.234133 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
4908 2024.10.04 16:13:13.234293 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
4909 2024.10.04 16:13:13.234494 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part
4910 2024.10.04 16:13:13.234908 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4911 2024.10.04 16:13:13.235495 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4912 2024.10.04 16:13:13.235539 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4913 2024.10.04 16:13:13.236092 [ 200 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 74 rows, containing 5 columns (5 merged, 0 gathered) in 0.005276901 sec., 14023.382284412764 rows/sec., 1.07 MiB/sec.
4914 2024.10.04 16:13:13.236168 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4915 2024.10.04 16:13:13.236230 [ 192 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4916 2024.10.04 16:13:13.236703 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4917 2024.10.04 16:13:13.236895 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.003856 sec., 18931.535269709544 rows/sec., 1.48 MiB/sec.
4918 2024.10.04 16:13:13.236938 [ 137 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4919 2024.10.04 16:13:13.236966 [ 192 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4920 2024.10.04 16:13:13.237114 [ 137 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4921 2024.10.04 16:13:13.237214 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4922 2024.10.04 16:13:13.237260 [ 192 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_16_3} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4923 2024.10.04 16:13:13.237335 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Debug> DynamicQueryHandler: Done processing query
4924 2024.10.04 16:13:13.237438 [ 3 ] {ceef6593-0e87-46a7-93af-bc2e46a3dfe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
4925 2024.10.04 16:13:13.237529 [ 3 ] {} <Debug> HTTP-Session: d776a011-4a5f-41cd-8e27-5165347d79f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4926 2024.10.04 16:13:13.237655 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4927 2024.10.04 16:13:13.237725 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
4928 2024.10.04 16:13:13.237749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4929 2024.10.04 16:13:13.237825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4930 2024.10.04 16:13:13.237856 [ 3 ] {} <Debug> HTTP-Session: 9d8fe6bb-0fea-4a61-b112-9521febb77ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4931 2024.10.04 16:13:13.237884 [ 3 ] {} <Debug> HTTP-Session: 9d8fe6bb-0fea-4a61-b112-9521febb77ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4932 2024.10.04 16:13:13.237910 [ 3 ] {} <Debug> HTTP-Session: 9d8fe6bb-0fea-4a61-b112-9521febb77ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4933 2024.10.04 16:13:13.237917 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4934 2024.10.04 16:13:13.237957 [ 3 ] {} <Trace> HTTP-Session: 9d8fe6bb-0fea-4a61-b112-9521febb77ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4935 2024.10.04 16:13:13.237961 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 879 rows starting from the beginning of the part
4936 2024.10.04 16:13:13.238084 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part
4937 2024.10.04 16:13:13.238252 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
4938 2024.10.04 16:13:13.238324 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 390 rows starting from the beginning of the part
4939 2024.10.04 16:13:13.238404 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4940 2024.10.04 16:13:13.238611 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part
4941 2024.10.04 16:13:13.238836 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 390 rows starting from the beginning of the part
4942 2024.10.04 16:13:13.239047 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 73 rows starting from the beginning of the part
4943 2024.10.04 16:13:13.239205 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4944 2024.10.04 16:13:13.239870 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4945 2024.10.04 16:13:13.239916 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4946 2024.10.04 16:13:13.240482 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4947 2024.10.04 16:13:13.240865 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1871 rows, containing 5 columns (5 merged, 0 gathered) in 0.003487188 sec., 536535.4549281541 rows/sec., 40.94 MiB/sec.
4948 2024.10.04 16:13:13.240974 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4949 2024.10.04 16:13:13.241021 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4950 2024.10.04 16:13:13.241194 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4951 2024.10.04 16:13:13.241224 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003158 sec., 50664.9778340722 rows/sec., 3.53 MiB/sec.
4952 2024.10.04 16:13:13.241294 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2024.10.04 16:13:13.241471 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4954 2024.10.04 16:13:13.241917 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
4955 2024.10.04 16:13:13.241926 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Debug> DynamicQueryHandler: Done processing query
4956 2024.10.04 16:13:13.241995 [ 3 ] {19eb403a-e48f-495b-b878-c35fb7da186b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
4957 2024.10.04 16:13:13.242052 [ 3 ] {} <Debug> HTTP-Session: 9d8fe6bb-0fea-4a61-b112-9521febb77ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4958 2024.10.04 16:13:13.242173 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4959 2024.10.04 16:13:13.242227 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6021 rows starting from the beginning of the part
4960 2024.10.04 16:13:13.242231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4961 2024.10.04 16:13:13.242309 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4962 2024.10.04 16:13:13.242352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4963 2024.10.04 16:13:13.242456 [ 3 ] {} <Debug> HTTP-Session: 0618e9e6-f1ec-41b2-989d-f07098aa18ba Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4964 2024.10.04 16:13:13.242513 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 54 rows starting from the beginning of the part
4965 2024.10.04 16:13:13.242534 [ 3 ] {} <Debug> HTTP-Session: 0618e9e6-f1ec-41b2-989d-f07098aa18ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4966 2024.10.04 16:13:13.242593 [ 3 ] {} <Debug> HTTP-Session: 0618e9e6-f1ec-41b2-989d-f07098aa18ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4967 2024.10.04 16:13:13.242621 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_21_4} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4968 2024.10.04 16:13:13.242721 [ 3 ] {} <Trace> HTTP-Session: 0618e9e6-f1ec-41b2-989d-f07098aa18ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4969 2024.10.04 16:13:13.242861 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
4970 2024.10.04 16:13:13.242878 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4971 2024.10.04 16:13:13.242992 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part
4972 2024.10.04 16:13:13.243131 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
4973 2024.10.04 16:13:13.243155 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
4974 2024.10.04 16:13:13.243530 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4975 2024.10.04 16:13:13.243542 [ 200 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
4976 2024.10.04 16:13:13.244530 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Trace> ParallelParsingInputFormat: Parallel parsing is used
4977 2024.10.04 16:13:13.245629 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4978 2024.10.04 16:13:13.245668 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4979 2024.10.04 16:13:13.246778 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4980 2024.10.04 16:13:13.247270 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4981 2024.10.04 16:13:13.247516 [ 137 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4982 2024.10.04 16:13:13.247692 [ 137 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4983 2024.10.04 16:13:13.247799 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
4984 2024.10.04 16:13:13.247814 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.004883 sec., 1843.1292238378046 rows/sec., 3.30 MiB/sec.
4985 2024.10.04 16:13:13.247962 [ 192 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6870 rows, containing 5 columns (5 merged, 0 gathered) in 0.006269081 sec., 1095854.4003499078 rows/sec., 73.91 MiB/sec.
4986 2024.10.04 16:13:13.248256 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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.10.04 16:13:13.248633 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Debug> DynamicQueryHandler: Done processing query
4988 2024.10.04 16:13:13.248718 [ 3 ] {89db1d6e-6b15-4481-ac98-02c1f4238696} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
4989 2024.10.04 16:13:13.248724 [ 192 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4990 2024.10.04 16:13:13.248821 [ 3 ] {} <Debug> HTTP-Session: 0618e9e6-f1ec-41b2-989d-f07098aa18ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
4991 2024.10.04 16:13:13.249116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4992 2024.10.04 16:13:13.249267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
4993 2024.10.04 16:13:13.249365 [ 3 ] {} <Debug> HTTP-Session: d56967a6-e682-4e57-86f6-dd095d2edf83 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
4994 2024.10.04 16:13:13.249454 [ 3 ] {} <Debug> HTTP-Session: d56967a6-e682-4e57-86f6-dd095d2edf83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
4995 2024.10.04 16:13:13.249536 [ 3 ] {} <Debug> HTTP-Session: d56967a6-e682-4e57-86f6-dd095d2edf83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
4996 2024.10.04 16:13:13.249686 [ 3 ] {} <Trace> HTTP-Session: d56967a6-e682-4e57-86f6-dd095d2edf83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4997 2024.10.04 16:13:13.250090 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
4998 2024.10.04 16:13:13.250281 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4999 2024.10.04 16:13:13.250306 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5000 2024.10.04 16:13:13.250730 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 86 rows starting from the beginning of the part
5001 2024.10.04 16:13:13.250900 [ 192 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5002 2024.10.04 16:13:13.251249 [ 192 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5003 2024.10.04 16:13:13.251663 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5004 2024.10.04 16:13:13.251738 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB.
5005 2024.10.04 16:13:13.252150 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part
5006 2024.10.04 16:13:13.252842 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
5007 2024.10.04 16:13:13.253024 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5008 2024.10.04 16:13:13.253120 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5009 2024.10.04 16:13:13.253565 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part
5010 2024.10.04 16:13:13.254250 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
5011 2024.10.04 16:13:13.254629 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5012 2024.10.04 16:13:13.254885 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part
5013 2024.10.04 16:13:13.255887 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5014 2024.10.04 16:13:13.256263 [ 137 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5015 2024.10.04 16:13:13.256284 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006347 sec., 9453.285016543248 rows/sec., 652.38 KiB/sec.
5016 2024.10.04 16:13:13.256342 [ 137 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5017 2024.10.04 16:13:13.256428 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5018 2024.10.04 16:13:13.256891 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Debug> DynamicQueryHandler: Done processing query
5019 2024.10.04 16:13:13.256941 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
5020 2024.10.04 16:13:13.256981 [ 3 ] {7af79eab-ceb1-4763-8676-8deb17d9f226} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5021 2024.10.04 16:13:13.257087 [ 3 ] {} <Debug> HTTP-Session: d56967a6-e682-4e57-86f6-dd095d2edf83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5022 2024.10.04 16:13:13.257739 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5023 2024.10.04 16:13:13.257866 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 972 rows starting from the beginning of the part
5024 2024.10.04 16:13:13.258169 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
5025 2024.10.04 16:13:13.258504 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
5026 2024.10.04 16:13:13.258812 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
5027 2024.10.04 16:13:13.259191 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
5028 2024.10.04 16:13:13.259357 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
5029 2024.10.04 16:13:13.262828 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1276 rows, containing 4 columns (4 merged, 0 gathered) in 0.006250931 sec., 204129.59285584817 rows/sec., 13.29 MiB/sec.
5030 2024.10.04 16:13:13.263096 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5031 2024.10.04 16:13:13.264161 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5032 2024.10.04 16:13:13.264395 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_21_4} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5033 2024.10.04 16:13:13.264532 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
5034 2024.10.04 16:13:13.265028 [ 194 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.017071609 sec., 7556.405491714342 rows/sec., 13.54 MiB/sec.
5035 2024.10.04 16:13:13.265725 [ 194 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5036 2024.10.04 16:13:13.266413 [ 194 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2024.10.04 16:13:13.266502 [ 194 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5038 2024.10.04 16:13:13.266663 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB.
5039 2024.10.04 16:13:15.628399 [ 133 ] {} <Debug> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5040 2024.10.04 16:13:15.628463 [ 133 ] {} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5041 2024.10.04 16:13:15.628486 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5042 2024.10.04 16:13:15.628690 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::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
5043 2024.10.04 16:13:15.628881 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5044 2024.10.04 16:13:15.628918 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::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
5045 2024.10.04 16:13:15.629006 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
5046 2024.10.04 16:13:15.629212 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
5047 2024.10.04 16:13:15.629373 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
5048 2024.10.04 16:13:15.629550 [ 200 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
5049 2024.10.04 16:13:15.630565 [ 194 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 5 columns (5 merged, 0 gathered) in 0.002004459 sec., 6984.428217289553 rows/sec., 596.81 KiB/sec.
5050 2024.10.04 16:13:15.630780 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5051 2024.10.04 16:13:15.631298 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5052 2024.10.04 16:13:15.631388 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_5_1} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5053 2024.10.04 16:13:15.631492 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5054 2024.10.04 16:13:17.735910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 512
5055 2024.10.04 16:13:17.738830 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5056 2024.10.04 16:13:17.738881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5057 2024.10.04 16:13:17.740428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5058 2024.10.04 16:13:17.741426 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5059 2024.10.04 16:13:17.741670 [ 132 ] {} <Debug> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5060 2024.10.04 16:13:17.741788 [ 132 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5061 2024.10.04 16:13:17.741858 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5062 2024.10.04 16:13:17.742325 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
5063 2024.10.04 16:13:17.743278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512
5064 2024.10.04 16:13:17.743968 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5065 2024.10.04 16:13:17.744152 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 318 rows starting from the beginning of the part
5066 2024.10.04 16:13:17.744754 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part
5067 2024.10.04 16:13:17.745322 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
5068 2024.10.04 16:13:17.745860 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part
5069 2024.10.04 16:13:17.746398 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
5070 2024.10.04 16:13:17.746900 [ 200 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part
5071 2024.10.04 16:13:17.755539 [ 194 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 72 columns (72 merged, 0 gathered) in 0.013538121 sec., 37819.133098308106 rows/sec., 30.13 MiB/sec.
5072 2024.10.04 16:13:17.756602 [ 194 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5073 2024.10.04 16:13:17.758307 [ 194 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5074 2024.10.04 16:13:17.758390 [ 194 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_11_2} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5075 2024.10.04 16:13:17.758712 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB.
5076 2024.10.04 16:13:18.229972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5077 2024.10.04 16:13:18.230141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5078 2024.10.04 16:13:18.230186 [ 3 ] {} <Debug> HTTP-Session: d4689749-cb74-4169-b022-fdef5fd5da14 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5079 2024.10.04 16:13:18.230226 [ 3 ] {} <Debug> HTTP-Session: d4689749-cb74-4169-b022-fdef5fd5da14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5080 2024.10.04 16:13:18.230255 [ 3 ] {} <Debug> HTTP-Session: d4689749-cb74-4169-b022-fdef5fd5da14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5081 2024.10.04 16:13:18.230334 [ 3 ] {} <Trace> HTTP-Session: d4689749-cb74-4169-b022-fdef5fd5da14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5082 2024.10.04 16:13:18.230710 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5083 2024.10.04 16:13:18.230819 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5084 2024.10.04 16:13:18.231245 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5085 2024.10.04 16:13:18.231910 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5086 2024.10.04 16:13:18.231952 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5087 2024.10.04 16:13:18.232429 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5088 2024.10.04 16:13:18.232829 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5089 2024.10.04 16:13:18.232980 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002445 sec., 83844.58077709611 rows/sec., 7.38 MiB/sec.
5090 2024.10.04 16:13:18.233392 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Debug> DynamicQueryHandler: Done processing query
5091 2024.10.04 16:13:18.233421 [ 3 ] {3cd67d94-4b38-4a64-b393-1a242d547b95} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5092 2024.10.04 16:13:18.233438 [ 3 ] {} <Debug> HTTP-Session: d4689749-cb74-4169-b022-fdef5fd5da14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5093 2024.10.04 16:13:18.233615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5094 2024.10.04 16:13:18.233673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5095 2024.10.04 16:13:18.233693 [ 3 ] {} <Debug> HTTP-Session: 0794424b-0b65-4638-a45e-67e25c54c1e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5096 2024.10.04 16:13:18.233710 [ 3 ] {} <Debug> HTTP-Session: 0794424b-0b65-4638-a45e-67e25c54c1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5097 2024.10.04 16:13:18.233724 [ 3 ] {} <Debug> HTTP-Session: 0794424b-0b65-4638-a45e-67e25c54c1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5098 2024.10.04 16:13:18.233761 [ 3 ] {} <Trace> HTTP-Session: 0794424b-0b65-4638-a45e-67e25c54c1e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5099 2024.10.04 16:13:18.233871 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5100 2024.10.04 16:13:18.233917 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5101 2024.10.04 16:13:18.234172 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5102 2024.10.04 16:13:18.234557 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5103 2024.10.04 16:13:18.234594 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5104 2024.10.04 16:13:18.234947 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5105 2024.10.04 16:13:18.235315 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5106 2024.10.04 16:13:18.235453 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001615 sec., 4953.560371517028 rows/sec., 372.48 KiB/sec.
5107 2024.10.04 16:13:18.235634 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Debug> DynamicQueryHandler: Done processing query
5108 2024.10.04 16:13:18.235658 [ 3 ] {e09ac54d-3029-4370-be9e-3e7a19b10be7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5109 2024.10.04 16:13:18.235674 [ 3 ] {} <Debug> HTTP-Session: 0794424b-0b65-4638-a45e-67e25c54c1e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5110 2024.10.04 16:13:18.235802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5111 2024.10.04 16:13:18.235852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5112 2024.10.04 16:13:18.235871 [ 3 ] {} <Debug> HTTP-Session: c02ebb83-114a-4d7a-b230-9d1e98693283 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5113 2024.10.04 16:13:18.235888 [ 3 ] {} <Debug> HTTP-Session: c02ebb83-114a-4d7a-b230-9d1e98693283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5114 2024.10.04 16:13:18.235902 [ 3 ] {} <Debug> HTTP-Session: c02ebb83-114a-4d7a-b230-9d1e98693283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5115 2024.10.04 16:13:18.235934 [ 3 ] {} <Trace> HTTP-Session: c02ebb83-114a-4d7a-b230-9d1e98693283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5116 2024.10.04 16:13:18.236035 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5117 2024.10.04 16:13:18.236078 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5118 2024.10.04 16:13:18.236302 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5119 2024.10.04 16:13:18.236617 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5120 2024.10.04 16:13:18.236652 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5121 2024.10.04 16:13:18.237006 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5122 2024.10.04 16:13:18.237393 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5123 2024.10.04 16:13:18.237528 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec.
5124 2024.10.04 16:13:18.237750 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Debug> DynamicQueryHandler: Done processing query
5125 2024.10.04 16:13:18.237776 [ 3 ] {c0b2e019-6d89-4311-a86f-a39f066dcc26} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5126 2024.10.04 16:13:18.237792 [ 3 ] {} <Debug> HTTP-Session: c02ebb83-114a-4d7a-b230-9d1e98693283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5127 2024.10.04 16:13:18.237906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5128 2024.10.04 16:13:18.237955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5129 2024.10.04 16:13:18.237974 [ 3 ] {} <Debug> HTTP-Session: d03f4013-d9da-438d-afbc-12b7d01f26b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5130 2024.10.04 16:13:18.237993 [ 3 ] {} <Debug> HTTP-Session: d03f4013-d9da-438d-afbc-12b7d01f26b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5131 2024.10.04 16:13:18.238007 [ 3 ] {} <Debug> HTTP-Session: d03f4013-d9da-438d-afbc-12b7d01f26b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5132 2024.10.04 16:13:18.238040 [ 3 ] {} <Trace> HTTP-Session: d03f4013-d9da-438d-afbc-12b7d01f26b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5133 2024.10.04 16:13:18.238136 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5134 2024.10.04 16:13:18.238179 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5135 2024.10.04 16:13:18.238405 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5136 2024.10.04 16:13:18.238742 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5137 2024.10.04 16:13:18.238777 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5138 2024.10.04 16:13:18.239126 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5139 2024.10.04 16:13:18.239485 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5140 2024.10.04 16:13:18.239618 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 235.39 KiB/sec.
5141 2024.10.04 16:13:18.239963 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Debug> DynamicQueryHandler: Done processing query
5142 2024.10.04 16:13:18.239989 [ 3 ] {4cc37a3c-d524-4bb6-99d7-4e463e2107fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5143 2024.10.04 16:13:18.240006 [ 3 ] {} <Debug> HTTP-Session: d03f4013-d9da-438d-afbc-12b7d01f26b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5144 2024.10.04 16:13:18.240163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5145 2024.10.04 16:13:18.240212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5146 2024.10.04 16:13:18.240231 [ 3 ] {} <Debug> HTTP-Session: 5076b797-b0fc-4186-b00d-3d44a44dab15 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5147 2024.10.04 16:13:18.240248 [ 3 ] {} <Debug> HTTP-Session: 5076b797-b0fc-4186-b00d-3d44a44dab15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5148 2024.10.04 16:13:18.240262 [ 3 ] {} <Debug> HTTP-Session: 5076b797-b0fc-4186-b00d-3d44a44dab15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5149 2024.10.04 16:13:18.240294 [ 3 ] {} <Trace> HTTP-Session: 5076b797-b0fc-4186-b00d-3d44a44dab15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5150 2024.10.04 16:13:18.240515 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5151 2024.10.04 16:13:18.240561 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5152 2024.10.04 16:13:18.240813 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5153 2024.10.04 16:13:18.241501 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5154 2024.10.04 16:13:18.241538 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5155 2024.10.04 16:13:18.241919 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5156 2024.10.04 16:13:18.242282 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2024.10.04 16:13:18.242446 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00204 sec., 191176.47058823527 rows/sec., 13.56 MiB/sec.
5158 2024.10.04 16:13:18.242665 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Debug> DynamicQueryHandler: Done processing query
5159 2024.10.04 16:13:18.242691 [ 3 ] {73eab6d0-822c-4430-9187-3f6ad1e354d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
5160 2024.10.04 16:13:18.242708 [ 3 ] {} <Debug> HTTP-Session: 5076b797-b0fc-4186-b00d-3d44a44dab15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5161 2024.10.04 16:13:18.242914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5162 2024.10.04 16:13:18.243057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5163 2024.10.04 16:13:18.243078 [ 3 ] {} <Debug> HTTP-Session: a2610ebe-199b-4d4a-bde6-85f1bbd8cc83 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5164 2024.10.04 16:13:18.243095 [ 3 ] {} <Debug> HTTP-Session: a2610ebe-199b-4d4a-bde6-85f1bbd8cc83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5165 2024.10.04 16:13:18.243109 [ 3 ] {} <Debug> HTTP-Session: a2610ebe-199b-4d4a-bde6-85f1bbd8cc83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5166 2024.10.04 16:13:18.243140 [ 3 ] {} <Trace> HTTP-Session: a2610ebe-199b-4d4a-bde6-85f1bbd8cc83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5167 2024.10.04 16:13:18.243237 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5168 2024.10.04 16:13:18.243283 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5169 2024.10.04 16:13:18.243415 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5170 2024.10.04 16:13:18.243722 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5171 2024.10.04 16:13:18.243759 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5172 2024.10.04 16:13:18.244122 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5173 2024.10.04 16:13:18.244474 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2024.10.04 16:13:18.244640 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec.
5175 2024.10.04 16:13:18.244814 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Debug> DynamicQueryHandler: Done processing query
5176 2024.10.04 16:13:18.244838 [ 3 ] {19679bf8-9852-4b92-99bf-d5138bf3a1e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5177 2024.10.04 16:13:18.244854 [ 3 ] {} <Debug> HTTP-Session: a2610ebe-199b-4d4a-bde6-85f1bbd8cc83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5178 2024.10.04 16:13:18.244991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5179 2024.10.04 16:13:18.245038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5180 2024.10.04 16:13:18.245057 [ 3 ] {} <Debug> HTTP-Session: af822516-8d2f-4067-8827-29470af8dc57 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5181 2024.10.04 16:13:18.245073 [ 3 ] {} <Debug> HTTP-Session: af822516-8d2f-4067-8827-29470af8dc57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5182 2024.10.04 16:13:18.245087 [ 3 ] {} <Debug> HTTP-Session: af822516-8d2f-4067-8827-29470af8dc57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5183 2024.10.04 16:13:18.245118 [ 3 ] {} <Trace> HTTP-Session: af822516-8d2f-4067-8827-29470af8dc57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5184 2024.10.04 16:13:18.245326 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5185 2024.10.04 16:13:18.245372 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5186 2024.10.04 16:13:18.245521 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5187 2024.10.04 16:13:18.245980 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2024.10.04 16:13:18.246016 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5189 2024.10.04 16:13:18.246410 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5190 2024.10.04 16:13:18.246748 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2024.10.04 16:13:18.246905 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec.
5192 2024.10.04 16:13:18.247086 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Debug> DynamicQueryHandler: Done processing query
5193 2024.10.04 16:13:18.247110 [ 3 ] {b7a6adf1-b85f-4a05-806b-d843b4efe996} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5194 2024.10.04 16:13:18.247126 [ 3 ] {} <Debug> HTTP-Session: af822516-8d2f-4067-8827-29470af8dc57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5195 2024.10.04 16:13:18.247283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5196 2024.10.04 16:13:18.247331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5197 2024.10.04 16:13:18.247350 [ 3 ] {} <Debug> HTTP-Session: 4e437d39-b39c-4b16-9c1a-5fbe433631f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5198 2024.10.04 16:13:18.247367 [ 3 ] {} <Debug> HTTP-Session: 4e437d39-b39c-4b16-9c1a-5fbe433631f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5199 2024.10.04 16:13:18.247380 [ 3 ] {} <Debug> HTTP-Session: 4e437d39-b39c-4b16-9c1a-5fbe433631f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5200 2024.10.04 16:13:18.247411 [ 3 ] {} <Trace> HTTP-Session: 4e437d39-b39c-4b16-9c1a-5fbe433631f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5201 2024.10.04 16:13:18.247503 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5202 2024.10.04 16:13:18.247548 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5203 2024.10.04 16:13:18.247679 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5204 2024.10.04 16:13:18.247944 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2024.10.04 16:13:18.247981 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5206 2024.10.04 16:13:18.248332 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5207 2024.10.04 16:13:18.248657 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2024.10.04 16:13:18.248830 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec.
5209 2024.10.04 16:13:18.249014 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Debug> DynamicQueryHandler: Done processing query
5210 2024.10.04 16:13:18.249038 [ 3 ] {2ba4a8b6-c847-4923-9588-05905562e766} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5211 2024.10.04 16:13:18.249054 [ 3 ] {} <Debug> HTTP-Session: 4e437d39-b39c-4b16-9c1a-5fbe433631f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5212 2024.10.04 16:13:18.249209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5213 2024.10.04 16:13:18.249256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5214 2024.10.04 16:13:18.249275 [ 3 ] {} <Debug> HTTP-Session: 8f34fd37-1349-4792-a222-0bd362259ae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5215 2024.10.04 16:13:18.249292 [ 3 ] {} <Debug> HTTP-Session: 8f34fd37-1349-4792-a222-0bd362259ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5216 2024.10.04 16:13:18.249305 [ 3 ] {} <Debug> HTTP-Session: 8f34fd37-1349-4792-a222-0bd362259ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5217 2024.10.04 16:13:18.249337 [ 3 ] {} <Trace> HTTP-Session: 8f34fd37-1349-4792-a222-0bd362259ae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5218 2024.10.04 16:13:18.249517 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5219 2024.10.04 16:13:18.249583 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5220 2024.10.04 16:13:18.250021 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5221 2024.10.04 16:13:18.250547 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5222 2024.10.04 16:13:18.250583 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5223 2024.10.04 16:13:18.251203 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5224 2024.10.04 16:13:18.251618 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2024.10.04 16:13:18.251824 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002413 sec., 3315.375051802735 rows/sec., 5.94 MiB/sec.
5226 2024.10.04 16:13:18.252057 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Debug> DynamicQueryHandler: Done processing query
5227 2024.10.04 16:13:18.252081 [ 3 ] {60ba8a09-b6c3-4492-abed-530e34748e14} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5228 2024.10.04 16:13:18.252097 [ 3 ] {} <Debug> HTTP-Session: 8f34fd37-1349-4792-a222-0bd362259ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5229 2024.10.04 16:13:18.252238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5230 2024.10.04 16:13:18.252286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5231 2024.10.04 16:13:18.252305 [ 3 ] {} <Debug> HTTP-Session: e30267f4-431a-4d16-ad97-1821a3ab43a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5232 2024.10.04 16:13:18.252321 [ 3 ] {} <Debug> HTTP-Session: e30267f4-431a-4d16-ad97-1821a3ab43a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5233 2024.10.04 16:13:18.252335 [ 3 ] {} <Debug> HTTP-Session: e30267f4-431a-4d16-ad97-1821a3ab43a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5234 2024.10.04 16:13:18.252366 [ 3 ] {} <Trace> HTTP-Session: e30267f4-431a-4d16-ad97-1821a3ab43a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5235 2024.10.04 16:13:18.252485 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5236 2024.10.04 16:13:18.252529 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5237 2024.10.04 16:13:18.252660 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5238 2024.10.04 16:13:18.252988 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5239 2024.10.04 16:13:18.253025 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5240 2024.10.04 16:13:18.253397 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5241 2024.10.04 16:13:18.253731 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5242 2024.10.04 16:13:18.253895 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec.
5243 2024.10.04 16:13:18.254237 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Debug> DynamicQueryHandler: Done processing query
5244 2024.10.04 16:13:18.254263 [ 3 ] {b4176ac2-9031-4749-8cca-ea4704356846} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5245 2024.10.04 16:13:18.254280 [ 3 ] {} <Debug> HTTP-Session: e30267f4-431a-4d16-ad97-1821a3ab43a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5246 2024.10.04 16:13:21.424232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 176146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5247 2024.10.04 16:13:21.424412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5248 2024.10.04 16:13:21.424456 [ 3 ] {} <Debug> HTTP-Session: 671d52fa-5eef-453a-819b-f89b685325be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5249 2024.10.04 16:13:21.424497 [ 3 ] {} <Debug> HTTP-Session: 671d52fa-5eef-453a-819b-f89b685325be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5250 2024.10.04 16:13:21.424526 [ 3 ] {} <Debug> HTTP-Session: 671d52fa-5eef-453a-819b-f89b685325be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5251 2024.10.04 16:13:21.424608 [ 3 ] {} <Trace> HTTP-Session: 671d52fa-5eef-453a-819b-f89b685325be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5252 2024.10.04 16:13:21.425494 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5253 2024.10.04 16:13:21.425567 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5254 2024.10.04 16:13:21.425912 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5255 2024.10.04 16:13:21.427414 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5256 2024.10.04 16:13:21.427461 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5257 2024.10.04 16:13:21.427961 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5258 2024.10.04 16:13:21.428365 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5259 2024.10.04 16:13:21.428550 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Debug> executeQuery: Read 1214 rows, 102.68 KiB in 0.003683 sec., 329622.59027966333 rows/sec., 27.23 MiB/sec.
5260 2024.10.04 16:13:21.428938 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Debug> DynamicQueryHandler: Done processing query
5261 2024.10.04 16:13:21.428966 [ 3 ] {827221ef-f623-4d12-be35-c80db456dba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
5262 2024.10.04 16:13:21.428983 [ 3 ] {} <Debug> HTTP-Session: 671d52fa-5eef-453a-819b-f89b685325be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5263 2024.10.04 16:13:21.429443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5264 2024.10.04 16:13:21.429496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5265 2024.10.04 16:13:21.429516 [ 3 ] {} <Debug> HTTP-Session: e3e008a0-ad4e-4482-b557-db88521d1186 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5266 2024.10.04 16:13:21.429533 [ 3 ] {} <Debug> HTTP-Session: e3e008a0-ad4e-4482-b557-db88521d1186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5267 2024.10.04 16:13:21.429546 [ 3 ] {} <Debug> HTTP-Session: e3e008a0-ad4e-4482-b557-db88521d1186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5268 2024.10.04 16:13:21.429581 [ 3 ] {} <Trace> HTTP-Session: e3e008a0-ad4e-4482-b557-db88521d1186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5269 2024.10.04 16:13:21.429684 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5270 2024.10.04 16:13:21.429730 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5271 2024.10.04 16:13:21.429976 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5272 2024.10.04 16:13:21.430324 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5273 2024.10.04 16:13:21.430362 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5274 2024.10.04 16:13:21.430704 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5275 2024.10.04 16:13:21.431063 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5276 2024.10.04 16:13:21.431235 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001578 sec., 5703.42205323194 rows/sec., 428.87 KiB/sec.
5277 2024.10.04 16:13:21.431415 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Debug> DynamicQueryHandler: Done processing query
5278 2024.10.04 16:13:21.431440 [ 3 ] {234ce35e-d044-4272-80b6-15c0a3a6b0fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5279 2024.10.04 16:13:21.431457 [ 3 ] {} <Debug> HTTP-Session: e3e008a0-ad4e-4482-b557-db88521d1186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5280 2024.10.04 16:13:21.431642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5281 2024.10.04 16:13:21.431691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5282 2024.10.04 16:13:21.431710 [ 3 ] {} <Debug> HTTP-Session: 057c2079-91ae-4de9-954c-7c74b8603ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5283 2024.10.04 16:13:21.431726 [ 3 ] {} <Debug> HTTP-Session: 057c2079-91ae-4de9-954c-7c74b8603ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5284 2024.10.04 16:13:21.431740 [ 3 ] {} <Debug> HTTP-Session: 057c2079-91ae-4de9-954c-7c74b8603ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5285 2024.10.04 16:13:21.431771 [ 3 ] {} <Trace> HTTP-Session: 057c2079-91ae-4de9-954c-7c74b8603ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5286 2024.10.04 16:13:21.431917 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5287 2024.10.04 16:13:21.431959 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5288 2024.10.04 16:13:21.432183 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5289 2024.10.04 16:13:21.432638 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5290 2024.10.04 16:13:21.432675 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5291 2024.10.04 16:13:21.433033 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5292 2024.10.04 16:13:21.433385 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5293 2024.10.04 16:13:21.433549 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001696 sec., 134433.96226415093 rows/sec., 9.10 MiB/sec.
5294 2024.10.04 16:13:21.433874 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Debug> DynamicQueryHandler: Done processing query
5295 2024.10.04 16:13:21.433899 [ 3 ] {a1ffb651-2db5-45aa-9fba-f87142e930ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
5296 2024.10.04 16:13:21.433916 [ 3 ] {} <Debug> HTTP-Session: 057c2079-91ae-4de9-954c-7c74b8603ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5297 2024.10.04 16:13:21.434198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 87404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5298 2024.10.04 16:13:21.434247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5299 2024.10.04 16:13:21.434266 [ 3 ] {} <Debug> HTTP-Session: e9bb079b-c677-46ea-b1ea-127aa7546b08 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5300 2024.10.04 16:13:21.434282 [ 3 ] {} <Debug> HTTP-Session: e9bb079b-c677-46ea-b1ea-127aa7546b08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5301 2024.10.04 16:13:21.434296 [ 3 ] {} <Debug> HTTP-Session: e9bb079b-c677-46ea-b1ea-127aa7546b08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5302 2024.10.04 16:13:21.434327 [ 3 ] {} <Trace> HTTP-Session: e9bb079b-c677-46ea-b1ea-127aa7546b08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5303 2024.10.04 16:13:21.434668 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5304 2024.10.04 16:13:21.434713 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5305 2024.10.04 16:13:21.434960 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5306 2024.10.04 16:13:21.435647 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2024.10.04 16:13:21.435684 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5308 2024.10.04 16:13:21.436064 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5309 2024.10.04 16:13:21.436427 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2024.10.04 16:13:21.436585 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002158 sec., 245134.38368860053 rows/sec., 18.16 MiB/sec.
5311 2024.10.04 16:13:21.436762 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Debug> DynamicQueryHandler: Done processing query
5312 2024.10.04 16:13:21.436787 [ 3 ] {9530a72d-afce-44ee-861b-4d43a847cb24} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
5313 2024.10.04 16:13:21.436804 [ 3 ] {} <Debug> HTTP-Session: e9bb079b-c677-46ea-b1ea-127aa7546b08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5314 2024.10.04 16:13:21.437117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 180365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5315 2024.10.04 16:13:21.437167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5316 2024.10.04 16:13:21.437187 [ 3 ] {} <Debug> HTTP-Session: 1f95b11e-c984-4fbd-8fd3-c2b0a54d6dae Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5317 2024.10.04 16:13:21.437203 [ 3 ] {} <Debug> HTTP-Session: 1f95b11e-c984-4fbd-8fd3-c2b0a54d6dae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5318 2024.10.04 16:13:21.437217 [ 3 ] {} <Debug> HTTP-Session: 1f95b11e-c984-4fbd-8fd3-c2b0a54d6dae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5319 2024.10.04 16:13:21.437247 [ 3 ] {} <Trace> HTTP-Session: 1f95b11e-c984-4fbd-8fd3-c2b0a54d6dae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5320 2024.10.04 16:13:21.437684 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5321 2024.10.04 16:13:21.437733 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5322 2024.10.04 16:13:21.437881 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5323 2024.10.04 16:13:21.438792 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5324 2024.10.04 16:13:21.438829 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5325 2024.10.04 16:13:21.439264 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5326 2024.10.04 16:13:21.439604 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5327 2024.10.04 16:13:21.439754 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002332 sec., 408233.2761578045 rows/sec., 27.38 MiB/sec.
5328 2024.10.04 16:13:21.439932 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Debug> DynamicQueryHandler: Done processing query
5329 2024.10.04 16:13:21.439956 [ 3 ] {7b6a8691-185d-4017-a0ee-dd47b6ea8249} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
5330 2024.10.04 16:13:21.439973 [ 3 ] {} <Debug> HTTP-Session: 1f95b11e-c984-4fbd-8fd3-c2b0a54d6dae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5331 2024.10.04 16:13:21.440342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5332 2024.10.04 16:13:21.440390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5333 2024.10.04 16:13:21.440409 [ 3 ] {} <Debug> HTTP-Session: 45f28e28-f3c1-418b-81bf-e00f21ccbc2d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5334 2024.10.04 16:13:21.440425 [ 3 ] {} <Debug> HTTP-Session: 45f28e28-f3c1-418b-81bf-e00f21ccbc2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5335 2024.10.04 16:13:21.440439 [ 3 ] {} <Debug> HTTP-Session: 45f28e28-f3c1-418b-81bf-e00f21ccbc2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5336 2024.10.04 16:13:21.440471 [ 3 ] {} <Trace> HTTP-Session: 45f28e28-f3c1-418b-81bf-e00f21ccbc2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5337 2024.10.04 16:13:21.440657 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5338 2024.10.04 16:13:21.440722 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5339 2024.10.04 16:13:21.441144 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5340 2024.10.04 16:13:21.441803 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5341 2024.10.04 16:13:21.441839 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5342 2024.10.04 16:13:21.442436 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5343 2024.10.04 16:13:21.442860 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2024.10.04 16:13:21.443056 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002513 sec., 3581.3768404297653 rows/sec., 6.42 MiB/sec.
5345 2024.10.04 16:13:21.443290 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Debug> DynamicQueryHandler: Done processing query
5346 2024.10.04 16:13:21.443315 [ 3 ] {003d6c82-7464-4bde-adea-8d1a21d113e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5347 2024.10.04 16:13:21.443331 [ 3 ] {} <Debug> HTTP-Session: 45f28e28-f3c1-418b-81bf-e00f21ccbc2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5348 2024.10.04 16:13:21.443485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 6102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5349 2024.10.04 16:13:21.443534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5350 2024.10.04 16:13:21.443554 [ 3 ] {} <Debug> HTTP-Session: ee21a43d-87f9-4487-8e67-507328c8294f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5351 2024.10.04 16:13:21.443570 [ 3 ] {} <Debug> HTTP-Session: ee21a43d-87f9-4487-8e67-507328c8294f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5352 2024.10.04 16:13:21.443584 [ 3 ] {} <Debug> HTTP-Session: ee21a43d-87f9-4487-8e67-507328c8294f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5353 2024.10.04 16:13:21.443614 [ 3 ] {} <Trace> HTTP-Session: ee21a43d-87f9-4487-8e67-507328c8294f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5354 2024.10.04 16:13:21.443722 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5355 2024.10.04 16:13:21.443768 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5356 2024.10.04 16:13:21.443899 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5357 2024.10.04 16:13:21.444213 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5358 2024.10.04 16:13:21.444249 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB.
5359 2024.10.04 16:13:21.444611 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5360 2024.10.04 16:13:21.444929 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5361 2024.10.04 16:13:21.445093 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001393 sec., 28715.00358937545 rows/sec., 1.94 MiB/sec.
5362 2024.10.04 16:13:21.445418 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Debug> DynamicQueryHandler: Done processing query
5363 2024.10.04 16:13:21.445469 [ 3 ] {ad9aaec8-93d8-4d95-b014-ac423e84c29b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
5364 2024.10.04 16:13:21.445521 [ 3 ] {} <Debug> HTTP-Session: ee21a43d-87f9-4487-8e67-507328c8294f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5365 2024.10.04 16:13:23.217812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5366 2024.10.04 16:13:23.218005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5367 2024.10.04 16:13:23.218059 [ 3 ] {} <Debug> HTTP-Session: 0cf40845-c86c-4e12-a856-dc088fbb8971 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5368 2024.10.04 16:13:23.218101 [ 3 ] {} <Debug> HTTP-Session: 0cf40845-c86c-4e12-a856-dc088fbb8971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5369 2024.10.04 16:13:23.218130 [ 3 ] {} <Debug> HTTP-Session: 0cf40845-c86c-4e12-a856-dc088fbb8971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5370 2024.10.04 16:13:23.218211 [ 3 ] {} <Trace> HTTP-Session: 0cf40845-c86c-4e12-a856-dc088fbb8971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5371 2024.10.04 16:13:23.218415 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5372 2024.10.04 16:13:23.218483 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5373 2024.10.04 16:13:23.218829 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5374 2024.10.04 16:13:23.219404 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5375 2024.10.04 16:13:23.219444 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5376 2024.10.04 16:13:23.219864 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5377 2024.10.04 16:13:23.220254 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5378 2024.10.04 16:13:23.220432 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.07 MiB/sec.
5379 2024.10.04 16:13:23.220680 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Debug> DynamicQueryHandler: Done processing query
5380 2024.10.04 16:13:23.220707 [ 3 ] {67c36fc0-e986-4593-a17a-e36fc06326fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
5381 2024.10.04 16:13:23.220724 [ 3 ] {} <Debug> HTTP-Session: 0cf40845-c86c-4e12-a856-dc088fbb8971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5382 2024.10.04 16:13:23.220867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5383 2024.10.04 16:13:23.220922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5384 2024.10.04 16:13:23.220947 [ 3 ] {} <Debug> HTTP-Session: 5bf98dbc-4e99-4175-96ec-3dfe17e1d42b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5385 2024.10.04 16:13:23.220965 [ 3 ] {} <Debug> HTTP-Session: 5bf98dbc-4e99-4175-96ec-3dfe17e1d42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5386 2024.10.04 16:13:23.220979 [ 3 ] {} <Debug> HTTP-Session: 5bf98dbc-4e99-4175-96ec-3dfe17e1d42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5387 2024.10.04 16:13:23.221014 [ 3 ] {} <Trace> HTTP-Session: 5bf98dbc-4e99-4175-96ec-3dfe17e1d42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5388 2024.10.04 16:13:23.221146 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5389 2024.10.04 16:13:23.221194 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5390 2024.10.04 16:13:23.221430 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5391 2024.10.04 16:13:23.221831 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5392 2024.10.04 16:13:23.221868 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5393 2024.10.04 16:13:23.222233 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5394 2024.10.04 16:13:23.222621 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5395 2024.10.04 16:13:23.222794 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001687 sec., 37937.166567871966 rows/sec., 2.96 MiB/sec.
5396 2024.10.04 16:13:23.222994 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Debug> DynamicQueryHandler: Done processing query
5397 2024.10.04 16:13:23.223019 [ 3 ] {ee8e9ecc-b0ff-43d7-b537-d40124bf3c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5398 2024.10.04 16:13:23.223038 [ 3 ] {} <Debug> HTTP-Session: 5bf98dbc-4e99-4175-96ec-3dfe17e1d42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5399 2024.10.04 16:13:23.223238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5400 2024.10.04 16:13:23.223289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5401 2024.10.04 16:13:23.223308 [ 3 ] {} <Debug> HTTP-Session: 74640c4c-1f08-4e84-a39b-bc8e40874df6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5402 2024.10.04 16:13:23.223325 [ 3 ] {} <Debug> HTTP-Session: 74640c4c-1f08-4e84-a39b-bc8e40874df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5403 2024.10.04 16:13:23.223339 [ 3 ] {} <Debug> HTTP-Session: 74640c4c-1f08-4e84-a39b-bc8e40874df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5404 2024.10.04 16:13:23.223371 [ 3 ] {} <Trace> HTTP-Session: 74640c4c-1f08-4e84-a39b-bc8e40874df6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5405 2024.10.04 16:13:23.223499 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5406 2024.10.04 16:13:23.223549 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5407 2024.10.04 16:13:23.223692 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5408 2024.10.04 16:13:23.224068 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5409 2024.10.04 16:13:23.224104 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5410 2024.10.04 16:13:23.224488 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5411 2024.10.04 16:13:23.224821 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2024.10.04 16:13:23.224988 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001536 sec., 35156.25 rows/sec., 2.45 MiB/sec.
5413 2024.10.04 16:13:23.225169 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Debug> DynamicQueryHandler: Done processing query
5414 2024.10.04 16:13:23.225193 [ 3 ] {db491cca-8a50-4221-9190-0d485b43acaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5415 2024.10.04 16:13:23.225209 [ 3 ] {} <Debug> HTTP-Session: 74640c4c-1f08-4e84-a39b-bc8e40874df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5416 2024.10.04 16:13:23.225361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 3072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5417 2024.10.04 16:13:23.225410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5418 2024.10.04 16:13:23.225430 [ 3 ] {} <Debug> HTTP-Session: e00fa3d2-5499-4c9e-bdf0-92950208677a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5419 2024.10.04 16:13:23.225446 [ 3 ] {} <Debug> HTTP-Session: e00fa3d2-5499-4c9e-bdf0-92950208677a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5420 2024.10.04 16:13:23.225460 [ 3 ] {} <Debug> HTTP-Session: e00fa3d2-5499-4c9e-bdf0-92950208677a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5421 2024.10.04 16:13:23.225491 [ 3 ] {} <Trace> HTTP-Session: e00fa3d2-5499-4c9e-bdf0-92950208677a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5422 2024.10.04 16:13:23.225593 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5423 2024.10.04 16:13:23.225638 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5424 2024.10.04 16:13:23.225768 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5425 2024.10.04 16:13:23.226054 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5426 2024.10.04 16:13:23.226091 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5427 2024.10.04 16:13:23.226450 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5428 2024.10.04 16:13:23.226768 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5429 2024.10.04 16:13:23.226930 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001362 sec., 14684.287812041117 rows/sec., 1009.54 KiB/sec.
5430 2024.10.04 16:13:23.227116 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Debug> DynamicQueryHandler: Done processing query
5431 2024.10.04 16:13:23.227140 [ 3 ] {9ae18e41-552a-4a75-a3e6-f1f57cb64d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5432 2024.10.04 16:13:23.227156 [ 3 ] {} <Debug> HTTP-Session: e00fa3d2-5499-4c9e-bdf0-92950208677a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5433 2024.10.04 16:13:27.614038 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
5434 2024.10.04 16:13:27.614105 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
5435 2024.10.04 16:13:27.743552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 554
5436 2024.10.04 16:13:27.746650 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5437 2024.10.04 16:13:27.746702 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5438 2024.10.04 16:13:27.748281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5439 2024.10.04 16:13:27.749307 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2024.10.04 16:13:27.749829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554
5441 2024.10.04 16:13:28.001268 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000889757 sec.
5442 2024.10.04 16:13:28.227707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5443 2024.10.04 16:13:28.227883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5444 2024.10.04 16:13:28.227927 [ 3 ] {} <Debug> HTTP-Session: 0ca1f196-5a30-40ea-ab70-f0a61d797e79 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5445 2024.10.04 16:13:28.227969 [ 3 ] {} <Debug> HTTP-Session: 0ca1f196-5a30-40ea-ab70-f0a61d797e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5446 2024.10.04 16:13:28.227998 [ 3 ] {} <Debug> HTTP-Session: 0ca1f196-5a30-40ea-ab70-f0a61d797e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5447 2024.10.04 16:13:28.228095 [ 3 ] {} <Trace> HTTP-Session: 0ca1f196-5a30-40ea-ab70-f0a61d797e79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5448 2024.10.04 16:13:28.228478 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5449 2024.10.04 16:13:28.228550 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5450 2024.10.04 16:13:28.228900 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5451 2024.10.04 16:13:28.229498 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5452 2024.10.04 16:13:28.229545 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5453 2024.10.04 16:13:28.229998 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5454 2024.10.04 16:13:28.230404 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5455 2024.10.04 16:13:28.230604 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002273 sec., 90189.17729872416 rows/sec., 7.94 MiB/sec.
5456 2024.10.04 16:13:28.230832 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Debug> DynamicQueryHandler: Done processing query
5457 2024.10.04 16:13:28.230859 [ 3 ] {358319cf-8f9e-4810-971d-8fe22c4f9f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5458 2024.10.04 16:13:28.230876 [ 3 ] {} <Debug> HTTP-Session: 0ca1f196-5a30-40ea-ab70-f0a61d797e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5459 2024.10.04 16:13:28.231045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5460 2024.10.04 16:13:28.231102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5461 2024.10.04 16:13:28.231121 [ 3 ] {} <Debug> HTTP-Session: 8f0a843f-979a-415f-872a-e41e2d0f0a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5462 2024.10.04 16:13:28.231138 [ 3 ] {} <Debug> HTTP-Session: 8f0a843f-979a-415f-872a-e41e2d0f0a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5463 2024.10.04 16:13:28.231152 [ 3 ] {} <Debug> HTTP-Session: 8f0a843f-979a-415f-872a-e41e2d0f0a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5464 2024.10.04 16:13:28.231185 [ 3 ] {} <Trace> HTTP-Session: 8f0a843f-979a-415f-872a-e41e2d0f0a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5465 2024.10.04 16:13:28.231289 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5466 2024.10.04 16:13:28.231335 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5467 2024.10.04 16:13:28.231556 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5468 2024.10.04 16:13:28.231907 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2024.10.04 16:13:28.231943 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5470 2024.10.04 16:13:28.232359 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5471 2024.10.04 16:13:28.232730 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2024.10.04 16:13:28.232890 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001615 sec., 4953.560371517028 rows/sec., 372.48 KiB/sec.
5473 2024.10.04 16:13:28.233071 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Debug> DynamicQueryHandler: Done processing query
5474 2024.10.04 16:13:28.233096 [ 3 ] {379d7dd1-daff-4029-86cc-4c3479041fea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5475 2024.10.04 16:13:28.233112 [ 3 ] {} <Debug> HTTP-Session: 8f0a843f-979a-415f-872a-e41e2d0f0a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5476 2024.10.04 16:13:28.233244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5477 2024.10.04 16:13:28.233294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5478 2024.10.04 16:13:28.233313 [ 3 ] {} <Debug> HTTP-Session: d788ade7-6a4c-4dbd-9fe8-175367f266f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5479 2024.10.04 16:13:28.233330 [ 3 ] {} <Debug> HTTP-Session: d788ade7-6a4c-4dbd-9fe8-175367f266f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5480 2024.10.04 16:13:28.233344 [ 3 ] {} <Debug> HTTP-Session: d788ade7-6a4c-4dbd-9fe8-175367f266f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5481 2024.10.04 16:13:28.233377 [ 3 ] {} <Trace> HTTP-Session: d788ade7-6a4c-4dbd-9fe8-175367f266f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5482 2024.10.04 16:13:28.233478 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5483 2024.10.04 16:13:28.233522 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5484 2024.10.04 16:13:28.233749 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5485 2024.10.04 16:13:28.234067 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5486 2024.10.04 16:13:28.234105 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5487 2024.10.04 16:13:28.234465 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5488 2024.10.04 16:13:28.234834 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5489 2024.10.04 16:13:28.234997 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001536 sec., 9114.583333333334 rows/sec., 638.33 KiB/sec.
5490 2024.10.04 16:13:28.235331 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Debug> DynamicQueryHandler: Done processing query
5491 2024.10.04 16:13:28.235356 [ 3 ] {451d7af3-b8e3-4b94-a781-aae96e8095d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5492 2024.10.04 16:13:28.235373 [ 3 ] {} <Debug> HTTP-Session: d788ade7-6a4c-4dbd-9fe8-175367f266f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5493 2024.10.04 16:13:28.235482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5494 2024.10.04 16:13:28.235531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5495 2024.10.04 16:13:28.235550 [ 3 ] {} <Debug> HTTP-Session: f11ebc3a-d12c-4aa1-9c15-2681590edd0e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5496 2024.10.04 16:13:28.235566 [ 3 ] {} <Debug> HTTP-Session: f11ebc3a-d12c-4aa1-9c15-2681590edd0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5497 2024.10.04 16:13:28.235580 [ 3 ] {} <Debug> HTTP-Session: f11ebc3a-d12c-4aa1-9c15-2681590edd0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5498 2024.10.04 16:13:28.235612 [ 3 ] {} <Trace> HTTP-Session: f11ebc3a-d12c-4aa1-9c15-2681590edd0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5499 2024.10.04 16:13:28.235709 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5500 2024.10.04 16:13:28.235753 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5501 2024.10.04 16:13:28.236001 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5502 2024.10.04 16:13:28.236316 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5503 2024.10.04 16:13:28.236354 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5504 2024.10.04 16:13:28.236708 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5505 2024.10.04 16:13:28.237076 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5506 2024.10.04 16:13:28.237248 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 227.68 KiB/sec.
5507 2024.10.04 16:13:28.237564 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Debug> DynamicQueryHandler: Done processing query
5508 2024.10.04 16:13:28.237588 [ 3 ] {059fd767-936a-40d0-85c6-38453cad3582} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5509 2024.10.04 16:13:28.237604 [ 3 ] {} <Debug> HTTP-Session: f11ebc3a-d12c-4aa1-9c15-2681590edd0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5510 2024.10.04 16:13:28.237763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5511 2024.10.04 16:13:28.237812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5512 2024.10.04 16:13:28.237831 [ 3 ] {} <Debug> HTTP-Session: 13742fa6-633c-414f-b75c-f10ddbf03d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5513 2024.10.04 16:13:28.237847 [ 3 ] {} <Debug> HTTP-Session: 13742fa6-633c-414f-b75c-f10ddbf03d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5514 2024.10.04 16:13:28.237861 [ 3 ] {} <Debug> HTTP-Session: 13742fa6-633c-414f-b75c-f10ddbf03d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5515 2024.10.04 16:13:28.237892 [ 3 ] {} <Trace> HTTP-Session: 13742fa6-633c-414f-b75c-f10ddbf03d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5516 2024.10.04 16:13:28.238099 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5517 2024.10.04 16:13:28.238144 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5518 2024.10.04 16:13:28.238393 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5519 2024.10.04 16:13:28.238945 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5520 2024.10.04 16:13:28.238983 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5521 2024.10.04 16:13:28.239358 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5522 2024.10.04 16:13:28.239716 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5523 2024.10.04 16:13:28.239892 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001892 sec., 206131.07822410148 rows/sec., 14.62 MiB/sec.
5524 2024.10.04 16:13:28.240233 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Debug> DynamicQueryHandler: Done processing query
5525 2024.10.04 16:13:28.240260 [ 3 ] {df7cf20b-feaf-4cf9-8da9-7869a8ad912a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
5526 2024.10.04 16:13:28.240277 [ 3 ] {} <Debug> HTTP-Session: 13742fa6-633c-414f-b75c-f10ddbf03d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5527 2024.10.04 16:13:28.240396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5528 2024.10.04 16:13:28.240445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5529 2024.10.04 16:13:28.240464 [ 3 ] {} <Debug> HTTP-Session: 590d66f3-ea95-474b-8588-a30775d99ead Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5530 2024.10.04 16:13:28.240481 [ 3 ] {} <Debug> HTTP-Session: 590d66f3-ea95-474b-8588-a30775d99ead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5531 2024.10.04 16:13:28.240495 [ 3 ] {} <Debug> HTTP-Session: 590d66f3-ea95-474b-8588-a30775d99ead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5532 2024.10.04 16:13:28.240526 [ 3 ] {} <Trace> HTTP-Session: 590d66f3-ea95-474b-8588-a30775d99ead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5533 2024.10.04 16:13:28.240627 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5534 2024.10.04 16:13:28.240674 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5535 2024.10.04 16:13:28.240819 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5536 2024.10.04 16:13:28.241083 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5537 2024.10.04 16:13:28.241121 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5538 2024.10.04 16:13:28.241488 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5539 2024.10.04 16:13:28.241828 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5540 2024.10.04 16:13:28.241985 [ 111 ] {} <Debug> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
5541 2024.10.04 16:13:28.241997 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec.
5542 2024.10.04 16:13:28.242079 [ 111 ] {} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5543 2024.10.04 16:13:28.242144 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5544 2024.10.04 16:13:28.242307 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Debug> DynamicQueryHandler: Done processing query
5545 2024.10.04 16:13:28.242342 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5546 2024.10.04 16:13:28.242354 [ 3 ] {2b0894e1-cd87-41f3-8731-21349169142a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5547 2024.10.04 16:13:28.242442 [ 3 ] {} <Debug> HTTP-Session: 590d66f3-ea95-474b-8588-a30775d99ead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5548 2024.10.04 16:13:28.242615 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5549 2024.10.04 16:13:28.242631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5550 2024.10.04 16:13:28.242692 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5551 2024.10.04 16:13:28.242725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5552 2024.10.04 16:13:28.242775 [ 3 ] {} <Debug> HTTP-Session: 9785e83c-35b4-4e00-8ff9-7b3129d1fef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5553 2024.10.04 16:13:28.242835 [ 3 ] {} <Debug> HTTP-Session: 9785e83c-35b4-4e00-8ff9-7b3129d1fef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5554 2024.10.04 16:13:28.242899 [ 3 ] {} <Debug> HTTP-Session: 9785e83c-35b4-4e00-8ff9-7b3129d1fef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5555 2024.10.04 16:13:28.242957 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5556 2024.10.04 16:13:28.243010 [ 3 ] {} <Trace> HTTP-Session: 9785e83c-35b4-4e00-8ff9-7b3129d1fef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5557 2024.10.04 16:13:28.243209 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5558 2024.10.04 16:13:28.243533 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5559 2024.10.04 16:13:28.243573 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5560 2024.10.04 16:13:28.243670 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5561 2024.10.04 16:13:28.243831 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5562 2024.10.04 16:13:28.244217 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
5563 2024.10.04 16:13:28.244879 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5564 2024.10.04 16:13:28.245736 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5565 2024.10.04 16:13:28.245808 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5566 2024.10.04 16:13:28.246989 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004734532 sec., 13940.131780712434 rows/sec., 728.32 KiB/sec.
5567 2024.10.04 16:13:28.247055 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5568 2024.10.04 16:13:28.247175 [ 197 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
5569 2024.10.04 16:13:28.247909 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5570 2024.10.04 16:13:28.248106 [ 194 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_11_2} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5571 2024.10.04 16:13:28.248272 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005003 sec., 47371.577053767745 rows/sec., 3.18 MiB/sec.
5572 2024.10.04 16:13:28.248477 [ 194 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_11_2} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
5573 2024.10.04 16:13:28.248803 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5574 2024.10.04 16:13:28.248898 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Debug> DynamicQueryHandler: Done processing query
5575 2024.10.04 16:13:28.248946 [ 3 ] {1c48a495-688c-4cee-9a34-f6c480f43956} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5576 2024.10.04 16:13:28.248964 [ 3 ] {} <Debug> HTTP-Session: 9785e83c-35b4-4e00-8ff9-7b3129d1fef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5577 2024.10.04 16:13:28.249084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5578 2024.10.04 16:13:28.249133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5579 2024.10.04 16:13:28.249152 [ 3 ] {} <Debug> HTTP-Session: 1f3de57d-7ceb-4692-bcc8-e4a5d4a8ff14 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5580 2024.10.04 16:13:28.249169 [ 3 ] {} <Debug> HTTP-Session: 1f3de57d-7ceb-4692-bcc8-e4a5d4a8ff14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5581 2024.10.04 16:13:28.249183 [ 3 ] {} <Debug> HTTP-Session: 1f3de57d-7ceb-4692-bcc8-e4a5d4a8ff14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5582 2024.10.04 16:13:28.249218 [ 3 ] {} <Trace> HTTP-Session: 1f3de57d-7ceb-4692-bcc8-e4a5d4a8ff14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5583 2024.10.04 16:13:28.249315 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5584 2024.10.04 16:13:28.249364 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5585 2024.10.04 16:13:28.249523 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5586 2024.10.04 16:13:28.249799 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5587 2024.10.04 16:13:28.249836 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5588 2024.10.04 16:13:28.250198 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5589 2024.10.04 16:13:28.250537 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5590 2024.10.04 16:13:28.250694 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec.
5591 2024.10.04 16:13:28.251000 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Debug> DynamicQueryHandler: Done processing query
5592 2024.10.04 16:13:28.251025 [ 3 ] {6f6e5326-f95b-49e0-9176-fa7cf333d440} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
5593 2024.10.04 16:13:28.251042 [ 3 ] {} <Debug> HTTP-Session: 1f3de57d-7ceb-4692-bcc8-e4a5d4a8ff14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5594 2024.10.04 16:13:28.251169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5595 2024.10.04 16:13:28.251217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5596 2024.10.04 16:13:28.251236 [ 3 ] {} <Debug> HTTP-Session: 243b586d-363c-4618-bb34-bec2bbcf7496 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5597 2024.10.04 16:13:28.251252 [ 3 ] {} <Debug> HTTP-Session: 243b586d-363c-4618-bb34-bec2bbcf7496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5598 2024.10.04 16:13:28.251266 [ 3 ] {} <Debug> HTTP-Session: 243b586d-363c-4618-bb34-bec2bbcf7496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5599 2024.10.04 16:13:28.251297 [ 3 ] {} <Trace> HTTP-Session: 243b586d-363c-4618-bb34-bec2bbcf7496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5600 2024.10.04 16:13:28.251451 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5601 2024.10.04 16:13:28.251525 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5602 2024.10.04 16:13:28.251972 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5603 2024.10.04 16:13:28.252490 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5604 2024.10.04 16:13:28.252527 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5605 2024.10.04 16:13:28.253145 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5606 2024.10.04 16:13:28.253583 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2024.10.04 16:13:28.253772 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002399 sec., 3334.7228011671527 rows/sec., 5.98 MiB/sec.
5608 2024.10.04 16:13:28.253997 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Debug> DynamicQueryHandler: Done processing query
5609 2024.10.04 16:13:28.254022 [ 3 ] {f2d042bb-8422-4b23-a727-e889caf95a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5610 2024.10.04 16:13:28.254038 [ 3 ] {} <Debug> HTTP-Session: 243b586d-363c-4618-bb34-bec2bbcf7496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5611 2024.10.04 16:13:28.254160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5612 2024.10.04 16:13:28.254208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5613 2024.10.04 16:13:28.254228 [ 3 ] {} <Debug> HTTP-Session: 60c353e4-710f-44da-bd98-416bc035c0f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5614 2024.10.04 16:13:28.254244 [ 3 ] {} <Debug> HTTP-Session: 60c353e4-710f-44da-bd98-416bc035c0f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5615 2024.10.04 16:13:28.254258 [ 3 ] {} <Debug> HTTP-Session: 60c353e4-710f-44da-bd98-416bc035c0f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5616 2024.10.04 16:13:28.254289 [ 3 ] {} <Trace> HTTP-Session: 60c353e4-710f-44da-bd98-416bc035c0f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5617 2024.10.04 16:13:28.254409 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5618 2024.10.04 16:13:28.254453 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5619 2024.10.04 16:13:28.254582 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5620 2024.10.04 16:13:28.254923 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5621 2024.10.04 16:13:28.254960 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5622 2024.10.04 16:13:28.255324 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5623 2024.10.04 16:13:28.255651 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5624 2024.10.04 16:13:28.255830 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec.
5625 2024.10.04 16:13:28.256006 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Debug> DynamicQueryHandler: Done processing query
5626 2024.10.04 16:13:28.256030 [ 3 ] {259f4e26-89d7-43e8-9be4-ad7258f4f762} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5627 2024.10.04 16:13:28.256047 [ 3 ] {} <Debug> HTTP-Session: 60c353e4-710f-44da-bd98-416bc035c0f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5628 2024.10.04 16:13:33.224116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5629 2024.10.04 16:13:33.224249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5630 2024.10.04 16:13:33.224273 [ 3 ] {} <Debug> HTTP-Session: 23c8d708-9b2b-4591-a5dd-421da629eedb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5631 2024.10.04 16:13:33.224297 [ 3 ] {} <Debug> HTTP-Session: 23c8d708-9b2b-4591-a5dd-421da629eedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5632 2024.10.04 16:13:33.224312 [ 3 ] {} <Debug> HTTP-Session: 23c8d708-9b2b-4591-a5dd-421da629eedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5633 2024.10.04 16:13:33.224360 [ 3 ] {} <Trace> HTTP-Session: 23c8d708-9b2b-4591-a5dd-421da629eedb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5634 2024.10.04 16:13:33.224540 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5635 2024.10.04 16:13:33.224609 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5636 2024.10.04 16:13:33.224960 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5637 2024.10.04 16:13:33.225411 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5638 2024.10.04 16:13:33.225449 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5639 2024.10.04 16:13:33.225851 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5640 2024.10.04 16:13:33.226246 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5641 2024.10.04 16:13:33.226389 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001902 sec., 2103.049421661409 rows/sec., 171.49 KiB/sec.
5642 2024.10.04 16:13:33.226590 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Debug> DynamicQueryHandler: Done processing query
5643 2024.10.04 16:13:33.226617 [ 3 ] {1626444c-42c5-4e40-bce6-c090f58923b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5644 2024.10.04 16:13:33.226633 [ 3 ] {} <Debug> HTTP-Session: 23c8d708-9b2b-4591-a5dd-421da629eedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5645 2024.10.04 16:13:33.226818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5646 2024.10.04 16:13:33.226869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5647 2024.10.04 16:13:33.226888 [ 3 ] {} <Debug> HTTP-Session: e3b6fe99-19e7-4312-baa8-e8fe894be3fd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5648 2024.10.04 16:13:33.226904 [ 3 ] {} <Debug> HTTP-Session: e3b6fe99-19e7-4312-baa8-e8fe894be3fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5649 2024.10.04 16:13:33.226919 [ 3 ] {} <Debug> HTTP-Session: e3b6fe99-19e7-4312-baa8-e8fe894be3fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5650 2024.10.04 16:13:33.226950 [ 3 ] {} <Trace> HTTP-Session: e3b6fe99-19e7-4312-baa8-e8fe894be3fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5651 2024.10.04 16:13:33.227069 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5652 2024.10.04 16:13:33.227115 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5653 2024.10.04 16:13:33.227357 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5654 2024.10.04 16:13:33.227742 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5655 2024.10.04 16:13:33.227777 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5656 2024.10.04 16:13:33.228139 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5657 2024.10.04 16:13:33.228498 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5658 2024.10.04 16:13:33.228621 [ 120 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5659 2024.10.04 16:13:33.228632 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.001604 sec., 47381.546134663346 rows/sec., 3.81 MiB/sec.
5660 2024.10.04 16:13:33.228669 [ 120 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5661 2024.10.04 16:13:33.228711 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5662 2024.10.04 16:13:33.228948 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Debug> DynamicQueryHandler: Done processing query
5663 2024.10.04 16:13:33.229023 [ 3 ] {bcba3aa1-c765-40df-bd4a-96eed6cf7629} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5664 2024.10.04 16:13:33.229027 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
5665 2024.10.04 16:13:33.229093 [ 3 ] {} <Debug> HTTP-Session: e3b6fe99-19e7-4312-baa8-e8fe894be3fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5666 2024.10.04 16:13:33.229360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5667 2024.10.04 16:13:33.229437 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5668 2024.10.04 16:13:33.229454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5669 2024.10.04 16:13:33.229514 [ 3 ] {} <Debug> HTTP-Session: e3517575-97c5-40aa-a823-57866f567924 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5670 2024.10.04 16:13:33.229518 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1371 rows starting from the beginning of the part
5671 2024.10.04 16:13:33.229549 [ 3 ] {} <Debug> HTTP-Session: e3517575-97c5-40aa-a823-57866f567924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5672 2024.10.04 16:13:33.229590 [ 3 ] {} <Debug> HTTP-Session: e3517575-97c5-40aa-a823-57866f567924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5673 2024.10.04 16:13:33.229702 [ 3 ] {} <Trace> HTTP-Session: e3517575-97c5-40aa-a823-57866f567924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5674 2024.10.04 16:13:33.229780 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 205 rows starting from the beginning of the part
5675 2024.10.04 16:13:33.230082 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5676 2024.10.04 16:13:33.230111 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1214 rows starting from the beginning of the part
5677 2024.10.04 16:13:33.230229 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5678 2024.10.04 16:13:33.230515 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
5679 2024.10.04 16:13:33.230836 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 205 rows starting from the beginning of the part
5680 2024.10.04 16:13:33.231212 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part
5681 2024.10.04 16:13:33.231690 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5682 2024.10.04 16:13:33.232494 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5683 2024.10.04 16:13:33.232549 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5684 2024.10.04 16:13:33.233603 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5685 2024.10.04 16:13:33.234354 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5686 2024.10.04 16:13:33.234679 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.004747 sec., 2738.571729513377 rows/sec., 201.40 KiB/sec.
5687 2024.10.04 16:13:33.235503 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Debug> DynamicQueryHandler: Done processing query
5688 2024.10.04 16:13:33.235547 [ 3 ] {cbd608b1-4eb9-4841-a2f6-2398e6dc98a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5689 2024.10.04 16:13:33.235575 [ 197 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3127 rows, containing 5 columns (5 merged, 0 gathered) in 0.006772391 sec., 461727.6232278969 rows/sec., 40.36 MiB/sec.
5690 2024.10.04 16:13:33.235586 [ 3 ] {} <Debug> HTTP-Session: e3517575-97c5-40aa-a823-57866f567924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5691 2024.10.04 16:13:33.235800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 13104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5692 2024.10.04 16:13:33.235879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5693 2024.10.04 16:13:33.235905 [ 3 ] {} <Debug> HTTP-Session: 8c1ef4c4-9aa2-4eb8-b4b3-63c2067f497a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5694 2024.10.04 16:13:33.235913 [ 187 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5695 2024.10.04 16:13:33.235929 [ 3 ] {} <Debug> HTTP-Session: 8c1ef4c4-9aa2-4eb8-b4b3-63c2067f497a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5696 2024.10.04 16:13:33.235982 [ 3 ] {} <Debug> HTTP-Session: 8c1ef4c4-9aa2-4eb8-b4b3-63c2067f497a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5697 2024.10.04 16:13:33.236073 [ 3 ] {} <Trace> HTTP-Session: 8c1ef4c4-9aa2-4eb8-b4b3-63c2067f497a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5698 2024.10.04 16:13:33.236312 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5699 2024.10.04 16:13:33.236498 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5700 2024.10.04 16:13:33.237084 [ 187 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5701 2024.10.04 16:13:33.237222 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5702 2024.10.04 16:13:33.237305 [ 187 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_26_5} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5703 2024.10.04 16:13:33.237474 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
5704 2024.10.04 16:13:33.237728 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5705 2024.10.04 16:13:33.237769 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5706 2024.10.04 16:13:33.238221 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5707 2024.10.04 16:13:33.238587 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5708 2024.10.04 16:13:33.238710 [ 120 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5709 2024.10.04 16:13:33.238718 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002525 sec., 30495.049504950497 rows/sec., 2.38 MiB/sec.
5710 2024.10.04 16:13:33.238746 [ 120 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2024.10.04 16:13:33.238793 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5712 2024.10.04 16:13:33.239073 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Debug> DynamicQueryHandler: Done processing query
5713 2024.10.04 16:13:33.239178 [ 3 ] {34c365ac-5618-4dd2-838c-ed0628ff9461} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
5714 2024.10.04 16:13:33.239258 [ 3 ] {} <Debug> HTTP-Session: 8c1ef4c4-9aa2-4eb8-b4b3-63c2067f497a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5715 2024.10.04 16:13:33.239379 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
5716 2024.10.04 16:13:33.239595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5717 2024.10.04 16:13:33.239767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5718 2024.10.04 16:13:33.239880 [ 3 ] {} <Debug> HTTP-Session: e3c8b392-ea97-4ba3-b5d9-6c6e7789e7e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5719 2024.10.04 16:13:33.239969 [ 3 ] {} <Debug> HTTP-Session: e3c8b392-ea97-4ba3-b5d9-6c6e7789e7e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5720 2024.10.04 16:13:33.240039 [ 3 ] {} <Debug> HTTP-Session: e3c8b392-ea97-4ba3-b5d9-6c6e7789e7e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5721 2024.10.04 16:13:33.240190 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5722 2024.10.04 16:13:33.240207 [ 3 ] {} <Trace> HTTP-Session: e3c8b392-ea97-4ba3-b5d9-6c6e7789e7e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5723 2024.10.04 16:13:33.240311 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 881 rows starting from the beginning of the part
5724 2024.10.04 16:13:33.240537 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 390 rows starting from the beginning of the part
5725 2024.10.04 16:13:33.240680 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5726 2024.10.04 16:13:33.240801 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 529 rows starting from the beginning of the part
5727 2024.10.04 16:13:33.240890 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5728 2024.10.04 16:13:33.241082 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
5729 2024.10.04 16:13:33.241492 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 390 rows starting from the beginning of the part
5730 2024.10.04 16:13:33.241755 [ 202 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part
5731 2024.10.04 16:13:33.242340 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5732 2024.10.04 16:13:33.243263 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5733 2024.10.04 16:13:33.243319 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5734 2024.10.04 16:13:33.244364 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5735 2024.10.04 16:13:33.245009 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2331 rows, containing 5 columns (5 merged, 0 gathered) in 0.006099628 sec., 382154.4526977711 rows/sec., 29.23 MiB/sec.
5736 2024.10.04 16:13:33.245051 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5737 2024.10.04 16:13:33.245245 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5738 2024.10.04 16:13:33.245292 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004852 sec., 33388.29348722176 rows/sec., 2.33 MiB/sec.
5739 2024.10.04 16:13:33.245307 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5740 2024.10.04 16:13:33.245317 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5741 2024.10.04 16:13:33.245417 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5742 2024.10.04 16:13:33.246050 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
5743 2024.10.04 16:13:33.246110 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Debug> DynamicQueryHandler: Done processing query
5744 2024.10.04 16:13:33.246224 [ 3 ] {a6954ee3-a173-4c5f-a349-7d0aacf116dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
5745 2024.10.04 16:13:33.246354 [ 3 ] {} <Debug> HTTP-Session: e3c8b392-ea97-4ba3-b5d9-6c6e7789e7e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5746 2024.10.04 16:13:33.246835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5747 2024.10.04 16:13:33.247070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5748 2024.10.04 16:13:33.247079 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5749 2024.10.04 16:13:33.247160 [ 3 ] {} <Debug> HTTP-Session: 39732229-be33-4d21-a1ae-a3ca92a22453 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5750 2024.10.04 16:13:33.247234 [ 3 ] {} <Debug> HTTP-Session: 39732229-be33-4d21-a1ae-a3ca92a22453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5751 2024.10.04 16:13:33.247313 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6870 rows starting from the beginning of the part
5752 2024.10.04 16:13:33.247323 [ 3 ] {} <Debug> HTTP-Session: 39732229-be33-4d21-a1ae-a3ca92a22453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5753 2024.10.04 16:13:33.247497 [ 3 ] {} <Trace> HTTP-Session: 39732229-be33-4d21-a1ae-a3ca92a22453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5754 2024.10.04 16:13:33.247773 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part
5755 2024.10.04 16:13:33.248122 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 952 rows starting from the beginning of the part
5756 2024.10.04 16:13:33.248176 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
5757 2024.10.04 16:13:33.248484 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 54 rows starting from the beginning of the part
5758 2024.10.04 16:13:33.248651 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5759 2024.10.04 16:13:33.248880 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
5760 2024.10.04 16:13:33.249359 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 162 rows starting from the beginning of the part
5761 2024.10.04 16:13:33.249550 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5762 2024.10.04 16:13:33.250303 [ 187 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_26_5} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5763 2024.10.04 16:13:33.250824 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
5764 2024.10.04 16:13:33.251476 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5765 2024.10.04 16:13:33.252862 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5766 2024.10.04 16:13:33.252924 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5767 2024.10.04 16:13:33.254394 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5768 2024.10.04 16:13:33.255311 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5769 2024.10.04 16:13:33.255525 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007725 sec., 1165.0485436893205 rows/sec., 2.09 MiB/sec.
5770 2024.10.04 16:13:33.257054 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Debug> DynamicQueryHandler: Done processing query
5771 2024.10.04 16:13:33.257124 [ 3 ] {8ebddef3-4fd5-4bb8-8079-7b2cf1a189cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
5772 2024.10.04 16:13:33.257182 [ 3 ] {} <Debug> HTTP-Session: 39732229-be33-4d21-a1ae-a3ca92a22453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5773 2024.10.04 16:13:33.257181 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8512 rows, containing 5 columns (5 merged, 0 gathered) in 0.011556043 sec., 736584.3135059293 rows/sec., 49.67 MiB/sec.
5774 2024.10.04 16:13:33.257323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5775 2024.10.04 16:13:33.257362 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5776 2024.10.04 16:13:33.257397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5777 2024.10.04 16:13:33.257469 [ 3 ] {} <Debug> HTTP-Session: 124fdfb6-509c-44fd-bb5a-f64be5edbf5f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5778 2024.10.04 16:13:33.257515 [ 3 ] {} <Debug> HTTP-Session: 124fdfb6-509c-44fd-bb5a-f64be5edbf5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5779 2024.10.04 16:13:33.257532 [ 3 ] {} <Debug> HTTP-Session: 124fdfb6-509c-44fd-bb5a-f64be5edbf5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5780 2024.10.04 16:13:33.257596 [ 3 ] {} <Trace> HTTP-Session: 124fdfb6-509c-44fd-bb5a-f64be5edbf5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5781 2024.10.04 16:13:33.257921 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
5782 2024.10.04 16:13:33.258005 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5783 2024.10.04 16:13:33.258326 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5784 2024.10.04 16:13:33.258390 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5785 2024.10.04 16:13:33.258520 [ 202 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5786 2024.10.04 16:13:33.258681 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB.
5787 2024.10.04 16:13:33.258871 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5788 2024.10.04 16:13:33.258913 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5789 2024.10.04 16:13:33.259296 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5790 2024.10.04 16:13:33.259636 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5791 2024.10.04 16:13:33.259769 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00202 sec., 29702.9702970297 rows/sec., 2.00 MiB/sec.
5792 2024.10.04 16:13:33.259781 [ 120 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5793 2024.10.04 16:13:33.259848 [ 120 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2024.10.04 16:13:33.259890 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5795 2024.10.04 16:13:33.260039 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Debug> DynamicQueryHandler: Done processing query
5796 2024.10.04 16:13:33.260168 [ 3 ] {f1f1c030-09d3-4023-ad9a-58f8c0e9d14a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
5797 2024.10.04 16:13:33.260306 [ 3 ] {} <Debug> HTTP-Session: 124fdfb6-509c-44fd-bb5a-f64be5edbf5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5798 2024.10.04 16:13:33.260309 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
5799 2024.10.04 16:13:33.261130 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5800 2024.10.04 16:13:33.261194 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1276 rows starting from the beginning of the part
5801 2024.10.04 16:13:33.261283 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part
5802 2024.10.04 16:13:33.261527 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part
5803 2024.10.04 16:13:33.261609 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
5804 2024.10.04 16:13:33.261826 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
5805 2024.10.04 16:13:33.261962 [ 189 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
5806 2024.10.04 16:13:33.263248 [ 190 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 4 columns (4 merged, 0 gathered) in 0.003274203 sec., 476451.82659719023 rows/sec., 31.02 MiB/sec.
5807 2024.10.04 16:13:33.263569 [ 190 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5808 2024.10.04 16:13:33.263967 [ 190 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5809 2024.10.04 16:13:33.264048 [ 190 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_26_5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5810 2024.10.04 16:13:33.264131 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5811 2024.10.04 16:13:34.000216 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.75 MiB, peak 161.43 MiB, free memory in arenas 0.00 B, will set to 153.28 MiB (RSS), difference: 1.53 MiB
5812 2024.10.04 16:13:37.750096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 588
5813 2024.10.04 16:13:37.753108 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5814 2024.10.04 16:13:37.753161 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5815 2024.10.04 16:13:37.754754 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5816 2024.10.04 16:13:37.755800 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5817 2024.10.04 16:13:37.756996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588
5818 2024.10.04 16:13:38.228758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5819 2024.10.04 16:13:38.228934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5820 2024.10.04 16:13:38.228978 [ 3 ] {} <Debug> HTTP-Session: 8013ef07-db6a-4c1c-a664-0c76da97ca44 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5821 2024.10.04 16:13:38.229020 [ 3 ] {} <Debug> HTTP-Session: 8013ef07-db6a-4c1c-a664-0c76da97ca44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5822 2024.10.04 16:13:38.229049 [ 3 ] {} <Debug> HTTP-Session: 8013ef07-db6a-4c1c-a664-0c76da97ca44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5823 2024.10.04 16:13:38.229131 [ 3 ] {} <Trace> HTTP-Session: 8013ef07-db6a-4c1c-a664-0c76da97ca44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5824 2024.10.04 16:13:38.229412 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
5825 2024.10.04 16:13:38.229524 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5826 2024.10.04 16:13:38.229980 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5827 2024.10.04 16:13:38.230413 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2024.10.04 16:13:38.230453 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5829 2024.10.04 16:13:38.230873 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5830 2024.10.04 16:13:38.231277 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5831 2024.10.04 16:13:38.231454 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002132 sec., 2814.258911819887 rows/sec., 229.48 KiB/sec.
5832 2024.10.04 16:13:38.231669 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Debug> DynamicQueryHandler: Done processing query
5833 2024.10.04 16:13:38.231697 [ 3 ] {f0dd2dcc-a042-4dc2-a076-0e92fedbe320} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5834 2024.10.04 16:13:38.231714 [ 3 ] {} <Debug> HTTP-Session: 8013ef07-db6a-4c1c-a664-0c76da97ca44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5835 2024.10.04 16:13:38.231914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5836 2024.10.04 16:13:38.231964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5837 2024.10.04 16:13:38.231984 [ 3 ] {} <Debug> HTTP-Session: 9f195b53-889c-418e-a075-50c67df96ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5838 2024.10.04 16:13:38.232000 [ 3 ] {} <Debug> HTTP-Session: 9f195b53-889c-418e-a075-50c67df96ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5839 2024.10.04 16:13:38.232015 [ 3 ] {} <Debug> HTTP-Session: 9f195b53-889c-418e-a075-50c67df96ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5840 2024.10.04 16:13:38.232048 [ 3 ] {} <Trace> HTTP-Session: 9f195b53-889c-418e-a075-50c67df96ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5841 2024.10.04 16:13:38.232225 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
5842 2024.10.04 16:13:38.232269 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5843 2024.10.04 16:13:38.232498 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5844 2024.10.04 16:13:38.232971 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5845 2024.10.04 16:13:38.233008 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5846 2024.10.04 16:13:38.233386 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5847 2024.10.04 16:13:38.233770 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5848 2024.10.04 16:13:38.233943 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Debug> executeQuery: Read 208 rows, 18.71 KiB in 0.001796 sec., 115812.91759465478 rows/sec., 10.17 MiB/sec.
5849 2024.10.04 16:13:38.234274 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Debug> DynamicQueryHandler: Done processing query
5850 2024.10.04 16:13:38.234300 [ 3 ] {480f2b98-d02d-4a1a-9956-bce1d8e15b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5851 2024.10.04 16:13:38.234318 [ 3 ] {} <Debug> HTTP-Session: 9f195b53-889c-418e-a075-50c67df96ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5852 2024.10.04 16:13:38.234452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 2039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5853 2024.10.04 16:13:38.234502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5854 2024.10.04 16:13:38.234521 [ 3 ] {} <Debug> HTTP-Session: 52d0e26c-bcf9-4fbb-9102-3a139513c453 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5855 2024.10.04 16:13:38.234538 [ 3 ] {} <Debug> HTTP-Session: 52d0e26c-bcf9-4fbb-9102-3a139513c453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5856 2024.10.04 16:13:38.234552 [ 3 ] {} <Debug> HTTP-Session: 52d0e26c-bcf9-4fbb-9102-3a139513c453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5857 2024.10.04 16:13:38.234583 [ 3 ] {} <Trace> HTTP-Session: 52d0e26c-bcf9-4fbb-9102-3a139513c453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5858 2024.10.04 16:13:38.234684 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
5859 2024.10.04 16:13:38.234729 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5860 2024.10.04 16:13:38.234974 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5861 2024.10.04 16:13:38.235289 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5862 2024.10.04 16:13:38.235327 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5863 2024.10.04 16:13:38.235683 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5864 2024.10.04 16:13:38.236042 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5865 2024.10.04 16:13:38.236169 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001512 sec., 9259.25925925926 rows/sec., 674.94 KiB/sec.
5866 2024.10.04 16:13:38.236186 [ 112 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5867 2024.10.04 16:13:38.236250 [ 112 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5868 2024.10.04 16:13:38.236289 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5869 2024.10.04 16:13:38.236362 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Debug> DynamicQueryHandler: Done processing query
5870 2024.10.04 16:13:38.236408 [ 3 ] {ae963cfd-3224-4ade-8283-4e1e92b53855} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5871 2024.10.04 16:13:38.236434 [ 3 ] {} <Debug> HTTP-Session: 52d0e26c-bcf9-4fbb-9102-3a139513c453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5872 2024.10.04 16:13:38.236510 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
5873 2024.10.04 16:13:38.236568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5874 2024.10.04 16:13:38.236626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5875 2024.10.04 16:13:38.236660 [ 3 ] {} <Debug> HTTP-Session: 8a77770f-6433-4ef0-99d6-efd95e750241 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5876 2024.10.04 16:13:38.236690 [ 3 ] {} <Debug> HTTP-Session: 8a77770f-6433-4ef0-99d6-efd95e750241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5877 2024.10.04 16:13:38.236699 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5878 2024.10.04 16:13:38.236710 [ 3 ] {} <Debug> HTTP-Session: 8a77770f-6433-4ef0-99d6-efd95e750241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5879 2024.10.04 16:13:38.236741 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 31 rows starting from the beginning of the part
5880 2024.10.04 16:13:38.236791 [ 3 ] {} <Trace> HTTP-Session: 8a77770f-6433-4ef0-99d6-efd95e750241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5881 2024.10.04 16:13:38.236842 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
5882 2024.10.04 16:13:38.237119 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
5883 2024.10.04 16:13:38.237265 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part
5884 2024.10.04 16:13:38.237309 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5885 2024.10.04 16:13:38.237644 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
5886 2024.10.04 16:13:38.237948 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
5887 2024.10.04 16:13:38.238323 [ 188 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
5888 2024.10.04 16:13:38.239029 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5889 2024.10.04 16:13:38.239585 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5890 2024.10.04 16:13:38.239630 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5891 2024.10.04 16:13:38.240235 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5892 2024.10.04 16:13:38.240339 [ 191 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 5 columns (5 merged, 0 gathered) in 0.003889895 sec., 21337.336868990038 rows/sec., 1.62 MiB/sec.
5893 2024.10.04 16:13:38.240782 [ 191 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5894 2024.10.04 16:13:38.240889 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5895 2024.10.04 16:13:38.241125 [ 112 ] {} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5896 2024.10.04 16:13:38.241215 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004251 sec., 3293.3427428840278 rows/sec., 230.64 KiB/sec.
5897 2024.10.04 16:13:38.241224 [ 112 ] {} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5898 2024.10.04 16:13:38.241332 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5899 2024.10.04 16:13:38.242024 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
5900 2024.10.04 16:13:38.242205 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Debug> DynamicQueryHandler: Done processing query
5901 2024.10.04 16:13:38.242262 [ 3 ] {c1dff2a2-a5ab-400c-af1a-804cb8eebe6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5902 2024.10.04 16:13:38.242327 [ 3 ] {} <Debug> HTTP-Session: 8a77770f-6433-4ef0-99d6-efd95e750241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5903 2024.10.04 16:13:38.242458 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5904 2024.10.04 16:13:38.242540 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
5905 2024.10.04 16:13:38.242541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5906 2024.10.04 16:13:38.242694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5907 2024.10.04 16:13:38.242687 [ 189 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5908 2024.10.04 16:13:38.242839 [ 3 ] {} <Debug> HTTP-Session: d7f6f34d-769a-4c82-9047-1c77ab57dbc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5909 2024.10.04 16:13:38.242977 [ 3 ] {} <Debug> HTTP-Session: d7f6f34d-769a-4c82-9047-1c77ab57dbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5910 2024.10.04 16:13:38.242982 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
5911 2024.10.04 16:13:38.243081 [ 3 ] {} <Debug> HTTP-Session: d7f6f34d-769a-4c82-9047-1c77ab57dbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5912 2024.10.04 16:13:38.243214 [ 3 ] {} <Trace> HTTP-Session: d7f6f34d-769a-4c82-9047-1c77ab57dbc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5913 2024.10.04 16:13:38.243228 [ 189 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_21_4} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5914 2024.10.04 16:13:38.243404 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
5915 2024.10.04 16:13:38.243674 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5916 2024.10.04 16:13:38.243747 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
5917 2024.10.04 16:13:38.243915 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part
5918 2024.10.04 16:13:38.243944 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5919 2024.10.04 16:13:38.244267 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
5920 2024.10.04 16:13:38.244498 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
5921 2024.10.04 16:13:38.245210 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5922 2024.10.04 16:13:38.245751 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5923 2024.10.04 16:13:38.245795 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5924 2024.10.04 16:13:38.246400 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5925 2024.10.04 16:13:38.246526 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004974416 sec., 105942.08445775344 rows/sec., 7.20 MiB/sec.
5926 2024.10.04 16:13:38.246730 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5927 2024.10.04 16:13:38.246937 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5928 2024.10.04 16:13:38.247170 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003632 sec., 1651.9823788546257 rows/sec., 97.60 KiB/sec.
5929 2024.10.04 16:13:38.247339 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_16_3} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5930 2024.10.04 16:13:38.247395 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Debug> DynamicQueryHandler: Done processing query
5931 2024.10.04 16:13:38.247426 [ 3 ] {6700c5de-7907-4da8-b3ab-b6d791d075f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
5932 2024.10.04 16:13:38.247430 [ 188 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_16_3} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5933 2024.10.04 16:13:38.247446 [ 3 ] {} <Debug> HTTP-Session: d7f6f34d-769a-4c82-9047-1c77ab57dbc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5934 2024.10.04 16:13:38.247519 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
5935 2024.10.04 16:13:38.247611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 64200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5936 2024.10.04 16:13:38.247661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5937 2024.10.04 16:13:38.247680 [ 3 ] {} <Debug> HTTP-Session: 37d6d8a8-25c4-4310-ac4a-164cee5d3fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5938 2024.10.04 16:13:38.247696 [ 3 ] {} <Debug> HTTP-Session: 37d6d8a8-25c4-4310-ac4a-164cee5d3fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5939 2024.10.04 16:13:38.247710 [ 3 ] {} <Debug> HTTP-Session: 37d6d8a8-25c4-4310-ac4a-164cee5d3fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5940 2024.10.04 16:13:38.247740 [ 3 ] {} <Trace> HTTP-Session: 37d6d8a8-25c4-4310-ac4a-164cee5d3fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5941 2024.10.04 16:13:38.248018 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
5942 2024.10.04 16:13:38.248063 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5943 2024.10.04 16:13:38.248289 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5944 2024.10.04 16:13:38.248838 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5945 2024.10.04 16:13:38.248873 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5946 2024.10.04 16:13:38.249258 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5947 2024.10.04 16:13:38.249614 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5948 2024.10.04 16:13:38.249751 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Debug> executeQuery: Read 396 rows, 28.81 KiB in 0.001908 sec., 207547.16981132075 rows/sec., 14.75 MiB/sec.
5949 2024.10.04 16:13:38.250095 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Debug> DynamicQueryHandler: Done processing query
5950 2024.10.04 16:13:38.250129 [ 3 ] {94e1b029-a6d5-4764-beb1-83549398a07a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
5951 2024.10.04 16:13:38.250146 [ 3 ] {} <Debug> HTTP-Session: 37d6d8a8-25c4-4310-ac4a-164cee5d3fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5952 2024.10.04 16:13:38.250283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5953 2024.10.04 16:13:38.250333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5954 2024.10.04 16:13:38.250352 [ 3 ] {} <Debug> HTTP-Session: 6400e2c3-a390-48f3-91be-4a4c99522a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5955 2024.10.04 16:13:38.250368 [ 3 ] {} <Debug> HTTP-Session: 6400e2c3-a390-48f3-91be-4a4c99522a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5956 2024.10.04 16:13:38.250382 [ 3 ] {} <Debug> HTTP-Session: 6400e2c3-a390-48f3-91be-4a4c99522a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5957 2024.10.04 16:13:38.250412 [ 3 ] {} <Trace> HTTP-Session: 6400e2c3-a390-48f3-91be-4a4c99522a7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5958 2024.10.04 16:13:38.250513 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
5959 2024.10.04 16:13:38.250560 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5960 2024.10.04 16:13:38.250710 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5961 2024.10.04 16:13:38.250979 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5962 2024.10.04 16:13:38.251014 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5963 2024.10.04 16:13:38.251369 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
5964 2024.10.04 16:13:38.251710 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5965 2024.10.04 16:13:38.251839 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec.
5966 2024.10.04 16:13:38.252005 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Debug> DynamicQueryHandler: Done processing query
5967 2024.10.04 16:13:38.252030 [ 3 ] {e1b52244-e966-4cb7-88ef-d4b5b3cdc1fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
5968 2024.10.04 16:13:38.252047 [ 3 ] {} <Debug> HTTP-Session: 6400e2c3-a390-48f3-91be-4a4c99522a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5969 2024.10.04 16:13:38.252228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 45267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5970 2024.10.04 16:13:38.252277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5971 2024.10.04 16:13:38.252295 [ 3 ] {} <Debug> HTTP-Session: 7b13591b-8118-45c1-a1f3-bdc526548605 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5972 2024.10.04 16:13:38.252311 [ 3 ] {} <Debug> HTTP-Session: 7b13591b-8118-45c1-a1f3-bdc526548605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5973 2024.10.04 16:13:38.252325 [ 3 ] {} <Debug> HTTP-Session: 7b13591b-8118-45c1-a1f3-bdc526548605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5974 2024.10.04 16:13:38.252355 [ 3 ] {} <Trace> HTTP-Session: 7b13591b-8118-45c1-a1f3-bdc526548605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5975 2024.10.04 16:13:38.252526 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
5976 2024.10.04 16:13:38.252573 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5977 2024.10.04 16:13:38.252716 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5978 2024.10.04 16:13:38.253142 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5979 2024.10.04 16:13:38.253179 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5980 2024.10.04 16:13:38.253560 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5981 2024.10.04 16:13:38.253899 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5982 2024.10.04 16:13:38.254035 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001589 sec., 151038.38892385148 rows/sec., 10.13 MiB/sec.
5983 2024.10.04 16:13:38.254382 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Debug> DynamicQueryHandler: Done processing query
5984 2024.10.04 16:13:38.254420 [ 3 ] {f46b3bf1-1791-4df9-a61b-aac4ff5d4681} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
5985 2024.10.04 16:13:38.254437 [ 3 ] {} <Debug> HTTP-Session: 7b13591b-8118-45c1-a1f3-bdc526548605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
5986 2024.10.04 16:13:38.254561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5987 2024.10.04 16:13:38.254611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
5988 2024.10.04 16:13:38.254630 [ 3 ] {} <Debug> HTTP-Session: 15aad21f-7829-4722-94ab-5293bdaafb85 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
5989 2024.10.04 16:13:38.254647 [ 3 ] {} <Debug> HTTP-Session: 15aad21f-7829-4722-94ab-5293bdaafb85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
5990 2024.10.04 16:13:38.254660 [ 3 ] {} <Debug> HTTP-Session: 15aad21f-7829-4722-94ab-5293bdaafb85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
5991 2024.10.04 16:13:38.254690 [ 3 ] {} <Trace> HTTP-Session: 15aad21f-7829-4722-94ab-5293bdaafb85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5992 2024.10.04 16:13:38.254788 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
5993 2024.10.04 16:13:38.254836 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5994 2024.10.04 16:13:38.254986 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
5995 2024.10.04 16:13:38.255339 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5996 2024.10.04 16:13:38.255374 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
5997 2024.10.04 16:13:38.255726 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
5998 2024.10.04 16:13:38.256043 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5999 2024.10.04 16:13:38.256176 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec.
6000 2024.10.04 16:13:38.256456 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Debug> DynamicQueryHandler: Done processing query
6001 2024.10.04 16:13:38.256481 [ 3 ] {d0886991-f5f1-4ef2-b5f3-4a2250d87ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6002 2024.10.04 16:13:38.256497 [ 3 ] {} <Debug> HTTP-Session: 15aad21f-7829-4722-94ab-5293bdaafb85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6003 2024.10.04 16:13:38.256606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6004 2024.10.04 16:13:38.256656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6005 2024.10.04 16:13:38.256674 [ 3 ] {} <Debug> HTTP-Session: d3046fa1-f75a-4d6e-9946-7adae93d6c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6006 2024.10.04 16:13:38.256690 [ 3 ] {} <Debug> HTTP-Session: d3046fa1-f75a-4d6e-9946-7adae93d6c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6007 2024.10.04 16:13:38.256704 [ 3 ] {} <Debug> HTTP-Session: d3046fa1-f75a-4d6e-9946-7adae93d6c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6008 2024.10.04 16:13:38.256734 [ 3 ] {} <Trace> HTTP-Session: d3046fa1-f75a-4d6e-9946-7adae93d6c62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6009 2024.10.04 16:13:38.256880 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6010 2024.10.04 16:13:38.256951 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6011 2024.10.04 16:13:38.257390 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6012 2024.10.04 16:13:38.257914 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6013 2024.10.04 16:13:38.257950 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6014 2024.10.04 16:13:38.258585 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6015 2024.10.04 16:13:38.259025 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6016 2024.10.04 16:13:38.259156 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6017 2024.10.04 16:13:38.259179 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002369 sec., 3376.952300548755 rows/sec., 6.05 MiB/sec.
6018 2024.10.04 16:13:38.259197 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6019 2024.10.04 16:13:38.259236 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6020 2024.10.04 16:13:38.259650 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
6021 2024.10.04 16:13:38.259986 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Debug> DynamicQueryHandler: Done processing query
6022 2024.10.04 16:13:38.260062 [ 3 ] {166a0f47-4726-457f-9c77-d871c8811f18} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6023 2024.10.04 16:13:38.260131 [ 3 ] {} <Debug> HTTP-Session: d3046fa1-f75a-4d6e-9946-7adae93d6c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6024 2024.10.04 16:13:38.260322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6025 2024.10.04 16:13:38.260393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6026 2024.10.04 16:13:38.260429 [ 3 ] {} <Debug> HTTP-Session: c696ced8-2381-4892-b977-23be7559084c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6027 2024.10.04 16:13:38.260433 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6028 2024.10.04 16:13:38.260449 [ 3 ] {} <Debug> HTTP-Session: c696ced8-2381-4892-b977-23be7559084c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6029 2024.10.04 16:13:38.260477 [ 3 ] {} <Debug> HTTP-Session: c696ced8-2381-4892-b977-23be7559084c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6030 2024.10.04 16:13:38.260515 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 129 rows starting from the beginning of the part
6031 2024.10.04 16:13:38.260522 [ 3 ] {} <Trace> HTTP-Session: c696ced8-2381-4892-b977-23be7559084c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6032 2024.10.04 16:13:38.260805 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6033 2024.10.04 16:13:38.260947 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6034 2024.10.04 16:13:38.260977 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
6035 2024.10.04 16:13:38.261580 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6036 2024.10.04 16:13:38.261608 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part
6037 2024.10.04 16:13:38.262236 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
6038 2024.10.04 16:13:38.262557 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6039 2024.10.04 16:13:38.262658 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6040 2024.10.04 16:13:38.262929 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part
6041 2024.10.04 16:13:38.263423 [ 196 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
6042 2024.10.04 16:13:38.263732 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6043 2024.10.04 16:13:38.264291 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6044 2024.10.04 16:13:38.264506 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003878 sec., 21144.920061887573 rows/sec., 1.34 MiB/sec.
6045 2024.10.04 16:13:38.264734 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Debug> DynamicQueryHandler: Done processing query
6046 2024.10.04 16:13:38.264760 [ 3 ] {a48d1e11-0ec8-455a-b0bf-1784a834d904} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6047 2024.10.04 16:13:38.264776 [ 3 ] {} <Debug> HTTP-Session: c696ced8-2381-4892-b977-23be7559084c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6048 2024.10.04 16:13:38.266550 [ 188 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 19 columns (19 merged, 0 gathered) in 0.00723112 sec., 23647.789000874 rows/sec., 42.38 MiB/sec.
6049 2024.10.04 16:13:38.267106 [ 191 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6050 2024.10.04 16:13:38.268020 [ 191 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2024.10.04 16:13:38.268114 [ 191 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6052 2024.10.04 16:13:38.268281 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
6053 2024.10.04 16:13:42.614161 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
6054 2024.10.04 16:13:42.614225 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
6055 2024.10.04 16:13:43.224251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6056 2024.10.04 16:13:43.224385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6057 2024.10.04 16:13:43.224415 [ 3 ] {} <Debug> HTTP-Session: a58f042b-7dd2-46e3-8346-da3f12573b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6058 2024.10.04 16:13:43.224444 [ 3 ] {} <Debug> HTTP-Session: a58f042b-7dd2-46e3-8346-da3f12573b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6059 2024.10.04 16:13:43.224462 [ 3 ] {} <Debug> HTTP-Session: a58f042b-7dd2-46e3-8346-da3f12573b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6060 2024.10.04 16:13:43.224518 [ 3 ] {} <Trace> HTTP-Session: a58f042b-7dd2-46e3-8346-da3f12573b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6061 2024.10.04 16:13:43.224723 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6062 2024.10.04 16:13:43.224802 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6063 2024.10.04 16:13:43.225168 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6064 2024.10.04 16:13:43.225656 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2024.10.04 16:13:43.225697 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6066 2024.10.04 16:13:43.226106 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6067 2024.10.04 16:13:43.226498 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2024.10.04 16:13:43.226679 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002014 sec., 993.0486593843098 rows/sec., 80.98 KiB/sec.
6069 2024.10.04 16:13:43.227035 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Debug> DynamicQueryHandler: Done processing query
6070 2024.10.04 16:13:43.227062 [ 3 ] {bfd133a7-5ce4-49fd-8a6b-3633d77bcaa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6071 2024.10.04 16:13:43.227078 [ 3 ] {} <Debug> HTTP-Session: a58f042b-7dd2-46e3-8346-da3f12573b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6072 2024.10.04 16:13:43.227246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6073 2024.10.04 16:13:43.227307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6074 2024.10.04 16:13:43.227328 [ 3 ] {} <Debug> HTTP-Session: 8f68e7a0-f549-4057-8655-6b5abfd18d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6075 2024.10.04 16:13:43.227345 [ 3 ] {} <Debug> HTTP-Session: 8f68e7a0-f549-4057-8655-6b5abfd18d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6076 2024.10.04 16:13:43.227359 [ 3 ] {} <Debug> HTTP-Session: 8f68e7a0-f549-4057-8655-6b5abfd18d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6077 2024.10.04 16:13:43.227390 [ 3 ] {} <Trace> HTTP-Session: 8f68e7a0-f549-4057-8655-6b5abfd18d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6078 2024.10.04 16:13:43.227517 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6079 2024.10.04 16:13:43.227562 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6080 2024.10.04 16:13:43.227808 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6081 2024.10.04 16:13:43.228215 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6082 2024.10.04 16:13:43.228252 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6083 2024.10.04 16:13:43.228616 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6084 2024.10.04 16:13:43.228986 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6085 2024.10.04 16:13:43.229149 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Debug> executeQuery: Read 75 rows, 6.19 KiB in 0.001675 sec., 44776.119402985074 rows/sec., 3.61 MiB/sec.
6086 2024.10.04 16:13:43.229347 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Debug> DynamicQueryHandler: Done processing query
6087 2024.10.04 16:13:43.229374 [ 3 ] {7ffbf3bf-8df6-494b-9d22-607dc4dfc57f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6088 2024.10.04 16:13:43.229391 [ 3 ] {} <Debug> HTTP-Session: 8f68e7a0-f549-4057-8655-6b5abfd18d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6089 2024.10.04 16:13:43.229526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6090 2024.10.04 16:13:43.229575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6091 2024.10.04 16:13:43.229594 [ 3 ] {} <Debug> HTTP-Session: db27b885-96d9-45d1-872e-34de230fcfa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6092 2024.10.04 16:13:43.229611 [ 3 ] {} <Debug> HTTP-Session: db27b885-96d9-45d1-872e-34de230fcfa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6093 2024.10.04 16:13:43.229625 [ 3 ] {} <Debug> HTTP-Session: db27b885-96d9-45d1-872e-34de230fcfa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6094 2024.10.04 16:13:43.229656 [ 3 ] {} <Trace> HTTP-Session: db27b885-96d9-45d1-872e-34de230fcfa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6095 2024.10.04 16:13:43.229756 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6096 2024.10.04 16:13:43.229799 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6097 2024.10.04 16:13:43.230027 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6098 2024.10.04 16:13:43.230344 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6099 2024.10.04 16:13:43.230381 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6100 2024.10.04 16:13:43.230730 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6101 2024.10.04 16:13:43.231097 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6102 2024.10.04 16:13:43.231261 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001528 sec., 7198.952879581151 rows/sec., 534.30 KiB/sec.
6103 2024.10.04 16:13:43.231615 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Debug> DynamicQueryHandler: Done processing query
6104 2024.10.04 16:13:43.231658 [ 3 ] {3ca9946e-6859-475e-82bd-764afacc7807} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6105 2024.10.04 16:13:43.231680 [ 3 ] {} <Debug> HTTP-Session: db27b885-96d9-45d1-872e-34de230fcfa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6106 2024.10.04 16:13:43.231847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6107 2024.10.04 16:13:43.231915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6108 2024.10.04 16:13:43.231938 [ 3 ] {} <Debug> HTTP-Session: f037be07-30be-4897-8723-30a6553e98cd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6109 2024.10.04 16:13:43.231955 [ 3 ] {} <Debug> HTTP-Session: f037be07-30be-4897-8723-30a6553e98cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6110 2024.10.04 16:13:43.231969 [ 3 ] {} <Debug> HTTP-Session: f037be07-30be-4897-8723-30a6553e98cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6111 2024.10.04 16:13:43.232000 [ 3 ] {} <Trace> HTTP-Session: f037be07-30be-4897-8723-30a6553e98cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6112 2024.10.04 16:13:43.232126 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6113 2024.10.04 16:13:43.232171 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6114 2024.10.04 16:13:43.232425 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6115 2024.10.04 16:13:43.232834 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6116 2024.10.04 16:13:43.232871 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6117 2024.10.04 16:13:43.233238 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6118 2024.10.04 16:13:43.233598 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6119 2024.10.04 16:13:43.233769 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001677 sec., 44722.71914132379 rows/sec., 3.49 MiB/sec.
6120 2024.10.04 16:13:43.234130 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Debug> DynamicQueryHandler: Done processing query
6121 2024.10.04 16:13:43.234163 [ 3 ] {06d22ce2-eee0-45c7-9b67-1664c6e75d72} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6122 2024.10.04 16:13:43.234180 [ 3 ] {} <Debug> HTTP-Session: f037be07-30be-4897-8723-30a6553e98cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6123 2024.10.04 16:13:43.234368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6124 2024.10.04 16:13:43.234419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6125 2024.10.04 16:13:43.234438 [ 3 ] {} <Debug> HTTP-Session: 9df19f18-9e90-45b8-afb8-28d0343dd931 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6126 2024.10.04 16:13:43.234455 [ 3 ] {} <Debug> HTTP-Session: 9df19f18-9e90-45b8-afb8-28d0343dd931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6127 2024.10.04 16:13:43.234469 [ 3 ] {} <Debug> HTTP-Session: 9df19f18-9e90-45b8-afb8-28d0343dd931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6128 2024.10.04 16:13:43.234500 [ 3 ] {} <Trace> HTTP-Session: 9df19f18-9e90-45b8-afb8-28d0343dd931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6129 2024.10.04 16:13:43.234651 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6130 2024.10.04 16:13:43.234702 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6131 2024.10.04 16:13:43.234875 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6132 2024.10.04 16:13:43.235283 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6133 2024.10.04 16:13:43.235320 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6134 2024.10.04 16:13:43.235719 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6135 2024.10.04 16:13:43.236076 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6136 2024.10.04 16:13:43.236242 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001659 sec., 97046.4135021097 rows/sec., 6.76 MiB/sec.
6137 2024.10.04 16:13:43.236420 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Debug> DynamicQueryHandler: Done processing query
6138 2024.10.04 16:13:43.236445 [ 3 ] {541cedd4-6795-4ed6-a343-9270ac807de5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6139 2024.10.04 16:13:43.236461 [ 3 ] {} <Debug> HTTP-Session: 9df19f18-9e90-45b8-afb8-28d0343dd931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6140 2024.10.04 16:13:43.236605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6141 2024.10.04 16:13:43.236654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6142 2024.10.04 16:13:43.236673 [ 3 ] {} <Debug> HTTP-Session: dddb27c4-91a8-4156-bf65-7ff66220006f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6143 2024.10.04 16:13:43.236688 [ 3 ] {} <Debug> HTTP-Session: dddb27c4-91a8-4156-bf65-7ff66220006f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6144 2024.10.04 16:13:43.236702 [ 3 ] {} <Debug> HTTP-Session: dddb27c4-91a8-4156-bf65-7ff66220006f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6145 2024.10.04 16:13:43.236733 [ 3 ] {} <Trace> HTTP-Session: dddb27c4-91a8-4156-bf65-7ff66220006f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6146 2024.10.04 16:13:43.236916 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6147 2024.10.04 16:13:43.236983 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6148 2024.10.04 16:13:43.237425 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6149 2024.10.04 16:13:43.237998 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6150 2024.10.04 16:13:43.238035 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6151 2024.10.04 16:13:43.238657 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6152 2024.10.04 16:13:43.239075 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6153 2024.10.04 16:13:43.239267 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00246 sec., 3658.5365853658536 rows/sec., 6.56 MiB/sec.
6154 2024.10.04 16:13:43.239498 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Debug> DynamicQueryHandler: Done processing query
6155 2024.10.04 16:13:43.239523 [ 3 ] {c639b8cd-8d85-44cb-af01-14fe189f74b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6156 2024.10.04 16:13:43.239540 [ 3 ] {} <Debug> HTTP-Session: dddb27c4-91a8-4156-bf65-7ff66220006f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6157 2024.10.04 16:13:43.239671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6158 2024.10.04 16:13:43.239720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6159 2024.10.04 16:13:43.239739 [ 3 ] {} <Debug> HTTP-Session: 46d753f9-9956-43e5-8147-28203c16ce97 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6160 2024.10.04 16:13:43.239755 [ 3 ] {} <Debug> HTTP-Session: 46d753f9-9956-43e5-8147-28203c16ce97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6161 2024.10.04 16:13:43.239769 [ 3 ] {} <Debug> HTTP-Session: 46d753f9-9956-43e5-8147-28203c16ce97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6162 2024.10.04 16:13:43.239800 [ 3 ] {} <Trace> HTTP-Session: 46d753f9-9956-43e5-8147-28203c16ce97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6163 2024.10.04 16:13:43.239916 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6164 2024.10.04 16:13:43.239962 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6165 2024.10.04 16:13:43.240093 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6166 2024.10.04 16:13:43.240389 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6167 2024.10.04 16:13:43.240427 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6168 2024.10.04 16:13:43.240796 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6169 2024.10.04 16:13:43.241120 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6170 2024.10.04 16:13:43.241293 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec.
6171 2024.10.04 16:13:43.241603 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Debug> DynamicQueryHandler: Done processing query
6172 2024.10.04 16:13:43.241630 [ 3 ] {c0dbd387-d6bc-40b8-9511-1fa9aa6e1df6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6173 2024.10.04 16:13:43.241647 [ 3 ] {} <Debug> HTTP-Session: 46d753f9-9956-43e5-8147-28203c16ce97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6174 2024.10.04 16:13:47.757248 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 624
6175 2024.10.04 16:13:47.760390 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6176 2024.10.04 16:13:47.760438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6177 2024.10.04 16:13:47.761959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6178 2024.10.04 16:13:47.762958 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6179 2024.10.04 16:13:47.763485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
6180 2024.10.04 16:13:48.229415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6181 2024.10.04 16:13:48.229547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6182 2024.10.04 16:13:48.229578 [ 3 ] {} <Debug> HTTP-Session: 7883df0f-8a52-4ec1-b6ed-7264cf8f39d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6183 2024.10.04 16:13:48.229606 [ 3 ] {} <Debug> HTTP-Session: 7883df0f-8a52-4ec1-b6ed-7264cf8f39d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6184 2024.10.04 16:13:48.229625 [ 3 ] {} <Debug> HTTP-Session: 7883df0f-8a52-4ec1-b6ed-7264cf8f39d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6185 2024.10.04 16:13:48.229685 [ 3 ] {} <Trace> HTTP-Session: 7883df0f-8a52-4ec1-b6ed-7264cf8f39d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6186 2024.10.04 16:13:48.229894 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6187 2024.10.04 16:13:48.229974 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6188 2024.10.04 16:13:48.230348 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6189 2024.10.04 16:13:48.230769 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6190 2024.10.04 16:13:48.230812 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6191 2024.10.04 16:13:48.231244 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6192 2024.10.04 16:13:48.231651 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6193 2024.10.04 16:13:48.231813 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001984 sec., 1008.0645161290322 rows/sec., 82.20 KiB/sec.
6194 2024.10.04 16:13:48.232051 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Debug> DynamicQueryHandler: Done processing query
6195 2024.10.04 16:13:48.232077 [ 3 ] {7db5fa7d-a10e-4e0e-931e-d680987298f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6196 2024.10.04 16:13:48.232094 [ 3 ] {} <Debug> HTTP-Session: 7883df0f-8a52-4ec1-b6ed-7264cf8f39d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6197 2024.10.04 16:13:48.232266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6198 2024.10.04 16:13:48.232314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6199 2024.10.04 16:13:48.232333 [ 3 ] {} <Debug> HTTP-Session: 0dec5581-cf26-415b-9993-a10b9589248c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6200 2024.10.04 16:13:48.232349 [ 3 ] {} <Debug> HTTP-Session: 0dec5581-cf26-415b-9993-a10b9589248c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6201 2024.10.04 16:13:48.232362 [ 3 ] {} <Debug> HTTP-Session: 0dec5581-cf26-415b-9993-a10b9589248c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6202 2024.10.04 16:13:48.232393 [ 3 ] {} <Trace> HTTP-Session: 0dec5581-cf26-415b-9993-a10b9589248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6203 2024.10.04 16:13:48.232579 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6204 2024.10.04 16:13:48.232622 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6205 2024.10.04 16:13:48.232836 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6206 2024.10.04 16:13:48.233331 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6207 2024.10.04 16:13:48.233368 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6208 2024.10.04 16:13:48.233738 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6209 2024.10.04 16:13:48.234102 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6210 2024.10.04 16:13:48.234262 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Debug> executeQuery: Read 206 rows, 18.56 KiB in 0.001778 sec., 115860.51743532058 rows/sec., 10.19 MiB/sec.
6211 2024.10.04 16:13:48.234445 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Debug> DynamicQueryHandler: Done processing query
6212 2024.10.04 16:13:48.234471 [ 3 ] {2af8c047-20bf-421f-be59-005ea2f007da} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6213 2024.10.04 16:13:48.234487 [ 3 ] {} <Debug> HTTP-Session: 0dec5581-cf26-415b-9993-a10b9589248c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6214 2024.10.04 16:13:48.234599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6215 2024.10.04 16:13:48.234648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6216 2024.10.04 16:13:48.234668 [ 3 ] {} <Debug> HTTP-Session: 3f073243-a646-4034-b057-30eff184c92a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6217 2024.10.04 16:13:48.234684 [ 3 ] {} <Debug> HTTP-Session: 3f073243-a646-4034-b057-30eff184c92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6218 2024.10.04 16:13:48.234698 [ 3 ] {} <Debug> HTTP-Session: 3f073243-a646-4034-b057-30eff184c92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6219 2024.10.04 16:13:48.234729 [ 3 ] {} <Trace> HTTP-Session: 3f073243-a646-4034-b057-30eff184c92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6220 2024.10.04 16:13:48.234829 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6221 2024.10.04 16:13:48.234872 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6222 2024.10.04 16:13:48.235099 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6223 2024.10.04 16:13:48.235408 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6224 2024.10.04 16:13:48.235445 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6225 2024.10.04 16:13:48.235804 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6226 2024.10.04 16:13:48.236174 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6227 2024.10.04 16:13:48.236346 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001535 sec., 6514.657980456026 rows/sec., 482.87 KiB/sec.
6228 2024.10.04 16:13:48.236532 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Debug> DynamicQueryHandler: Done processing query
6229 2024.10.04 16:13:48.236556 [ 3 ] {aa9ad2e5-0773-4a3f-b852-5d0a3d96871d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6230 2024.10.04 16:13:48.236572 [ 3 ] {} <Debug> HTTP-Session: 3f073243-a646-4034-b057-30eff184c92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6231 2024.10.04 16:13:48.236690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6232 2024.10.04 16:13:48.236739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6233 2024.10.04 16:13:48.236759 [ 3 ] {} <Debug> HTTP-Session: b17cae1f-1ea4-4374-ba9c-dcc1d6d1fcf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6234 2024.10.04 16:13:48.236775 [ 3 ] {} <Debug> HTTP-Session: b17cae1f-1ea4-4374-ba9c-dcc1d6d1fcf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6235 2024.10.04 16:13:48.236790 [ 3 ] {} <Debug> HTTP-Session: b17cae1f-1ea4-4374-ba9c-dcc1d6d1fcf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6236 2024.10.04 16:13:48.236821 [ 3 ] {} <Trace> HTTP-Session: b17cae1f-1ea4-4374-ba9c-dcc1d6d1fcf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6237 2024.10.04 16:13:48.236919 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6238 2024.10.04 16:13:48.236963 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6239 2024.10.04 16:13:48.237187 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6240 2024.10.04 16:13:48.237547 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6241 2024.10.04 16:13:48.237583 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6242 2024.10.04 16:13:48.237940 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6243 2024.10.04 16:13:48.238307 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6244 2024.10.04 16:13:48.238484 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001581 sec., 8855.154965211892 rows/sec., 620.16 KiB/sec.
6245 2024.10.04 16:13:48.238795 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Debug> DynamicQueryHandler: Done processing query
6246 2024.10.04 16:13:48.238819 [ 3 ] {7fe7fdb7-0a8d-4681-a089-5e08942496c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6247 2024.10.04 16:13:48.238835 [ 3 ] {} <Debug> HTTP-Session: b17cae1f-1ea4-4374-ba9c-dcc1d6d1fcf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6248 2024.10.04 16:13:48.238941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6249 2024.10.04 16:13:48.238990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6250 2024.10.04 16:13:48.239009 [ 3 ] {} <Debug> HTTP-Session: 36daef52-48ae-4657-bf49-66e1fc0f74e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6251 2024.10.04 16:13:48.239025 [ 3 ] {} <Debug> HTTP-Session: 36daef52-48ae-4657-bf49-66e1fc0f74e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6252 2024.10.04 16:13:48.239039 [ 3 ] {} <Debug> HTTP-Session: 36daef52-48ae-4657-bf49-66e1fc0f74e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6253 2024.10.04 16:13:48.239072 [ 3 ] {} <Trace> HTTP-Session: 36daef52-48ae-4657-bf49-66e1fc0f74e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6254 2024.10.04 16:13:48.239169 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6255 2024.10.04 16:13:48.239213 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6256 2024.10.04 16:13:48.239457 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6257 2024.10.04 16:13:48.239810 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6258 2024.10.04 16:13:48.239847 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6259 2024.10.04 16:13:48.240197 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6260 2024.10.04 16:13:48.240567 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6261 2024.10.04 16:13:48.240724 [ 99 ] {} <Debug> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6262 2024.10.04 16:13:48.240733 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 224.36 KiB/sec.
6263 2024.10.04 16:13:48.240814 [ 99 ] {} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6264 2024.10.04 16:13:48.240885 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6265 2024.10.04 16:13:48.241065 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
6266 2024.10.04 16:13:48.241072 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Debug> DynamicQueryHandler: Done processing query
6267 2024.10.04 16:13:48.241124 [ 3 ] {00cf5a0e-46b6-4247-8cac-622509aad3e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6268 2024.10.04 16:13:48.241148 [ 3 ] {} <Debug> HTTP-Session: 36daef52-48ae-4657-bf49-66e1fc0f74e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6269 2024.10.04 16:13:48.241243 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6270 2024.10.04 16:13:48.241282 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
6271 2024.10.04 16:13:48.241339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6272 2024.10.04 16:13:48.241413 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
6273 2024.10.04 16:13:48.241423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6274 2024.10.04 16:13:48.241480 [ 3 ] {} <Debug> HTTP-Session: a51f7a3b-0cce-4f52-bda8-e6da6be3b1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6275 2024.10.04 16:13:48.241523 [ 3 ] {} <Debug> HTTP-Session: a51f7a3b-0cce-4f52-bda8-e6da6be3b1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6276 2024.10.04 16:13:48.241562 [ 3 ] {} <Debug> HTTP-Session: a51f7a3b-0cce-4f52-bda8-e6da6be3b1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6277 2024.10.04 16:13:48.241650 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
6278 2024.10.04 16:13:48.241718 [ 3 ] {} <Trace> HTTP-Session: a51f7a3b-0cce-4f52-bda8-e6da6be3b1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6279 2024.10.04 16:13:48.242165 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
6280 2024.10.04 16:13:48.242275 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6281 2024.10.04 16:13:48.242301 [ 188 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
6282 2024.10.04 16:13:48.242380 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6283 2024.10.04 16:13:48.243117 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6284 2024.10.04 16:13:48.244077 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003068609 sec., 9776.416610913935 rows/sec., 620.57 KiB/sec.
6285 2024.10.04 16:13:48.244268 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6286 2024.10.04 16:13:48.244321 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6287 2024.10.04 16:13:48.244346 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6288 2024.10.04 16:13:48.245492 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6289 2024.10.04 16:13:48.245601 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_13_3} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6290 2024.10.04 16:13:48.245797 [ 191 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_13_3} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6291 2024.10.04 16:13:48.246062 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6292 2024.10.04 16:13:48.246249 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6293 2024.10.04 16:13:48.246435 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.004382 sec., 89456.86900958467 rows/sec., 6.35 MiB/sec.
6294 2024.10.04 16:13:48.246819 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Debug> DynamicQueryHandler: Done processing query
6295 2024.10.04 16:13:48.246844 [ 3 ] {442ddf7b-9721-49c2-a0d5-43e58652cc25} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
6296 2024.10.04 16:13:48.246862 [ 3 ] {} <Debug> HTTP-Session: a51f7a3b-0cce-4f52-bda8-e6da6be3b1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6297 2024.10.04 16:13:48.246974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6298 2024.10.04 16:13:48.247024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6299 2024.10.04 16:13:48.247043 [ 3 ] {} <Debug> HTTP-Session: 43407ed5-41cf-4d82-a814-0c87c63ac6b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6300 2024.10.04 16:13:48.247061 [ 3 ] {} <Debug> HTTP-Session: 43407ed5-41cf-4d82-a814-0c87c63ac6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6301 2024.10.04 16:13:48.247075 [ 3 ] {} <Debug> HTTP-Session: 43407ed5-41cf-4d82-a814-0c87c63ac6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6302 2024.10.04 16:13:48.247107 [ 3 ] {} <Trace> HTTP-Session: 43407ed5-41cf-4d82-a814-0c87c63ac6b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6303 2024.10.04 16:13:48.247207 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6304 2024.10.04 16:13:48.247254 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6305 2024.10.04 16:13:48.247409 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6306 2024.10.04 16:13:48.247694 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2024.10.04 16:13:48.247730 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6308 2024.10.04 16:13:48.248092 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6309 2024.10.04 16:13:48.248423 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6310 2024.10.04 16:13:48.248583 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec.
6311 2024.10.04 16:13:48.248852 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Debug> DynamicQueryHandler: Done processing query
6312 2024.10.04 16:13:48.248877 [ 3 ] {3bbe61dd-bc8a-42ab-90cf-e63b203b34ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6313 2024.10.04 16:13:48.248894 [ 3 ] {} <Debug> HTTP-Session: 43407ed5-41cf-4d82-a814-0c87c63ac6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6314 2024.10.04 16:13:48.249050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6315 2024.10.04 16:13:48.249099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6316 2024.10.04 16:13:48.249118 [ 3 ] {} <Debug> HTTP-Session: 0c7b28bb-13d4-4181-90a8-599d11a20676 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6317 2024.10.04 16:13:48.249134 [ 3 ] {} <Debug> HTTP-Session: 0c7b28bb-13d4-4181-90a8-599d11a20676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6318 2024.10.04 16:13:48.249148 [ 3 ] {} <Debug> HTTP-Session: 0c7b28bb-13d4-4181-90a8-599d11a20676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6319 2024.10.04 16:13:48.249180 [ 3 ] {} <Trace> HTTP-Session: 0c7b28bb-13d4-4181-90a8-599d11a20676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6320 2024.10.04 16:13:48.249393 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6321 2024.10.04 16:13:48.249444 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6322 2024.10.04 16:13:48.249609 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6323 2024.10.04 16:13:48.250047 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6324 2024.10.04 16:13:48.250084 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6325 2024.10.04 16:13:48.250471 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6326 2024.10.04 16:13:48.250825 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6327 2024.10.04 16:13:48.250986 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001705 sec., 139589.44281524926 rows/sec., 9.36 MiB/sec.
6328 2024.10.04 16:13:48.251156 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Debug> DynamicQueryHandler: Done processing query
6329 2024.10.04 16:13:48.251180 [ 3 ] {217e7f5f-1dd6-4fe5-bfe0-27e69805b592} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6330 2024.10.04 16:13:48.251196 [ 3 ] {} <Debug> HTTP-Session: 0c7b28bb-13d4-4181-90a8-599d11a20676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6331 2024.10.04 16:13:48.251317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6332 2024.10.04 16:13:48.251366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6333 2024.10.04 16:13:48.251385 [ 3 ] {} <Debug> HTTP-Session: 3aa44b04-0622-47cc-ba78-e67f8a0460fe Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6334 2024.10.04 16:13:48.251402 [ 3 ] {} <Debug> HTTP-Session: 3aa44b04-0622-47cc-ba78-e67f8a0460fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6335 2024.10.04 16:13:48.251416 [ 3 ] {} <Debug> HTTP-Session: 3aa44b04-0622-47cc-ba78-e67f8a0460fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6336 2024.10.04 16:13:48.251446 [ 3 ] {} <Trace> HTTP-Session: 3aa44b04-0622-47cc-ba78-e67f8a0460fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6337 2024.10.04 16:13:48.251540 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6338 2024.10.04 16:13:48.251586 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6339 2024.10.04 16:13:48.251716 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6340 2024.10.04 16:13:48.251964 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6341 2024.10.04 16:13:48.251999 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6342 2024.10.04 16:13:48.252344 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6343 2024.10.04 16:13:48.252668 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6344 2024.10.04 16:13:48.252830 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec.
6345 2024.10.04 16:13:48.253139 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Debug> DynamicQueryHandler: Done processing query
6346 2024.10.04 16:13:48.253164 [ 3 ] {d727ac69-6253-4e53-a602-d3850ad21e38} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6347 2024.10.04 16:13:48.253180 [ 3 ] {} <Debug> HTTP-Session: 3aa44b04-0622-47cc-ba78-e67f8a0460fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6348 2024.10.04 16:13:48.253301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6349 2024.10.04 16:13:48.253350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6350 2024.10.04 16:13:48.253369 [ 3 ] {} <Debug> HTTP-Session: dd30a576-502b-48dd-91b6-d48303fd520b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6351 2024.10.04 16:13:48.253385 [ 3 ] {} <Debug> HTTP-Session: dd30a576-502b-48dd-91b6-d48303fd520b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6352 2024.10.04 16:13:48.253399 [ 3 ] {} <Debug> HTTP-Session: dd30a576-502b-48dd-91b6-d48303fd520b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6353 2024.10.04 16:13:48.253430 [ 3 ] {} <Trace> HTTP-Session: dd30a576-502b-48dd-91b6-d48303fd520b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6354 2024.10.04 16:13:48.253609 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6355 2024.10.04 16:13:48.253682 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6356 2024.10.04 16:13:48.254136 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6357 2024.10.04 16:13:48.254663 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6358 2024.10.04 16:13:48.254700 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6359 2024.10.04 16:13:48.255320 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6360 2024.10.04 16:13:48.255731 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6361 2024.10.04 16:13:48.255915 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002408 sec., 3322.2591362126245 rows/sec., 5.95 MiB/sec.
6362 2024.10.04 16:13:48.256138 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Debug> DynamicQueryHandler: Done processing query
6363 2024.10.04 16:13:48.256163 [ 3 ] {b94fc51f-63e6-4d32-a5bb-dddc93295166} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6364 2024.10.04 16:13:48.256179 [ 3 ] {} <Debug> HTTP-Session: dd30a576-502b-48dd-91b6-d48303fd520b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6365 2024.10.04 16:13:48.256304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6366 2024.10.04 16:13:48.256353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6367 2024.10.04 16:13:48.256372 [ 3 ] {} <Debug> HTTP-Session: b2028a9e-d0ea-474b-85f8-16e85d5ca128 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6368 2024.10.04 16:13:48.256389 [ 3 ] {} <Debug> HTTP-Session: b2028a9e-d0ea-474b-85f8-16e85d5ca128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6369 2024.10.04 16:13:48.256403 [ 3 ] {} <Debug> HTTP-Session: b2028a9e-d0ea-474b-85f8-16e85d5ca128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6370 2024.10.04 16:13:48.256434 [ 3 ] {} <Trace> HTTP-Session: b2028a9e-d0ea-474b-85f8-16e85d5ca128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6371 2024.10.04 16:13:48.256557 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6372 2024.10.04 16:13:48.256603 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6373 2024.10.04 16:13:48.256737 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6374 2024.10.04 16:13:48.257117 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6375 2024.10.04 16:13:48.257153 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6376 2024.10.04 16:13:48.257522 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6377 2024.10.04 16:13:48.257848 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6378 2024.10.04 16:13:48.258005 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec.
6379 2024.10.04 16:13:48.258177 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Debug> DynamicQueryHandler: Done processing query
6380 2024.10.04 16:13:48.258202 [ 3 ] {3bff70bd-6220-4ee0-b171-7562693c0bc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6381 2024.10.04 16:13:48.258219 [ 3 ] {} <Debug> HTTP-Session: b2028a9e-d0ea-474b-85f8-16e85d5ca128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6382 2024.10.04 16:13:51.424329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6383 2024.10.04 16:13:51.424445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6384 2024.10.04 16:13:51.424471 [ 3 ] {} <Debug> HTTP-Session: 0e75fb6a-aaf6-4fd9-8526-daaf7969b8be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6385 2024.10.04 16:13:51.424496 [ 3 ] {} <Debug> HTTP-Session: 0e75fb6a-aaf6-4fd9-8526-daaf7969b8be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6386 2024.10.04 16:13:51.424511 [ 3 ] {} <Debug> HTTP-Session: 0e75fb6a-aaf6-4fd9-8526-daaf7969b8be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6387 2024.10.04 16:13:51.424562 [ 3 ] {} <Trace> HTTP-Session: 0e75fb6a-aaf6-4fd9-8526-daaf7969b8be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6388 2024.10.04 16:13:51.424735 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6389 2024.10.04 16:13:51.424804 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6390 2024.10.04 16:13:51.425154 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6391 2024.10.04 16:13:51.425661 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2024.10.04 16:13:51.425702 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6393 2024.10.04 16:13:51.426113 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6394 2024.10.04 16:13:51.426501 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6395 2024.10.04 16:13:51.426685 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001997 sec., 1001.5022533800701 rows/sec., 81.67 KiB/sec.
6396 2024.10.04 16:13:51.426692 [ 97 ] {} <Debug> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
6397 2024.10.04 16:13:51.426818 [ 97 ] {} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6398 2024.10.04 16:13:51.426875 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6399 2024.10.04 16:13:51.427003 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Debug> DynamicQueryHandler: Done processing query
6400 2024.10.04 16:13:51.427063 [ 3 ] {948264d6-a05f-440e-95d3-3d8ad4ce5780} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6401 2024.10.04 16:13:51.427095 [ 3 ] {} <Debug> HTTP-Session: 0e75fb6a-aaf6-4fd9-8526-daaf7969b8be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6402 2024.10.04 16:13:51.427104 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
6403 2024.10.04 16:13:51.427315 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6404 2024.10.04 16:13:51.427360 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
6405 2024.10.04 16:13:51.427411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 176279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6406 2024.10.04 16:13:51.427537 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
6407 2024.10.04 16:13:51.427562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6408 2024.10.04 16:13:51.427651 [ 3 ] {} <Debug> HTTP-Session: ac40a22b-735b-4a87-96bf-dc26abb15ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6409 2024.10.04 16:13:51.427748 [ 3 ] {} <Debug> HTTP-Session: ac40a22b-735b-4a87-96bf-dc26abb15ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6410 2024.10.04 16:13:51.427852 [ 3 ] {} <Debug> HTTP-Session: ac40a22b-735b-4a87-96bf-dc26abb15ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6411 2024.10.04 16:13:51.428005 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
6412 2024.10.04 16:13:51.428033 [ 3 ] {} <Trace> HTTP-Session: ac40a22b-735b-4a87-96bf-dc26abb15ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6413 2024.10.04 16:13:51.428452 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::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
6414 2024.10.04 16:13:51.428584 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::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
6415 2024.10.04 16:13:51.428739 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::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
6416 2024.10.04 16:13:51.429117 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6417 2024.10.04 16:13:51.429233 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6418 2024.10.04 16:13:51.429989 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6419 2024.10.04 16:13:51.430765 [ 192 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003798203 sec., 7898.471987937453 rows/sec., 674.92 KiB/sec.
6420 2024.10.04 16:13:51.430907 [ 199 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6421 2024.10.04 16:13:51.431794 [ 188 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6422 2024.10.04 16:13:51.431915 [ 188 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_10_2} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
6423 2024.10.04 16:13:51.431938 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6424 2024.10.04 16:13:51.431985 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6425 2024.10.04 16:13:51.432028 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6426 2024.10.04 16:13:51.432459 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6427 2024.10.04 16:13:51.432857 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6428 2024.10.04 16:13:51.433034 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Debug> executeQuery: Read 1215 rows, 102.75 KiB in 0.004635 sec., 262135.92233009706 rows/sec., 21.65 MiB/sec.
6429 2024.10.04 16:13:51.433290 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Debug> DynamicQueryHandler: Done processing query
6430 2024.10.04 16:13:51.433315 [ 3 ] {eb93303d-ac7f-4bd5-b9bd-2f3b30501e73} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
6431 2024.10.04 16:13:51.433331 [ 3 ] {} <Debug> HTTP-Session: ac40a22b-735b-4a87-96bf-dc26abb15ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6432 2024.10.04 16:13:51.433581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6433 2024.10.04 16:13:51.433630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6434 2024.10.04 16:13:51.433649 [ 3 ] {} <Debug> HTTP-Session: c569681a-db44-4067-b8f4-bf8ab8054f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6435 2024.10.04 16:13:51.433665 [ 3 ] {} <Debug> HTTP-Session: c569681a-db44-4067-b8f4-bf8ab8054f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6436 2024.10.04 16:13:51.433680 [ 3 ] {} <Debug> HTTP-Session: c569681a-db44-4067-b8f4-bf8ab8054f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6437 2024.10.04 16:13:51.433712 [ 3 ] {} <Trace> HTTP-Session: c569681a-db44-4067-b8f4-bf8ab8054f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6438 2024.10.04 16:13:51.433810 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6439 2024.10.04 16:13:51.433855 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6440 2024.10.04 16:13:51.434087 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6441 2024.10.04 16:13:51.434404 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6442 2024.10.04 16:13:51.434441 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6443 2024.10.04 16:13:51.434783 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6444 2024.10.04 16:13:51.435134 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6445 2024.10.04 16:13:51.435299 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001508 sec., 7294.429708222811 rows/sec., 541.38 KiB/sec.
6446 2024.10.04 16:13:51.435475 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Debug> DynamicQueryHandler: Done processing query
6447 2024.10.04 16:13:51.435499 [ 3 ] {fd3bce93-f729-4ef7-a75b-e6a72f74d535} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6448 2024.10.04 16:13:51.435515 [ 3 ] {} <Debug> HTTP-Session: c569681a-db44-4067-b8f4-bf8ab8054f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6449 2024.10.04 16:13:51.435657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6450 2024.10.04 16:13:51.435705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6451 2024.10.04 16:13:51.435724 [ 3 ] {} <Debug> HTTP-Session: df5b30e1-cbfb-4e2e-a4d6-33a7934d1802 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6452 2024.10.04 16:13:51.435741 [ 3 ] {} <Debug> HTTP-Session: df5b30e1-cbfb-4e2e-a4d6-33a7934d1802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6453 2024.10.04 16:13:51.435754 [ 3 ] {} <Debug> HTTP-Session: df5b30e1-cbfb-4e2e-a4d6-33a7934d1802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6454 2024.10.04 16:13:51.435786 [ 3 ] {} <Trace> HTTP-Session: df5b30e1-cbfb-4e2e-a4d6-33a7934d1802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6455 2024.10.04 16:13:51.435934 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6456 2024.10.04 16:13:51.435978 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6457 2024.10.04 16:13:51.436205 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6458 2024.10.04 16:13:51.436711 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6459 2024.10.04 16:13:51.436748 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6460 2024.10.04 16:13:51.437114 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6461 2024.10.04 16:13:51.437476 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6462 2024.10.04 16:13:51.437653 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001787 sec., 127588.13654168998 rows/sec., 8.64 MiB/sec.
6463 2024.10.04 16:13:51.437831 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Debug> DynamicQueryHandler: Done processing query
6464 2024.10.04 16:13:51.437856 [ 3 ] {af1e58e0-2e42-4285-b04e-ca74fa5bbd47} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
6465 2024.10.04 16:13:51.437871 [ 3 ] {} <Debug> HTTP-Session: df5b30e1-cbfb-4e2e-a4d6-33a7934d1802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6466 2024.10.04 16:13:51.438148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 87745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6467 2024.10.04 16:13:51.438197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6468 2024.10.04 16:13:51.438215 [ 3 ] {} <Debug> HTTP-Session: a6a8a504-f73b-429f-8439-b380de5a1861 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6469 2024.10.04 16:13:51.438231 [ 3 ] {} <Debug> HTTP-Session: a6a8a504-f73b-429f-8439-b380de5a1861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6470 2024.10.04 16:13:51.438245 [ 3 ] {} <Debug> HTTP-Session: a6a8a504-f73b-429f-8439-b380de5a1861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6471 2024.10.04 16:13:51.438277 [ 3 ] {} <Trace> HTTP-Session: a6a8a504-f73b-429f-8439-b380de5a1861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6472 2024.10.04 16:13:51.438633 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6473 2024.10.04 16:13:51.438678 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6474 2024.10.04 16:13:51.438907 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6475 2024.10.04 16:13:51.439578 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6476 2024.10.04 16:13:51.439614 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6477 2024.10.04 16:13:51.439985 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6478 2024.10.04 16:13:51.440370 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6479 2024.10.04 16:13:51.440535 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Debug> executeQuery: Read 531 rows, 40.29 KiB in 0.00213 sec., 249295.77464788733 rows/sec., 18.47 MiB/sec.
6480 2024.10.04 16:13:51.440715 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Debug> DynamicQueryHandler: Done processing query
6481 2024.10.04 16:13:51.440738 [ 3 ] {2d016635-dd31-45cb-b684-aab178a99a84} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
6482 2024.10.04 16:13:51.440755 [ 3 ] {} <Debug> HTTP-Session: a6a8a504-f73b-429f-8439-b380de5a1861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6483 2024.10.04 16:13:51.441007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 180586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6484 2024.10.04 16:13:51.441056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6485 2024.10.04 16:13:51.441075 [ 3 ] {} <Debug> HTTP-Session: 02240436-8440-4c64-aa47-0063c1b67ed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6486 2024.10.04 16:13:51.441091 [ 3 ] {} <Debug> HTTP-Session: 02240436-8440-4c64-aa47-0063c1b67ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6487 2024.10.04 16:13:51.441105 [ 3 ] {} <Debug> HTTP-Session: 02240436-8440-4c64-aa47-0063c1b67ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6488 2024.10.04 16:13:51.441137 [ 3 ] {} <Trace> HTTP-Session: 02240436-8440-4c64-aa47-0063c1b67ed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6489 2024.10.04 16:13:51.441721 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6490 2024.10.04 16:13:51.441770 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6491 2024.10.04 16:13:51.441920 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6492 2024.10.04 16:13:51.443219 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6493 2024.10.04 16:13:51.443256 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6494 2024.10.04 16:13:51.443700 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6495 2024.10.04 16:13:51.444048 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2024.10.04 16:13:51.444216 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Debug> executeQuery: Read 953 rows, 65.46 KiB in 0.002899 sec., 328734.04622283543 rows/sec., 22.05 MiB/sec.
6497 2024.10.04 16:13:51.444392 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Debug> DynamicQueryHandler: Done processing query
6498 2024.10.04 16:13:51.444417 [ 3 ] {c47f5711-2ace-4fcf-8d7f-b25f3f7fa849} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
6499 2024.10.04 16:13:51.444433 [ 3 ] {} <Debug> HTTP-Session: 02240436-8440-4c64-aa47-0063c1b67ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6500 2024.10.04 16:13:51.444793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6501 2024.10.04 16:13:51.444841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6502 2024.10.04 16:13:51.444860 [ 3 ] {} <Debug> HTTP-Session: 8ffae6dd-436d-4f71-b03d-5d19c673f5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6503 2024.10.04 16:13:51.444876 [ 3 ] {} <Debug> HTTP-Session: 8ffae6dd-436d-4f71-b03d-5d19c673f5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6504 2024.10.04 16:13:51.444890 [ 3 ] {} <Debug> HTTP-Session: 8ffae6dd-436d-4f71-b03d-5d19c673f5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6505 2024.10.04 16:13:51.444922 [ 3 ] {} <Trace> HTTP-Session: 8ffae6dd-436d-4f71-b03d-5d19c673f5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6506 2024.10.04 16:13:51.445105 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6507 2024.10.04 16:13:51.445170 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6508 2024.10.04 16:13:51.445618 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6509 2024.10.04 16:13:51.446174 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6510 2024.10.04 16:13:51.446210 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6511 2024.10.04 16:13:51.446832 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6512 2024.10.04 16:13:51.447252 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6513 2024.10.04 16:13:51.447452 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002457 sec., 3663.003663003663 rows/sec., 6.56 MiB/sec.
6514 2024.10.04 16:13:51.447683 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Debug> DynamicQueryHandler: Done processing query
6515 2024.10.04 16:13:51.447707 [ 3 ] {794ef96e-c450-40a4-9fc9-e967dfb42f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6516 2024.10.04 16:13:51.447723 [ 3 ] {} <Debug> HTTP-Session: 8ffae6dd-436d-4f71-b03d-5d19c673f5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6517 2024.10.04 16:13:51.447835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 6102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6518 2024.10.04 16:13:51.447883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6519 2024.10.04 16:13:51.447901 [ 3 ] {} <Debug> HTTP-Session: 667a8bba-bc74-4254-89a3-87192fbcfc99 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6520 2024.10.04 16:13:51.447918 [ 3 ] {} <Debug> HTTP-Session: 667a8bba-bc74-4254-89a3-87192fbcfc99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6521 2024.10.04 16:13:51.447932 [ 3 ] {} <Debug> HTTP-Session: 667a8bba-bc74-4254-89a3-87192fbcfc99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6522 2024.10.04 16:13:51.447964 [ 3 ] {} <Trace> HTTP-Session: 667a8bba-bc74-4254-89a3-87192fbcfc99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6523 2024.10.04 16:13:51.448077 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6524 2024.10.04 16:13:51.448122 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6525 2024.10.04 16:13:51.448254 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6526 2024.10.04 16:13:51.448594 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6527 2024.10.04 16:13:51.448630 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6528 2024.10.04 16:13:51.449005 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6529 2024.10.04 16:13:51.449343 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6530 2024.10.04 16:13:51.449504 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001457 sec., 27453.671928620453 rows/sec., 1.85 MiB/sec.
6531 2024.10.04 16:13:51.449841 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Debug> DynamicQueryHandler: Done processing query
6532 2024.10.04 16:13:51.449876 [ 3 ] {dbf4eac6-bf6f-49b4-b303-d7e9ac2f77d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
6533 2024.10.04 16:13:51.449892 [ 3 ] {} <Debug> HTTP-Session: 667a8bba-bc74-4254-89a3-87192fbcfc99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6534 2024.10.04 16:13:53.219235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6535 2024.10.04 16:13:53.219432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6536 2024.10.04 16:13:53.219477 [ 3 ] {} <Debug> HTTP-Session: d88415a0-b0fe-4feb-8531-a7ecd21fa766 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6537 2024.10.04 16:13:53.219519 [ 3 ] {} <Debug> HTTP-Session: d88415a0-b0fe-4feb-8531-a7ecd21fa766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6538 2024.10.04 16:13:53.219548 [ 3 ] {} <Debug> HTTP-Session: d88415a0-b0fe-4feb-8531-a7ecd21fa766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6539 2024.10.04 16:13:53.219632 [ 3 ] {} <Trace> HTTP-Session: d88415a0-b0fe-4feb-8531-a7ecd21fa766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6540 2024.10.04 16:13:53.219943 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6541 2024.10.04 16:13:53.220056 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6542 2024.10.04 16:13:53.220515 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6543 2024.10.04 16:13:53.221056 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6544 2024.10.04 16:13:53.221097 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6545 2024.10.04 16:13:53.221510 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6546 2024.10.04 16:13:53.221915 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6547 2024.10.04 16:13:53.222091 [ 94 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6548 2024.10.04 16:13:53.222102 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002261 sec., 24767.80185758514 rows/sec., 1.90 MiB/sec.
6549 2024.10.04 16:13:53.222178 [ 94 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6550 2024.10.04 16:13:53.222242 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6551 2024.10.04 16:13:53.222530 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Debug> DynamicQueryHandler: Done processing query
6552 2024.10.04 16:13:53.222548 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
6553 2024.10.04 16:13:53.222567 [ 3 ] {70a15895-cf8f-4ac5-860d-46049f947ba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
6554 2024.10.04 16:13:53.222654 [ 3 ] {} <Debug> HTTP-Session: d88415a0-b0fe-4feb-8531-a7ecd21fa766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6555 2024.10.04 16:13:53.222868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6556 2024.10.04 16:13:53.222996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6557 2024.10.04 16:13:53.223016 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6558 2024.10.04 16:13:53.223032 [ 3 ] {} <Debug> HTTP-Session: e91901d3-f30c-4399-ba24-2aa7b1407173 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6559 2024.10.04 16:13:53.223089 [ 3 ] {} <Debug> HTTP-Session: e91901d3-f30c-4399-ba24-2aa7b1407173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6560 2024.10.04 16:13:53.223123 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1373 rows starting from the beginning of the part
6561 2024.10.04 16:13:53.223140 [ 3 ] {} <Debug> HTTP-Session: e91901d3-f30c-4399-ba24-2aa7b1407173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6562 2024.10.04 16:13:53.223238 [ 3 ] {} <Trace> HTTP-Session: e91901d3-f30c-4399-ba24-2aa7b1407173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6563 2024.10.04 16:13:53.223471 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 208 rows starting from the beginning of the part
6564 2024.10.04 16:13:53.223600 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6565 2024.10.04 16:13:53.223756 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6566 2024.10.04 16:13:53.223934 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part
6567 2024.10.04 16:13:53.224253 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 206 rows starting from the beginning of the part
6568 2024.10.04 16:13:53.224624 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1215 rows starting from the beginning of the part
6569 2024.10.04 16:13:53.225054 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part
6570 2024.10.04 16:13:53.225187 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6571 2024.10.04 16:13:53.226404 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6572 2024.10.04 16:13:53.226445 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6573 2024.10.04 16:13:53.227346 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6574 2024.10.04 16:13:53.228342 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6575 2024.10.04 16:13:53.228566 [ 94 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6576 2024.10.04 16:13:53.228654 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005195 sec., 12319.53801732435 rows/sec., 984.65 KiB/sec.
6577 2024.10.04 16:13:53.228660 [ 94 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6578 2024.10.04 16:13:53.228745 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6579 2024.10.04 16:13:53.229157 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
6580 2024.10.04 16:13:53.229275 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Debug> DynamicQueryHandler: Done processing query
6581 2024.10.04 16:13:53.229347 [ 3 ] {8976897f-fe2c-4aa2-9830-9fec32493913} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6582 2024.10.04 16:13:53.229426 [ 3 ] {} <Debug> HTTP-Session: e91901d3-f30c-4399-ba24-2aa7b1407173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6583 2024.10.04 16:13:53.229677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6584 2024.10.04 16:13:53.229694 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3133 rows, containing 5 columns (5 merged, 0 gathered) in 0.007328202 sec., 427526.4246263954 rows/sec., 37.36 MiB/sec.
6585 2024.10.04 16:13:53.229747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6586 2024.10.04 16:13:53.229721 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6587 2024.10.04 16:13:53.229792 [ 3 ] {} <Debug> HTTP-Session: f50616c9-51bf-4ea2-94d3-7a1b57d1a09c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6588 2024.10.04 16:13:53.229827 [ 3 ] {} <Debug> HTTP-Session: f50616c9-51bf-4ea2-94d3-7a1b57d1a09c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6589 2024.10.04 16:13:53.229832 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 885 rows starting from the beginning of the part
6590 2024.10.04 16:13:53.229843 [ 3 ] {} <Debug> HTTP-Session: f50616c9-51bf-4ea2-94d3-7a1b57d1a09c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6591 2024.10.04 16:13:53.229890 [ 3 ] {} <Trace> HTTP-Session: f50616c9-51bf-4ea2-94d3-7a1b57d1a09c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6592 2024.10.04 16:13:53.230040 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 396 rows starting from the beginning of the part
6593 2024.10.04 16:13:53.230176 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6594 2024.10.04 16:13:53.230501 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6595 2024.10.04 16:13:53.230536 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part
6596 2024.10.04 16:13:53.230828 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6597 2024.10.04 16:13:53.231192 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 392 rows starting from the beginning of the part
6598 2024.10.04 16:13:53.231752 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 531 rows starting from the beginning of the part
6599 2024.10.04 16:13:53.232421 [ 188 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part
6600 2024.10.04 16:13:53.233428 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6601 2024.10.04 16:13:53.233436 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6602 2024.10.04 16:13:53.233763 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_31_6} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6603 2024.10.04 16:13:53.234037 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6604 2024.10.04 16:13:53.234292 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6605 2024.10.04 16:13:53.234345 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6606 2024.10.04 16:13:53.234943 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6607 2024.10.04 16:13:53.235359 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6608 2024.10.04 16:13:53.235586 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2343 rows, containing 5 columns (5 merged, 0 gathered) in 0.006660799 sec., 351759.60121300764 rows/sec., 26.92 MiB/sec.
6609 2024.10.04 16:13:53.235623 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6610 2024.10.04 16:13:53.235685 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.005457 sec., 9895.547003848269 rows/sec., 706.34 KiB/sec.
6611 2024.10.04 16:13:53.235707 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6612 2024.10.04 16:13:53.235785 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6613 2024.10.04 16:13:53.236110 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6614 2024.10.04 16:13:53.236189 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
6615 2024.10.04 16:13:53.236260 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Debug> DynamicQueryHandler: Done processing query
6616 2024.10.04 16:13:53.236343 [ 3 ] {2978e0ae-7f47-4c02-8888-2bbbcc4172f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6617 2024.10.04 16:13:53.236399 [ 3 ] {} <Debug> HTTP-Session: f50616c9-51bf-4ea2-94d3-7a1b57d1a09c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6618 2024.10.04 16:13:53.236693 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6619 2024.10.04 16:13:53.236699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 3072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6620 2024.10.04 16:13:53.236844 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8512 rows starting from the beginning of the part
6621 2024.10.04 16:13:53.236898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6622 2024.10.04 16:13:53.236989 [ 3 ] {} <Debug> HTTP-Session: 900e02a1-1120-4056-87d2-39ec922fdbbc Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6623 2024.10.04 16:13:53.237072 [ 3 ] {} <Debug> HTTP-Session: 900e02a1-1120-4056-87d2-39ec922fdbbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6624 2024.10.04 16:13:53.237187 [ 3 ] {} <Debug> HTTP-Session: 900e02a1-1120-4056-87d2-39ec922fdbbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6625 2024.10.04 16:13:53.237283 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 240 rows starting from the beginning of the part
6626 2024.10.04 16:13:53.237367 [ 3 ] {} <Trace> HTTP-Session: 900e02a1-1120-4056-87d2-39ec922fdbbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6627 2024.10.04 16:13:53.237763 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6628 2024.10.04 16:13:53.237857 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part
6629 2024.10.04 16:13:53.237965 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6630 2024.10.04 16:13:53.238280 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
6631 2024.10.04 16:13:53.238756 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 953 rows starting from the beginning of the part
6632 2024.10.04 16:13:53.239143 [ 186 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part
6633 2024.10.04 16:13:53.239565 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6634 2024.10.04 16:13:53.239823 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2024.10.04 16:13:53.240178 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_31_6} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6636 2024.10.04 16:13:53.240642 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
6637 2024.10.04 16:13:53.240898 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6638 2024.10.04 16:13:53.240981 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6639 2024.10.04 16:13:53.241825 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6640 2024.10.04 16:13:53.242750 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6641 2024.10.04 16:13:53.242975 [ 94 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6642 2024.10.04 16:13:53.243095 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.005438 sec., 3677.822728944465 rows/sec., 252.85 KiB/sec.
6643 2024.10.04 16:13:53.243103 [ 94 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6644 2024.10.04 16:13:53.243179 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6645 2024.10.04 16:13:53.243484 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
6646 2024.10.04 16:13:53.243530 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Debug> DynamicQueryHandler: Done processing query
6647 2024.10.04 16:13:53.243562 [ 3 ] {8bd37263-cab6-4d4d-ad9c-48aebee1a811} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6648 2024.10.04 16:13:53.243585 [ 3 ] {} <Debug> HTTP-Session: 900e02a1-1120-4056-87d2-39ec922fdbbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6649 2024.10.04 16:13:53.243658 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6650 2024.10.04 16:13:53.243694 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1560 rows starting from the beginning of the part
6651 2024.10.04 16:13:53.243944 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
6652 2024.10.04 16:13:53.244225 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
6653 2024.10.04 16:13:53.244335 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
6654 2024.10.04 16:13:53.244461 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part
6655 2024.10.04 16:13:53.244677 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part
6656 2024.10.04 16:13:53.245789 [ 194 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10158 rows, containing 5 columns (5 merged, 0 gathered) in 0.00984062 sec., 1032252.0329003661 rows/sec., 69.60 MiB/sec.
6657 2024.10.04 16:13:53.246108 [ 194 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6658 2024.10.04 16:13:53.247049 [ 194 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6659 2024.10.04 16:13:53.247171 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 4 columns (4 merged, 0 gathered) in 0.003764413 sec., 489850.60884658515 rows/sec., 31.89 MiB/sec.
6660 2024.10.04 16:13:53.247219 [ 194 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6661 2024.10.04 16:13:53.247321 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
6662 2024.10.04 16:13:53.247437 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6663 2024.10.04 16:13:53.247818 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6664 2024.10.04 16:13:53.247901 [ 200 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_31_6} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6665 2024.10.04 16:13:53.247977 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6666 2024.10.04 16:13:54.000159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.46 MiB, peak 163.19 MiB, free memory in arenas 0.00 B, will set to 155.50 MiB (RSS), difference: 1.04 MiB
6667 2024.10.04 16:13:57.614277 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
6668 2024.10.04 16:13:57.614343 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
6669 2024.10.04 16:13:57.763741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 670
6670 2024.10.04 16:13:57.767034 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2024.10.04 16:13:57.767092 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6672 2024.10.04 16:13:57.768688 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6673 2024.10.04 16:13:57.769731 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2024.10.04 16:13:57.770746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670
6675 2024.10.04 16:13:58.228625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6676 2024.10.04 16:13:58.228742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6677 2024.10.04 16:13:58.228765 [ 3 ] {} <Debug> HTTP-Session: cf0ee3fa-e9dc-4747-8be6-37c5eaf9d32f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6678 2024.10.04 16:13:58.228791 [ 3 ] {} <Debug> HTTP-Session: cf0ee3fa-e9dc-4747-8be6-37c5eaf9d32f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6679 2024.10.04 16:13:58.228806 [ 3 ] {} <Debug> HTTP-Session: cf0ee3fa-e9dc-4747-8be6-37c5eaf9d32f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6680 2024.10.04 16:13:58.228859 [ 3 ] {} <Trace> HTTP-Session: cf0ee3fa-e9dc-4747-8be6-37c5eaf9d32f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6681 2024.10.04 16:13:58.229109 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6682 2024.10.04 16:13:58.229179 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6683 2024.10.04 16:13:58.229533 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6684 2024.10.04 16:13:58.230105 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6685 2024.10.04 16:13:58.230146 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6686 2024.10.04 16:13:58.230596 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6687 2024.10.04 16:13:58.231013 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2024.10.04 16:13:58.231195 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002192 sec., 93521.89781021899 rows/sec., 8.24 MiB/sec.
6689 2024.10.04 16:13:58.231407 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Debug> DynamicQueryHandler: Done processing query
6690 2024.10.04 16:13:58.231434 [ 3 ] {4c1843bf-a565-4687-9fd3-96a24545088e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6691 2024.10.04 16:13:58.231451 [ 3 ] {} <Debug> HTTP-Session: cf0ee3fa-e9dc-4747-8be6-37c5eaf9d32f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6692 2024.10.04 16:13:58.231616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6693 2024.10.04 16:13:58.231664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6694 2024.10.04 16:13:58.231683 [ 3 ] {} <Debug> HTTP-Session: 7b138a20-c611-4ec2-863c-638f880b56e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6695 2024.10.04 16:13:58.231700 [ 3 ] {} <Debug> HTTP-Session: 7b138a20-c611-4ec2-863c-638f880b56e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6696 2024.10.04 16:13:58.231715 [ 3 ] {} <Debug> HTTP-Session: 7b138a20-c611-4ec2-863c-638f880b56e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6697 2024.10.04 16:13:58.231748 [ 3 ] {} <Trace> HTTP-Session: 7b138a20-c611-4ec2-863c-638f880b56e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6698 2024.10.04 16:13:58.231854 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6699 2024.10.04 16:13:58.231902 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6700 2024.10.04 16:13:58.232137 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6701 2024.10.04 16:13:58.232446 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6702 2024.10.04 16:13:58.232483 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6703 2024.10.04 16:13:58.232846 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6704 2024.10.04 16:13:58.233213 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6705 2024.10.04 16:13:58.233346 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001523 sec., 5252.790544977019 rows/sec., 394.99 KiB/sec.
6706 2024.10.04 16:13:58.233520 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Debug> DynamicQueryHandler: Done processing query
6707 2024.10.04 16:13:58.233544 [ 3 ] {946743ea-52e1-41bf-ad7e-4c48828e4697} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6708 2024.10.04 16:13:58.233560 [ 3 ] {} <Debug> HTTP-Session: 7b138a20-c611-4ec2-863c-638f880b56e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6709 2024.10.04 16:13:58.233679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6710 2024.10.04 16:13:58.233727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6711 2024.10.04 16:13:58.233747 [ 3 ] {} <Debug> HTTP-Session: 3fab879d-fafe-4fde-8548-2a638187ccfb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6712 2024.10.04 16:13:58.233764 [ 3 ] {} <Debug> HTTP-Session: 3fab879d-fafe-4fde-8548-2a638187ccfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6713 2024.10.04 16:13:58.233778 [ 3 ] {} <Debug> HTTP-Session: 3fab879d-fafe-4fde-8548-2a638187ccfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6714 2024.10.04 16:13:58.233810 [ 3 ] {} <Trace> HTTP-Session: 3fab879d-fafe-4fde-8548-2a638187ccfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6715 2024.10.04 16:13:58.233911 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
6716 2024.10.04 16:13:58.233956 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6717 2024.10.04 16:13:58.234179 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6718 2024.10.04 16:13:58.234480 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6719 2024.10.04 16:13:58.234515 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6720 2024.10.04 16:13:58.234872 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6721 2024.10.04 16:13:58.235241 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6722 2024.10.04 16:13:58.235374 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001491 sec., 9389.671361502347 rows/sec., 657.59 KiB/sec.
6723 2024.10.04 16:13:58.235544 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Debug> DynamicQueryHandler: Done processing query
6724 2024.10.04 16:13:58.235568 [ 3 ] {74ab56f4-3ad4-46e8-81a0-81cd34d25617} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6725 2024.10.04 16:13:58.235584 [ 3 ] {} <Debug> HTTP-Session: 3fab879d-fafe-4fde-8548-2a638187ccfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6726 2024.10.04 16:13:58.235705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6727 2024.10.04 16:13:58.235755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6728 2024.10.04 16:13:58.235774 [ 3 ] {} <Debug> HTTP-Session: 83792f05-98e5-46ef-b02c-2d6855b54e02 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6729 2024.10.04 16:13:58.235790 [ 3 ] {} <Debug> HTTP-Session: 83792f05-98e5-46ef-b02c-2d6855b54e02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6730 2024.10.04 16:13:58.235804 [ 3 ] {} <Debug> HTTP-Session: 83792f05-98e5-46ef-b02c-2d6855b54e02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6731 2024.10.04 16:13:58.235836 [ 3 ] {} <Trace> HTTP-Session: 83792f05-98e5-46ef-b02c-2d6855b54e02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6732 2024.10.04 16:13:58.235931 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
6733 2024.10.04 16:13:58.235974 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6734 2024.10.04 16:13:58.236198 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6735 2024.10.04 16:13:58.236494 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6736 2024.10.04 16:13:58.236529 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6737 2024.10.04 16:13:58.236884 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6738 2024.10.04 16:13:58.237252 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6739 2024.10.04 16:13:58.237383 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 240.17 KiB/sec.
6740 2024.10.04 16:13:58.237550 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Debug> DynamicQueryHandler: Done processing query
6741 2024.10.04 16:13:58.237575 [ 3 ] {2ce0e556-8925-4625-8345-ceac94a548a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6742 2024.10.04 16:13:58.237591 [ 3 ] {} <Debug> HTTP-Session: 83792f05-98e5-46ef-b02c-2d6855b54e02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6743 2024.10.04 16:13:58.237734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6744 2024.10.04 16:13:58.237781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6745 2024.10.04 16:13:58.237800 [ 3 ] {} <Debug> HTTP-Session: 88319487-4259-4428-a7ed-af150a46b8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6746 2024.10.04 16:13:58.237817 [ 3 ] {} <Debug> HTTP-Session: 88319487-4259-4428-a7ed-af150a46b8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6747 2024.10.04 16:13:58.237831 [ 3 ] {} <Debug> HTTP-Session: 88319487-4259-4428-a7ed-af150a46b8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6748 2024.10.04 16:13:58.237863 [ 3 ] {} <Trace> HTTP-Session: 88319487-4259-4428-a7ed-af150a46b8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6749 2024.10.04 16:13:58.238075 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6750 2024.10.04 16:13:58.238120 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6751 2024.10.04 16:13:58.238361 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6752 2024.10.04 16:13:58.238943 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6753 2024.10.04 16:13:58.238986 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6754 2024.10.04 16:13:58.239498 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6755 2024.10.04 16:13:58.239861 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6756 2024.10.04 16:13:58.239993 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002028 sec., 192307.6923076923 rows/sec., 13.64 MiB/sec.
6757 2024.10.04 16:13:58.240166 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Debug> DynamicQueryHandler: Done processing query
6758 2024.10.04 16:13:58.240191 [ 3 ] {c2b3045d-83ff-416c-aa33-059dbc62d60e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
6759 2024.10.04 16:13:58.240206 [ 3 ] {} <Debug> HTTP-Session: 88319487-4259-4428-a7ed-af150a46b8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6760 2024.10.04 16:13:58.240346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6761 2024.10.04 16:13:58.240397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6762 2024.10.04 16:13:58.240416 [ 3 ] {} <Debug> HTTP-Session: 6656027c-9b4a-4a12-8156-77c235d86dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6763 2024.10.04 16:13:58.240433 [ 3 ] {} <Debug> HTTP-Session: 6656027c-9b4a-4a12-8156-77c235d86dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6764 2024.10.04 16:13:58.240447 [ 3 ] {} <Debug> HTTP-Session: 6656027c-9b4a-4a12-8156-77c235d86dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6765 2024.10.04 16:13:58.240477 [ 3 ] {} <Trace> HTTP-Session: 6656027c-9b4a-4a12-8156-77c235d86dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6766 2024.10.04 16:13:58.240575 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
6767 2024.10.04 16:13:58.240620 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6768 2024.10.04 16:13:58.240752 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6769 2024.10.04 16:13:58.241009 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6770 2024.10.04 16:13:58.241045 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6771 2024.10.04 16:13:58.241400 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
6772 2024.10.04 16:13:58.241726 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6773 2024.10.04 16:13:58.241854 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 240.21 KiB/sec.
6774 2024.10.04 16:13:58.242022 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Debug> DynamicQueryHandler: Done processing query
6775 2024.10.04 16:13:58.242047 [ 3 ] {170047ff-6c28-46b7-8add-93ca7c4a0266} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
6776 2024.10.04 16:13:58.242063 [ 3 ] {} <Debug> HTTP-Session: 6656027c-9b4a-4a12-8156-77c235d86dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6777 2024.10.04 16:13:58.242210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6778 2024.10.04 16:13:58.242260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6779 2024.10.04 16:13:58.242279 [ 3 ] {} <Debug> HTTP-Session: 43307f0d-cade-418e-8ac9-68f41f4532f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6780 2024.10.04 16:13:58.242295 [ 3 ] {} <Debug> HTTP-Session: 43307f0d-cade-418e-8ac9-68f41f4532f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6781 2024.10.04 16:13:58.242308 [ 3 ] {} <Debug> HTTP-Session: 43307f0d-cade-418e-8ac9-68f41f4532f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6782 2024.10.04 16:13:58.242339 [ 3 ] {} <Trace> HTTP-Session: 43307f0d-cade-418e-8ac9-68f41f4532f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6783 2024.10.04 16:13:58.242509 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6784 2024.10.04 16:13:58.242556 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6785 2024.10.04 16:13:58.242700 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6786 2024.10.04 16:13:58.243136 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6787 2024.10.04 16:13:58.243172 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6788 2024.10.04 16:13:58.243558 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6789 2024.10.04 16:13:58.243899 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6790 2024.10.04 16:13:58.244028 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001602 sec., 147940.07490636705 rows/sec., 9.92 MiB/sec.
6791 2024.10.04 16:13:58.244192 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Debug> DynamicQueryHandler: Done processing query
6792 2024.10.04 16:13:58.244216 [ 3 ] {736c28fa-427e-400f-8af3-9cc95b533b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
6793 2024.10.04 16:13:58.244232 [ 3 ] {} <Debug> HTTP-Session: 43307f0d-cade-418e-8ac9-68f41f4532f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6794 2024.10.04 16:13:58.244360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6795 2024.10.04 16:13:58.244409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6796 2024.10.04 16:13:58.244427 [ 3 ] {} <Debug> HTTP-Session: 68a3dd08-8c1c-4dac-bb08-86d13a7fd89c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6797 2024.10.04 16:13:58.244443 [ 3 ] {} <Debug> HTTP-Session: 68a3dd08-8c1c-4dac-bb08-86d13a7fd89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6798 2024.10.04 16:13:58.244457 [ 3 ] {} <Debug> HTTP-Session: 68a3dd08-8c1c-4dac-bb08-86d13a7fd89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6799 2024.10.04 16:13:58.244488 [ 3 ] {} <Trace> HTTP-Session: 68a3dd08-8c1c-4dac-bb08-86d13a7fd89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6800 2024.10.04 16:13:58.244589 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
6801 2024.10.04 16:13:58.244635 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6802 2024.10.04 16:13:58.244762 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6803 2024.10.04 16:13:58.245085 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6804 2024.10.04 16:13:58.245121 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6805 2024.10.04 16:13:58.245478 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
6806 2024.10.04 16:13:58.245804 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6807 2024.10.04 16:13:58.245921 [ 88 ] {} <Debug> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
6808 2024.10.04 16:13:58.245931 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001364 sec., 733.1378299120234 rows/sec., 49.40 KiB/sec.
6809 2024.10.04 16:13:58.245961 [ 88 ] {} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2024.10.04 16:13:58.245997 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6811 2024.10.04 16:13:58.246273 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Debug> DynamicQueryHandler: Done processing query
6812 2024.10.04 16:13:58.246366 [ 3 ] {c3a9308a-cac7-45ec-a804-8ded8bdd4b88} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
6813 2024.10.04 16:13:58.246452 [ 3 ] {} <Debug> HTTP-Session: 68a3dd08-8c1c-4dac-bb08-86d13a7fd89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6814 2024.10.04 16:13:58.246535 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
6815 2024.10.04 16:13:58.246653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6816 2024.10.04 16:13:58.246753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6817 2024.10.04 16:13:58.246811 [ 3 ] {} <Debug> HTTP-Session: 8dc6ed34-9d74-4d1b-8393-ed20fb50449b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6818 2024.10.04 16:13:58.246860 [ 3 ] {} <Debug> HTTP-Session: 8dc6ed34-9d74-4d1b-8393-ed20fb50449b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6819 2024.10.04 16:13:58.246902 [ 3 ] {} <Debug> HTTP-Session: 8dc6ed34-9d74-4d1b-8393-ed20fb50449b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6820 2024.10.04 16:13:58.246899 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6821 2024.10.04 16:13:58.246958 [ 3 ] {} <Trace> HTTP-Session: 8dc6ed34-9d74-4d1b-8393-ed20fb50449b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6822 2024.10.04 16:13:58.246982 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part
6823 2024.10.04 16:13:58.247207 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
6824 2024.10.04 16:13:58.247339 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6825 2024.10.04 16:13:58.247545 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
6826 2024.10.04 16:13:58.247778 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6827 2024.10.04 16:13:58.247853 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
6828 2024.10.04 16:13:58.248251 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
6829 2024.10.04 16:13:58.248567 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6830 2024.10.04 16:13:58.250179 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6831 2024.10.04 16:13:58.251909 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6832 2024.10.04 16:13:58.251979 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6833 2024.10.04 16:13:58.252430 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.006294422 sec., 2541.9331592320946 rows/sec., 170.04 KiB/sec.
6834 2024.10.04 16:13:58.252662 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
6835 2024.10.04 16:13:58.253796 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6836 2024.10.04 16:13:58.253855 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6837 2024.10.04 16:13:58.253907 [ 198 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_15_3} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
6838 2024.10.04 16:13:58.254060 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6839 2024.10.04 16:13:58.254448 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6840 2024.10.04 16:13:58.254622 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007526 sec., 1062.9816635663035 rows/sec., 1.90 MiB/sec.
6841 2024.10.04 16:13:58.254897 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Debug> DynamicQueryHandler: Done processing query
6842 2024.10.04 16:13:58.254922 [ 3 ] {cdf23485-560e-41a5-b4fd-bb4a04f727fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6843 2024.10.04 16:13:58.254939 [ 3 ] {} <Debug> HTTP-Session: 8dc6ed34-9d74-4d1b-8393-ed20fb50449b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6844 2024.10.04 16:13:58.255084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6845 2024.10.04 16:13:58.255133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6846 2024.10.04 16:13:58.255152 [ 3 ] {} <Debug> HTTP-Session: 07c8e759-03a4-49b5-b100-c7137d88ec27 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6847 2024.10.04 16:13:58.255169 [ 3 ] {} <Debug> HTTP-Session: 07c8e759-03a4-49b5-b100-c7137d88ec27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6848 2024.10.04 16:13:58.255183 [ 3 ] {} <Debug> HTTP-Session: 07c8e759-03a4-49b5-b100-c7137d88ec27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6849 2024.10.04 16:13:58.255213 [ 3 ] {} <Trace> HTTP-Session: 07c8e759-03a4-49b5-b100-c7137d88ec27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6850 2024.10.04 16:13:58.255340 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6851 2024.10.04 16:13:58.255385 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6852 2024.10.04 16:13:58.255518 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6853 2024.10.04 16:13:58.255846 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6854 2024.10.04 16:13:58.255883 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6855 2024.10.04 16:13:58.256255 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6856 2024.10.04 16:13:58.256593 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6857 2024.10.04 16:13:58.256720 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec.
6858 2024.10.04 16:13:58.256886 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Debug> DynamicQueryHandler: Done processing query
6859 2024.10.04 16:13:58.256910 [ 3 ] {6b950b48-89b9-4a42-970e-92b5c85aee67} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6860 2024.10.04 16:13:58.256926 [ 3 ] {} <Debug> HTTP-Session: 07c8e759-03a4-49b5-b100-c7137d88ec27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6861 2024.10.04 16:14:03.223755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6862 2024.10.04 16:14:03.223884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6863 2024.10.04 16:14:03.223909 [ 3 ] {} <Debug> HTTP-Session: 0f9b3f3e-149c-48af-a078-442b92a508a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6864 2024.10.04 16:14:03.223933 [ 3 ] {} <Debug> HTTP-Session: 0f9b3f3e-149c-48af-a078-442b92a508a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6865 2024.10.04 16:14:03.223949 [ 3 ] {} <Debug> HTTP-Session: 0f9b3f3e-149c-48af-a078-442b92a508a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6866 2024.10.04 16:14:03.224000 [ 3 ] {} <Trace> HTTP-Session: 0f9b3f3e-149c-48af-a078-442b92a508a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6867 2024.10.04 16:14:03.224177 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
6868 2024.10.04 16:14:03.224246 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6869 2024.10.04 16:14:03.224602 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6870 2024.10.04 16:14:03.225066 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6871 2024.10.04 16:14:03.225106 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6872 2024.10.04 16:14:03.225524 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6873 2024.10.04 16:14:03.225921 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6874 2024.10.04 16:14:03.226087 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001955 sec., 1023.0179028132992 rows/sec., 83.42 KiB/sec.
6875 2024.10.04 16:14:03.226425 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Debug> DynamicQueryHandler: Done processing query
6876 2024.10.04 16:14:03.226453 [ 3 ] {021ec0c3-c802-43c9-a041-6a7981f56f6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
6877 2024.10.04 16:14:03.226470 [ 3 ] {} <Debug> HTTP-Session: 0f9b3f3e-149c-48af-a078-442b92a508a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6878 2024.10.04 16:14:03.226649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6879 2024.10.04 16:14:03.226707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6880 2024.10.04 16:14:03.226728 [ 3 ] {} <Debug> HTTP-Session: d7839444-538f-4ebd-90d9-f408797d4036 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6881 2024.10.04 16:14:03.226747 [ 3 ] {} <Debug> HTTP-Session: d7839444-538f-4ebd-90d9-f408797d4036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6882 2024.10.04 16:14:03.226761 [ 3 ] {} <Debug> HTTP-Session: d7839444-538f-4ebd-90d9-f408797d4036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6883 2024.10.04 16:14:03.226797 [ 3 ] {} <Trace> HTTP-Session: d7839444-538f-4ebd-90d9-f408797d4036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6884 2024.10.04 16:14:03.226928 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
6885 2024.10.04 16:14:03.226975 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6886 2024.10.04 16:14:03.227231 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6887 2024.10.04 16:14:03.227802 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6888 2024.10.04 16:14:03.227838 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6889 2024.10.04 16:14:03.228199 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6890 2024.10.04 16:14:03.228567 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2024.10.04 16:14:03.228702 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Debug> executeQuery: Read 75 rows, 6.19 KiB in 0.001824 sec., 41118.42105263158 rows/sec., 3.31 MiB/sec.
6892 2024.10.04 16:14:03.228879 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Debug> DynamicQueryHandler: Done processing query
6893 2024.10.04 16:14:03.228912 [ 3 ] {b424eba9-cacb-402a-ad86-6266b28433b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6894 2024.10.04 16:14:03.228936 [ 3 ] {} <Debug> HTTP-Session: d7839444-538f-4ebd-90d9-f408797d4036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6895 2024.10.04 16:14:03.229080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6896 2024.10.04 16:14:03.229136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6897 2024.10.04 16:14:03.229155 [ 3 ] {} <Debug> HTTP-Session: 9dd46307-64a4-4f84-af20-e6aa03f34278 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6898 2024.10.04 16:14:03.229172 [ 3 ] {} <Debug> HTTP-Session: 9dd46307-64a4-4f84-af20-e6aa03f34278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6899 2024.10.04 16:14:03.229186 [ 3 ] {} <Debug> HTTP-Session: 9dd46307-64a4-4f84-af20-e6aa03f34278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6900 2024.10.04 16:14:03.229219 [ 3 ] {} <Trace> HTTP-Session: 9dd46307-64a4-4f84-af20-e6aa03f34278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6901 2024.10.04 16:14:03.229322 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
6902 2024.10.04 16:14:03.229366 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6903 2024.10.04 16:14:03.229596 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6904 2024.10.04 16:14:03.229904 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6905 2024.10.04 16:14:03.229940 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6906 2024.10.04 16:14:03.230299 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6907 2024.10.04 16:14:03.230660 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6908 2024.10.04 16:14:03.230788 [ 84 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6909 2024.10.04 16:14:03.230793 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001498 sec., 7343.1241655540725 rows/sec., 545.00 KiB/sec.
6910 2024.10.04 16:14:03.230837 [ 84 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6911 2024.10.04 16:14:03.230882 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6912 2024.10.04 16:14:03.231066 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Debug> DynamicQueryHandler: Done processing query
6913 2024.10.04 16:14:03.231100 [ 3 ] {b9b0c5e8-b469-44c9-85f2-b219d59a096f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
6914 2024.10.04 16:14:03.231100 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
6915 2024.10.04 16:14:03.231124 [ 3 ] {} <Debug> HTTP-Session: 9dd46307-64a4-4f84-af20-e6aa03f34278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6916 2024.10.04 16:14:03.231383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6917 2024.10.04 16:14:03.231401 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6918 2024.10.04 16:14:03.231487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6919 2024.10.04 16:14:03.231491 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 35 rows starting from the beginning of the part
6920 2024.10.04 16:14:03.231527 [ 3 ] {} <Debug> HTTP-Session: e88eed37-7398-4ebf-a390-88a97caf8b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6921 2024.10.04 16:14:03.231568 [ 3 ] {} <Debug> HTTP-Session: e88eed37-7398-4ebf-a390-88a97caf8b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6922 2024.10.04 16:14:03.231609 [ 3 ] {} <Debug> HTTP-Session: e88eed37-7398-4ebf-a390-88a97caf8b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6923 2024.10.04 16:14:03.231766 [ 3 ] {} <Trace> HTTP-Session: e88eed37-7398-4ebf-a390-88a97caf8b40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6924 2024.10.04 16:14:03.231838 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part
6925 2024.10.04 16:14:03.232165 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part
6926 2024.10.04 16:14:03.232189 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
6927 2024.10.04 16:14:03.232310 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6928 2024.10.04 16:14:03.232535 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part
6929 2024.10.04 16:14:03.232808 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
6930 2024.10.04 16:14:03.233222 [ 187 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part
6931 2024.10.04 16:14:03.233942 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6932 2024.10.04 16:14:03.234799 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6933 2024.10.04 16:14:03.234876 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6934 2024.10.04 16:14:03.235917 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6935 2024.10.04 16:14:03.236175 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 5 columns (5 merged, 0 gathered) in 0.00519083 sec., 16567.67800139862 rows/sec., 1.25 MiB/sec.
6936 2024.10.04 16:14:03.236478 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6937 2024.10.04 16:14:03.236687 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6938 2024.10.04 16:14:03.237159 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.005148 sec., 14568.764568764569 rows/sec., 1.14 MiB/sec.
6939 2024.10.04 16:14:03.238015 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Debug> DynamicQueryHandler: Done processing query
6940 2024.10.04 16:14:03.238056 [ 3 ] {df06be40-7cbf-4833-986a-5f94951d1d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
6941 2024.10.04 16:14:03.238094 [ 3 ] {} <Debug> HTTP-Session: e88eed37-7398-4ebf-a390-88a97caf8b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6942 2024.10.04 16:14:03.238233 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6943 2024.10.04 16:14:03.238308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6944 2024.10.04 16:14:03.238377 [ 197 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_26_5} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6945 2024.10.04 16:14:03.238392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6946 2024.10.04 16:14:03.238428 [ 3 ] {} <Debug> HTTP-Session: 00949b68-a918-4c21-bcbf-71f5559ea97f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6947 2024.10.04 16:14:03.238477 [ 3 ] {} <Debug> HTTP-Session: 00949b68-a918-4c21-bcbf-71f5559ea97f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6948 2024.10.04 16:14:03.238531 [ 3 ] {} <Debug> HTTP-Session: 00949b68-a918-4c21-bcbf-71f5559ea97f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6949 2024.10.04 16:14:03.238557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6950 2024.10.04 16:14:03.238585 [ 3 ] {} <Trace> HTTP-Session: 00949b68-a918-4c21-bcbf-71f5559ea97f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6951 2024.10.04 16:14:03.238769 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
6952 2024.10.04 16:14:03.238818 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6953 2024.10.04 16:14:03.238980 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6954 2024.10.04 16:14:03.239372 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6955 2024.10.04 16:14:03.239408 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6956 2024.10.04 16:14:03.239810 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6957 2024.10.04 16:14:03.240157 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6958 2024.10.04 16:14:03.240294 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001604 sec., 100374.06483790524 rows/sec., 6.99 MiB/sec.
6959 2024.10.04 16:14:03.240648 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Debug> DynamicQueryHandler: Done processing query
6960 2024.10.04 16:14:03.240680 [ 3 ] {fa9f2886-9554-4403-8988-c6ec8074832a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
6961 2024.10.04 16:14:03.240698 [ 3 ] {} <Debug> HTTP-Session: 00949b68-a918-4c21-bcbf-71f5559ea97f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6962 2024.10.04 16:14:03.240852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6963 2024.10.04 16:14:03.240904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6964 2024.10.04 16:14:03.240923 [ 3 ] {} <Debug> HTTP-Session: b176569d-7df1-4136-9c47-ea5b510c9fae Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6965 2024.10.04 16:14:03.240939 [ 3 ] {} <Debug> HTTP-Session: b176569d-7df1-4136-9c47-ea5b510c9fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6966 2024.10.04 16:14:03.240955 [ 3 ] {} <Debug> HTTP-Session: b176569d-7df1-4136-9c47-ea5b510c9fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6967 2024.10.04 16:14:03.240986 [ 3 ] {} <Trace> HTTP-Session: b176569d-7df1-4136-9c47-ea5b510c9fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6968 2024.10.04 16:14:03.241184 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
6969 2024.10.04 16:14:03.241259 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6970 2024.10.04 16:14:03.241719 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6971 2024.10.04 16:14:03.242294 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6972 2024.10.04 16:14:03.242330 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6973 2024.10.04 16:14:03.242943 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6974 2024.10.04 16:14:03.243354 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6975 2024.10.04 16:14:03.243498 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6976 2024.10.04 16:14:03.243519 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002446 sec., 3679.476696647588 rows/sec., 6.59 MiB/sec.
6977 2024.10.04 16:14:03.243538 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6978 2024.10.04 16:14:03.243578 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6979 2024.10.04 16:14:03.243857 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
6980 2024.10.04 16:14:03.243951 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Debug> DynamicQueryHandler: Done processing query
6981 2024.10.04 16:14:03.243999 [ 3 ] {a7f03a69-3264-464f-8270-9a3b6da1d961} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
6982 2024.10.04 16:14:03.244042 [ 3 ] {} <Debug> HTTP-Session: b176569d-7df1-4136-9c47-ea5b510c9fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
6983 2024.10.04 16:14:03.244250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6984 2024.10.04 16:14:03.244366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
6985 2024.10.04 16:14:03.244425 [ 3 ] {} <Debug> HTTP-Session: a819d66d-9cd3-4138-a83f-058032950dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
6986 2024.10.04 16:14:03.244471 [ 3 ] {} <Debug> HTTP-Session: a819d66d-9cd3-4138-a83f-058032950dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
6987 2024.10.04 16:14:03.244517 [ 3 ] {} <Debug> HTTP-Session: a819d66d-9cd3-4138-a83f-058032950dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
6988 2024.10.04 16:14:03.244604 [ 3 ] {} <Trace> HTTP-Session: a819d66d-9cd3-4138-a83f-058032950dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6989 2024.10.04 16:14:03.244688 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6990 2024.10.04 16:14:03.244861 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 171 rows starting from the beginning of the part
6991 2024.10.04 16:14:03.244872 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
6992 2024.10.04 16:14:03.244985 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6993 2024.10.04 16:14:03.245619 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part
6994 2024.10.04 16:14:03.245787 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
6995 2024.10.04 16:14:03.246355 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part
6996 2024.10.04 16:14:03.247096 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part
6997 2024.10.04 16:14:03.247153 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6998 2024.10.04 16:14:03.247220 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
6999 2024.10.04 16:14:03.247704 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
7000 2024.10.04 16:14:03.248437 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part
7001 2024.10.04 16:14:03.248654 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7002 2024.10.04 16:14:03.249684 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7003 2024.10.04 16:14:03.249956 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005221 sec., 11492.051331162613 rows/sec., 793.07 KiB/sec.
7004 2024.10.04 16:14:03.250356 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Debug> DynamicQueryHandler: Done processing query
7005 2024.10.04 16:14:03.250399 [ 3 ] {c668a089-60fe-42c5-a326-a256c2d09fad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7006 2024.10.04 16:14:03.250439 [ 3 ] {} <Debug> HTTP-Session: a819d66d-9cd3-4138-a83f-058032950dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7007 2024.10.04 16:14:03.252726 [ 189 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 19 columns (19 merged, 0 gathered) in 0.009022645 sec., 23718.100401822307 rows/sec., 42.50 MiB/sec.
7008 2024.10.04 16:14:03.253215 [ 189 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7009 2024.10.04 16:14:03.253913 [ 189 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7010 2024.10.04 16:14:03.253997 [ 189 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7011 2024.10.04 16:14:03.254149 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
7012 2024.10.04 16:14:07.771077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 704
7013 2024.10.04 16:14:07.774104 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7014 2024.10.04 16:14:07.774150 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7015 2024.10.04 16:14:07.775644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7016 2024.10.04 16:14:07.776645 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7017 2024.10.04 16:14:07.776851 [ 79 ] {} <Debug> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7018 2024.10.04 16:14:07.776967 [ 79 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7019 2024.10.04 16:14:07.777031 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7020 2024.10.04 16:14:07.777482 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
7021 2024.10.04 16:14:07.778076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704
7022 2024.10.04 16:14:07.778798 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7023 2024.10.04 16:14:07.778971 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 512 rows starting from the beginning of the part
7024 2024.10.04 16:14:07.779487 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part
7025 2024.10.04 16:14:07.779967 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part
7026 2024.10.04 16:14:07.780436 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part
7027 2024.10.04 16:14:07.780879 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part
7028 2024.10.04 16:14:07.781291 [ 197 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
7029 2024.10.04 16:14:07.789390 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 704 rows, containing 72 columns (72 merged, 0 gathered) in 0.012191675 sec., 57744.32143245288 rows/sec., 42.70 MiB/sec.
7030 2024.10.04 16:14:07.790642 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7031 2024.10.04 16:14:07.792395 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7032 2024.10.04 16:14:07.792500 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_16_3} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7033 2024.10.04 16:14:07.792859 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB.
7034 2024.10.04 16:14:08.228042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7035 2024.10.04 16:14:08.228152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7036 2024.10.04 16:14:08.228176 [ 3 ] {} <Debug> HTTP-Session: c99061da-6369-49a4-ae1b-16600592e73e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7037 2024.10.04 16:14:08.228200 [ 3 ] {} <Debug> HTTP-Session: c99061da-6369-49a4-ae1b-16600592e73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7038 2024.10.04 16:14:08.228214 [ 3 ] {} <Debug> HTTP-Session: c99061da-6369-49a4-ae1b-16600592e73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7039 2024.10.04 16:14:08.228265 [ 3 ] {} <Trace> HTTP-Session: c99061da-6369-49a4-ae1b-16600592e73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7040 2024.10.04 16:14:08.228505 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7041 2024.10.04 16:14:08.228575 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7042 2024.10.04 16:14:08.228911 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7043 2024.10.04 16:14:08.229511 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7044 2024.10.04 16:14:08.229555 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7045 2024.10.04 16:14:08.230003 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7046 2024.10.04 16:14:08.230396 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7047 2024.10.04 16:14:08.230556 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002152 sec., 95260.22304832714 rows/sec., 8.39 MiB/sec.
7048 2024.10.04 16:14:08.230890 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Debug> DynamicQueryHandler: Done processing query
7049 2024.10.04 16:14:08.230924 [ 3 ] {8a3e5024-7e21-4e9c-9123-86c0b488f613} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7050 2024.10.04 16:14:08.230941 [ 3 ] {} <Debug> HTTP-Session: c99061da-6369-49a4-ae1b-16600592e73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7051 2024.10.04 16:14:08.231095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7052 2024.10.04 16:14:08.231153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7053 2024.10.04 16:14:08.231174 [ 3 ] {} <Debug> HTTP-Session: 39979f8d-e9f0-4e20-9745-d540c69b37a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7054 2024.10.04 16:14:08.231192 [ 3 ] {} <Debug> HTTP-Session: 39979f8d-e9f0-4e20-9745-d540c69b37a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7055 2024.10.04 16:14:08.231206 [ 3 ] {} <Debug> HTTP-Session: 39979f8d-e9f0-4e20-9745-d540c69b37a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7056 2024.10.04 16:14:08.231240 [ 3 ] {} <Trace> HTTP-Session: 39979f8d-e9f0-4e20-9745-d540c69b37a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7057 2024.10.04 16:14:08.231350 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7058 2024.10.04 16:14:08.231399 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7059 2024.10.04 16:14:08.231654 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7060 2024.10.04 16:14:08.232004 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7061 2024.10.04 16:14:08.232042 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7062 2024.10.04 16:14:08.232399 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7063 2024.10.04 16:14:08.232767 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7064 2024.10.04 16:14:08.232933 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00161 sec., 4968.944099378881 rows/sec., 373.64 KiB/sec.
7065 2024.10.04 16:14:08.233289 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Debug> DynamicQueryHandler: Done processing query
7066 2024.10.04 16:14:08.233320 [ 3 ] {42d6e9f6-f22c-4cc8-8728-fbd1bc8103d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7067 2024.10.04 16:14:08.233336 [ 3 ] {} <Debug> HTTP-Session: 39979f8d-e9f0-4e20-9745-d540c69b37a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7068 2024.10.04 16:14:08.233470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7069 2024.10.04 16:14:08.233522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7070 2024.10.04 16:14:08.233542 [ 3 ] {} <Debug> HTTP-Session: 18640ea1-d7d4-4355-b843-aa231832cc03 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7071 2024.10.04 16:14:08.233558 [ 3 ] {} <Debug> HTTP-Session: 18640ea1-d7d4-4355-b843-aa231832cc03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7072 2024.10.04 16:14:08.233571 [ 3 ] {} <Debug> HTTP-Session: 18640ea1-d7d4-4355-b843-aa231832cc03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7073 2024.10.04 16:14:08.233604 [ 3 ] {} <Trace> HTTP-Session: 18640ea1-d7d4-4355-b843-aa231832cc03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7074 2024.10.04 16:14:08.233710 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7075 2024.10.04 16:14:08.233756 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7076 2024.10.04 16:14:08.234004 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7077 2024.10.04 16:14:08.234322 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7078 2024.10.04 16:14:08.234359 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7079 2024.10.04 16:14:08.234719 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7080 2024.10.04 16:14:08.235077 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7081 2024.10.04 16:14:08.235246 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001555 sec., 9003.215434083602 rows/sec., 630.53 KiB/sec.
7082 2024.10.04 16:14:08.235583 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Debug> DynamicQueryHandler: Done processing query
7083 2024.10.04 16:14:08.235609 [ 3 ] {dd155384-cb0a-49f9-9cd9-2843b98aad75} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7084 2024.10.04 16:14:08.235625 [ 3 ] {} <Debug> HTTP-Session: 18640ea1-d7d4-4355-b843-aa231832cc03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7085 2024.10.04 16:14:08.235737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7086 2024.10.04 16:14:08.235787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7087 2024.10.04 16:14:08.235806 [ 3 ] {} <Debug> HTTP-Session: efc80144-8918-4855-a7af-7ae7bac0c933 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7088 2024.10.04 16:14:08.235822 [ 3 ] {} <Debug> HTTP-Session: efc80144-8918-4855-a7af-7ae7bac0c933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7089 2024.10.04 16:14:08.235836 [ 3 ] {} <Debug> HTTP-Session: efc80144-8918-4855-a7af-7ae7bac0c933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7090 2024.10.04 16:14:08.235868 [ 3 ] {} <Trace> HTTP-Session: efc80144-8918-4855-a7af-7ae7bac0c933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7091 2024.10.04 16:14:08.235966 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7092 2024.10.04 16:14:08.236009 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7093 2024.10.04 16:14:08.236254 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7094 2024.10.04 16:14:08.236571 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7095 2024.10.04 16:14:08.236609 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7096 2024.10.04 16:14:08.236976 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7097 2024.10.04 16:14:08.237337 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7098 2024.10.04 16:14:08.237502 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 227.38 KiB/sec.
7099 2024.10.04 16:14:08.237685 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Debug> DynamicQueryHandler: Done processing query
7100 2024.10.04 16:14:08.237708 [ 3 ] {e5b5c0ba-e6bf-4b67-a661-7b66056423d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7101 2024.10.04 16:14:08.237725 [ 3 ] {} <Debug> HTTP-Session: efc80144-8918-4855-a7af-7ae7bac0c933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7102 2024.10.04 16:14:08.237886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7103 2024.10.04 16:14:08.237936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7104 2024.10.04 16:14:08.237954 [ 3 ] {} <Debug> HTTP-Session: e30a081a-52af-4890-8312-e2f29a331688 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7105 2024.10.04 16:14:08.237970 [ 3 ] {} <Debug> HTTP-Session: e30a081a-52af-4890-8312-e2f29a331688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7106 2024.10.04 16:14:08.237983 [ 3 ] {} <Debug> HTTP-Session: e30a081a-52af-4890-8312-e2f29a331688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7107 2024.10.04 16:14:08.238014 [ 3 ] {} <Trace> HTTP-Session: e30a081a-52af-4890-8312-e2f29a331688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7108 2024.10.04 16:14:08.238223 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7109 2024.10.04 16:14:08.238268 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7110 2024.10.04 16:14:08.238498 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7111 2024.10.04 16:14:08.239084 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7112 2024.10.04 16:14:08.239121 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7113 2024.10.04 16:14:08.239496 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7114 2024.10.04 16:14:08.239856 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7115 2024.10.04 16:14:08.240027 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001913 sec., 203868.26973340302 rows/sec., 14.46 MiB/sec.
7116 2024.10.04 16:14:08.240211 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Debug> DynamicQueryHandler: Done processing query
7117 2024.10.04 16:14:08.240245 [ 3 ] {9e514f29-8e47-4d4c-bb9f-a0668f879c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
7118 2024.10.04 16:14:08.240270 [ 3 ] {} <Debug> HTTP-Session: e30a081a-52af-4890-8312-e2f29a331688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7119 2024.10.04 16:14:08.240415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7120 2024.10.04 16:14:08.240469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7121 2024.10.04 16:14:08.240488 [ 3 ] {} <Debug> HTTP-Session: 1dd5cb2a-7518-4549-b4f5-68991d963c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7122 2024.10.04 16:14:08.240505 [ 3 ] {} <Debug> HTTP-Session: 1dd5cb2a-7518-4549-b4f5-68991d963c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7123 2024.10.04 16:14:08.240519 [ 3 ] {} <Debug> HTTP-Session: 1dd5cb2a-7518-4549-b4f5-68991d963c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7124 2024.10.04 16:14:08.240551 [ 3 ] {} <Trace> HTTP-Session: 1dd5cb2a-7518-4549-b4f5-68991d963c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7125 2024.10.04 16:14:08.240647 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7126 2024.10.04 16:14:08.240693 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7127 2024.10.04 16:14:08.240825 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7128 2024.10.04 16:14:08.241108 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7129 2024.10.04 16:14:08.241144 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7130 2024.10.04 16:14:08.241503 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7131 2024.10.04 16:14:08.241825 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7132 2024.10.04 16:14:08.241993 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec.
7133 2024.10.04 16:14:08.242311 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Debug> DynamicQueryHandler: Done processing query
7134 2024.10.04 16:14:08.242336 [ 3 ] {44cb424f-0d45-451a-9b6a-46e476a244a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7135 2024.10.04 16:14:08.242352 [ 3 ] {} <Debug> HTTP-Session: 1dd5cb2a-7518-4549-b4f5-68991d963c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7136 2024.10.04 16:14:08.242508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7137 2024.10.04 16:14:08.242559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7138 2024.10.04 16:14:08.242578 [ 3 ] {} <Debug> HTTP-Session: b6699f8d-c3cf-4e56-85e9-a7bc1bc516ec Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7139 2024.10.04 16:14:08.242594 [ 3 ] {} <Debug> HTTP-Session: b6699f8d-c3cf-4e56-85e9-a7bc1bc516ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7140 2024.10.04 16:14:08.242608 [ 3 ] {} <Debug> HTTP-Session: b6699f8d-c3cf-4e56-85e9-a7bc1bc516ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7141 2024.10.04 16:14:08.242639 [ 3 ] {} <Trace> HTTP-Session: b6699f8d-c3cf-4e56-85e9-a7bc1bc516ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7142 2024.10.04 16:14:08.242864 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7143 2024.10.04 16:14:08.242912 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7144 2024.10.04 16:14:08.243078 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7145 2024.10.04 16:14:08.243577 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7146 2024.10.04 16:14:08.243614 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7147 2024.10.04 16:14:08.244007 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7148 2024.10.04 16:14:08.244351 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7149 2024.10.04 16:14:08.244522 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001769 sec., 133973.99660825325 rows/sec., 8.98 MiB/sec.
7150 2024.10.04 16:14:08.244894 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Debug> DynamicQueryHandler: Done processing query
7151 2024.10.04 16:14:08.244925 [ 3 ] {21ca7d57-6dfb-4572-bdd7-6414c68740d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7152 2024.10.04 16:14:08.244942 [ 3 ] {} <Debug> HTTP-Session: b6699f8d-c3cf-4e56-85e9-a7bc1bc516ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7153 2024.10.04 16:14:08.245070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7154 2024.10.04 16:14:08.245119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7155 2024.10.04 16:14:08.245137 [ 3 ] {} <Debug> HTTP-Session: b534e48e-3e1c-4448-9d8d-19f3a4113abd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7156 2024.10.04 16:14:08.245154 [ 3 ] {} <Debug> HTTP-Session: b534e48e-3e1c-4448-9d8d-19f3a4113abd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7157 2024.10.04 16:14:08.245168 [ 3 ] {} <Debug> HTTP-Session: b534e48e-3e1c-4448-9d8d-19f3a4113abd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7158 2024.10.04 16:14:08.245199 [ 3 ] {} <Trace> HTTP-Session: b534e48e-3e1c-4448-9d8d-19f3a4113abd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7159 2024.10.04 16:14:08.245295 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7160 2024.10.04 16:14:08.245341 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7161 2024.10.04 16:14:08.245497 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7162 2024.10.04 16:14:08.245780 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7163 2024.10.04 16:14:08.245815 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7164 2024.10.04 16:14:08.246162 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7165 2024.10.04 16:14:08.246486 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7166 2024.10.04 16:14:08.246652 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec.
7167 2024.10.04 16:14:08.246952 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Debug> DynamicQueryHandler: Done processing query
7168 2024.10.04 16:14:08.246977 [ 3 ] {8c329aaa-da79-4f5a-a5d8-7e6dc527abd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7169 2024.10.04 16:14:08.246993 [ 3 ] {} <Debug> HTTP-Session: b534e48e-3e1c-4448-9d8d-19f3a4113abd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7170 2024.10.04 16:14:08.247116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14178, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7171 2024.10.04 16:14:08.247166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7172 2024.10.04 16:14:08.247185 [ 3 ] {} <Debug> HTTP-Session: b3724d8f-1480-461b-8d9b-df5cff8b219d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7173 2024.10.04 16:14:08.247201 [ 3 ] {} <Debug> HTTP-Session: b3724d8f-1480-461b-8d9b-df5cff8b219d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7174 2024.10.04 16:14:08.247215 [ 3 ] {} <Debug> HTTP-Session: b3724d8f-1480-461b-8d9b-df5cff8b219d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7175 2024.10.04 16:14:08.247246 [ 3 ] {} <Trace> HTTP-Session: b3724d8f-1480-461b-8d9b-df5cff8b219d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7176 2024.10.04 16:14:08.247456 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7177 2024.10.04 16:14:08.247527 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7178 2024.10.04 16:14:08.247970 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7179 2024.10.04 16:14:08.248493 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7180 2024.10.04 16:14:08.248531 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7181 2024.10.04 16:14:08.249137 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7182 2024.10.04 16:14:08.249573 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7183 2024.10.04 16:14:08.249761 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002438 sec., 3281.3781788351107 rows/sec., 5.88 MiB/sec.
7184 2024.10.04 16:14:08.249992 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Debug> DynamicQueryHandler: Done processing query
7185 2024.10.04 16:14:08.250016 [ 3 ] {9ed69411-0680-4f67-b339-b0b2daa10a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7186 2024.10.04 16:14:08.250032 [ 3 ] {} <Debug> HTTP-Session: b3724d8f-1480-461b-8d9b-df5cff8b219d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7187 2024.10.04 16:14:08.250160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7188 2024.10.04 16:14:08.250210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7189 2024.10.04 16:14:08.250229 [ 3 ] {} <Debug> HTTP-Session: 38f10c91-2b57-47fa-8c05-24f133e11402 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7190 2024.10.04 16:14:08.250245 [ 3 ] {} <Debug> HTTP-Session: 38f10c91-2b57-47fa-8c05-24f133e11402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7191 2024.10.04 16:14:08.250259 [ 3 ] {} <Debug> HTTP-Session: 38f10c91-2b57-47fa-8c05-24f133e11402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7192 2024.10.04 16:14:08.250291 [ 3 ] {} <Trace> HTTP-Session: 38f10c91-2b57-47fa-8c05-24f133e11402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7193 2024.10.04 16:14:08.250411 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7194 2024.10.04 16:14:08.250456 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7195 2024.10.04 16:14:08.250586 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7196 2024.10.04 16:14:08.250986 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2024.10.04 16:14:08.251023 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7198 2024.10.04 16:14:08.251398 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7199 2024.10.04 16:14:08.251731 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7200 2024.10.04 16:14:08.251890 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec.
7201 2024.10.04 16:14:08.252056 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Debug> DynamicQueryHandler: Done processing query
7202 2024.10.04 16:14:08.252080 [ 3 ] {9ce20788-3970-468e-aecd-5b207d1042b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7203 2024.10.04 16:14:08.252097 [ 3 ] {} <Debug> HTTP-Session: 38f10c91-2b57-47fa-8c05-24f133e11402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7204 2024.10.04 16:14:12.614395 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
7205 2024.10.04 16:14:12.614495 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
7206 2024.10.04 16:14:13.224499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7207 2024.10.04 16:14:13.224677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7208 2024.10.04 16:14:13.224721 [ 3 ] {} <Debug> HTTP-Session: 50b089ea-8ef0-4053-8975-7bc970a26357 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7209 2024.10.04 16:14:13.224763 [ 3 ] {} <Debug> HTTP-Session: 50b089ea-8ef0-4053-8975-7bc970a26357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7210 2024.10.04 16:14:13.224792 [ 3 ] {} <Debug> HTTP-Session: 50b089ea-8ef0-4053-8975-7bc970a26357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7211 2024.10.04 16:14:13.224873 [ 3 ] {} <Trace> HTTP-Session: 50b089ea-8ef0-4053-8975-7bc970a26357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7212 2024.10.04 16:14:13.225176 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7213 2024.10.04 16:14:13.225248 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7214 2024.10.04 16:14:13.225595 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7215 2024.10.04 16:14:13.226131 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7216 2024.10.04 16:14:13.226177 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7217 2024.10.04 16:14:13.226621 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7218 2024.10.04 16:14:13.227014 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7219 2024.10.04 16:14:13.227207 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Debug> executeQuery: Read 74 rows, 6.11 KiB in 0.00212 sec., 34905.660377358494 rows/sec., 2.82 MiB/sec.
7220 2024.10.04 16:14:13.227441 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Debug> DynamicQueryHandler: Done processing query
7221 2024.10.04 16:14:13.227472 [ 3 ] {83661817-a8dd-4c11-882c-12314096ba9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7222 2024.10.04 16:14:13.227495 [ 3 ] {} <Debug> HTTP-Session: 50b089ea-8ef0-4053-8975-7bc970a26357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7223 2024.10.04 16:14:13.227654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7224 2024.10.04 16:14:13.227713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7225 2024.10.04 16:14:13.227733 [ 3 ] {} <Debug> HTTP-Session: 81809b7d-0744-46a2-bfac-b2ee069102bc Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7226 2024.10.04 16:14:13.227751 [ 3 ] {} <Debug> HTTP-Session: 81809b7d-0744-46a2-bfac-b2ee069102bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7227 2024.10.04 16:14:13.227766 [ 3 ] {} <Debug> HTTP-Session: 81809b7d-0744-46a2-bfac-b2ee069102bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7228 2024.10.04 16:14:13.227802 [ 3 ] {} <Trace> HTTP-Session: 81809b7d-0744-46a2-bfac-b2ee069102bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7229 2024.10.04 16:14:13.227912 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7230 2024.10.04 16:14:13.227960 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7231 2024.10.04 16:14:13.228205 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7232 2024.10.04 16:14:13.228562 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7233 2024.10.04 16:14:13.228602 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7234 2024.10.04 16:14:13.228985 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7235 2024.10.04 16:14:13.229350 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7236 2024.10.04 16:14:13.229515 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001633 sec., 5511.328842620944 rows/sec., 414.43 KiB/sec.
7237 2024.10.04 16:14:13.229882 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Debug> DynamicQueryHandler: Done processing query
7238 2024.10.04 16:14:13.229909 [ 3 ] {eaf01c91-e91d-4535-914f-45cce96a8029} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7239 2024.10.04 16:14:13.229926 [ 3 ] {} <Debug> HTTP-Session: 81809b7d-0744-46a2-bfac-b2ee069102bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7240 2024.10.04 16:14:13.230064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7241 2024.10.04 16:14:13.230117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7242 2024.10.04 16:14:13.230136 [ 3 ] {} <Debug> HTTP-Session: 0ef5ed5c-1fd2-4689-942a-f258de0ebc96 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7243 2024.10.04 16:14:13.230153 [ 3 ] {} <Debug> HTTP-Session: 0ef5ed5c-1fd2-4689-942a-f258de0ebc96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7244 2024.10.04 16:14:13.230167 [ 3 ] {} <Debug> HTTP-Session: 0ef5ed5c-1fd2-4689-942a-f258de0ebc96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7245 2024.10.04 16:14:13.230201 [ 3 ] {} <Trace> HTTP-Session: 0ef5ed5c-1fd2-4689-942a-f258de0ebc96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7246 2024.10.04 16:14:13.230326 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7247 2024.10.04 16:14:13.230373 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7248 2024.10.04 16:14:13.230625 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7249 2024.10.04 16:14:13.230996 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7250 2024.10.04 16:14:13.231034 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7251 2024.10.04 16:14:13.231399 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7252 2024.10.04 16:14:13.231749 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7253 2024.10.04 16:14:13.231913 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001629 sec., 44812.76856967465 rows/sec., 3.50 MiB/sec.
7254 2024.10.04 16:14:13.232091 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Debug> DynamicQueryHandler: Done processing query
7255 2024.10.04 16:14:13.232117 [ 3 ] {44db4dcd-3989-4cd4-b1a8-ae21d14826c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7256 2024.10.04 16:14:13.232133 [ 3 ] {} <Debug> HTTP-Session: 0ef5ed5c-1fd2-4689-942a-f258de0ebc96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7257 2024.10.04 16:14:13.232306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7258 2024.10.04 16:14:13.232357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7259 2024.10.04 16:14:13.232376 [ 3 ] {} <Debug> HTTP-Session: 8f0c0ec6-4d42-47e4-b83b-36ccaa78377b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7260 2024.10.04 16:14:13.232393 [ 3 ] {} <Debug> HTTP-Session: 8f0c0ec6-4d42-47e4-b83b-36ccaa78377b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7261 2024.10.04 16:14:13.232407 [ 3 ] {} <Debug> HTTP-Session: 8f0c0ec6-4d42-47e4-b83b-36ccaa78377b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7262 2024.10.04 16:14:13.232439 [ 3 ] {} <Trace> HTTP-Session: 8f0c0ec6-4d42-47e4-b83b-36ccaa78377b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7263 2024.10.04 16:14:13.232588 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7264 2024.10.04 16:14:13.232636 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7265 2024.10.04 16:14:13.232785 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7266 2024.10.04 16:14:13.233181 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7267 2024.10.04 16:14:13.233218 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7268 2024.10.04 16:14:13.233632 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7269 2024.10.04 16:14:13.234105 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2024.10.04 16:14:13.234267 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001745 sec., 91690.54441260744 rows/sec., 6.39 MiB/sec.
7271 2024.10.04 16:14:13.234447 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Debug> DynamicQueryHandler: Done processing query
7272 2024.10.04 16:14:13.234473 [ 3 ] {0d713e70-c987-4479-8cd1-719d83ed2646} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
7273 2024.10.04 16:14:13.234490 [ 3 ] {} <Debug> HTTP-Session: 8f0c0ec6-4d42-47e4-b83b-36ccaa78377b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7274 2024.10.04 16:14:13.234622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7275 2024.10.04 16:14:13.234673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7276 2024.10.04 16:14:13.234693 [ 3 ] {} <Debug> HTTP-Session: 561e2273-f9a6-41ed-b118-a915bf556962 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7277 2024.10.04 16:14:13.234709 [ 3 ] {} <Debug> HTTP-Session: 561e2273-f9a6-41ed-b118-a915bf556962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7278 2024.10.04 16:14:13.234723 [ 3 ] {} <Debug> HTTP-Session: 561e2273-f9a6-41ed-b118-a915bf556962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7279 2024.10.04 16:14:13.234755 [ 3 ] {} <Trace> HTTP-Session: 561e2273-f9a6-41ed-b118-a915bf556962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7280 2024.10.04 16:14:13.234956 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7281 2024.10.04 16:14:13.235024 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7282 2024.10.04 16:14:13.235454 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7283 2024.10.04 16:14:13.236013 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7284 2024.10.04 16:14:13.236050 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7285 2024.10.04 16:14:13.236659 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7286 2024.10.04 16:14:13.237071 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7287 2024.10.04 16:14:13.237296 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002431 sec., 3702.1801727684083 rows/sec., 6.63 MiB/sec.
7288 2024.10.04 16:14:13.237938 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Debug> DynamicQueryHandler: Done processing query
7289 2024.10.04 16:14:13.237963 [ 3 ] {f67819b1-0383-4099-95d8-9faa45c9acdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7290 2024.10.04 16:14:13.237979 [ 3 ] {} <Debug> HTTP-Session: 561e2273-f9a6-41ed-b118-a915bf556962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7291 2024.10.04 16:14:13.238103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7292 2024.10.04 16:14:13.238153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7293 2024.10.04 16:14:13.238172 [ 3 ] {} <Debug> HTTP-Session: a3badbd2-a788-4fd0-b93c-b6736df8e192 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7294 2024.10.04 16:14:13.238189 [ 3 ] {} <Debug> HTTP-Session: a3badbd2-a788-4fd0-b93c-b6736df8e192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7295 2024.10.04 16:14:13.238203 [ 3 ] {} <Debug> HTTP-Session: a3badbd2-a788-4fd0-b93c-b6736df8e192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7296 2024.10.04 16:14:13.238234 [ 3 ] {} <Trace> HTTP-Session: a3badbd2-a788-4fd0-b93c-b6736df8e192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7297 2024.10.04 16:14:13.238354 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7298 2024.10.04 16:14:13.238480 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7299 2024.10.04 16:14:13.238640 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7300 2024.10.04 16:14:13.239008 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7301 2024.10.04 16:14:13.239045 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB.
7302 2024.10.04 16:14:13.239427 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7303 2024.10.04 16:14:13.239752 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7304 2024.10.04 16:14:13.239919 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec.
7305 2024.10.04 16:14:13.240093 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Debug> DynamicQueryHandler: Done processing query
7306 2024.10.04 16:14:13.240117 [ 3 ] {ff4dc1c9-f870-423f-a41b-71d19201d4c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
7307 2024.10.04 16:14:13.240215 [ 3 ] {} <Debug> HTTP-Session: a3badbd2-a788-4fd0-b93c-b6736df8e192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7308 2024.10.04 16:14:17.778389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 736
7309 2024.10.04 16:14:17.781781 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7310 2024.10.04 16:14:17.781832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7311 2024.10.04 16:14:17.783364 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7312 2024.10.04 16:14:17.784345 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7313 2024.10.04 16:14:17.784845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 736
7314 2024.10.04 16:14:18.229129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7315 2024.10.04 16:14:18.229246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7316 2024.10.04 16:14:18.229276 [ 3 ] {} <Debug> HTTP-Session: 28603998-90e7-464f-872c-dde090af5e37 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7317 2024.10.04 16:14:18.229304 [ 3 ] {} <Debug> HTTP-Session: 28603998-90e7-464f-872c-dde090af5e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7318 2024.10.04 16:14:18.229322 [ 3 ] {} <Debug> HTTP-Session: 28603998-90e7-464f-872c-dde090af5e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7319 2024.10.04 16:14:18.229380 [ 3 ] {} <Trace> HTTP-Session: 28603998-90e7-464f-872c-dde090af5e37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7320 2024.10.04 16:14:18.229654 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7321 2024.10.04 16:14:18.229733 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7322 2024.10.04 16:14:18.230134 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7323 2024.10.04 16:14:18.230783 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7324 2024.10.04 16:14:18.230827 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7325 2024.10.04 16:14:18.231283 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7326 2024.10.04 16:14:18.231700 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7327 2024.10.04 16:14:18.231884 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002345 sec., 87420.04264392324 rows/sec., 7.70 MiB/sec.
7328 2024.10.04 16:14:18.231897 [ 67 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7329 2024.10.04 16:14:18.231993 [ 67 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2024.10.04 16:14:18.232058 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7331 2024.10.04 16:14:18.232241 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Debug> DynamicQueryHandler: Done processing query
7332 2024.10.04 16:14:18.232254 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
7333 2024.10.04 16:14:18.232308 [ 3 ] {6151cce3-b7d1-4adc-a8f2-0d4e46d95cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7334 2024.10.04 16:14:18.232411 [ 3 ] {} <Debug> HTTP-Session: 28603998-90e7-464f-872c-dde090af5e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7335 2024.10.04 16:14:18.232769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7336 2024.10.04 16:14:18.232885 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7337 2024.10.04 16:14:18.232939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7338 2024.10.04 16:14:18.232975 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1373 rows starting from the beginning of the part
7339 2024.10.04 16:14:18.232992 [ 3 ] {} <Debug> HTTP-Session: 05cbe10d-9024-48e5-8377-935d234c3761 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7340 2024.10.04 16:14:18.233028 [ 3 ] {} <Debug> HTTP-Session: 05cbe10d-9024-48e5-8377-935d234c3761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7341 2024.10.04 16:14:18.233058 [ 3 ] {} <Debug> HTTP-Session: 05cbe10d-9024-48e5-8377-935d234c3761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7342 2024.10.04 16:14:18.233176 [ 3 ] {} <Trace> HTTP-Session: 05cbe10d-9024-48e5-8377-935d234c3761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7343 2024.10.04 16:14:18.233284 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 205 rows starting from the beginning of the part
7344 2024.10.04 16:14:18.233578 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7345 2024.10.04 16:14:18.233670 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 75 rows starting from the beginning of the part
7346 2024.10.04 16:14:18.233719 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7347 2024.10.04 16:14:18.234020 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 205 rows starting from the beginning of the part
7348 2024.10.04 16:14:18.234426 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 74 rows starting from the beginning of the part
7349 2024.10.04 16:14:18.234808 [ 191 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 205 rows starting from the beginning of the part
7350 2024.10.04 16:14:18.235311 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7351 2024.10.04 16:14:18.236169 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7352 2024.10.04 16:14:18.236230 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7353 2024.10.04 16:14:18.237290 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7354 2024.10.04 16:14:18.238067 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7355 2024.10.04 16:14:18.238242 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.006102977 sec., 350156.9807652888 rows/sec., 30.98 MiB/sec.
7356 2024.10.04 16:14:18.238386 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005 sec., 1600 rows/sec., 120.31 KiB/sec.
7357 2024.10.04 16:14:18.238621 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7358 2024.10.04 16:14:18.239051 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Debug> DynamicQueryHandler: Done processing query
7359 2024.10.04 16:14:18.239106 [ 3 ] {2f5708ac-c59f-41d4-b0c4-0fb65712b43b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7360 2024.10.04 16:14:18.239129 [ 3 ] {} <Debug> HTTP-Session: 05cbe10d-9024-48e5-8377-935d234c3761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7361 2024.10.04 16:14:18.239271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7362 2024.10.04 16:14:18.239345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7363 2024.10.04 16:14:18.239366 [ 3 ] {} <Debug> HTTP-Session: b4876cd7-e30c-4271-b8a9-df1f26c17a51 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7364 2024.10.04 16:14:18.239386 [ 3 ] {} <Debug> HTTP-Session: b4876cd7-e30c-4271-b8a9-df1f26c17a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7365 2024.10.04 16:14:18.239404 [ 3 ] {} <Debug> HTTP-Session: b4876cd7-e30c-4271-b8a9-df1f26c17a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7366 2024.10.04 16:14:18.239445 [ 3 ] {} <Trace> HTTP-Session: b4876cd7-e30c-4271-b8a9-df1f26c17a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7367 2024.10.04 16:14:18.239487 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7368 2024.10.04 16:14:18.239581 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7369 2024.10.04 16:14:18.239597 [ 192 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_36_7} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7370 2024.10.04 16:14:18.239631 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7371 2024.10.04 16:14:18.239710 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
7372 2024.10.04 16:14:18.239925 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7373 2024.10.04 16:14:18.240260 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7374 2024.10.04 16:14:18.240296 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7375 2024.10.04 16:14:18.240660 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7376 2024.10.04 16:14:18.241028 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7377 2024.10.04 16:14:18.241187 [ 67 ] {} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7378 2024.10.04 16:14:18.241199 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001648 sec., 8495.145631067962 rows/sec., 594.94 KiB/sec.
7379 2024.10.04 16:14:18.241250 [ 67 ] {} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7380 2024.10.04 16:14:18.241321 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7381 2024.10.04 16:14:18.241521 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
7382 2024.10.04 16:14:18.241571 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Debug> DynamicQueryHandler: Done processing query
7383 2024.10.04 16:14:18.241624 [ 3 ] {1e7a0d3b-e899-413f-8b0d-b58cc8597f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7384 2024.10.04 16:14:18.241665 [ 3 ] {} <Debug> HTTP-Session: b4876cd7-e30c-4271-b8a9-df1f26c17a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7385 2024.10.04 16:14:18.241775 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7386 2024.10.04 16:14:18.241849 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
7387 2024.10.04 16:14:18.241857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7388 2024.10.04 16:14:18.242002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7389 2024.10.04 16:14:18.242090 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
7390 2024.10.04 16:14:18.242091 [ 3 ] {} <Debug> HTTP-Session: d647f909-b203-4510-8d59-50d4297e160e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7391 2024.10.04 16:14:18.242159 [ 3 ] {} <Debug> HTTP-Session: d647f909-b203-4510-8d59-50d4297e160e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7392 2024.10.04 16:14:18.242213 [ 3 ] {} <Debug> HTTP-Session: d647f909-b203-4510-8d59-50d4297e160e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7393 2024.10.04 16:14:18.242368 [ 3 ] {} <Trace> HTTP-Session: d647f909-b203-4510-8d59-50d4297e160e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7394 2024.10.04 16:14:18.242441 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part
7395 2024.10.04 16:14:18.242678 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
7396 2024.10.04 16:14:18.242690 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7397 2024.10.04 16:14:18.242848 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7398 2024.10.04 16:14:18.243097 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7399 2024.10.04 16:14:18.243587 [ 191 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
7400 2024.10.04 16:14:18.244390 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7401 2024.10.04 16:14:18.245316 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2024.10.04 16:14:18.245380 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7403 2024.10.04 16:14:18.246387 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7404 2024.10.04 16:14:18.246576 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005159969 sec., 102132.39653183962 rows/sec., 6.94 MiB/sec.
7405 2024.10.04 16:14:18.246831 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7406 2024.10.04 16:14:18.247033 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7407 2024.10.04 16:14:18.247309 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004753 sec., 1262.3606143488323 rows/sec., 74.58 KiB/sec.
7408 2024.10.04 16:14:18.247577 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Debug> DynamicQueryHandler: Done processing query
7409 2024.10.04 16:14:18.247613 [ 3 ] {90a306f3-7ced-47da-bed2-a403c1d24f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7410 2024.10.04 16:14:18.247624 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7411 2024.10.04 16:14:18.247632 [ 3 ] {} <Debug> HTTP-Session: d647f909-b203-4510-8d59-50d4297e160e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7412 2024.10.04 16:14:18.247716 [ 192 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_21_4} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7413 2024.10.04 16:14:18.247804 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
7414 2024.10.04 16:14:18.247868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7415 2024.10.04 16:14:18.247919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7416 2024.10.04 16:14:18.247938 [ 3 ] {} <Debug> HTTP-Session: 1cbdddf6-b107-4a32-b165-65778482e897 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7417 2024.10.04 16:14:18.247954 [ 3 ] {} <Debug> HTTP-Session: 1cbdddf6-b107-4a32-b165-65778482e897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7418 2024.10.04 16:14:18.247968 [ 3 ] {} <Debug> HTTP-Session: 1cbdddf6-b107-4a32-b165-65778482e897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7419 2024.10.04 16:14:18.247999 [ 3 ] {} <Trace> HTTP-Session: 1cbdddf6-b107-4a32-b165-65778482e897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7420 2024.10.04 16:14:18.248250 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7421 2024.10.04 16:14:18.248295 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7422 2024.10.04 16:14:18.249165 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7423 2024.10.04 16:14:18.249737 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7424 2024.10.04 16:14:18.249774 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7425 2024.10.04 16:14:18.250149 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7426 2024.10.04 16:14:18.250505 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7427 2024.10.04 16:14:18.250667 [ 45 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7428 2024.10.04 16:14:18.250676 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002575 sec., 151456.31067961166 rows/sec., 10.74 MiB/sec.
7429 2024.10.04 16:14:18.250758 [ 45 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7430 2024.10.04 16:14:18.250834 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7431 2024.10.04 16:14:18.251035 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Debug> DynamicQueryHandler: Done processing query
7432 2024.10.04 16:14:18.251054 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
7433 2024.10.04 16:14:18.251070 [ 3 ] {8746c0cc-8297-4e38-8ef7-9bd21890d08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
7434 2024.10.04 16:14:18.251131 [ 3 ] {} <Debug> HTTP-Session: 1cbdddf6-b107-4a32-b165-65778482e897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7435 2024.10.04 16:14:18.251315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7436 2024.10.04 16:14:18.251343 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7437 2024.10.04 16:14:18.251417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7438 2024.10.04 16:14:18.251423 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 885 rows starting from the beginning of the part
7439 2024.10.04 16:14:18.251457 [ 3 ] {} <Debug> HTTP-Session: 2d29b7bd-5a85-4ebe-be73-08b5231c6880 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7440 2024.10.04 16:14:18.251496 [ 3 ] {} <Debug> HTTP-Session: 2d29b7bd-5a85-4ebe-be73-08b5231c6880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7441 2024.10.04 16:14:18.251538 [ 3 ] {} <Debug> HTTP-Session: 2d29b7bd-5a85-4ebe-be73-08b5231c6880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7442 2024.10.04 16:14:18.251677 [ 3 ] {} <Trace> HTTP-Session: 2d29b7bd-5a85-4ebe-be73-08b5231c6880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7443 2024.10.04 16:14:18.251681 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 390 rows starting from the beginning of the part
7444 2024.10.04 16:14:18.251962 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7445 2024.10.04 16:14:18.252032 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 75 rows starting from the beginning of the part
7446 2024.10.04 16:14:18.252093 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7447 2024.10.04 16:14:18.252387 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 390 rows starting from the beginning of the part
7448 2024.10.04 16:14:18.252727 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 73 rows starting from the beginning of the part
7449 2024.10.04 16:14:18.253096 [ 186 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 390 rows starting from the beginning of the part
7450 2024.10.04 16:14:18.253130 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7451 2024.10.04 16:14:18.253916 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7452 2024.10.04 16:14:18.253984 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7453 2024.10.04 16:14:18.254918 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7454 2024.10.04 16:14:18.255635 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7455 2024.10.04 16:14:18.255879 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004044 sec., 1483.679525222552 rows/sec., 77.52 KiB/sec.
7456 2024.10.04 16:14:18.255900 [ 45 ] {} <Debug> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
7457 2024.10.04 16:14:18.256034 [ 45 ] {} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7458 2024.10.04 16:14:18.256180 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7459 2024.10.04 16:14:18.256513 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Debug> DynamicQueryHandler: Done processing query
7460 2024.10.04 16:14:18.256609 [ 3 ] {3eec6415-cb23-4e60-812d-89c310f67561} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7461 2024.10.04 16:14:18.256706 [ 3 ] {} <Debug> HTTP-Session: 2d29b7bd-5a85-4ebe-be73-08b5231c6880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7462 2024.10.04 16:14:18.256789 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::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
7463 2024.10.04 16:14:18.256868 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005913414 sec., 372542.8322792891 rows/sec., 28.27 MiB/sec.
7464 2024.10.04 16:14:18.257028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7465 2024.10.04 16:14:18.257083 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7466 2024.10.04 16:14:18.257152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7467 2024.10.04 16:14:18.257156 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
7468 2024.10.04 16:14:18.257220 [ 3 ] {} <Debug> HTTP-Session: 86e96f17-e1e1-4868-b8fc-9bc7862e5581 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7469 2024.10.04 16:14:18.257290 [ 3 ] {} <Debug> HTTP-Session: 86e96f17-e1e1-4868-b8fc-9bc7862e5581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7470 2024.10.04 16:14:18.257363 [ 3 ] {} <Debug> HTTP-Session: 86e96f17-e1e1-4868-b8fc-9bc7862e5581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7471 2024.10.04 16:14:18.257475 [ 3 ] {} <Trace> HTTP-Session: 86e96f17-e1e1-4868-b8fc-9bc7862e5581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7472 2024.10.04 16:14:18.257488 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
7473 2024.10.04 16:14:18.257620 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7474 2024.10.04 16:14:18.257773 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
7475 2024.10.04 16:14:18.258110 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
7476 2024.10.04 16:14:18.258153 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7477 2024.10.04 16:14:18.258423 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7478 2024.10.04 16:14:18.258506 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
7479 2024.10.04 16:14:18.258877 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
7480 2024.10.04 16:14:18.260061 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7481 2024.10.04 16:14:18.261282 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7482 2024.10.04 16:14:18.261779 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7483 2024.10.04 16:14:18.261812 [ 199 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_36_7} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7484 2024.10.04 16:14:18.261887 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7485 2024.10.04 16:14:18.262261 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7486 2024.10.04 16:14:18.262915 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.006528816 sec., 14704.044347397752 rows/sec., 768.23 KiB/sec.
7487 2024.10.04 16:14:18.263085 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
7488 2024.10.04 16:14:18.263105 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7489 2024.10.04 16:14:18.264068 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7490 2024.10.04 16:14:18.264111 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7491 2024.10.04 16:14:18.264296 [ 186 ] {cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83::all_1_16_3} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
7492 2024.10.04 16:14:18.264374 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7493 2024.10.04 16:14:18.264402 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006613 sec., 35838.49992439135 rows/sec., 2.40 MiB/sec.
7494 2024.10.04 16:14:18.264485 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7495 2024.10.04 16:14:18.264563 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7496 2024.10.04 16:14:18.264684 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7497 2024.10.04 16:14:18.264898 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
7498 2024.10.04 16:14:18.264928 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Debug> DynamicQueryHandler: Done processing query
7499 2024.10.04 16:14:18.264970 [ 3 ] {dbc0dc3c-8b14-4c25-9827-af65b1f076b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7500 2024.10.04 16:14:18.265029 [ 3 ] {} <Debug> HTTP-Session: 86e96f17-e1e1-4868-b8fc-9bc7862e5581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7501 2024.10.04 16:14:18.265136 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7502 2024.10.04 16:14:18.265174 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10158 rows starting from the beginning of the part
7503 2024.10.04 16:14:18.265316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7504 2024.10.04 16:14:18.265425 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
7505 2024.10.04 16:14:18.265481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7506 2024.10.04 16:14:18.265556 [ 3 ] {} <Debug> HTTP-Session: 8fad2d4f-d7fd-415f-9a22-39d7566ffe38 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7507 2024.10.04 16:14:18.265640 [ 3 ] {} <Debug> HTTP-Session: 8fad2d4f-d7fd-415f-9a22-39d7566ffe38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7508 2024.10.04 16:14:18.265705 [ 3 ] {} <Debug> HTTP-Session: 8fad2d4f-d7fd-415f-9a22-39d7566ffe38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7509 2024.10.04 16:14:18.265745 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part
7510 2024.10.04 16:14:18.265803 [ 3 ] {} <Trace> HTTP-Session: 8fad2d4f-d7fd-415f-9a22-39d7566ffe38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7511 2024.10.04 16:14:18.266019 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
7512 2024.10.04 16:14:18.266101 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7513 2024.10.04 16:14:18.266287 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
7514 2024.10.04 16:14:18.266305 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7515 2024.10.04 16:14:18.266664 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part
7516 2024.10.04 16:14:18.267274 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7517 2024.10.04 16:14:18.267985 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2024.10.04 16:14:18.268025 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7519 2024.10.04 16:14:18.268565 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7520 2024.10.04 16:14:18.269524 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2024.10.04 16:14:18.269923 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003893 sec., 256.871307474955 rows/sec., 17.31 KiB/sec.
7522 2024.10.04 16:14:18.270270 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Debug> DynamicQueryHandler: Done processing query
7523 2024.10.04 16:14:18.270327 [ 3 ] {d38dd702-23cf-4a79-a7e9-5d2d7953bfa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7524 2024.10.04 16:14:18.270345 [ 3 ] {} <Debug> HTTP-Session: 8fad2d4f-d7fd-415f-9a22-39d7566ffe38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7525 2024.10.04 16:14:18.270473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7526 2024.10.04 16:14:18.270554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7527 2024.10.04 16:14:18.270574 [ 3 ] {} <Debug> HTTP-Session: 0f02ac46-09df-4639-a71e-ca22baef404f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7528 2024.10.04 16:14:18.270590 [ 3 ] {} <Debug> HTTP-Session: 0f02ac46-09df-4639-a71e-ca22baef404f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7529 2024.10.04 16:14:18.270604 [ 3 ] {} <Debug> HTTP-Session: 0f02ac46-09df-4639-a71e-ca22baef404f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7530 2024.10.04 16:14:18.270636 [ 3 ] {} <Trace> HTTP-Session: 0f02ac46-09df-4639-a71e-ca22baef404f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7531 2024.10.04 16:14:18.270870 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7532 2024.10.04 16:14:18.271024 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7533 2024.10.04 16:14:18.271618 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7534 2024.10.04 16:14:18.272542 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11190 rows, containing 5 columns (5 merged, 0 gathered) in 0.007721989 sec., 1449108.5133635907 rows/sec., 97.77 MiB/sec.
7535 2024.10.04 16:14:18.272748 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7536 2024.10.04 16:14:18.272803 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7537 2024.10.04 16:14:18.272895 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7538 2024.10.04 16:14:18.274022 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7539 2024.10.04 16:14:18.274249 [ 199 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7540 2024.10.04 16:14:18.274427 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB.
7541 2024.10.04 16:14:18.274577 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7542 2024.10.04 16:14:18.275022 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7543 2024.10.04 16:14:18.275233 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004511 sec., 1773.4426956328973 rows/sec., 3.18 MiB/sec.
7544 2024.10.04 16:14:18.275879 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Debug> DynamicQueryHandler: Done processing query
7545 2024.10.04 16:14:18.275904 [ 3 ] {1f05b97c-c363-40fb-b4ee-11444c3ea15f} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7546 2024.10.04 16:14:18.275921 [ 3 ] {} <Debug> HTTP-Session: 0f02ac46-09df-4639-a71e-ca22baef404f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7547 2024.10.04 16:14:18.276061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7548 2024.10.04 16:14:18.276111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7549 2024.10.04 16:14:18.276130 [ 3 ] {} <Debug> HTTP-Session: e5c6fafe-8d84-46e3-b213-f6eb43e5bc4f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7550 2024.10.04 16:14:18.276147 [ 3 ] {} <Debug> HTTP-Session: e5c6fafe-8d84-46e3-b213-f6eb43e5bc4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7551 2024.10.04 16:14:18.276161 [ 3 ] {} <Debug> HTTP-Session: e5c6fafe-8d84-46e3-b213-f6eb43e5bc4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7552 2024.10.04 16:14:18.276193 [ 3 ] {} <Trace> HTTP-Session: e5c6fafe-8d84-46e3-b213-f6eb43e5bc4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7553 2024.10.04 16:14:18.276329 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7554 2024.10.04 16:14:18.276375 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7555 2024.10.04 16:14:18.276527 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7556 2024.10.04 16:14:18.276843 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7557 2024.10.04 16:14:18.276880 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7558 2024.10.04 16:14:18.277253 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7559 2024.10.04 16:14:18.277587 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7560 2024.10.04 16:14:18.277746 [ 45 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7561 2024.10.04 16:14:18.277755 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec.
7562 2024.10.04 16:14:18.277794 [ 45 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7563 2024.10.04 16:14:18.277849 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7564 2024.10.04 16:14:18.278067 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
7565 2024.10.04 16:14:18.278118 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Debug> DynamicQueryHandler: Done processing query
7566 2024.10.04 16:14:18.278167 [ 3 ] {32fbb296-68e9-47e0-bbfc-e14230ed72b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7567 2024.10.04 16:14:18.278204 [ 3 ] {} <Debug> HTTP-Session: e5c6fafe-8d84-46e3-b213-f6eb43e5bc4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7568 2024.10.04 16:14:18.278306 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7569 2024.10.04 16:14:18.278341 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1844 rows starting from the beginning of the part
7570 2024.10.04 16:14:18.278416 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
7571 2024.10.04 16:14:18.278503 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
7572 2024.10.04 16:14:18.278570 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
7573 2024.10.04 16:14:18.278785 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
7574 2024.10.04 16:14:18.278878 [ 186 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part
7575 2024.10.04 16:14:18.280212 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002255413 sec., 979864.8850565285 rows/sec., 63.75 MiB/sec.
7576 2024.10.04 16:14:18.280509 [ 194 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7577 2024.10.04 16:14:18.280881 [ 194 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7578 2024.10.04 16:14:18.280956 [ 194 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_36_7} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7579 2024.10.04 16:14:18.281023 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7580 2024.10.04 16:14:21.471472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 176146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7581 2024.10.04 16:14:21.471640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7582 2024.10.04 16:14:21.471683 [ 3 ] {} <Debug> HTTP-Session: 525c332c-8f14-4192-96ad-ef500cc5c338 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7583 2024.10.04 16:14:21.471724 [ 3 ] {} <Debug> HTTP-Session: 525c332c-8f14-4192-96ad-ef500cc5c338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7584 2024.10.04 16:14:21.471753 [ 3 ] {} <Debug> HTTP-Session: 525c332c-8f14-4192-96ad-ef500cc5c338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7585 2024.10.04 16:14:21.471832 [ 3 ] {} <Trace> HTTP-Session: 525c332c-8f14-4192-96ad-ef500cc5c338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7586 2024.10.04 16:14:21.472858 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7587 2024.10.04 16:14:21.472933 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7588 2024.10.04 16:14:21.473273 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7589 2024.10.04 16:14:21.474958 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7590 2024.10.04 16:14:21.474999 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7591 2024.10.04 16:14:21.475500 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7592 2024.10.04 16:14:21.475903 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7593 2024.10.04 16:14:21.476056 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Debug> executeQuery: Read 1214 rows, 102.68 KiB in 0.003968 sec., 305947.5806451613 rows/sec., 25.27 MiB/sec.
7594 2024.10.04 16:14:21.476283 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Debug> DynamicQueryHandler: Done processing query
7595 2024.10.04 16:14:21.476311 [ 3 ] {94aa7d4e-31fa-44fd-ba44-989d31a65794} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
7596 2024.10.04 16:14:21.476327 [ 3 ] {} <Debug> HTTP-Session: 525c332c-8f14-4192-96ad-ef500cc5c338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7597 2024.10.04 16:14:21.476664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7598 2024.10.04 16:14:21.476725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7599 2024.10.04 16:14:21.476745 [ 3 ] {} <Debug> HTTP-Session: f6084138-268c-4ac3-9e68-6b1edda5a983 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7600 2024.10.04 16:14:21.476763 [ 3 ] {} <Debug> HTTP-Session: f6084138-268c-4ac3-9e68-6b1edda5a983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7601 2024.10.04 16:14:21.476778 [ 3 ] {} <Debug> HTTP-Session: f6084138-268c-4ac3-9e68-6b1edda5a983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7602 2024.10.04 16:14:21.476814 [ 3 ] {} <Trace> HTTP-Session: f6084138-268c-4ac3-9e68-6b1edda5a983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7603 2024.10.04 16:14:21.476925 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7604 2024.10.04 16:14:21.476973 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7605 2024.10.04 16:14:21.477218 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7606 2024.10.04 16:14:21.477585 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7607 2024.10.04 16:14:21.477621 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7608 2024.10.04 16:14:21.477989 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7609 2024.10.04 16:14:21.478360 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7610 2024.10.04 16:14:21.478496 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001602 sec., 5617.9775280898875 rows/sec., 422.45 KiB/sec.
7611 2024.10.04 16:14:21.478675 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Debug> DynamicQueryHandler: Done processing query
7612 2024.10.04 16:14:21.478699 [ 3 ] {78235291-a578-45fc-a060-c5e6f1e3ee06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7613 2024.10.04 16:14:21.478715 [ 3 ] {} <Debug> HTTP-Session: f6084138-268c-4ac3-9e68-6b1edda5a983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7614 2024.10.04 16:14:21.478914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7615 2024.10.04 16:14:21.478967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7616 2024.10.04 16:14:21.478986 [ 3 ] {} <Debug> HTTP-Session: 2088f752-c4d1-429d-bc00-4e2461e5178d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7617 2024.10.04 16:14:21.479002 [ 3 ] {} <Debug> HTTP-Session: 2088f752-c4d1-429d-bc00-4e2461e5178d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7618 2024.10.04 16:14:21.479016 [ 3 ] {} <Debug> HTTP-Session: 2088f752-c4d1-429d-bc00-4e2461e5178d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7619 2024.10.04 16:14:21.479047 [ 3 ] {} <Trace> HTTP-Session: 2088f752-c4d1-429d-bc00-4e2461e5178d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7620 2024.10.04 16:14:21.479202 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7621 2024.10.04 16:14:21.479245 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7622 2024.10.04 16:14:21.479473 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7623 2024.10.04 16:14:21.479905 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7624 2024.10.04 16:14:21.479942 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7625 2024.10.04 16:14:21.480307 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7626 2024.10.04 16:14:21.480670 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7627 2024.10.04 16:14:21.480802 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001675 sec., 136119.40298507462 rows/sec., 9.22 MiB/sec.
7628 2024.10.04 16:14:21.480976 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Debug> DynamicQueryHandler: Done processing query
7629 2024.10.04 16:14:21.480999 [ 3 ] {169e2835-cbfe-45bd-befd-7a118cce15e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
7630 2024.10.04 16:14:21.481015 [ 3 ] {} <Debug> HTTP-Session: 2088f752-c4d1-429d-bc00-4e2461e5178d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7631 2024.10.04 16:14:21.481195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 87404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7632 2024.10.04 16:14:21.481244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7633 2024.10.04 16:14:21.481264 [ 3 ] {} <Debug> HTTP-Session: 523fe5ad-5336-45d2-9f17-e6f89536269b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7634 2024.10.04 16:14:21.481280 [ 3 ] {} <Debug> HTTP-Session: 523fe5ad-5336-45d2-9f17-e6f89536269b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7635 2024.10.04 16:14:21.481294 [ 3 ] {} <Debug> HTTP-Session: 523fe5ad-5336-45d2-9f17-e6f89536269b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7636 2024.10.04 16:14:21.481325 [ 3 ] {} <Trace> HTTP-Session: 523fe5ad-5336-45d2-9f17-e6f89536269b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7637 2024.10.04 16:14:21.481718 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7638 2024.10.04 16:14:21.481762 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7639 2024.10.04 16:14:21.481989 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7640 2024.10.04 16:14:21.482665 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2024.10.04 16:14:21.482700 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7642 2024.10.04 16:14:21.483074 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7643 2024.10.04 16:14:21.483435 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7644 2024.10.04 16:14:21.483563 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002126 sec., 248824.08278457198 rows/sec., 18.43 MiB/sec.
7645 2024.10.04 16:14:21.483738 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Debug> DynamicQueryHandler: Done processing query
7646 2024.10.04 16:14:21.483762 [ 3 ] {4c019561-d8af-4046-9365-1336f38887cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
7647 2024.10.04 16:14:21.483777 [ 3 ] {} <Debug> HTTP-Session: 523fe5ad-5336-45d2-9f17-e6f89536269b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7648 2024.10.04 16:14:21.484222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 180418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7649 2024.10.04 16:14:21.484271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7650 2024.10.04 16:14:21.484291 [ 3 ] {} <Debug> HTTP-Session: 10744b90-ad76-4586-98ea-84dfd64c6718 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7651 2024.10.04 16:14:21.484307 [ 3 ] {} <Debug> HTTP-Session: 10744b90-ad76-4586-98ea-84dfd64c6718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7652 2024.10.04 16:14:21.484321 [ 3 ] {} <Debug> HTTP-Session: 10744b90-ad76-4586-98ea-84dfd64c6718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7653 2024.10.04 16:14:21.484352 [ 3 ] {} <Trace> HTTP-Session: 10744b90-ad76-4586-98ea-84dfd64c6718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7654 2024.10.04 16:14:21.484819 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7655 2024.10.04 16:14:21.484867 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7656 2024.10.04 16:14:21.485014 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7657 2024.10.04 16:14:21.486006 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7658 2024.10.04 16:14:21.486042 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7659 2024.10.04 16:14:21.486468 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7660 2024.10.04 16:14:21.486809 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7661 2024.10.04 16:14:21.486935 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002414 sec., 394366.1971830986 rows/sec., 26.45 MiB/sec.
7662 2024.10.04 16:14:21.487112 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Debug> DynamicQueryHandler: Done processing query
7663 2024.10.04 16:14:21.487137 [ 3 ] {d489a50a-f9cc-43cf-bfaf-5baada5abc23} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
7664 2024.10.04 16:14:21.487152 [ 3 ] {} <Debug> HTTP-Session: 10744b90-ad76-4586-98ea-84dfd64c6718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7665 2024.10.04 16:14:21.487314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7666 2024.10.04 16:14:21.487363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7667 2024.10.04 16:14:21.487382 [ 3 ] {} <Debug> HTTP-Session: 6703a642-1708-4cf9-8f82-56d93b4c005c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7668 2024.10.04 16:14:21.487399 [ 3 ] {} <Debug> HTTP-Session: 6703a642-1708-4cf9-8f82-56d93b4c005c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7669 2024.10.04 16:14:21.487412 [ 3 ] {} <Debug> HTTP-Session: 6703a642-1708-4cf9-8f82-56d93b4c005c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7670 2024.10.04 16:14:21.487443 [ 3 ] {} <Trace> HTTP-Session: 6703a642-1708-4cf9-8f82-56d93b4c005c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7671 2024.10.04 16:14:21.487630 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7672 2024.10.04 16:14:21.487697 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7673 2024.10.04 16:14:21.488126 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7674 2024.10.04 16:14:21.488800 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7675 2024.10.04 16:14:21.488836 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7676 2024.10.04 16:14:21.489448 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7677 2024.10.04 16:14:21.489865 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7678 2024.10.04 16:14:21.490015 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002502 sec., 3597.1223021582737 rows/sec., 6.45 MiB/sec.
7679 2024.10.04 16:14:21.490235 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Debug> DynamicQueryHandler: Done processing query
7680 2024.10.04 16:14:21.490259 [ 3 ] {a1d207c8-3a50-48a4-be84-62146044a40f} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7681 2024.10.04 16:14:21.490275 [ 3 ] {} <Debug> HTTP-Session: 6703a642-1708-4cf9-8f82-56d93b4c005c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7682 2024.10.04 16:14:21.490388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 6102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7683 2024.10.04 16:14:21.490438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7684 2024.10.04 16:14:21.490457 [ 3 ] {} <Debug> HTTP-Session: b8133c6b-9cdd-4971-b212-83a41d96b63d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7685 2024.10.04 16:14:21.490473 [ 3 ] {} <Debug> HTTP-Session: b8133c6b-9cdd-4971-b212-83a41d96b63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7686 2024.10.04 16:14:21.490487 [ 3 ] {} <Debug> HTTP-Session: b8133c6b-9cdd-4971-b212-83a41d96b63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7687 2024.10.04 16:14:21.490517 [ 3 ] {} <Trace> HTTP-Session: b8133c6b-9cdd-4971-b212-83a41d96b63d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7688 2024.10.04 16:14:21.490631 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7689 2024.10.04 16:14:21.490673 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7690 2024.10.04 16:14:21.490807 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7691 2024.10.04 16:14:21.491137 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7692 2024.10.04 16:14:21.491174 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7693 2024.10.04 16:14:21.491532 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7694 2024.10.04 16:14:21.491865 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7695 2024.10.04 16:14:21.491998 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001407 sec., 28429.282160625444 rows/sec., 1.92 MiB/sec.
7696 2024.10.04 16:14:21.492166 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Debug> DynamicQueryHandler: Done processing query
7697 2024.10.04 16:14:21.492191 [ 3 ] {17397748-b2ba-4a83-bc6e-7bfab3c1308d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
7698 2024.10.04 16:14:21.492207 [ 3 ] {} <Debug> HTTP-Session: b8133c6b-9cdd-4971-b212-83a41d96b63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7699 2024.10.04 16:14:23.218335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7700 2024.10.04 16:14:23.218522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7701 2024.10.04 16:14:23.218553 [ 3 ] {} <Debug> HTTP-Session: 2928d658-ab25-4b26-87a9-43b550d5bcaa Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7702 2024.10.04 16:14:23.218581 [ 3 ] {} <Debug> HTTP-Session: 2928d658-ab25-4b26-87a9-43b550d5bcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7703 2024.10.04 16:14:23.218600 [ 3 ] {} <Debug> HTTP-Session: 2928d658-ab25-4b26-87a9-43b550d5bcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7704 2024.10.04 16:14:23.218656 [ 3 ] {} <Trace> HTTP-Session: 2928d658-ab25-4b26-87a9-43b550d5bcaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7705 2024.10.04 16:14:23.218874 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7706 2024.10.04 16:14:23.218949 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7707 2024.10.04 16:14:23.219343 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7708 2024.10.04 16:14:23.219850 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7709 2024.10.04 16:14:23.219888 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7710 2024.10.04 16:14:23.220298 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7711 2024.10.04 16:14:23.220692 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7712 2024.10.04 16:14:23.220859 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.09 MiB/sec.
7713 2024.10.04 16:14:23.221124 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Debug> DynamicQueryHandler: Done processing query
7714 2024.10.04 16:14:23.221150 [ 3 ] {3b37af02-9fd8-4fa8-94dd-513baa6cee4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
7715 2024.10.04 16:14:23.221166 [ 3 ] {} <Debug> HTTP-Session: 2928d658-ab25-4b26-87a9-43b550d5bcaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7716 2024.10.04 16:14:23.221297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7717 2024.10.04 16:14:23.221348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7718 2024.10.04 16:14:23.221367 [ 3 ] {} <Debug> HTTP-Session: b05ae3e8-ee7a-41fe-a74f-fa097feeeea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7719 2024.10.04 16:14:23.221384 [ 3 ] {} <Debug> HTTP-Session: b05ae3e8-ee7a-41fe-a74f-fa097feeeea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7720 2024.10.04 16:14:23.221398 [ 3 ] {} <Debug> HTTP-Session: b05ae3e8-ee7a-41fe-a74f-fa097feeeea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7721 2024.10.04 16:14:23.221430 [ 3 ] {} <Trace> HTTP-Session: b05ae3e8-ee7a-41fe-a74f-fa097feeeea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7722 2024.10.04 16:14:23.221548 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7723 2024.10.04 16:14:23.221592 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7724 2024.10.04 16:14:23.221832 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7725 2024.10.04 16:14:23.222253 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7726 2024.10.04 16:14:23.222290 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7727 2024.10.04 16:14:23.222647 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7728 2024.10.04 16:14:23.223005 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7729 2024.10.04 16:14:23.223170 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001656 sec., 38647.342995169085 rows/sec., 3.02 MiB/sec.
7730 2024.10.04 16:14:23.223352 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Debug> DynamicQueryHandler: Done processing query
7731 2024.10.04 16:14:23.223376 [ 3 ] {25837f8d-cfa5-4510-971a-2880ec380e17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
7732 2024.10.04 16:14:23.223392 [ 3 ] {} <Debug> HTTP-Session: b05ae3e8-ee7a-41fe-a74f-fa097feeeea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7733 2024.10.04 16:14:23.223562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7734 2024.10.04 16:14:23.223611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7735 2024.10.04 16:14:23.223630 [ 3 ] {} <Debug> HTTP-Session: df490a84-ca35-4032-a1e8-21b74daad851 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7736 2024.10.04 16:14:23.223646 [ 3 ] {} <Debug> HTTP-Session: df490a84-ca35-4032-a1e8-21b74daad851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7737 2024.10.04 16:14:23.223660 [ 3 ] {} <Debug> HTTP-Session: df490a84-ca35-4032-a1e8-21b74daad851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7738 2024.10.04 16:14:23.223691 [ 3 ] {} <Trace> HTTP-Session: df490a84-ca35-4032-a1e8-21b74daad851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7739 2024.10.04 16:14:23.223806 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7740 2024.10.04 16:14:23.223855 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7741 2024.10.04 16:14:23.224004 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7742 2024.10.04 16:14:23.224402 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7743 2024.10.04 16:14:23.224439 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7744 2024.10.04 16:14:23.224832 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7745 2024.10.04 16:14:23.225168 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7746 2024.10.04 16:14:23.225333 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001565 sec., 34504.79233226837 rows/sec., 2.41 MiB/sec.
7747 2024.10.04 16:14:23.225511 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Debug> DynamicQueryHandler: Done processing query
7748 2024.10.04 16:14:23.225537 [ 3 ] {5e55787a-d390-4090-a160-f8b3c1f161ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7749 2024.10.04 16:14:23.225557 [ 3 ] {} <Debug> HTTP-Session: df490a84-ca35-4032-a1e8-21b74daad851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7750 2024.10.04 16:14:23.225679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 3072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7751 2024.10.04 16:14:23.225729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7752 2024.10.04 16:14:23.225747 [ 3 ] {} <Debug> HTTP-Session: 92586d95-05ac-47c6-8d65-e68d07e2840f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7753 2024.10.04 16:14:23.225764 [ 3 ] {} <Debug> HTTP-Session: 92586d95-05ac-47c6-8d65-e68d07e2840f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7754 2024.10.04 16:14:23.225778 [ 3 ] {} <Debug> HTTP-Session: 92586d95-05ac-47c6-8d65-e68d07e2840f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7755 2024.10.04 16:14:23.225810 [ 3 ] {} <Trace> HTTP-Session: 92586d95-05ac-47c6-8d65-e68d07e2840f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7756 2024.10.04 16:14:23.225913 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7757 2024.10.04 16:14:23.225958 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7758 2024.10.04 16:14:23.226087 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7759 2024.10.04 16:14:23.226382 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7760 2024.10.04 16:14:23.226419 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7761 2024.10.04 16:14:23.226780 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7762 2024.10.04 16:14:23.227100 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7763 2024.10.04 16:14:23.227256 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001368 sec., 14619.883040935672 rows/sec., 1005.12 KiB/sec.
7764 2024.10.04 16:14:23.227426 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Debug> DynamicQueryHandler: Done processing query
7765 2024.10.04 16:14:23.227449 [ 3 ] {3578faaa-24d1-4815-9c4d-c0fb43323267} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7766 2024.10.04 16:14:23.227466 [ 3 ] {} <Debug> HTTP-Session: 92586d95-05ac-47c6-8d65-e68d07e2840f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7767 2024.10.04 16:14:27.614544 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
7768 2024.10.04 16:14:27.614617 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
7769 2024.10.04 16:14:27.785121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 778
7770 2024.10.04 16:14:27.788551 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7771 2024.10.04 16:14:27.788597 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7772 2024.10.04 16:14:27.790139 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
7773 2024.10.04 16:14:27.791150 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7774 2024.10.04 16:14:27.791917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 778
7775 2024.10.04 16:14:28.228852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7776 2024.10.04 16:14:28.228975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7777 2024.10.04 16:14:28.229003 [ 3 ] {} <Debug> HTTP-Session: 97147bb2-57a9-469b-a5fb-f1e38bcb6c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7778 2024.10.04 16:14:28.229031 [ 3 ] {} <Debug> HTTP-Session: 97147bb2-57a9-469b-a5fb-f1e38bcb6c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7779 2024.10.04 16:14:28.229049 [ 3 ] {} <Debug> HTTP-Session: 97147bb2-57a9-469b-a5fb-f1e38bcb6c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7780 2024.10.04 16:14:28.229108 [ 3 ] {} <Trace> HTTP-Session: 97147bb2-57a9-469b-a5fb-f1e38bcb6c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7781 2024.10.04 16:14:28.229399 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
7782 2024.10.04 16:14:28.229480 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7783 2024.10.04 16:14:28.229845 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7784 2024.10.04 16:14:28.230422 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7785 2024.10.04 16:14:28.230465 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7786 2024.10.04 16:14:28.230929 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7787 2024.10.04 16:14:28.231334 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7788 2024.10.04 16:14:28.231528 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002259 sec., 90748.11863656485 rows/sec., 7.99 MiB/sec.
7789 2024.10.04 16:14:28.231896 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Debug> DynamicQueryHandler: Done processing query
7790 2024.10.04 16:14:28.231931 [ 3 ] {267ce65e-fe98-4cd6-9bb1-b019b5b9fef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7791 2024.10.04 16:14:28.231948 [ 3 ] {} <Debug> HTTP-Session: 97147bb2-57a9-469b-a5fb-f1e38bcb6c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7792 2024.10.04 16:14:28.232154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7793 2024.10.04 16:14:28.232206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7794 2024.10.04 16:14:28.232225 [ 3 ] {} <Debug> HTTP-Session: a635b75b-d842-4e02-b8dc-c7506ef1633b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7795 2024.10.04 16:14:28.232242 [ 3 ] {} <Debug> HTTP-Session: a635b75b-d842-4e02-b8dc-c7506ef1633b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7796 2024.10.04 16:14:28.232255 [ 3 ] {} <Debug> HTTP-Session: a635b75b-d842-4e02-b8dc-c7506ef1633b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7797 2024.10.04 16:14:28.232288 [ 3 ] {} <Trace> HTTP-Session: a635b75b-d842-4e02-b8dc-c7506ef1633b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7798 2024.10.04 16:14:28.232412 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
7799 2024.10.04 16:14:28.232458 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7800 2024.10.04 16:14:28.232710 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7801 2024.10.04 16:14:28.233064 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7802 2024.10.04 16:14:28.233101 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7803 2024.10.04 16:14:28.233463 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7804 2024.10.04 16:14:28.233828 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7805 2024.10.04 16:14:28.233985 [ 37 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7806 2024.10.04 16:14:28.233993 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001598 sec., 5006.2578222778475 rows/sec., 376.45 KiB/sec.
7807 2024.10.04 16:14:28.234077 [ 37 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7808 2024.10.04 16:14:28.234148 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7809 2024.10.04 16:14:28.234383 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Debug> DynamicQueryHandler: Done processing query
7810 2024.10.04 16:14:28.234435 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
7811 2024.10.04 16:14:28.234455 [ 3 ] {e52b4512-dc1b-43ff-ab3f-e73a8de3c5b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7812 2024.10.04 16:14:28.234563 [ 3 ] {} <Debug> HTTP-Session: a635b75b-d842-4e02-b8dc-c7506ef1633b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7813 2024.10.04 16:14:28.234778 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7814 2024.10.04 16:14:28.234843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7815 2024.10.04 16:14:28.234853 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 35 rows starting from the beginning of the part
7816 2024.10.04 16:14:28.234931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7817 2024.10.04 16:14:28.235042 [ 3 ] {} <Debug> HTTP-Session: 496d1424-a933-48fa-8ba7-449fa3372ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7818 2024.10.04 16:14:28.235107 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
7819 2024.10.04 16:14:28.235127 [ 3 ] {} <Debug> HTTP-Session: 496d1424-a933-48fa-8ba7-449fa3372ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7820 2024.10.04 16:14:28.235192 [ 3 ] {} <Debug> HTTP-Session: 496d1424-a933-48fa-8ba7-449fa3372ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7821 2024.10.04 16:14:28.235359 [ 3 ] {} <Trace> HTTP-Session: 496d1424-a933-48fa-8ba7-449fa3372ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7822 2024.10.04 16:14:28.235390 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part
7823 2024.10.04 16:14:28.235760 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
7824 2024.10.04 16:14:28.235784 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
7825 2024.10.04 16:14:28.235930 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7826 2024.10.04 16:14:28.236165 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part
7827 2024.10.04 16:14:28.236474 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
7828 2024.10.04 16:14:28.237283 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7829 2024.10.04 16:14:28.238120 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7830 2024.10.04 16:14:28.238196 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7831 2024.10.04 16:14:28.239139 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7832 2024.10.04 16:14:28.239385 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 77 rows, containing 5 columns (5 merged, 0 gathered) in 0.005121409 sec., 15034.924959127458 rows/sec., 1.14 MiB/sec.
7833 2024.10.04 16:14:28.239670 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7834 2024.10.04 16:14:28.239959 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7835 2024.10.04 16:14:28.240503 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00489 sec., 2862.9856850715746 rows/sec., 200.50 KiB/sec.
7836 2024.10.04 16:14:28.241059 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7837 2024.10.04 16:14:28.241182 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Debug> DynamicQueryHandler: Done processing query
7838 2024.10.04 16:14:28.241201 [ 186 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_31_6} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7839 2024.10.04 16:14:28.241227 [ 3 ] {0d3593fc-2654-46a5-96d0-17bdaabdb2ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7840 2024.10.04 16:14:28.241255 [ 3 ] {} <Debug> HTTP-Session: 496d1424-a933-48fa-8ba7-449fa3372ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7841 2024.10.04 16:14:28.241391 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7842 2024.10.04 16:14:28.241449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7843 2024.10.04 16:14:28.241506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7844 2024.10.04 16:14:28.241525 [ 3 ] {} <Debug> HTTP-Session: b3e8da38-29c4-4830-aeb9-4d5dc3c3acbf Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7845 2024.10.04 16:14:28.241542 [ 3 ] {} <Debug> HTTP-Session: b3e8da38-29c4-4830-aeb9-4d5dc3c3acbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7846 2024.10.04 16:14:28.241556 [ 3 ] {} <Debug> HTTP-Session: b3e8da38-29c4-4830-aeb9-4d5dc3c3acbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7847 2024.10.04 16:14:28.241594 [ 3 ] {} <Trace> HTTP-Session: b3e8da38-29c4-4830-aeb9-4d5dc3c3acbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7848 2024.10.04 16:14:28.241701 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
7849 2024.10.04 16:14:28.241746 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7850 2024.10.04 16:14:28.242005 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7851 2024.10.04 16:14:28.242385 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7852 2024.10.04 16:14:28.242421 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7853 2024.10.04 16:14:28.242787 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7854 2024.10.04 16:14:28.243197 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7855 2024.10.04 16:14:28.243327 [ 40 ] {} <Debug> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
7856 2024.10.04 16:14:28.243333 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 213.68 KiB/sec.
7857 2024.10.04 16:14:28.243374 [ 40 ] {} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7858 2024.10.04 16:14:28.243414 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7859 2024.10.04 16:14:28.243591 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
7860 2024.10.04 16:14:28.243596 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Debug> DynamicQueryHandler: Done processing query
7861 2024.10.04 16:14:28.243669 [ 3 ] {6b29f833-f2d7-4563-89a3-f9bdf6f828af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7862 2024.10.04 16:14:28.243696 [ 3 ] {} <Debug> HTTP-Session: b3e8da38-29c4-4830-aeb9-4d5dc3c3acbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7863 2024.10.04 16:14:28.243830 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7864 2024.10.04 16:14:28.243876 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
7865 2024.10.04 16:14:28.244048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7866 2024.10.04 16:14:28.244105 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
7867 2024.10.04 16:14:28.244212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7868 2024.10.04 16:14:28.244323 [ 3 ] {} <Debug> HTTP-Session: 3beaa38c-4522-4f74-9d94-674304c6e736 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7869 2024.10.04 16:14:28.244418 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
7870 2024.10.04 16:14:28.244427 [ 3 ] {} <Debug> HTTP-Session: 3beaa38c-4522-4f74-9d94-674304c6e736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7871 2024.10.04 16:14:28.244482 [ 3 ] {} <Debug> HTTP-Session: 3beaa38c-4522-4f74-9d94-674304c6e736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7872 2024.10.04 16:14:28.244654 [ 3 ] {} <Trace> HTTP-Session: 3beaa38c-4522-4f74-9d94-674304c6e736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7873 2024.10.04 16:14:28.244716 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
7874 2024.10.04 16:14:28.244919 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::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
7875 2024.10.04 16:14:28.245220 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
7876 2024.10.04 16:14:28.245371 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7877 2024.10.04 16:14:28.246107 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7878 2024.10.04 16:14:28.247183 [ 193 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003672261 sec., 8169.353975656959 rows/sec., 518.56 KiB/sec.
7879 2024.10.04 16:14:28.247375 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7880 2024.10.04 16:14:28.247389 [ 202 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
7881 2024.10.04 16:14:28.247431 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7882 2024.10.04 16:14:28.248397 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7883 2024.10.04 16:14:28.248406 [ 202 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_17_4} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7884 2024.10.04 16:14:28.248565 [ 202 ] {1684d24c-609d-4fca-8b7f-fc8d3de4acac::all_1_17_4} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
7885 2024.10.04 16:14:28.248789 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7886 2024.10.04 16:14:28.249085 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2024.10.04 16:14:28.249230 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004294 sec., 90824.40614811365 rows/sec., 6.44 MiB/sec.
7888 2024.10.04 16:14:28.249561 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Debug> DynamicQueryHandler: Done processing query
7889 2024.10.04 16:14:28.249615 [ 3 ] {6dcc4e33-6d7f-4f42-97fc-9bed906b2cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
7890 2024.10.04 16:14:28.249645 [ 3 ] {} <Debug> HTTP-Session: 3beaa38c-4522-4f74-9d94-674304c6e736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7891 2024.10.04 16:14:28.249868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7892 2024.10.04 16:14:28.249918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7893 2024.10.04 16:14:28.249938 [ 3 ] {} <Debug> HTTP-Session: eb24bcf8-d239-4b10-8b0a-648fa0559007 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7894 2024.10.04 16:14:28.249954 [ 3 ] {} <Debug> HTTP-Session: eb24bcf8-d239-4b10-8b0a-648fa0559007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7895 2024.10.04 16:14:28.249968 [ 3 ] {} <Debug> HTTP-Session: eb24bcf8-d239-4b10-8b0a-648fa0559007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7896 2024.10.04 16:14:28.250000 [ 3 ] {} <Trace> HTTP-Session: eb24bcf8-d239-4b10-8b0a-648fa0559007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7897 2024.10.04 16:14:28.250101 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
7898 2024.10.04 16:14:28.250147 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7899 2024.10.04 16:14:28.250293 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7900 2024.10.04 16:14:28.250574 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7901 2024.10.04 16:14:28.250611 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7902 2024.10.04 16:14:28.250975 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
7903 2024.10.04 16:14:28.251307 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7904 2024.10.04 16:14:28.251449 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec.
7905 2024.10.04 16:14:28.251753 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Debug> DynamicQueryHandler: Done processing query
7906 2024.10.04 16:14:28.251778 [ 3 ] {8932f4f7-6a1d-4428-9e73-9346f99e797e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
7907 2024.10.04 16:14:28.251794 [ 3 ] {} <Debug> HTTP-Session: eb24bcf8-d239-4b10-8b0a-648fa0559007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7908 2024.10.04 16:14:28.251962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7909 2024.10.04 16:14:28.252012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7910 2024.10.04 16:14:28.252031 [ 3 ] {} <Debug> HTTP-Session: a05c74e9-d855-4ba6-9682-af4ddab1a2d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7911 2024.10.04 16:14:28.252047 [ 3 ] {} <Debug> HTTP-Session: a05c74e9-d855-4ba6-9682-af4ddab1a2d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7912 2024.10.04 16:14:28.252060 [ 3 ] {} <Debug> HTTP-Session: a05c74e9-d855-4ba6-9682-af4ddab1a2d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7913 2024.10.04 16:14:28.252092 [ 3 ] {} <Trace> HTTP-Session: a05c74e9-d855-4ba6-9682-af4ddab1a2d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7914 2024.10.04 16:14:28.252290 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
7915 2024.10.04 16:14:28.252340 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7916 2024.10.04 16:14:28.252506 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7917 2024.10.04 16:14:28.252944 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7918 2024.10.04 16:14:28.252980 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7919 2024.10.04 16:14:28.253396 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7920 2024.10.04 16:14:28.253750 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7921 2024.10.04 16:14:28.253885 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001698 sec., 139575.97173144875 rows/sec., 9.36 MiB/sec.
7922 2024.10.04 16:14:28.254057 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Debug> DynamicQueryHandler: Done processing query
7923 2024.10.04 16:14:28.254081 [ 3 ] {bc42f702-a5a1-4813-8c45-ab084f3f6e21} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
7924 2024.10.04 16:14:28.254097 [ 3 ] {} <Debug> HTTP-Session: a05c74e9-d855-4ba6-9682-af4ddab1a2d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7925 2024.10.04 16:14:28.254256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7926 2024.10.04 16:14:28.254306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7927 2024.10.04 16:14:28.254325 [ 3 ] {} <Debug> HTTP-Session: ec2d97e7-003a-46bf-aae0-e36d20fb926a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7928 2024.10.04 16:14:28.254341 [ 3 ] {} <Debug> HTTP-Session: ec2d97e7-003a-46bf-aae0-e36d20fb926a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7929 2024.10.04 16:14:28.254355 [ 3 ] {} <Debug> HTTP-Session: ec2d97e7-003a-46bf-aae0-e36d20fb926a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7930 2024.10.04 16:14:28.254386 [ 3 ] {} <Trace> HTTP-Session: ec2d97e7-003a-46bf-aae0-e36d20fb926a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7931 2024.10.04 16:14:28.254478 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
7932 2024.10.04 16:14:28.254523 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7933 2024.10.04 16:14:28.254654 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7934 2024.10.04 16:14:28.254920 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7935 2024.10.04 16:14:28.254955 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7936 2024.10.04 16:14:28.255304 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
7937 2024.10.04 16:14:28.255634 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7938 2024.10.04 16:14:28.255781 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec.
7939 2024.10.04 16:14:28.256087 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Debug> DynamicQueryHandler: Done processing query
7940 2024.10.04 16:14:28.256111 [ 3 ] {7334aa88-af63-4633-b3b4-39056668c979} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
7941 2024.10.04 16:14:28.256127 [ 3 ] {} <Debug> HTTP-Session: ec2d97e7-003a-46bf-aae0-e36d20fb926a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7942 2024.10.04 16:14:28.256247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7943 2024.10.04 16:14:28.256296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7944 2024.10.04 16:14:28.256314 [ 3 ] {} <Debug> HTTP-Session: 33d75c3c-e183-45b5-9524-066bb41de432 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7945 2024.10.04 16:14:28.256331 [ 3 ] {} <Debug> HTTP-Session: 33d75c3c-e183-45b5-9524-066bb41de432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7946 2024.10.04 16:14:28.256345 [ 3 ] {} <Debug> HTTP-Session: 33d75c3c-e183-45b5-9524-066bb41de432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7947 2024.10.04 16:14:28.256376 [ 3 ] {} <Trace> HTTP-Session: 33d75c3c-e183-45b5-9524-066bb41de432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7948 2024.10.04 16:14:28.256542 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
7949 2024.10.04 16:14:28.256615 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7950 2024.10.04 16:14:28.257078 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7951 2024.10.04 16:14:28.257599 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2024.10.04 16:14:28.257636 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7953 2024.10.04 16:14:28.258268 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7954 2024.10.04 16:14:28.258706 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7955 2024.10.04 16:14:28.258841 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7956 2024.10.04 16:14:28.258860 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00241 sec., 3319.5020746887967 rows/sec., 5.95 MiB/sec.
7957 2024.10.04 16:14:28.258883 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7958 2024.10.04 16:14:28.258924 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7959 2024.10.04 16:14:28.259317 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
7960 2024.10.04 16:14:28.259377 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Debug> DynamicQueryHandler: Done processing query
7961 2024.10.04 16:14:28.259442 [ 3 ] {147bb844-7ef2-4b5a-834c-c694310e5018} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
7962 2024.10.04 16:14:28.259469 [ 3 ] {} <Debug> HTTP-Session: 33d75c3c-e183-45b5-9524-066bb41de432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7963 2024.10.04 16:14:28.259658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7964 2024.10.04 16:14:28.259802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7965 2024.10.04 16:14:28.259870 [ 3 ] {} <Debug> HTTP-Session: 4ee87ff9-fe9a-4f05-94fa-6b7160a016a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7966 2024.10.04 16:14:28.259911 [ 3 ] {} <Debug> HTTP-Session: 4ee87ff9-fe9a-4f05-94fa-6b7160a016a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7967 2024.10.04 16:14:28.259950 [ 3 ] {} <Debug> HTTP-Session: 4ee87ff9-fe9a-4f05-94fa-6b7160a016a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7968 2024.10.04 16:14:28.260038 [ 3 ] {} <Trace> HTTP-Session: 4ee87ff9-fe9a-4f05-94fa-6b7160a016a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7969 2024.10.04 16:14:28.260196 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7970 2024.10.04 16:14:28.260344 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 214 rows starting from the beginning of the part
7971 2024.10.04 16:14:28.260349 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
7972 2024.10.04 16:14:28.260468 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7973 2024.10.04 16:14:28.261133 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
7974 2024.10.04 16:14:28.261258 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
7975 2024.10.04 16:14:28.261778 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part
7976 2024.10.04 16:14:28.262480 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
7977 2024.10.04 16:14:28.262565 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7978 2024.10.04 16:14:28.262640 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
7979 2024.10.04 16:14:28.263103 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part
7980 2024.10.04 16:14:28.263812 [ 190 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
7981 2024.10.04 16:14:28.263986 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7982 2024.10.04 16:14:28.265073 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7983 2024.10.04 16:14:28.265373 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005149 sec., 15925.422412118858 rows/sec., 1.01 MiB/sec.
7984 2024.10.04 16:14:28.265796 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Debug> DynamicQueryHandler: Done processing query
7985 2024.10.04 16:14:28.265843 [ 3 ] {451a1f34-0501-4376-a9fe-0cb4bf798d6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
7986 2024.10.04 16:14:28.265883 [ 3 ] {} <Debug> HTTP-Session: 4ee87ff9-fe9a-4f05-94fa-6b7160a016a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
7987 2024.10.04 16:14:28.267983 [ 193 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 19 columns (19 merged, 0 gathered) in 0.008928452 sec., 28672.38352180199 rows/sec., 51.38 MiB/sec.
7988 2024.10.04 16:14:28.268567 [ 187 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7989 2024.10.04 16:14:28.269264 [ 187 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7990 2024.10.04 16:14:28.269375 [ 187 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7991 2024.10.04 16:14:28.269553 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB.
7992 2024.10.04 16:14:33.224428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7993 2024.10.04 16:14:33.224627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
7994 2024.10.04 16:14:33.224674 [ 3 ] {} <Debug> HTTP-Session: 2242bcc8-93be-47e9-990b-69b7a16a1969 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
7995 2024.10.04 16:14:33.224716 [ 3 ] {} <Debug> HTTP-Session: 2242bcc8-93be-47e9-990b-69b7a16a1969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
7996 2024.10.04 16:14:33.224746 [ 3 ] {} <Debug> HTTP-Session: 2242bcc8-93be-47e9-990b-69b7a16a1969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
7997 2024.10.04 16:14:33.224828 [ 3 ] {} <Trace> HTTP-Session: 2242bcc8-93be-47e9-990b-69b7a16a1969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7998 2024.10.04 16:14:33.225041 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
7999 2024.10.04 16:14:33.225114 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8000 2024.10.04 16:14:33.225470 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8001 2024.10.04 16:14:33.225974 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8002 2024.10.04 16:14:33.226018 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8003 2024.10.04 16:14:33.226438 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8004 2024.10.04 16:14:33.226836 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8005 2024.10.04 16:14:33.227022 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002025 sec., 1975.3086419753088 rows/sec., 161.07 KiB/sec.
8006 2024.10.04 16:14:33.227381 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Debug> DynamicQueryHandler: Done processing query
8007 2024.10.04 16:14:33.227410 [ 3 ] {e1e8c389-83fa-44ad-8380-b22262af066b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8008 2024.10.04 16:14:33.227427 [ 3 ] {} <Debug> HTTP-Session: 2242bcc8-93be-47e9-990b-69b7a16a1969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8009 2024.10.04 16:14:33.227602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8010 2024.10.04 16:14:33.227691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8011 2024.10.04 16:14:33.227711 [ 3 ] {} <Debug> HTTP-Session: 63ed950a-2e0d-4a52-9604-4e49a3b7d03d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8012 2024.10.04 16:14:33.227729 [ 3 ] {} <Debug> HTTP-Session: 63ed950a-2e0d-4a52-9604-4e49a3b7d03d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8013 2024.10.04 16:14:33.227743 [ 3 ] {} <Debug> HTTP-Session: 63ed950a-2e0d-4a52-9604-4e49a3b7d03d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8014 2024.10.04 16:14:33.227779 [ 3 ] {} <Trace> HTTP-Session: 63ed950a-2e0d-4a52-9604-4e49a3b7d03d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8015 2024.10.04 16:14:33.227911 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8016 2024.10.04 16:14:33.227959 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8017 2024.10.04 16:14:33.228219 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8018 2024.10.04 16:14:33.228629 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8019 2024.10.04 16:14:33.228697 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8020 2024.10.04 16:14:33.229064 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8021 2024.10.04 16:14:33.229437 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8022 2024.10.04 16:14:33.229612 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Debug> executeQuery: Read 76 rows, 6.26 KiB in 0.00174 sec., 43678.16091954023 rows/sec., 3.51 MiB/sec.
8023 2024.10.04 16:14:33.229966 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Debug> DynamicQueryHandler: Done processing query
8024 2024.10.04 16:14:33.229992 [ 3 ] {6510c69b-a84d-4808-bcb2-421ac85b19c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8025 2024.10.04 16:14:33.230008 [ 3 ] {} <Debug> HTTP-Session: 63ed950a-2e0d-4a52-9604-4e49a3b7d03d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8026 2024.10.04 16:14:33.230138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8027 2024.10.04 16:14:33.230191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8028 2024.10.04 16:14:33.230210 [ 3 ] {} <Debug> HTTP-Session: 4d856ae8-6203-4734-9b1c-077e6219e4b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8029 2024.10.04 16:14:33.230227 [ 3 ] {} <Debug> HTTP-Session: 4d856ae8-6203-4734-9b1c-077e6219e4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8030 2024.10.04 16:14:33.230241 [ 3 ] {} <Debug> HTTP-Session: 4d856ae8-6203-4734-9b1c-077e6219e4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8031 2024.10.04 16:14:33.230273 [ 3 ] {} <Trace> HTTP-Session: 4d856ae8-6203-4734-9b1c-077e6219e4b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8032 2024.10.04 16:14:33.230377 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8033 2024.10.04 16:14:33.230423 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8034 2024.10.04 16:14:33.230671 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8035 2024.10.04 16:14:33.230992 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8036 2024.10.04 16:14:33.231029 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8037 2024.10.04 16:14:33.231380 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8038 2024.10.04 16:14:33.231744 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8039 2024.10.04 16:14:33.231918 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 613.25 KiB/sec.
8040 2024.10.04 16:14:33.232255 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Debug> DynamicQueryHandler: Done processing query
8041 2024.10.04 16:14:33.232297 [ 3 ] {89b0dd4d-1688-482d-ae59-50620e1bdd2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8042 2024.10.04 16:14:33.232314 [ 3 ] {} <Debug> HTTP-Session: 4d856ae8-6203-4734-9b1c-077e6219e4b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8043 2024.10.04 16:14:33.232444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 13104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8044 2024.10.04 16:14:33.232496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8045 2024.10.04 16:14:33.232515 [ 3 ] {} <Debug> HTTP-Session: fa2d230e-4839-4737-88db-615030ea00e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8046 2024.10.04 16:14:33.232532 [ 3 ] {} <Debug> HTTP-Session: fa2d230e-4839-4737-88db-615030ea00e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8047 2024.10.04 16:14:33.232546 [ 3 ] {} <Debug> HTTP-Session: fa2d230e-4839-4737-88db-615030ea00e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8048 2024.10.04 16:14:33.232577 [ 3 ] {} <Trace> HTTP-Session: fa2d230e-4839-4737-88db-615030ea00e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8049 2024.10.04 16:14:33.232699 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8050 2024.10.04 16:14:33.232747 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8051 2024.10.04 16:14:33.232990 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8052 2024.10.04 16:14:33.233363 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8053 2024.10.04 16:14:33.233400 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8054 2024.10.04 16:14:33.233759 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8055 2024.10.04 16:14:33.234110 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8056 2024.10.04 16:14:33.234283 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001621 sec., 47501.54225786551 rows/sec., 3.71 MiB/sec.
8057 2024.10.04 16:14:33.234465 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Debug> DynamicQueryHandler: Done processing query
8058 2024.10.04 16:14:33.234490 [ 3 ] {900002ca-e4bd-40cd-b5a5-7a48a35ffe47} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8059 2024.10.04 16:14:33.234506 [ 3 ] {} <Debug> HTTP-Session: fa2d230e-4839-4737-88db-615030ea00e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8060 2024.10.04 16:14:33.234676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8061 2024.10.04 16:14:33.234727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8062 2024.10.04 16:14:33.234746 [ 3 ] {} <Debug> HTTP-Session: e084728f-6b13-4c9a-945d-7fedcfcf64d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8063 2024.10.04 16:14:33.234762 [ 3 ] {} <Debug> HTTP-Session: e084728f-6b13-4c9a-945d-7fedcfcf64d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8064 2024.10.04 16:14:33.234776 [ 3 ] {} <Debug> HTTP-Session: e084728f-6b13-4c9a-945d-7fedcfcf64d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8065 2024.10.04 16:14:33.234808 [ 3 ] {} <Trace> HTTP-Session: e084728f-6b13-4c9a-945d-7fedcfcf64d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8066 2024.10.04 16:14:33.234962 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8067 2024.10.04 16:14:33.235009 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8068 2024.10.04 16:14:33.235157 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8069 2024.10.04 16:14:33.235575 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8070 2024.10.04 16:14:33.235611 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8071 2024.10.04 16:14:33.236009 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8072 2024.10.04 16:14:33.236358 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8073 2024.10.04 16:14:33.236528 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001632 sec., 99264.70588235294 rows/sec., 6.91 MiB/sec.
8074 2024.10.04 16:14:33.236706 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Debug> DynamicQueryHandler: Done processing query
8075 2024.10.04 16:14:33.236731 [ 3 ] {74bc3ba8-6cf7-4864-9aa6-7f364e309b12} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8076 2024.10.04 16:14:33.236747 [ 3 ] {} <Debug> HTTP-Session: e084728f-6b13-4c9a-945d-7fedcfcf64d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8077 2024.10.04 16:14:33.236904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8078 2024.10.04 16:14:33.236954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8079 2024.10.04 16:14:33.236974 [ 3 ] {} <Debug> HTTP-Session: 45e27bae-19bf-4358-9e41-10aa51d1a38d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8080 2024.10.04 16:14:33.236990 [ 3 ] {} <Debug> HTTP-Session: 45e27bae-19bf-4358-9e41-10aa51d1a38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8081 2024.10.04 16:14:33.237004 [ 3 ] {} <Debug> HTTP-Session: 45e27bae-19bf-4358-9e41-10aa51d1a38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8082 2024.10.04 16:14:33.237035 [ 3 ] {} <Trace> HTTP-Session: 45e27bae-19bf-4358-9e41-10aa51d1a38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8083 2024.10.04 16:14:33.237226 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8084 2024.10.04 16:14:33.237293 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8085 2024.10.04 16:14:33.237743 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8086 2024.10.04 16:14:33.238306 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8087 2024.10.04 16:14:33.238344 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8088 2024.10.04 16:14:33.238964 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8089 2024.10.04 16:14:33.239385 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8090 2024.10.04 16:14:33.239581 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002467 sec., 3648.155654641265 rows/sec., 6.54 MiB/sec.
8091 2024.10.04 16:14:33.239811 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Debug> DynamicQueryHandler: Done processing query
8092 2024.10.04 16:14:33.239836 [ 3 ] {cd7e2e06-2016-41e3-9352-273b4345969a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8093 2024.10.04 16:14:33.239852 [ 3 ] {} <Debug> HTTP-Session: 45e27bae-19bf-4358-9e41-10aa51d1a38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8094 2024.10.04 16:14:33.239970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8095 2024.10.04 16:14:33.240020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8096 2024.10.04 16:14:33.240040 [ 3 ] {} <Debug> HTTP-Session: 3cbbcd78-36ad-4684-ac6f-2267b81fbfed Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8097 2024.10.04 16:14:33.240056 [ 3 ] {} <Debug> HTTP-Session: 3cbbcd78-36ad-4684-ac6f-2267b81fbfed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8098 2024.10.04 16:14:33.240070 [ 3 ] {} <Debug> HTTP-Session: 3cbbcd78-36ad-4684-ac6f-2267b81fbfed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8099 2024.10.04 16:14:33.240101 [ 3 ] {} <Trace> HTTP-Session: 3cbbcd78-36ad-4684-ac6f-2267b81fbfed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8100 2024.10.04 16:14:33.240217 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8101 2024.10.04 16:14:33.240261 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8102 2024.10.04 16:14:33.240391 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8103 2024.10.04 16:14:33.240691 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8104 2024.10.04 16:14:33.240728 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8105 2024.10.04 16:14:33.241087 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8106 2024.10.04 16:14:33.241409 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8107 2024.10.04 16:14:33.241572 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec.
8108 2024.10.04 16:14:33.241740 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Debug> DynamicQueryHandler: Done processing query
8109 2024.10.04 16:14:33.241764 [ 3 ] {8a34e907-40d2-4167-9634-437e446a9c07} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8110 2024.10.04 16:14:33.241781 [ 3 ] {} <Debug> HTTP-Session: 3cbbcd78-36ad-4684-ac6f-2267b81fbfed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8111 2024.10.04 16:14:37.792235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 812
8112 2024.10.04 16:14:37.795659 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8113 2024.10.04 16:14:37.795706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8114 2024.10.04 16:14:37.797298 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8115 2024.10.04 16:14:37.798283 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8116 2024.10.04 16:14:37.799630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 812
8117 2024.10.04 16:14:38.228496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8118 2024.10.04 16:14:38.228610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8119 2024.10.04 16:14:38.228634 [ 3 ] {} <Debug> HTTP-Session: 8ffde33d-ade6-4321-b781-576d497e4e2c Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8120 2024.10.04 16:14:38.228658 [ 3 ] {} <Debug> HTTP-Session: 8ffde33d-ade6-4321-b781-576d497e4e2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8121 2024.10.04 16:14:38.228677 [ 3 ] {} <Debug> HTTP-Session: 8ffde33d-ade6-4321-b781-576d497e4e2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8122 2024.10.04 16:14:38.228731 [ 3 ] {} <Trace> HTTP-Session: 8ffde33d-ade6-4321-b781-576d497e4e2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8123 2024.10.04 16:14:38.228924 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8124 2024.10.04 16:14:38.228994 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8125 2024.10.04 16:14:38.229346 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8126 2024.10.04 16:14:38.229787 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8127 2024.10.04 16:14:38.229831 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8128 2024.10.04 16:14:38.230246 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8129 2024.10.04 16:14:38.230641 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8130 2024.10.04 16:14:38.230806 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001934 sec., 3102.3784901758017 rows/sec., 252.98 KiB/sec.
8131 2024.10.04 16:14:38.231221 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Debug> DynamicQueryHandler: Done processing query
8132 2024.10.04 16:14:38.231249 [ 3 ] {62be7376-0d40-4e97-abbf-c06e0b5d400e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8133 2024.10.04 16:14:38.231266 [ 3 ] {} <Debug> HTTP-Session: 8ffde33d-ade6-4321-b781-576d497e4e2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8134 2024.10.04 16:14:38.231465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8135 2024.10.04 16:14:38.231525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8136 2024.10.04 16:14:38.231546 [ 3 ] {} <Debug> HTTP-Session: c94a4278-7b29-40dc-9f34-f572b0f587af Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8137 2024.10.04 16:14:38.231564 [ 3 ] {} <Debug> HTTP-Session: c94a4278-7b29-40dc-9f34-f572b0f587af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8138 2024.10.04 16:14:38.231578 [ 3 ] {} <Debug> HTTP-Session: c94a4278-7b29-40dc-9f34-f572b0f587af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8139 2024.10.04 16:14:38.231613 [ 3 ] {} <Trace> HTTP-Session: c94a4278-7b29-40dc-9f34-f572b0f587af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8140 2024.10.04 16:14:38.231801 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8141 2024.10.04 16:14:38.231851 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8142 2024.10.04 16:14:38.232114 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8143 2024.10.04 16:14:38.232616 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8144 2024.10.04 16:14:38.232655 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8145 2024.10.04 16:14:38.233024 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8146 2024.10.04 16:14:38.233376 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8147 2024.10.04 16:14:38.233541 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Debug> executeQuery: Read 208 rows, 18.71 KiB in 0.001886 sec., 110286.32025450689 rows/sec., 9.69 MiB/sec.
8148 2024.10.04 16:14:38.233568 [ 63 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8149 2024.10.04 16:14:38.233768 [ 63 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8150 2024.10.04 16:14:38.233831 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8151 2024.10.04 16:14:38.233861 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Debug> DynamicQueryHandler: Done processing query
8152 2024.10.04 16:14:38.233929 [ 3 ] {e349d72e-34a4-458d-973a-240fd6e64970} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8153 2024.10.04 16:14:38.233991 [ 3 ] {} <Debug> HTTP-Session: c94a4278-7b29-40dc-9f34-f572b0f587af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8154 2024.10.04 16:14:38.234109 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
8155 2024.10.04 16:14:38.234210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 2039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8156 2024.10.04 16:14:38.234314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8157 2024.10.04 16:14:38.234368 [ 3 ] {} <Debug> HTTP-Session: ff64e065-9e8a-4696-b7b3-daabbe97502d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8158 2024.10.04 16:14:38.234420 [ 3 ] {} <Debug> HTTP-Session: ff64e065-9e8a-4696-b7b3-daabbe97502d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8159 2024.10.04 16:14:38.234471 [ 3 ] {} <Debug> HTTP-Session: ff64e065-9e8a-4696-b7b3-daabbe97502d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8160 2024.10.04 16:14:38.234493 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8161 2024.10.04 16:14:38.234534 [ 3 ] {} <Trace> HTTP-Session: ff64e065-9e8a-4696-b7b3-daabbe97502d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8162 2024.10.04 16:14:38.234568 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1373 rows starting from the beginning of the part
8163 2024.10.04 16:14:38.234832 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8164 2024.10.04 16:14:38.234879 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1214 rows starting from the beginning of the part
8165 2024.10.04 16:14:38.234979 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8166 2024.10.04 16:14:38.235348 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part
8167 2024.10.04 16:14:38.235696 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 205 rows starting from the beginning of the part
8168 2024.10.04 16:14:38.236081 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part
8169 2024.10.04 16:14:38.236459 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 208 rows starting from the beginning of the part
8170 2024.10.04 16:14:38.237089 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8171 2024.10.04 16:14:38.237870 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8172 2024.10.04 16:14:38.237922 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8173 2024.10.04 16:14:38.238923 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8174 2024.10.04 16:14:38.239557 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8175 2024.10.04 16:14:38.239840 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.005159 sec., 2713.7042062415194 rows/sec., 197.81 KiB/sec.
8176 2024.10.04 16:14:38.240454 [ 193 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3132 rows, containing 5 columns (5 merged, 0 gathered) in 0.006495746 sec., 482161.7101407598 rows/sec., 42.14 MiB/sec.
8177 2024.10.04 16:14:38.240539 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Debug> DynamicQueryHandler: Done processing query
8178 2024.10.04 16:14:38.240571 [ 3 ] {6f9e659e-a60c-4bb7-91a7-4d92e508d5fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8179 2024.10.04 16:14:38.240588 [ 3 ] {} <Debug> HTTP-Session: ff64e065-9e8a-4696-b7b3-daabbe97502d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8180 2024.10.04 16:14:38.240732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8181 2024.10.04 16:14:38.240793 [ 187 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8182 2024.10.04 16:14:38.240809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8183 2024.10.04 16:14:38.240865 [ 3 ] {} <Debug> HTTP-Session: 3cce7e8e-ed89-4881-ae73-a2c3b933c429 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8184 2024.10.04 16:14:38.240923 [ 3 ] {} <Debug> HTTP-Session: 3cce7e8e-ed89-4881-ae73-a2c3b933c429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8185 2024.10.04 16:14:38.240963 [ 3 ] {} <Debug> HTTP-Session: 3cce7e8e-ed89-4881-ae73-a2c3b933c429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8186 2024.10.04 16:14:38.241008 [ 3 ] {} <Trace> HTTP-Session: 3cce7e8e-ed89-4881-ae73-a2c3b933c429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8187 2024.10.04 16:14:38.241217 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8188 2024.10.04 16:14:38.241462 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8189 2024.10.04 16:14:38.241841 [ 187 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8190 2024.10.04 16:14:38.242082 [ 187 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_41_8} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8191 2024.10.04 16:14:38.242246 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8192 2024.10.04 16:14:38.242282 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
8193 2024.10.04 16:14:38.242665 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8194 2024.10.04 16:14:38.242710 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8195 2024.10.04 16:14:38.243098 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8196 2024.10.04 16:14:38.243490 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8197 2024.10.04 16:14:38.243655 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002531 sec., 5531.4105096799685 rows/sec., 387.38 KiB/sec.
8198 2024.10.04 16:14:38.244025 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Debug> DynamicQueryHandler: Done processing query
8199 2024.10.04 16:14:38.244050 [ 3 ] {8f7f62d0-efa3-4653-8bb6-bf5373858fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8200 2024.10.04 16:14:38.244067 [ 3 ] {} <Debug> HTTP-Session: 3cce7e8e-ed89-4881-ae73-a2c3b933c429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8201 2024.10.04 16:14:38.244184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8202 2024.10.04 16:14:38.244237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8203 2024.10.04 16:14:38.244257 [ 3 ] {} <Debug> HTTP-Session: 75425524-17e4-422a-bafb-2604c5f2fd3a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8204 2024.10.04 16:14:38.244274 [ 3 ] {} <Debug> HTTP-Session: 75425524-17e4-422a-bafb-2604c5f2fd3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8205 2024.10.04 16:14:38.244288 [ 3 ] {} <Debug> HTTP-Session: 75425524-17e4-422a-bafb-2604c5f2fd3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8206 2024.10.04 16:14:38.244321 [ 3 ] {} <Trace> HTTP-Session: 75425524-17e4-422a-bafb-2604c5f2fd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8207 2024.10.04 16:14:38.244422 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8208 2024.10.04 16:14:38.244466 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8209 2024.10.04 16:14:38.244719 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8210 2024.10.04 16:14:38.245066 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8211 2024.10.04 16:14:38.245103 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8212 2024.10.04 16:14:38.245469 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8213 2024.10.04 16:14:38.245836 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8214 2024.10.04 16:14:38.246011 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 221.28 KiB/sec.
8215 2024.10.04 16:14:38.246333 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Debug> DynamicQueryHandler: Done processing query
8216 2024.10.04 16:14:38.246358 [ 3 ] {5f1407c5-3c6c-4f15-bae2-dd2d2cf8abcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8217 2024.10.04 16:14:38.246375 [ 3 ] {} <Debug> HTTP-Session: 75425524-17e4-422a-bafb-2604c5f2fd3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8218 2024.10.04 16:14:38.246535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 64200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8219 2024.10.04 16:14:38.246584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8220 2024.10.04 16:14:38.246603 [ 3 ] {} <Debug> HTTP-Session: 56fda590-e6ec-4657-b618-6b6fa43dde18 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8221 2024.10.04 16:14:38.246620 [ 3 ] {} <Debug> HTTP-Session: 56fda590-e6ec-4657-b618-6b6fa43dde18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8222 2024.10.04 16:14:38.246635 [ 3 ] {} <Debug> HTTP-Session: 56fda590-e6ec-4657-b618-6b6fa43dde18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8223 2024.10.04 16:14:38.246665 [ 3 ] {} <Trace> HTTP-Session: 56fda590-e6ec-4657-b618-6b6fa43dde18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8224 2024.10.04 16:14:38.246941 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8225 2024.10.04 16:14:38.246985 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8226 2024.10.04 16:14:38.247228 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8227 2024.10.04 16:14:38.247794 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8228 2024.10.04 16:14:38.247831 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8229 2024.10.04 16:14:38.248216 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8230 2024.10.04 16:14:38.248579 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8231 2024.10.04 16:14:38.248744 [ 63 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8232 2024.10.04 16:14:38.248752 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Debug> executeQuery: Read 396 rows, 28.81 KiB in 0.001978 sec., 200202.22446916075 rows/sec., 14.22 MiB/sec.
8233 2024.10.04 16:14:38.248797 [ 63 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8234 2024.10.04 16:14:38.248873 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8235 2024.10.04 16:14:38.249101 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Debug> DynamicQueryHandler: Done processing query
8236 2024.10.04 16:14:38.249101 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
8237 2024.10.04 16:14:38.249136 [ 3 ] {8bf0eb78-5172-4dbc-8511-10a39071d416} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
8238 2024.10.04 16:14:38.249186 [ 3 ] {} <Debug> HTTP-Session: 56fda590-e6ec-4657-b618-6b6fa43dde18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8239 2024.10.04 16:14:38.249377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8240 2024.10.04 16:14:38.249398 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8241 2024.10.04 16:14:38.249476 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 885 rows starting from the beginning of the part
8242 2024.10.04 16:14:38.249487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8243 2024.10.04 16:14:38.249548 [ 3 ] {} <Debug> HTTP-Session: 793ddb78-bc38-4b73-9390-a252c2000393 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8244 2024.10.04 16:14:38.249632 [ 3 ] {} <Debug> HTTP-Session: 793ddb78-bc38-4b73-9390-a252c2000393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8245 2024.10.04 16:14:38.249696 [ 3 ] {} <Debug> HTTP-Session: 793ddb78-bc38-4b73-9390-a252c2000393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8246 2024.10.04 16:14:38.249775 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 529 rows starting from the beginning of the part
8247 2024.10.04 16:14:38.249850 [ 3 ] {} <Trace> HTTP-Session: 793ddb78-bc38-4b73-9390-a252c2000393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8248 2024.10.04 16:14:38.250117 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
8249 2024.10.04 16:14:38.250144 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8250 2024.10.04 16:14:38.250312 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8251 2024.10.04 16:14:38.250405 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 390 rows starting from the beginning of the part
8252 2024.10.04 16:14:38.250785 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part
8253 2024.10.04 16:14:38.251174 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 396 rows starting from the beginning of the part
8254 2024.10.04 16:14:38.251350 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8255 2024.10.04 16:14:38.252282 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8256 2024.10.04 16:14:38.252354 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8257 2024.10.04 16:14:38.253410 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8258 2024.10.04 16:14:38.253920 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2024.10.04 16:14:38.254349 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004289 sec., 1398.9274889251574 rows/sec., 73.09 KiB/sec.
8260 2024.10.04 16:14:38.254699 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.00569125 sec., 411333.18690972985 rows/sec., 31.48 MiB/sec.
8261 2024.10.04 16:14:38.254998 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8262 2024.10.04 16:14:38.255014 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Debug> DynamicQueryHandler: Done processing query
8263 2024.10.04 16:14:38.255082 [ 3 ] {115f722b-bccd-41c1-ba6e-11e25f7104a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8264 2024.10.04 16:14:38.255134 [ 3 ] {} <Debug> HTTP-Session: 793ddb78-bc38-4b73-9390-a252c2000393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8265 2024.10.04 16:14:38.255395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 45267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8266 2024.10.04 16:14:38.255490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8267 2024.10.04 16:14:38.255541 [ 3 ] {} <Debug> HTTP-Session: 06cef3ea-d43d-423f-99ac-18877a14f5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8268 2024.10.04 16:14:38.255562 [ 3 ] {} <Debug> HTTP-Session: 06cef3ea-d43d-423f-99ac-18877a14f5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8269 2024.10.04 16:14:38.255606 [ 3 ] {} <Debug> HTTP-Session: 06cef3ea-d43d-423f-99ac-18877a14f5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8270 2024.10.04 16:14:38.255671 [ 3 ] {} <Trace> HTTP-Session: 06cef3ea-d43d-423f-99ac-18877a14f5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8271 2024.10.04 16:14:38.255740 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8272 2024.10.04 16:14:38.255899 [ 189 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_41_8} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8273 2024.10.04 16:14:38.255991 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8274 2024.10.04 16:14:38.256051 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8275 2024.10.04 16:14:38.256104 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8276 2024.10.04 16:14:38.256282 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8277 2024.10.04 16:14:38.256715 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8278 2024.10.04 16:14:38.256753 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8279 2024.10.04 16:14:38.257152 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8280 2024.10.04 16:14:38.257508 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8281 2024.10.04 16:14:38.257683 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001859 sec., 129101.66756320602 rows/sec., 8.66 MiB/sec.
8282 2024.10.04 16:14:38.257693 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8283 2024.10.04 16:14:38.257784 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8284 2024.10.04 16:14:38.257859 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8285 2024.10.04 16:14:38.257976 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Debug> DynamicQueryHandler: Done processing query
8286 2024.10.04 16:14:38.258051 [ 3 ] {12237d70-570b-461d-a56c-bb7038801a1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8287 2024.10.04 16:14:38.258143 [ 3 ] {} <Debug> HTTP-Session: 06cef3ea-d43d-423f-99ac-18877a14f5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8288 2024.10.04 16:14:38.258260 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
8289 2024.10.04 16:14:38.258398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8290 2024.10.04 16:14:38.258577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8291 2024.10.04 16:14:38.258662 [ 3 ] {} <Debug> HTTP-Session: c5f08c14-1684-4a54-873c-2bd30e1cf9be Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8292 2024.10.04 16:14:38.258741 [ 3 ] {} <Debug> HTTP-Session: c5f08c14-1684-4a54-873c-2bd30e1cf9be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8293 2024.10.04 16:14:38.258812 [ 3 ] {} <Debug> HTTP-Session: c5f08c14-1684-4a54-873c-2bd30e1cf9be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8294 2024.10.04 16:14:38.258962 [ 3 ] {} <Trace> HTTP-Session: c5f08c14-1684-4a54-873c-2bd30e1cf9be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8295 2024.10.04 16:14:38.259069 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8296 2024.10.04 16:14:38.259269 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11190 rows starting from the beginning of the part
8297 2024.10.04 16:14:38.259350 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8298 2024.10.04 16:14:38.259527 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8299 2024.10.04 16:14:38.259772 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 952 rows starting from the beginning of the part
8300 2024.10.04 16:14:38.260149 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 54 rows starting from the beginning of the part
8301 2024.10.04 16:14:38.260551 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
8302 2024.10.04 16:14:38.260640 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8303 2024.10.04 16:14:38.260831 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part
8304 2024.10.04 16:14:38.261093 [ 197 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 240 rows starting from the beginning of the part
8305 2024.10.04 16:14:38.261794 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8306 2024.10.04 16:14:38.261840 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8307 2024.10.04 16:14:38.262494 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8308 2024.10.04 16:14:38.263106 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8309 2024.10.04 16:14:38.263444 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004257 sec., 234.9072116513977 rows/sec., 15.83 KiB/sec.
8310 2024.10.04 16:14:38.264143 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Debug> DynamicQueryHandler: Done processing query
8311 2024.10.04 16:14:38.264194 [ 3 ] {fbd7d879-aeeb-46e1-9861-351288488dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8312 2024.10.04 16:14:38.264249 [ 3 ] {} <Debug> HTTP-Session: c5f08c14-1684-4a54-873c-2bd30e1cf9be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8313 2024.10.04 16:14:38.264444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8314 2024.10.04 16:14:38.264504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8315 2024.10.04 16:14:38.264534 [ 3 ] {} <Debug> HTTP-Session: 6a99d314-c9ce-4b52-a356-5f328f661f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8316 2024.10.04 16:14:38.264551 [ 3 ] {} <Debug> HTTP-Session: 6a99d314-c9ce-4b52-a356-5f328f661f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8317 2024.10.04 16:14:38.264566 [ 3 ] {} <Debug> HTTP-Session: 6a99d314-c9ce-4b52-a356-5f328f661f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8318 2024.10.04 16:14:38.264598 [ 3 ] {} <Trace> HTTP-Session: 6a99d314-c9ce-4b52-a356-5f328f661f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8319 2024.10.04 16:14:38.264817 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8320 2024.10.04 16:14:38.264895 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8321 2024.10.04 16:14:38.265720 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8322 2024.10.04 16:14:38.266341 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8323 2024.10.04 16:14:38.266378 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8324 2024.10.04 16:14:38.267265 [ 195 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12835 rows, containing 5 columns (5 merged, 0 gathered) in 0.00926985 sec., 1384596.2987534858 rows/sec., 93.40 MiB/sec.
8325 2024.10.04 16:14:38.267571 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8326 2024.10.04 16:14:38.268021 [ 195 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8327 2024.10.04 16:14:38.268291 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8328 2024.10.04 16:14:38.268841 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004112 sec., 1945.5252918287936 rows/sec., 3.49 MiB/sec.
8329 2024.10.04 16:14:38.269683 [ 195 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8330 2024.10.04 16:14:38.269895 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Debug> DynamicQueryHandler: Done processing query
8331 2024.10.04 16:14:38.269963 [ 3 ] {38adba0e-00be-4445-b255-3bd3504f0eba} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8332 2024.10.04 16:14:38.269995 [ 3 ] {} <Debug> HTTP-Session: 6a99d314-c9ce-4b52-a356-5f328f661f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8333 2024.10.04 16:14:38.270002 [ 195 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8334 2024.10.04 16:14:38.270135 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB.
8335 2024.10.04 16:14:38.270184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8336 2024.10.04 16:14:38.270247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8337 2024.10.04 16:14:38.270268 [ 3 ] {} <Debug> HTTP-Session: 7d8b6ad6-4cb8-4d20-a356-2184be84733f Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8338 2024.10.04 16:14:38.270285 [ 3 ] {} <Debug> HTTP-Session: 7d8b6ad6-4cb8-4d20-a356-2184be84733f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8339 2024.10.04 16:14:38.270299 [ 3 ] {} <Debug> HTTP-Session: 7d8b6ad6-4cb8-4d20-a356-2184be84733f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8340 2024.10.04 16:14:38.270333 [ 3 ] {} <Trace> HTTP-Session: 7d8b6ad6-4cb8-4d20-a356-2184be84733f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8341 2024.10.04 16:14:38.270483 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8342 2024.10.04 16:14:38.270532 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8343 2024.10.04 16:14:38.270690 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8344 2024.10.04 16:14:38.271014 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8345 2024.10.04 16:14:38.271051 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8346 2024.10.04 16:14:38.271428 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8347 2024.10.04 16:14:38.271771 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8348 2024.10.04 16:14:38.271922 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec.
8349 2024.10.04 16:14:38.271943 [ 62 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8350 2024.10.04 16:14:38.272027 [ 62 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8351 2024.10.04 16:14:38.272075 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8352 2024.10.04 16:14:38.272184 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Debug> DynamicQueryHandler: Done processing query
8353 2024.10.04 16:14:38.272220 [ 3 ] {2787db2f-0845-4d7e-9e8e-0bc91abfce17} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8354 2024.10.04 16:14:38.272241 [ 3 ] {} <Debug> HTTP-Session: 7d8b6ad6-4cb8-4d20-a356-2184be84733f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8355 2024.10.04 16:14:38.272240 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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
8356 2024.10.04 16:14:38.272399 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8357 2024.10.04 16:14:38.272441 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2210 rows starting from the beginning of the part
8358 2024.10.04 16:14:38.272535 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
8359 2024.10.04 16:14:38.272650 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
8360 2024.10.04 16:14:38.272839 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
8361 2024.10.04 16:14:38.272986 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
8362 2024.10.04 16:14:38.273149 [ 192 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
8363 2024.10.04 16:14:38.274601 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2494 rows, containing 4 columns (4 merged, 0 gathered) in 0.002452727 sec., 1016827.3925308442 rows/sec., 66.16 MiB/sec.
8364 2024.10.04 16:14:38.274893 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8365 2024.10.04 16:14:38.275301 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8366 2024.10.04 16:14:38.275385 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_41_8} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8367 2024.10.04 16:14:38.275472 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8368 2024.10.04 16:14:42.614878 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
8369 2024.10.04 16:14:42.614961 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
8370 2024.10.04 16:14:43.225013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8371 2024.10.04 16:14:43.225198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8372 2024.10.04 16:14:43.225246 [ 3 ] {} <Debug> HTTP-Session: dfb73a60-b0b0-4aad-b8bc-058a82a80c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8373 2024.10.04 16:14:43.225287 [ 3 ] {} <Debug> HTTP-Session: dfb73a60-b0b0-4aad-b8bc-058a82a80c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8374 2024.10.04 16:14:43.225316 [ 3 ] {} <Debug> HTTP-Session: dfb73a60-b0b0-4aad-b8bc-058a82a80c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8375 2024.10.04 16:14:43.225398 [ 3 ] {} <Trace> HTTP-Session: dfb73a60-b0b0-4aad-b8bc-058a82a80c26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8376 2024.10.04 16:14:43.225693 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8377 2024.10.04 16:14:43.225807 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8378 2024.10.04 16:14:43.226387 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8379 2024.10.04 16:14:43.226854 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8380 2024.10.04 16:14:43.226899 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8381 2024.10.04 16:14:43.227320 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8382 2024.10.04 16:14:43.227726 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8383 2024.10.04 16:14:43.227921 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002313 sec., 864.6779074794639 rows/sec., 70.51 KiB/sec.
8384 2024.10.04 16:14:43.228152 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Debug> DynamicQueryHandler: Done processing query
8385 2024.10.04 16:14:43.228179 [ 3 ] {47df2e02-ab66-43b7-b644-970b6cfa8834} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8386 2024.10.04 16:14:43.228196 [ 3 ] {} <Debug> HTTP-Session: dfb73a60-b0b0-4aad-b8bc-058a82a80c26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8387 2024.10.04 16:14:43.228347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8388 2024.10.04 16:14:43.228404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8389 2024.10.04 16:14:43.228424 [ 3 ] {} <Debug> HTTP-Session: 93f63b26-96e6-4583-8bc2-bfe3c5904a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8390 2024.10.04 16:14:43.228442 [ 3 ] {} <Debug> HTTP-Session: 93f63b26-96e6-4583-8bc2-bfe3c5904a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8391 2024.10.04 16:14:43.228456 [ 3 ] {} <Debug> HTTP-Session: 93f63b26-96e6-4583-8bc2-bfe3c5904a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8392 2024.10.04 16:14:43.228491 [ 3 ] {} <Trace> HTTP-Session: 93f63b26-96e6-4583-8bc2-bfe3c5904a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8393 2024.10.04 16:14:43.228620 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8394 2024.10.04 16:14:43.228670 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8395 2024.10.04 16:14:43.228921 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8396 2024.10.04 16:14:43.229332 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8397 2024.10.04 16:14:43.229370 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8398 2024.10.04 16:14:43.229756 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8399 2024.10.04 16:14:43.230127 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8400 2024.10.04 16:14:43.230296 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Debug> executeQuery: Read 75 rows, 6.19 KiB in 0.001715 sec., 43731.778425655975 rows/sec., 3.52 MiB/sec.
8401 2024.10.04 16:14:43.230476 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Debug> DynamicQueryHandler: Done processing query
8402 2024.10.04 16:14:43.230502 [ 3 ] {3579281a-f76a-40fe-9872-52a10ea5e87d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8403 2024.10.04 16:14:43.230519 [ 3 ] {} <Debug> HTTP-Session: 93f63b26-96e6-4583-8bc2-bfe3c5904a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8404 2024.10.04 16:14:43.230647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8405 2024.10.04 16:14:43.230698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8406 2024.10.04 16:14:43.230719 [ 3 ] {} <Debug> HTTP-Session: bd1a1514-65a5-407e-82b4-c67fa9613bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8407 2024.10.04 16:14:43.230737 [ 3 ] {} <Debug> HTTP-Session: bd1a1514-65a5-407e-82b4-c67fa9613bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8408 2024.10.04 16:14:43.230751 [ 3 ] {} <Debug> HTTP-Session: bd1a1514-65a5-407e-82b4-c67fa9613bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8409 2024.10.04 16:14:43.230783 [ 3 ] {} <Trace> HTTP-Session: bd1a1514-65a5-407e-82b4-c67fa9613bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8410 2024.10.04 16:14:43.230884 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8411 2024.10.04 16:14:43.230930 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8412 2024.10.04 16:14:43.231164 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8413 2024.10.04 16:14:43.231491 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8414 2024.10.04 16:14:43.231528 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8415 2024.10.04 16:14:43.231888 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8416 2024.10.04 16:14:43.232259 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8417 2024.10.04 16:14:43.232430 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001561 sec., 7046.764894298526 rows/sec., 523.00 KiB/sec.
8418 2024.10.04 16:14:43.232614 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Debug> DynamicQueryHandler: Done processing query
8419 2024.10.04 16:14:43.232638 [ 3 ] {f04edd58-1121-43b8-adb6-5843a23038f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8420 2024.10.04 16:14:43.232655 [ 3 ] {} <Debug> HTTP-Session: bd1a1514-65a5-407e-82b4-c67fa9613bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8421 2024.10.04 16:14:43.232791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8422 2024.10.04 16:14:43.232841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8423 2024.10.04 16:14:43.232861 [ 3 ] {} <Debug> HTTP-Session: 47bd5016-90e8-473c-aac2-7c54e52b22d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8424 2024.10.04 16:14:43.232878 [ 3 ] {} <Debug> HTTP-Session: 47bd5016-90e8-473c-aac2-7c54e52b22d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8425 2024.10.04 16:14:43.232892 [ 3 ] {} <Debug> HTTP-Session: 47bd5016-90e8-473c-aac2-7c54e52b22d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8426 2024.10.04 16:14:43.232923 [ 3 ] {} <Trace> HTTP-Session: 47bd5016-90e8-473c-aac2-7c54e52b22d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8427 2024.10.04 16:14:43.233045 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8428 2024.10.04 16:14:43.233090 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8429 2024.10.04 16:14:43.233321 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8430 2024.10.04 16:14:43.233732 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8431 2024.10.04 16:14:43.233769 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8432 2024.10.04 16:14:43.234129 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8433 2024.10.04 16:14:43.234488 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8434 2024.10.04 16:14:43.234654 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001651 sec., 45427.01393095094 rows/sec., 3.55 MiB/sec.
8435 2024.10.04 16:14:43.234838 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Debug> DynamicQueryHandler: Done processing query
8436 2024.10.04 16:14:43.234861 [ 3 ] {9cc57107-2756-4a82-be5c-c8e8a1be12df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8437 2024.10.04 16:14:43.234877 [ 3 ] {} <Debug> HTTP-Session: 47bd5016-90e8-473c-aac2-7c54e52b22d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8438 2024.10.04 16:14:43.235064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8439 2024.10.04 16:14:43.235115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8440 2024.10.04 16:14:43.235135 [ 3 ] {} <Debug> HTTP-Session: d3954f1f-7fae-47cd-aa3d-3756b33ef332 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8441 2024.10.04 16:14:43.235152 [ 3 ] {} <Debug> HTTP-Session: d3954f1f-7fae-47cd-aa3d-3756b33ef332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8442 2024.10.04 16:14:43.235167 [ 3 ] {} <Debug> HTTP-Session: d3954f1f-7fae-47cd-aa3d-3756b33ef332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8443 2024.10.04 16:14:43.235198 [ 3 ] {} <Trace> HTTP-Session: d3954f1f-7fae-47cd-aa3d-3756b33ef332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8444 2024.10.04 16:14:43.235352 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8445 2024.10.04 16:14:43.235401 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8446 2024.10.04 16:14:43.235548 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8447 2024.10.04 16:14:43.235953 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8448 2024.10.04 16:14:43.235991 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8449 2024.10.04 16:14:43.236379 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8450 2024.10.04 16:14:43.236719 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8451 2024.10.04 16:14:43.236879 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001588 sec., 101385.39042821158 rows/sec., 7.06 MiB/sec.
8452 2024.10.04 16:14:43.237153 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Debug> DynamicQueryHandler: Done processing query
8453 2024.10.04 16:14:43.237207 [ 3 ] {9b1844e2-9723-464c-8c33-e28f4ae5237d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB.
8454 2024.10.04 16:14:43.237249 [ 3 ] {} <Debug> HTTP-Session: d3954f1f-7fae-47cd-aa3d-3756b33ef332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8455 2024.10.04 16:14:43.237406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8456 2024.10.04 16:14:43.237457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8457 2024.10.04 16:14:43.237478 [ 3 ] {} <Debug> HTTP-Session: 39e0a7df-f101-4c1d-828d-13a5c05e324e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8458 2024.10.04 16:14:43.237496 [ 3 ] {} <Debug> HTTP-Session: 39e0a7df-f101-4c1d-828d-13a5c05e324e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8459 2024.10.04 16:14:43.237510 [ 3 ] {} <Debug> HTTP-Session: 39e0a7df-f101-4c1d-828d-13a5c05e324e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8460 2024.10.04 16:14:43.237541 [ 3 ] {} <Trace> HTTP-Session: 39e0a7df-f101-4c1d-828d-13a5c05e324e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8461 2024.10.04 16:14:43.237740 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8462 2024.10.04 16:14:43.237812 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8463 2024.10.04 16:14:43.238274 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8464 2024.10.04 16:14:43.238847 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8465 2024.10.04 16:14:43.238884 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8466 2024.10.04 16:14:43.239494 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8467 2024.10.04 16:14:43.239922 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8468 2024.10.04 16:14:43.240086 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002464 sec., 3652.5974025974024 rows/sec., 6.55 MiB/sec.
8469 2024.10.04 16:14:43.240325 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Debug> DynamicQueryHandler: Done processing query
8470 2024.10.04 16:14:43.240350 [ 3 ] {dbe538c7-9413-47c6-899a-31730126b414} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8471 2024.10.04 16:14:43.240366 [ 3 ] {} <Debug> HTTP-Session: 39e0a7df-f101-4c1d-828d-13a5c05e324e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8472 2024.10.04 16:14:43.240559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8473 2024.10.04 16:14:43.240608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8474 2024.10.04 16:14:43.240628 [ 3 ] {} <Debug> HTTP-Session: 7128288f-5917-4273-b77e-f286d19eb602 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8475 2024.10.04 16:14:43.240645 [ 3 ] {} <Debug> HTTP-Session: 7128288f-5917-4273-b77e-f286d19eb602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8476 2024.10.04 16:14:43.240659 [ 3 ] {} <Debug> HTTP-Session: 7128288f-5917-4273-b77e-f286d19eb602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8477 2024.10.04 16:14:43.240690 [ 3 ] {} <Trace> HTTP-Session: 7128288f-5917-4273-b77e-f286d19eb602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8478 2024.10.04 16:14:43.240810 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8479 2024.10.04 16:14:43.240855 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8480 2024.10.04 16:14:43.240986 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8481 2024.10.04 16:14:43.241309 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8482 2024.10.04 16:14:43.241346 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8483 2024.10.04 16:14:43.241711 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8484 2024.10.04 16:14:43.242046 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8485 2024.10.04 16:14:43.242192 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec.
8486 2024.10.04 16:14:43.242384 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Debug> DynamicQueryHandler: Done processing query
8487 2024.10.04 16:14:43.242420 [ 3 ] {6edc9a76-72c4-40f6-8d2d-d31e6104f569} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8488 2024.10.04 16:14:43.242443 [ 3 ] {} <Debug> HTTP-Session: 7128288f-5917-4273-b77e-f286d19eb602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8489 2024.10.04 16:14:47.799866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 848
8490 2024.10.04 16:14:47.802831 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8491 2024.10.04 16:14:47.802877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8492 2024.10.04 16:14:47.804384 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
8493 2024.10.04 16:14:47.805394 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8494 2024.10.04 16:14:47.806538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 848
8495 2024.10.04 16:14:48.229158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8496 2024.10.04 16:14:48.229289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8497 2024.10.04 16:14:48.229320 [ 3 ] {} <Debug> HTTP-Session: e0ef3374-2996-4f8c-bf8e-b89120893435 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8498 2024.10.04 16:14:48.229353 [ 3 ] {} <Debug> HTTP-Session: e0ef3374-2996-4f8c-bf8e-b89120893435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8499 2024.10.04 16:14:48.229371 [ 3 ] {} <Debug> HTTP-Session: e0ef3374-2996-4f8c-bf8e-b89120893435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8500 2024.10.04 16:14:48.229427 [ 3 ] {} <Trace> HTTP-Session: e0ef3374-2996-4f8c-bf8e-b89120893435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8501 2024.10.04 16:14:48.229612 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete)
8502 2024.10.04 16:14:48.229680 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8503 2024.10.04 16:14:48.230039 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8504 2024.10.04 16:14:48.230477 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8505 2024.10.04 16:14:48.230523 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8506 2024.10.04 16:14:48.230947 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8507 2024.10.04 16:14:48.231355 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8508 2024.10.04 16:14:48.231537 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001972 sec., 2028.397565922921 rows/sec., 165.40 KiB/sec.
8509 2024.10.04 16:14:48.231550 [ 49 ] {} <Debug> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
8510 2024.10.04 16:14:48.231659 [ 49 ] {} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8511 2024.10.04 16:14:48.231727 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8512 2024.10.04 16:14:48.231909 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Debug> DynamicQueryHandler: Done processing query
8513 2024.10.04 16:14:48.232009 [ 3 ] {c20ae747-4759-4319-b8bd-d57d65945479} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
8514 2024.10.04 16:14:48.232090 [ 3 ] {} <Debug> HTTP-Session: e0ef3374-2996-4f8c-bf8e-b89120893435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8515 2024.10.04 16:14:48.232377 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
8516 2024.10.04 16:14:48.232427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 31245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8517 2024.10.04 16:14:48.232535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8518 2024.10.04 16:14:48.232581 [ 3 ] {} <Debug> HTTP-Session: 7f20c89d-bf4b-4abc-afbf-2ef61281d1f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8519 2024.10.04 16:14:48.232630 [ 3 ] {} <Debug> HTTP-Session: 7f20c89d-bf4b-4abc-afbf-2ef61281d1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8520 2024.10.04 16:14:48.232678 [ 3 ] {} <Debug> HTTP-Session: 7f20c89d-bf4b-4abc-afbf-2ef61281d1f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8521 2024.10.04 16:14:48.232761 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8522 2024.10.04 16:14:48.232772 [ 3 ] {} <Trace> HTTP-Session: 7f20c89d-bf4b-4abc-afbf-2ef61281d1f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8523 2024.10.04 16:14:48.232834 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part
8524 2024.10.04 16:14:48.233063 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
8525 2024.10.04 16:14:48.233171 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8526 2024.10.04 16:14:48.233340 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8527 2024.10.04 16:14:48.233368 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
8528 2024.10.04 16:14:48.233876 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::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
8529 2024.10.04 16:14:48.234142 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
8530 2024.10.04 16:14:48.234534 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
8531 2024.10.04 16:14:48.235143 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8532 2024.10.04 16:14:48.236347 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8533 2024.10.04 16:14:48.236418 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8534 2024.10.04 16:14:48.237508 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8535 2024.10.04 16:14:48.237531 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005687489 sec., 6329.682571693765 rows/sec., 540.87 KiB/sec.
8536 2024.10.04 16:14:48.237719 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
8537 2024.10.04 16:14:48.238544 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8538 2024.10.04 16:14:48.238885 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8539 2024.10.04 16:14:48.238889 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Debug> executeQuery: Read 207 rows, 18.63 KiB in 0.005927 sec., 34924.91985827569 rows/sec., 3.07 MiB/sec.
8540 2024.10.04 16:14:48.239108 [ 195 ] {fbcf67f2-2fb8-4120-99b5-989d68296fe0::all_1_15_3} <Trace> oximeter.fields_ipaddr (fbcf67f2-2fb8-4120-99b5-989d68296fe0) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
8541 2024.10.04 16:14:48.239265 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8542 2024.10.04 16:14:48.239311 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Debug> DynamicQueryHandler: Done processing query
8543 2024.10.04 16:14:48.239341 [ 3 ] {d1169cc2-c150-4ca5-b76c-52d98fcabb8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8544 2024.10.04 16:14:48.239358 [ 3 ] {} <Debug> HTTP-Session: 7f20c89d-bf4b-4abc-afbf-2ef61281d1f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8545 2024.10.04 16:14:48.239493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8546 2024.10.04 16:14:48.239545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8547 2024.10.04 16:14:48.239566 [ 3 ] {} <Debug> HTTP-Session: 659119cc-6831-4c07-ac9a-b9a477cad525 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8548 2024.10.04 16:14:48.239584 [ 3 ] {} <Debug> HTTP-Session: 659119cc-6831-4c07-ac9a-b9a477cad525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8549 2024.10.04 16:14:48.239598 [ 3 ] {} <Debug> HTTP-Session: 659119cc-6831-4c07-ac9a-b9a477cad525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8550 2024.10.04 16:14:48.239631 [ 3 ] {} <Trace> HTTP-Session: 659119cc-6831-4c07-ac9a-b9a477cad525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8551 2024.10.04 16:14:48.239740 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8552 2024.10.04 16:14:48.239788 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8553 2024.10.04 16:14:48.240043 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8554 2024.10.04 16:14:48.240414 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2024.10.04 16:14:48.240452 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8556 2024.10.04 16:14:48.240842 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8557 2024.10.04 16:14:48.241226 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8558 2024.10.04 16:14:48.241398 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.00168 sec., 7142.857142857142 rows/sec., 524.32 KiB/sec.
8559 2024.10.04 16:14:48.241582 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Debug> DynamicQueryHandler: Done processing query
8560 2024.10.04 16:14:48.241606 [ 3 ] {dffbac16-f5e1-4af3-9ba2-a8292c0b9c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8561 2024.10.04 16:14:48.241623 [ 3 ] {} <Debug> HTTP-Session: 659119cc-6831-4c07-ac9a-b9a477cad525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8562 2024.10.04 16:14:48.241744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8563 2024.10.04 16:14:48.241796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8564 2024.10.04 16:14:48.241815 [ 3 ] {} <Debug> HTTP-Session: 8897073c-0f8a-4cf9-9644-f2c493db28a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8565 2024.10.04 16:14:48.241832 [ 3 ] {} <Debug> HTTP-Session: 8897073c-0f8a-4cf9-9644-f2c493db28a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8566 2024.10.04 16:14:48.241845 [ 3 ] {} <Debug> HTTP-Session: 8897073c-0f8a-4cf9-9644-f2c493db28a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8567 2024.10.04 16:14:48.241878 [ 3 ] {} <Trace> HTTP-Session: 8897073c-0f8a-4cf9-9644-f2c493db28a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8568 2024.10.04 16:14:48.241982 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8569 2024.10.04 16:14:48.242026 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8570 2024.10.04 16:14:48.242251 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8571 2024.10.04 16:14:48.242574 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8572 2024.10.04 16:14:48.242612 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8573 2024.10.04 16:14:48.242978 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8574 2024.10.04 16:14:48.243346 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8575 2024.10.04 16:14:48.243524 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec.
8576 2024.10.04 16:14:48.243853 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Debug> DynamicQueryHandler: Done processing query
8577 2024.10.04 16:14:48.243904 [ 3 ] {748c953f-6f66-4751-a24e-067c0715ad69} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8578 2024.10.04 16:14:48.243945 [ 3 ] {} <Debug> HTTP-Session: 8897073c-0f8a-4cf9-9644-f2c493db28a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8579 2024.10.04 16:14:48.244072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8580 2024.10.04 16:14:48.244124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8581 2024.10.04 16:14:48.244143 [ 3 ] {} <Debug> HTTP-Session: 71901a16-bb00-4466-ba89-62e64ab26e72 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8582 2024.10.04 16:14:48.244160 [ 3 ] {} <Debug> HTTP-Session: 71901a16-bb00-4466-ba89-62e64ab26e72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8583 2024.10.04 16:14:48.244174 [ 3 ] {} <Debug> HTTP-Session: 71901a16-bb00-4466-ba89-62e64ab26e72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8584 2024.10.04 16:14:48.244207 [ 3 ] {} <Trace> HTTP-Session: 71901a16-bb00-4466-ba89-62e64ab26e72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8585 2024.10.04 16:14:48.244309 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
8586 2024.10.04 16:14:48.244355 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8587 2024.10.04 16:14:48.244603 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8588 2024.10.04 16:14:48.244919 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8589 2024.10.04 16:14:48.244956 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8590 2024.10.04 16:14:48.245308 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8591 2024.10.04 16:14:48.245669 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8592 2024.10.04 16:14:48.245825 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 230.49 KiB/sec.
8593 2024.10.04 16:14:48.246051 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Debug> DynamicQueryHandler: Done processing query
8594 2024.10.04 16:14:48.246075 [ 3 ] {94cd882c-d51c-4e2b-bd04-5477fe2defce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8595 2024.10.04 16:14:48.246091 [ 3 ] {} <Debug> HTTP-Session: 71901a16-bb00-4466-ba89-62e64ab26e72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8596 2024.10.04 16:14:48.246274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8597 2024.10.04 16:14:48.246323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8598 2024.10.04 16:14:48.246343 [ 3 ] {} <Debug> HTTP-Session: 16574c9f-610a-4139-a17a-046a1b4c3426 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8599 2024.10.04 16:14:48.246360 [ 3 ] {} <Debug> HTTP-Session: 16574c9f-610a-4139-a17a-046a1b4c3426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8600 2024.10.04 16:14:48.246374 [ 3 ] {} <Debug> HTTP-Session: 16574c9f-610a-4139-a17a-046a1b4c3426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8601 2024.10.04 16:14:48.246405 [ 3 ] {} <Trace> HTTP-Session: 16574c9f-610a-4139-a17a-046a1b4c3426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8602 2024.10.04 16:14:48.246631 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8603 2024.10.04 16:14:48.246675 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8604 2024.10.04 16:14:48.246901 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8605 2024.10.04 16:14:48.247452 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8606 2024.10.04 16:14:48.247489 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8607 2024.10.04 16:14:48.247869 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8608 2024.10.04 16:14:48.248235 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8609 2024.10.04 16:14:48.248402 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Debug> executeQuery: Read 394 rows, 28.65 KiB in 0.001877 sec., 209909.42994139585 rows/sec., 14.91 MiB/sec.
8610 2024.10.04 16:14:48.248705 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Debug> DynamicQueryHandler: Done processing query
8611 2024.10.04 16:14:48.248780 [ 3 ] {1e477c01-9568-4c1a-a92d-7e3609987dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
8612 2024.10.04 16:14:48.248841 [ 3 ] {} <Debug> HTTP-Session: 16574c9f-610a-4139-a17a-046a1b4c3426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8613 2024.10.04 16:14:48.249027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8614 2024.10.04 16:14:48.249083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8615 2024.10.04 16:14:48.249103 [ 3 ] {} <Debug> HTTP-Session: 4b43212a-9154-42bc-bb4b-887b60745a44 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8616 2024.10.04 16:14:48.249121 [ 3 ] {} <Debug> HTTP-Session: 4b43212a-9154-42bc-bb4b-887b60745a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8617 2024.10.04 16:14:48.249136 [ 3 ] {} <Debug> HTTP-Session: 4b43212a-9154-42bc-bb4b-887b60745a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8618 2024.10.04 16:14:48.249169 [ 3 ] {} <Trace> HTTP-Session: 4b43212a-9154-42bc-bb4b-887b60745a44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8619 2024.10.04 16:14:48.249272 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
8620 2024.10.04 16:14:48.249321 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8621 2024.10.04 16:14:48.249475 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8622 2024.10.04 16:14:48.249777 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8623 2024.10.04 16:14:48.249813 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8624 2024.10.04 16:14:48.250173 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8625 2024.10.04 16:14:48.250503 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8626 2024.10.04 16:14:48.250649 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec.
8627 2024.10.04 16:14:48.250862 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Debug> DynamicQueryHandler: Done processing query
8628 2024.10.04 16:14:48.250885 [ 3 ] {030eb7b7-46ac-4ead-a05a-8e8846b7a928} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8629 2024.10.04 16:14:48.250901 [ 3 ] {} <Debug> HTTP-Session: 4b43212a-9154-42bc-bb4b-887b60745a44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8630 2024.10.04 16:14:48.251075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 45074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8631 2024.10.04 16:14:48.251124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8632 2024.10.04 16:14:48.251144 [ 3 ] {} <Debug> HTTP-Session: 7c2c44a4-4f6a-488c-a194-e5cedaeab331 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8633 2024.10.04 16:14:48.251160 [ 3 ] {} <Debug> HTTP-Session: 7c2c44a4-4f6a-488c-a194-e5cedaeab331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8634 2024.10.04 16:14:48.251174 [ 3 ] {} <Debug> HTTP-Session: 7c2c44a4-4f6a-488c-a194-e5cedaeab331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8635 2024.10.04 16:14:48.251205 [ 3 ] {} <Trace> HTTP-Session: 7c2c44a4-4f6a-488c-a194-e5cedaeab331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8636 2024.10.04 16:14:48.251392 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8637 2024.10.04 16:14:48.251439 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8638 2024.10.04 16:14:48.251581 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8639 2024.10.04 16:14:48.252025 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8640 2024.10.04 16:14:48.252061 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8641 2024.10.04 16:14:48.252448 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8642 2024.10.04 16:14:48.252806 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8643 2024.10.04 16:14:48.252967 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001658 sec., 144149.57780458385 rows/sec., 9.66 MiB/sec.
8644 2024.10.04 16:14:48.253139 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Debug> DynamicQueryHandler: Done processing query
8645 2024.10.04 16:14:48.253162 [ 3 ] {4ba4b351-be88-43d8-92ee-f5f4e36ff447} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8646 2024.10.04 16:14:48.253177 [ 3 ] {} <Debug> HTTP-Session: 7c2c44a4-4f6a-488c-a194-e5cedaeab331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8647 2024.10.04 16:14:48.253296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8648 2024.10.04 16:14:48.253345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8649 2024.10.04 16:14:48.253365 [ 3 ] {} <Debug> HTTP-Session: 239250fa-5abb-4d9c-8c32-0b990c8c0bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8650 2024.10.04 16:14:48.253381 [ 3 ] {} <Debug> HTTP-Session: 239250fa-5abb-4d9c-8c32-0b990c8c0bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8651 2024.10.04 16:14:48.253396 [ 3 ] {} <Debug> HTTP-Session: 239250fa-5abb-4d9c-8c32-0b990c8c0bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8652 2024.10.04 16:14:48.253426 [ 3 ] {} <Trace> HTTP-Session: 239250fa-5abb-4d9c-8c32-0b990c8c0bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8653 2024.10.04 16:14:48.253519 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
8654 2024.10.04 16:14:48.253564 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8655 2024.10.04 16:14:48.253694 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8656 2024.10.04 16:14:48.253963 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8657 2024.10.04 16:14:48.253999 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8658 2024.10.04 16:14:48.254346 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
8659 2024.10.04 16:14:48.254664 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8660 2024.10.04 16:14:48.254826 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec.
8661 2024.10.04 16:14:48.254830 [ 47 ] {} <Debug> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
8662 2024.10.04 16:14:48.254925 [ 47 ] {} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8663 2024.10.04 16:14:48.254988 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8664 2024.10.04 16:14:48.255122 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Debug> DynamicQueryHandler: Done processing query
8665 2024.10.04 16:14:48.255209 [ 3 ] {61e6560c-b53d-4d0c-8313-9e3f49d15a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
8666 2024.10.04 16:14:48.255298 [ 3 ] {} <Debug> HTTP-Session: 239250fa-5abb-4d9c-8c32-0b990c8c0bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8667 2024.10.04 16:14:48.255386 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::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
8668 2024.10.04 16:14:48.255551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8669 2024.10.04 16:14:48.255676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8670 2024.10.04 16:14:48.255730 [ 3 ] {} <Debug> HTTP-Session: c88810a0-6b15-4a03-9072-4e11334ea0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8671 2024.10.04 16:14:48.255762 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8672 2024.10.04 16:14:48.255773 [ 3 ] {} <Debug> HTTP-Session: c88810a0-6b15-4a03-9072-4e11334ea0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8673 2024.10.04 16:14:48.255825 [ 3 ] {} <Debug> HTTP-Session: c88810a0-6b15-4a03-9072-4e11334ea0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8674 2024.10.04 16:14:48.255825 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part
8675 2024.10.04 16:14:48.255898 [ 3 ] {} <Trace> HTTP-Session: c88810a0-6b15-4a03-9072-4e11334ea0d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8676 2024.10.04 16:14:48.256136 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
8677 2024.10.04 16:14:48.256269 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
8678 2024.10.04 16:14:48.256408 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8679 2024.10.04 16:14:48.256581 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
8680 2024.10.04 16:14:48.256723 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8681 2024.10.04 16:14:48.257130 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
8682 2024.10.04 16:14:48.257491 [ 195 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
8683 2024.10.04 16:14:48.259137 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8684 2024.10.04 16:14:48.261045 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8685 2024.10.04 16:14:48.261134 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8686 2024.10.04 16:14:48.261215 [ 191 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.006144509 sec., 3417.6856116574977 rows/sec., 229.02 KiB/sec.
8687 2024.10.04 16:14:48.261428 [ 191 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
8688 2024.10.04 16:14:48.262450 [ 191 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8689 2024.10.04 16:14:48.262664 [ 191 ] {3cff5c60-75da-4fb4-bd11-287e6b459610::all_1_20_4} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
8690 2024.10.04 16:14:48.262821 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
8691 2024.10.04 16:14:48.262859 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8692 2024.10.04 16:14:48.263313 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2024.10.04 16:14:48.263537 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007422 sec., 1077.8765831312314 rows/sec., 1.93 MiB/sec.
8694 2024.10.04 16:14:48.263962 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Debug> DynamicQueryHandler: Done processing query
8695 2024.10.04 16:14:48.263985 [ 3 ] {b4de8d54-8145-48e9-b64b-06718e29e7c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8696 2024.10.04 16:14:48.264001 [ 3 ] {} <Debug> HTTP-Session: c88810a0-6b15-4a03-9072-4e11334ea0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8697 2024.10.04 16:14:48.264141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8698 2024.10.04 16:14:48.264189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8699 2024.10.04 16:14:48.264208 [ 3 ] {} <Debug> HTTP-Session: 06457fe4-18c5-42c2-9385-0fce7371d652 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8700 2024.10.04 16:14:48.264224 [ 3 ] {} <Debug> HTTP-Session: 06457fe4-18c5-42c2-9385-0fce7371d652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8701 2024.10.04 16:14:48.264238 [ 3 ] {} <Debug> HTTP-Session: 06457fe4-18c5-42c2-9385-0fce7371d652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8702 2024.10.04 16:14:48.264269 [ 3 ] {} <Trace> HTTP-Session: 06457fe4-18c5-42c2-9385-0fce7371d652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8703 2024.10.04 16:14:48.264393 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8704 2024.10.04 16:14:48.264438 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8705 2024.10.04 16:14:48.264573 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8706 2024.10.04 16:14:48.264907 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8707 2024.10.04 16:14:48.264942 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8708 2024.10.04 16:14:48.265319 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8709 2024.10.04 16:14:48.265650 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8710 2024.10.04 16:14:48.265816 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec.
8711 2024.10.04 16:14:48.266080 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Debug> DynamicQueryHandler: Done processing query
8712 2024.10.04 16:14:48.266130 [ 3 ] {6c57493f-13e1-4069-9cc2-f320b0ecfa68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8713 2024.10.04 16:14:48.266172 [ 3 ] {} <Debug> HTTP-Session: 06457fe4-18c5-42c2-9385-0fce7371d652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8714 2024.10.04 16:14:51.472640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 176146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8715 2024.10.04 16:14:51.472764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8716 2024.10.04 16:14:51.472794 [ 3 ] {} <Debug> HTTP-Session: e54e4813-11ec-4750-ab4e-fabd1cd8b643 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8717 2024.10.04 16:14:51.472822 [ 3 ] {} <Debug> HTTP-Session: e54e4813-11ec-4750-ab4e-fabd1cd8b643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8718 2024.10.04 16:14:51.472840 [ 3 ] {} <Debug> HTTP-Session: e54e4813-11ec-4750-ab4e-fabd1cd8b643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8719 2024.10.04 16:14:51.472896 [ 3 ] {} <Trace> HTTP-Session: e54e4813-11ec-4750-ab4e-fabd1cd8b643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8720 2024.10.04 16:14:51.473496 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8721 2024.10.04 16:14:51.473575 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8722 2024.10.04 16:14:51.473921 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8723 2024.10.04 16:14:51.475465 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8724 2024.10.04 16:14:51.475508 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8725 2024.10.04 16:14:51.476041 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8726 2024.10.04 16:14:51.476446 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8727 2024.10.04 16:14:51.476596 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Debug> executeQuery: Read 1214 rows, 102.68 KiB in 0.003515 sec., 345376.9559032717 rows/sec., 28.53 MiB/sec.
8728 2024.10.04 16:14:51.476969 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Debug> DynamicQueryHandler: Done processing query
8729 2024.10.04 16:14:51.477001 [ 3 ] {c74134ab-3b67-4f16-a10f-59f5ac483448} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB.
8730 2024.10.04 16:14:51.477019 [ 3 ] {} <Debug> HTTP-Session: e54e4813-11ec-4750-ab4e-fabd1cd8b643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8731 2024.10.04 16:14:51.477431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8732 2024.10.04 16:14:51.477490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8733 2024.10.04 16:14:51.477510 [ 3 ] {} <Debug> HTTP-Session: 8f9430a9-27cb-4324-ad89-aa93b9004dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8734 2024.10.04 16:14:51.477555 [ 3 ] {} <Debug> HTTP-Session: 8f9430a9-27cb-4324-ad89-aa93b9004dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8735 2024.10.04 16:14:51.477570 [ 3 ] {} <Debug> HTTP-Session: 8f9430a9-27cb-4324-ad89-aa93b9004dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8736 2024.10.04 16:14:51.477607 [ 3 ] {} <Trace> HTTP-Session: 8f9430a9-27cb-4324-ad89-aa93b9004dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8737 2024.10.04 16:14:51.477719 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
8738 2024.10.04 16:14:51.477769 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8739 2024.10.04 16:14:51.478033 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8740 2024.10.04 16:14:51.478398 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8741 2024.10.04 16:14:51.478434 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8742 2024.10.04 16:14:51.478792 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8743 2024.10.04 16:14:51.479150 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8744 2024.10.04 16:14:51.479285 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001596 sec., 5639.097744360903 rows/sec., 424.03 KiB/sec.
8745 2024.10.04 16:14:51.479320 [ 43 ] {} <Debug> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8746 2024.10.04 16:14:51.479435 [ 43 ] {} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8747 2024.10.04 16:14:51.479482 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8748 2024.10.04 16:14:51.479573 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Debug> DynamicQueryHandler: Done processing query
8749 2024.10.04 16:14:51.479631 [ 3 ] {81b55bb4-712a-44b4-89c1-dca570f18dbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8750 2024.10.04 16:14:51.479688 [ 3 ] {} <Debug> HTTP-Session: 8f9430a9-27cb-4324-ad89-aa93b9004dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8751 2024.10.04 16:14:51.479734 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
8752 2024.10.04 16:14:51.479948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8753 2024.10.04 16:14:51.480001 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8754 2024.10.04 16:14:51.480051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8755 2024.10.04 16:14:51.480079 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 35 rows starting from the beginning of the part
8756 2024.10.04 16:14:51.480108 [ 3 ] {} <Debug> HTTP-Session: ef359d6b-76bb-4c6d-8c25-98f3d2922eb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8757 2024.10.04 16:14:51.480148 [ 3 ] {} <Debug> HTTP-Session: ef359d6b-76bb-4c6d-8c25-98f3d2922eb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8758 2024.10.04 16:14:51.480175 [ 3 ] {} <Debug> HTTP-Session: ef359d6b-76bb-4c6d-8c25-98f3d2922eb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8759 2024.10.04 16:14:51.480307 [ 3 ] {} <Trace> HTTP-Session: ef359d6b-76bb-4c6d-8c25-98f3d2922eb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8760 2024.10.04 16:14:51.480432 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
8761 2024.10.04 16:14:51.480725 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::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
8762 2024.10.04 16:14:51.480771 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
8763 2024.10.04 16:14:51.480906 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8764 2024.10.04 16:14:51.481051 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part
8765 2024.10.04 16:14:51.481364 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part
8766 2024.10.04 16:14:51.481733 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part
8767 2024.10.04 16:14:51.482383 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8768 2024.10.04 16:14:51.483345 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8769 2024.10.04 16:14:51.483408 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8770 2024.10.04 16:14:51.484504 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 5 columns (5 merged, 0 gathered) in 0.004946756 sec., 19002.35224862516 rows/sec., 1.43 MiB/sec.
8771 2024.10.04 16:14:51.484543 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8772 2024.10.04 16:14:51.484703 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8773 2024.10.04 16:14:51.485498 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8774 2024.10.04 16:14:51.485747 [ 43 ] {} <Debug> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8775 2024.10.04 16:14:51.485841 [ 43 ] {} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8776 2024.10.04 16:14:51.485844 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8777 2024.10.04 16:14:51.485860 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005289 sec., 43108.338060124785 rows/sec., 2.92 MiB/sec.
8778 2024.10.04 16:14:51.485878 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8779 2024.10.04 16:14:51.486151 [ 195 ] {0c4a8965-d3e6-4ec3-847c-687ee37d552d::all_1_36_7} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8780 2024.10.04 16:14:51.486297 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
8781 2024.10.04 16:14:51.486396 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8782 2024.10.04 16:14:51.486589 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Debug> DynamicQueryHandler: Done processing query
8783 2024.10.04 16:14:51.486604 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8784 2024.10.04 16:14:51.486640 [ 3 ] {89218022-2cf8-4586-92e4-327764533c0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB.
8785 2024.10.04 16:14:51.486679 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
8786 2024.10.04 16:14:51.486688 [ 3 ] {} <Debug> HTTP-Session: ef359d6b-76bb-4c6d-8c25-98f3d2922eb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8787 2024.10.04 16:14:51.486858 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part
8788 2024.10.04 16:14:51.487101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 87404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8789 2024.10.04 16:14:51.487123 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
8790 2024.10.04 16:14:51.487248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8791 2024.10.04 16:14:51.487350 [ 3 ] {} <Debug> HTTP-Session: 8fe16b30-3e10-4b42-baf3-dea49e0d4f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8792 2024.10.04 16:14:51.487431 [ 3 ] {} <Debug> HTTP-Session: 8fe16b30-3e10-4b42-baf3-dea49e0d4f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8793 2024.10.04 16:14:51.487450 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
8794 2024.10.04 16:14:51.487480 [ 3 ] {} <Debug> HTTP-Session: 8fe16b30-3e10-4b42-baf3-dea49e0d4f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8795 2024.10.04 16:14:51.487607 [ 3 ] {} <Trace> HTTP-Session: 8fe16b30-3e10-4b42-baf3-dea49e0d4f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8796 2024.10.04 16:14:51.487761 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::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
8797 2024.10.04 16:14:51.487966 [ 199 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part
8798 2024.10.04 16:14:51.488224 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8799 2024.10.04 16:14:51.488403 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8800 2024.10.04 16:14:51.489195 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8801 2024.10.04 16:14:51.490535 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8802 2024.10.04 16:14:51.490638 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8803 2024.10.04 16:14:51.490712 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468762 sec., 158075.95325559666 rows/sec., 10.73 MiB/sec.
8804 2024.10.04 16:14:51.491002 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8805 2024.10.04 16:14:51.491365 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8806 2024.10.04 16:14:51.492247 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8807 2024.10.04 16:14:51.492408 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8808 2024.10.04 16:14:51.492465 [ 198 ] {394a70a9-d3e7-44a5-8d2c-08c6484fa1f8::all_1_26_5} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8809 2024.10.04 16:14:51.492687 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
8810 2024.10.04 16:14:51.492775 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.004901 sec., 107937.15568251377 rows/sec., 8.00 MiB/sec.
8811 2024.10.04 16:14:51.492984 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Debug> DynamicQueryHandler: Done processing query
8812 2024.10.04 16:14:51.493010 [ 3 ] {7cc20b96-d9ea-4b53-b44f-bd2ee68969f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB.
8813 2024.10.04 16:14:51.493026 [ 3 ] {} <Debug> HTTP-Session: 8fe16b30-3e10-4b42-baf3-dea49e0d4f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8814 2024.10.04 16:14:51.493286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 180448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8815 2024.10.04 16:14:51.493335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8816 2024.10.04 16:14:51.493355 [ 3 ] {} <Debug> HTTP-Session: 31b58ccf-25e8-49f8-a2a7-9b4a1786fc38 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8817 2024.10.04 16:14:51.493371 [ 3 ] {} <Debug> HTTP-Session: 31b58ccf-25e8-49f8-a2a7-9b4a1786fc38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8818 2024.10.04 16:14:51.493385 [ 3 ] {} <Debug> HTTP-Session: 31b58ccf-25e8-49f8-a2a7-9b4a1786fc38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8819 2024.10.04 16:14:51.493416 [ 3 ] {} <Trace> HTTP-Session: 31b58ccf-25e8-49f8-a2a7-9b4a1786fc38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8820 2024.10.04 16:14:51.493858 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8821 2024.10.04 16:14:51.493906 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8822 2024.10.04 16:14:51.494062 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8823 2024.10.04 16:14:51.494955 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8824 2024.10.04 16:14:51.494992 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8825 2024.10.04 16:14:51.495444 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8826 2024.10.04 16:14:51.495807 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8827 2024.10.04 16:14:51.495961 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002392 sec., 397993.31103678927 rows/sec., 26.70 MiB/sec.
8828 2024.10.04 16:14:51.496262 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Debug> DynamicQueryHandler: Done processing query
8829 2024.10.04 16:14:51.496323 [ 3 ] {983630e8-2971-4d00-aeb4-9db736cf43b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB.
8830 2024.10.04 16:14:51.496380 [ 3 ] {} <Debug> HTTP-Session: 31b58ccf-25e8-49f8-a2a7-9b4a1786fc38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8831 2024.10.04 16:14:51.496631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 15128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8832 2024.10.04 16:14:51.496685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8833 2024.10.04 16:14:51.496706 [ 3 ] {} <Debug> HTTP-Session: d9509c99-4773-4d95-b3f6-2d34cd29e8a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8834 2024.10.04 16:14:51.496723 [ 3 ] {} <Debug> HTTP-Session: d9509c99-4773-4d95-b3f6-2d34cd29e8a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8835 2024.10.04 16:14:51.496737 [ 3 ] {} <Debug> HTTP-Session: d9509c99-4773-4d95-b3f6-2d34cd29e8a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8836 2024.10.04 16:14:51.496769 [ 3 ] {} <Trace> HTTP-Session: d9509c99-4773-4d95-b3f6-2d34cd29e8a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8837 2024.10.04 16:14:51.497032 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
8838 2024.10.04 16:14:51.497103 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8839 2024.10.04 16:14:51.497560 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8840 2024.10.04 16:14:51.498250 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8841 2024.10.04 16:14:51.498287 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8842 2024.10.04 16:14:51.498904 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8843 2024.10.04 16:14:51.499329 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8844 2024.10.04 16:14:51.499510 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8845 2024.10.04 16:14:51.499537 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002686 sec., 3350.7073715562174 rows/sec., 6.00 MiB/sec.
8846 2024.10.04 16:14:51.499602 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8847 2024.10.04 16:14:51.499698 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8848 2024.10.04 16:14:51.500080 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::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
8849 2024.10.04 16:14:51.500100 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Debug> DynamicQueryHandler: Done processing query
8850 2024.10.04 16:14:51.500167 [ 3 ] {8fdd6b36-4a7c-4f07-bd3a-eecc5ec92837} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
8851 2024.10.04 16:14:51.500201 [ 3 ] {} <Debug> HTTP-Session: d9509c99-4773-4d95-b3f6-2d34cd29e8a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8852 2024.10.04 16:14:51.500409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 6102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8853 2024.10.04 16:14:51.500523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8854 2024.10.04 16:14:51.500581 [ 3 ] {} <Debug> HTTP-Session: d0213651-4af9-4f24-b7ff-a76fd7b152e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8855 2024.10.04 16:14:51.500629 [ 3 ] {} <Debug> HTTP-Session: d0213651-4af9-4f24-b7ff-a76fd7b152e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8856 2024.10.04 16:14:51.500681 [ 3 ] {} <Debug> HTTP-Session: d0213651-4af9-4f24-b7ff-a76fd7b152e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8857 2024.10.04 16:14:51.500764 [ 3 ] {} <Trace> HTTP-Session: d0213651-4af9-4f24-b7ff-a76fd7b152e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8858 2024.10.04 16:14:51.501043 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8859 2024.10.04 16:14:51.501063 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8860 2024.10.04 16:14:51.501162 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8861 2024.10.04 16:14:51.501241 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 256 rows starting from the beginning of the part
8862 2024.10.04 16:14:51.502029 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8863 2024.10.04 16:14:51.502149 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part
8864 2024.10.04 16:14:51.502886 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part
8865 2024.10.04 16:14:51.503119 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8866 2024.10.04 16:14:51.503223 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8867 2024.10.04 16:14:51.503623 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part
8868 2024.10.04 16:14:51.504260 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part
8869 2024.10.04 16:14:51.504443 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8870 2024.10.04 16:14:51.504756 [ 202 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part
8871 2024.10.04 16:14:51.505636 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8872 2024.10.04 16:14:51.506026 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005092 sec., 7855.459544383346 rows/sec., 543.13 KiB/sec.
8873 2024.10.04 16:14:51.506332 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Debug> DynamicQueryHandler: Done processing query
8874 2024.10.04 16:14:51.506364 [ 3 ] {a7192ea6-c1e6-41a4-89d1-a0a8f07d5457} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
8875 2024.10.04 16:14:51.506392 [ 3 ] {} <Debug> HTTP-Session: d0213651-4af9-4f24-b7ff-a76fd7b152e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8876 2024.10.04 16:14:51.508909 [ 199 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 19 columns (19 merged, 0 gathered) in 0.009041915 sec., 33068.216190928586 rows/sec., 59.26 MiB/sec.
8877 2024.10.04 16:14:51.509507 [ 199 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8878 2024.10.04 16:14:51.510130 [ 199 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8879 2024.10.04 16:14:51.510219 [ 199 ] {5e9b66c9-3572-4b97-a4e3-d504123fa5a8::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8880 2024.10.04 16:14:51.510363 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB.
8881 2024.10.04 16:14:53.218391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 7846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8882 2024.10.04 16:14:53.218591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8883 2024.10.04 16:14:53.218638 [ 3 ] {} <Debug> HTTP-Session: 5091cccd-ee1f-4711-b628-d9e72ccdabcf Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8884 2024.10.04 16:14:53.218679 [ 3 ] {} <Debug> HTTP-Session: 5091cccd-ee1f-4711-b628-d9e72ccdabcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8885 2024.10.04 16:14:53.218710 [ 3 ] {} <Debug> HTTP-Session: 5091cccd-ee1f-4711-b628-d9e72ccdabcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8886 2024.10.04 16:14:53.218790 [ 3 ] {} <Trace> HTTP-Session: 5091cccd-ee1f-4711-b628-d9e72ccdabcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8887 2024.10.04 16:14:53.219106 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8888 2024.10.04 16:14:53.219219 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8889 2024.10.04 16:14:53.219729 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8890 2024.10.04 16:14:53.220285 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8891 2024.10.04 16:14:53.220328 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8892 2024.10.04 16:14:53.220764 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8893 2024.10.04 16:14:53.221161 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8894 2024.10.04 16:14:53.221351 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002349 sec., 23839.931885908896 rows/sec., 1.83 MiB/sec.
8895 2024.10.04 16:14:53.221569 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Debug> DynamicQueryHandler: Done processing query
8896 2024.10.04 16:14:53.221596 [ 3 ] {156b8281-18d3-4a99-9b57-0b5414d54a3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB.
8897 2024.10.04 16:14:53.221613 [ 3 ] {} <Debug> HTTP-Session: 5091cccd-ee1f-4711-b628-d9e72ccdabcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8898 2024.10.04 16:14:53.221786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8899 2024.10.04 16:14:53.221838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8900 2024.10.04 16:14:53.221859 [ 3 ] {} <Debug> HTTP-Session: b02c7f2d-ea7a-40ea-a453-4e0f7a071f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8901 2024.10.04 16:14:53.221875 [ 3 ] {} <Debug> HTTP-Session: b02c7f2d-ea7a-40ea-a453-4e0f7a071f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8902 2024.10.04 16:14:53.221890 [ 3 ] {} <Debug> HTTP-Session: b02c7f2d-ea7a-40ea-a453-4e0f7a071f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8903 2024.10.04 16:14:53.221922 [ 3 ] {} <Trace> HTTP-Session: b02c7f2d-ea7a-40ea-a453-4e0f7a071f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8904 2024.10.04 16:14:53.222044 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
8905 2024.10.04 16:14:53.222089 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8906 2024.10.04 16:14:53.222315 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8907 2024.10.04 16:14:53.222757 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8908 2024.10.04 16:14:53.222795 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8909 2024.10.04 16:14:53.223161 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8910 2024.10.04 16:14:53.223528 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8911 2024.10.04 16:14:53.223696 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001688 sec., 37914.69194312796 rows/sec., 2.96 MiB/sec.
8912 2024.10.04 16:14:53.223876 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Debug> DynamicQueryHandler: Done processing query
8913 2024.10.04 16:14:53.223900 [ 3 ] {9176d239-530d-4cab-b081-546203c687e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
8914 2024.10.04 16:14:53.223915 [ 3 ] {} <Debug> HTTP-Session: b02c7f2d-ea7a-40ea-a453-4e0f7a071f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8915 2024.10.04 16:14:53.224096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 10401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8916 2024.10.04 16:14:53.224145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8917 2024.10.04 16:14:53.224164 [ 3 ] {} <Debug> HTTP-Session: 154fdc83-89b3-47b4-ab56-acdf01c3822a Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8918 2024.10.04 16:14:53.224180 [ 3 ] {} <Debug> HTTP-Session: 154fdc83-89b3-47b4-ab56-acdf01c3822a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8919 2024.10.04 16:14:53.224194 [ 3 ] {} <Debug> HTTP-Session: 154fdc83-89b3-47b4-ab56-acdf01c3822a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8920 2024.10.04 16:14:53.224225 [ 3 ] {} <Trace> HTTP-Session: 154fdc83-89b3-47b4-ab56-acdf01c3822a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8921 2024.10.04 16:14:53.224344 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
8922 2024.10.04 16:14:53.224391 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8923 2024.10.04 16:14:53.224536 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8924 2024.10.04 16:14:53.224858 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8925 2024.10.04 16:14:53.224895 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8926 2024.10.04 16:14:53.225273 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8927 2024.10.04 16:14:53.225610 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): 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.10.04 16:14:53.225757 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001455 sec., 37113.402061855675 rows/sec., 2.59 MiB/sec.
8929 2024.10.04 16:14:53.225969 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Debug> DynamicQueryHandler: Done processing query
8930 2024.10.04 16:14:53.225993 [ 3 ] {de24b65a-7512-4a33-b2ed-145f287af5b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
8931 2024.10.04 16:14:53.226009 [ 3 ] {} <Debug> HTTP-Session: 154fdc83-89b3-47b4-ab56-acdf01c3822a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8932 2024.10.04 16:14:53.226157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 3072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8933 2024.10.04 16:14:53.226205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8934 2024.10.04 16:14:53.226224 [ 3 ] {} <Debug> HTTP-Session: fce5aa56-3194-4fde-a647-cbfd00c21d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8935 2024.10.04 16:14:53.226241 [ 3 ] {} <Debug> HTTP-Session: fce5aa56-3194-4fde-a647-cbfd00c21d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8936 2024.10.04 16:14:53.226255 [ 3 ] {} <Debug> HTTP-Session: fce5aa56-3194-4fde-a647-cbfd00c21d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8937 2024.10.04 16:14:53.226285 [ 3 ] {} <Trace> HTTP-Session: fce5aa56-3194-4fde-a647-cbfd00c21d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8938 2024.10.04 16:14:53.226395 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
8939 2024.10.04 16:14:53.226440 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8940 2024.10.04 16:14:53.226579 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8941 2024.10.04 16:14:53.226848 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8942 2024.10.04 16:14:53.226883 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB.
8943 2024.10.04 16:14:53.227238 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8944 2024.10.04 16:14:53.227562 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8945 2024.10.04 16:14:53.227722 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001352 sec., 14792.899408284025 rows/sec., 1017.01 KiB/sec.
8946 2024.10.04 16:14:53.227903 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Debug> DynamicQueryHandler: Done processing query
8947 2024.10.04 16:14:53.227928 [ 3 ] {57fbb62f-aab4-47e5-94bd-a9cf94edbbb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
8948 2024.10.04 16:14:53.227944 [ 3 ] {} <Debug> HTTP-Session: fce5aa56-3194-4fde-a647-cbfd00c21d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8949 2024.10.04 16:14:57.615224 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
8950 2024.10.04 16:14:57.615315 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
8951 2024.10.04 16:14:57.806785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 892
8952 2024.10.04 16:14:57.810055 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8953 2024.10.04 16:14:57.810100 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
8954 2024.10.04 16:14:57.811596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
8955 2024.10.04 16:14:57.812571 [ 242 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8956 2024.10.04 16:14:57.812786 [ 33 ] {} <Debug> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
8957 2024.10.04 16:14:57.812902 [ 33 ] {} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8958 2024.10.04 16:14:57.812982 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
8959 2024.10.04 16:14:57.813443 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
8960 2024.10.04 16:14:57.814022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892
8961 2024.10.04 16:14:57.814601 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8962 2024.10.04 16:14:57.814719 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 704 rows starting from the beginning of the part
8963 2024.10.04 16:14:57.815273 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part
8964 2024.10.04 16:14:57.815812 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::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
8965 2024.10.04 16:14:57.816295 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part
8966 2024.10.04 16:14:57.816766 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part
8967 2024.10.04 16:14:57.817318 [ 198 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part
8968 2024.10.04 16:14:57.825840 [ 199 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 72 columns (72 merged, 0 gathered) in 0.012713205 sec., 70163.26724850264 rows/sec., 49.63 MiB/sec.
8969 2024.10.04 16:14:57.827306 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
8970 2024.10.04 16:14:57.829085 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8971 2024.10.04 16:14:57.829188 [ 196 ] {c52c5170-cc1d-4987-ad10-144077b04c90::all_1_21_4} <Trace> system.query_log (c52c5170-cc1d-4987-ad10-144077b04c90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
8972 2024.10.04 16:14:57.829547 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB.
8973 2024.10.04 16:14:58.229355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8974 2024.10.04 16:14:58.229456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8975 2024.10.04 16:14:58.229486 [ 3 ] {} <Debug> HTTP-Session: 98e0f9f4-aff8-4ff8-b47c-04e98813de55 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8976 2024.10.04 16:14:58.229515 [ 3 ] {} <Debug> HTTP-Session: 98e0f9f4-aff8-4ff8-b47c-04e98813de55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
8977 2024.10.04 16:14:58.229533 [ 3 ] {} <Debug> HTTP-Session: 98e0f9f4-aff8-4ff8-b47c-04e98813de55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
8978 2024.10.04 16:14:58.229589 [ 3 ] {} <Trace> HTTP-Session: 98e0f9f4-aff8-4ff8-b47c-04e98813de55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8979 2024.10.04 16:14:58.229856 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete)
8980 2024.10.04 16:14:58.229924 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8981 2024.10.04 16:14:58.230248 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Trace> ParallelParsingInputFormat: Parallel parsing is used
8982 2024.10.04 16:14:58.230798 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8983 2024.10.04 16:14:58.230839 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
8984 2024.10.04 16:14:58.231289 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8985 2024.10.04 16:14:58.231672 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8986 2024.10.04 16:14:58.231858 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002121 sec., 96652.52239509665 rows/sec., 8.51 MiB/sec.
8987 2024.10.04 16:14:58.231869 [ 33 ] {} <Debug> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8988 2024.10.04 16:14:58.231975 [ 33 ] {} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8989 2024.10.04 16:14:58.232031 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
8990 2024.10.04 16:14:58.232165 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Debug> DynamicQueryHandler: Done processing query
8991 2024.10.04 16:14:58.232188 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::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
8992 2024.10.04 16:14:58.232202 [ 3 ] {acd485b5-1fb8-47f7-8f4f-2e006ecae232} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
8993 2024.10.04 16:14:58.232255 [ 3 ] {} <Debug> HTTP-Session: 98e0f9f4-aff8-4ff8-b47c-04e98813de55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
8994 2024.10.04 16:14:58.232421 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8995 2024.10.04 16:14:58.232462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8996 2024.10.04 16:14:58.232495 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1373 rows starting from the beginning of the part
8997 2024.10.04 16:14:58.232564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
8998 2024.10.04 16:14:58.232636 [ 3 ] {} <Debug> HTTP-Session: 4a500a09-1e11-429a-9089-9b773b78c784 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
8999 2024.10.04 16:14:58.232718 [ 3 ] {} <Debug> HTTP-Session: 4a500a09-1e11-429a-9089-9b773b78c784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9000 2024.10.04 16:14:58.232784 [ 3 ] {} <Debug> HTTP-Session: 4a500a09-1e11-429a-9089-9b773b78c784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9001 2024.10.04 16:14:58.232841 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 75 rows starting from the beginning of the part
9002 2024.10.04 16:14:58.232883 [ 3 ] {} <Trace> HTTP-Session: 4a500a09-1e11-429a-9089-9b773b78c784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9003 2024.10.04 16:14:58.233119 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 207 rows starting from the beginning of the part
9004 2024.10.04 16:14:58.233216 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete)
9005 2024.10.04 16:14:58.233365 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9006 2024.10.04 16:14:58.233419 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1214 rows starting from the beginning of the part
9007 2024.10.04 16:14:58.233823 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
9008 2024.10.04 16:14:58.234150 [ 189 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 205 rows starting from the beginning of the part
9009 2024.10.04 16:14:58.234908 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9010 2024.10.04 16:14:58.235638 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9011 2024.10.04 16:14:58.235684 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9012 2024.10.04 16:14:58.236610 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9013 2024.10.04 16:14:58.237304 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Trace> oximeter.fields_u16 (0c4a8965-d3e6-4ec3-847c-687ee37d552d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9014 2024.10.04 16:14:58.237510 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004422 sec., 1809.1361374943465 rows/sec., 136.04 KiB/sec.
9015 2024.10.04 16:14:58.238000 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Debug> DynamicQueryHandler: Done processing query
9016 2024.10.04 16:14:58.238043 [ 3 ] {3c8a7d41-af38-4254-ae18-de8158ce2fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9017 2024.10.04 16:14:58.238064 [ 3 ] {} <Debug> HTTP-Session: 4a500a09-1e11-429a-9089-9b773b78c784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9018 2024.10.04 16:14:58.238090 [ 196 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.005973046 sec., 524020.7425156277 rows/sec., 45.80 MiB/sec.
9019 2024.10.04 16:14:58.238199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9020 2024.10.04 16:14:58.238250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9021 2024.10.04 16:14:58.238272 [ 3 ] {} <Debug> HTTP-Session: c4a0af91-f670-4dcb-af90-b4841dcaa3a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9022 2024.10.04 16:14:58.238299 [ 3 ] {} <Debug> HTTP-Session: c4a0af91-f670-4dcb-af90-b4841dcaa3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9023 2024.10.04 16:14:58.238334 [ 3 ] {} <Debug> HTTP-Session: c4a0af91-f670-4dcb-af90-b4841dcaa3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9024 2024.10.04 16:14:58.238379 [ 3 ] {} <Trace> HTTP-Session: c4a0af91-f670-4dcb-af90-b4841dcaa3a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9025 2024.10.04 16:14:58.238458 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9026 2024.10.04 16:14:58.238561 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete)
9027 2024.10.04 16:14:58.238651 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9028 2024.10.04 16:14:58.239531 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9029 2024.10.04 16:14:58.239732 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9030 2024.10.04 16:14:58.239949 [ 199 ] {1a8d5da5-1234-4d37-bb3a-1822aa914bb9::all_1_46_9} <Trace> oximeter.fields_string (1a8d5da5-1234-4d37-bb3a-1822aa914bb9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9031 2024.10.04 16:14:58.240161 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9032 2024.10.04 16:14:58.240170 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9033 2024.10.04 16:14:58.240224 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9034 2024.10.04 16:14:58.240605 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9035 2024.10.04 16:14:58.240987 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Trace> oximeter.fields_u32 (394a70a9-d3e7-44a5-8d2c-08c6484fa1f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9036 2024.10.04 16:14:58.241151 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002661 sec., 5261.180007515971 rows/sec., 368.46 KiB/sec.
9037 2024.10.04 16:14:58.241340 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Debug> DynamicQueryHandler: Done processing query
9038 2024.10.04 16:14:58.241364 [ 3 ] {27cdd6d1-6b31-4760-a69c-ba94ae14da4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9039 2024.10.04 16:14:58.241381 [ 3 ] {} <Debug> HTTP-Session: c4a0af91-f670-4dcb-af90-b4841dcaa3a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9040 2024.10.04 16:14:58.241509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9041 2024.10.04 16:14:58.241558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9042 2024.10.04 16:14:58.241577 [ 3 ] {} <Debug> HTTP-Session: 7175e12d-783a-400f-be78-69d676f787dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9043 2024.10.04 16:14:58.241594 [ 3 ] {} <Debug> HTTP-Session: 7175e12d-783a-400f-be78-69d676f787dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9044 2024.10.04 16:14:58.241608 [ 3 ] {} <Debug> HTTP-Session: 7175e12d-783a-400f-be78-69d676f787dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9045 2024.10.04 16:14:58.241644 [ 3 ] {} <Trace> HTTP-Session: 7175e12d-783a-400f-be78-69d676f787dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9046 2024.10.04 16:14:58.241739 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete)
9047 2024.10.04 16:14:58.241782 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9048 2024.10.04 16:14:58.242013 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9049 2024.10.04 16:14:58.242311 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9050 2024.10.04 16:14:58.242347 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9051 2024.10.04 16:14:58.242699 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9052 2024.10.04 16:14:58.243070 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Trace> oximeter.fields_u8 (1684d24c-609d-4fca-8b7f-fc8d3de4acac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9053 2024.10.04 16:14:58.243229 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 234.14 KiB/sec.
9054 2024.10.04 16:14:58.243407 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Debug> DynamicQueryHandler: Done processing query
9055 2024.10.04 16:14:58.243432 [ 3 ] {fffdf9a9-82a8-498d-8f5a-39d0cf844d9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9056 2024.10.04 16:14:58.243449 [ 3 ] {} <Debug> HTTP-Session: 7175e12d-783a-400f-be78-69d676f787dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9057 2024.10.04 16:14:58.243601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 63173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9058 2024.10.04 16:14:58.243651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9059 2024.10.04 16:14:58.243671 [ 3 ] {} <Debug> HTTP-Session: bd740a74-47a6-418d-8883-fb235ac40e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9060 2024.10.04 16:14:58.243688 [ 3 ] {} <Debug> HTTP-Session: bd740a74-47a6-418d-8883-fb235ac40e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9061 2024.10.04 16:14:58.243702 [ 3 ] {} <Debug> HTTP-Session: bd740a74-47a6-418d-8883-fb235ac40e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9062 2024.10.04 16:14:58.243732 [ 3 ] {} <Trace> HTTP-Session: bd740a74-47a6-418d-8883-fb235ac40e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9063 2024.10.04 16:14:58.244007 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete)
9064 2024.10.04 16:14:58.244050 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9065 2024.10.04 16:14:58.244274 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9066 2024.10.04 16:14:58.244854 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9067 2024.10.04 16:14:58.244891 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9068 2024.10.04 16:14:58.245277 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9069 2024.10.04 16:14:58.245644 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9070 2024.10.04 16:14:58.245776 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001946 sec., 200411.09969167522 rows/sec., 14.21 MiB/sec.
9071 2024.10.04 16:14:58.245789 [ 32 ] {} <Debug> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9072 2024.10.04 16:14:58.245844 [ 32 ] {} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9073 2024.10.04 16:14:58.245882 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9074 2024.10.04 16:14:58.245996 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Debug> DynamicQueryHandler: Done processing query
9075 2024.10.04 16:14:58.246033 [ 3 ] {12bc9390-971e-4505-9aca-8b53e7fbdd82} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB.
9076 2024.10.04 16:14:58.246044 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::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
9077 2024.10.04 16:14:58.246052 [ 3 ] {} <Debug> HTTP-Session: bd740a74-47a6-418d-8883-fb235ac40e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9078 2024.10.04 16:14:58.246288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9079 2024.10.04 16:14:58.246413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9080 2024.10.04 16:14:58.246489 [ 3 ] {} <Debug> HTTP-Session: 33026adf-c202-4ccf-9eaa-2bb01df6ffb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9081 2024.10.04 16:14:58.246504 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9082 2024.10.04 16:14:58.246537 [ 3 ] {} <Debug> HTTP-Session: 33026adf-c202-4ccf-9eaa-2bb01df6ffb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9083 2024.10.04 16:14:58.246584 [ 3 ] {} <Debug> HTTP-Session: 33026adf-c202-4ccf-9eaa-2bb01df6ffb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9084 2024.10.04 16:14:58.246589 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 885 rows starting from the beginning of the part
9085 2024.10.04 16:14:58.246649 [ 3 ] {} <Trace> HTTP-Session: 33026adf-c202-4ccf-9eaa-2bb01df6ffb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9086 2024.10.04 16:14:58.246831 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 75 rows starting from the beginning of the part
9087 2024.10.04 16:14:58.246870 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete)
9088 2024.10.04 16:14:58.247047 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9089 2024.10.04 16:14:58.247127 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 394 rows starting from the beginning of the part
9090 2024.10.04 16:14:58.247470 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 529 rows starting from the beginning of the part
9091 2024.10.04 16:14:58.248031 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
9092 2024.10.04 16:14:58.248253 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9093 2024.10.04 16:14:58.248262 [ 196 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 390 rows starting from the beginning of the part
9094 2024.10.04 16:14:58.248904 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9095 2024.10.04 16:14:58.248943 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9096 2024.10.04 16:14:58.249445 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9097 2024.10.04 16:14:58.249938 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Trace> oximeter.measurements_bool (cc2a1b0e-8d80-4f58-af14-fe5e61ee3e83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9098 2024.10.04 16:14:58.250084 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003296 sec., 1820.388349514563 rows/sec., 95.11 KiB/sec.
9099 2024.10.04 16:14:58.250683 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Debug> DynamicQueryHandler: Done processing query
9100 2024.10.04 16:14:58.250775 [ 3 ] {c74e6851-5576-4cf7-9e57-9e0aa9d3963c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB.
9101 2024.10.04 16:14:58.250871 [ 3 ] {} <Debug> HTTP-Session: 33026adf-c202-4ccf-9eaa-2bb01df6ffb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9102 2024.10.04 16:14:58.251113 [ 197 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2337 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516678 sec., 452312.6589481263 rows/sec., 34.61 MiB/sec.
9103 2024.10.04 16:14:58.251196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 44694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9104 2024.10.04 16:14:58.251262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9105 2024.10.04 16:14:58.251282 [ 3 ] {} <Debug> HTTP-Session: 38f64afa-8852-477a-9d3c-98d1ebd5aea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9106 2024.10.04 16:14:58.251303 [ 3 ] {} <Debug> HTTP-Session: 38f64afa-8852-477a-9d3c-98d1ebd5aea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9107 2024.10.04 16:14:58.251320 [ 3 ] {} <Debug> HTTP-Session: 38f64afa-8852-477a-9d3c-98d1ebd5aea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9108 2024.10.04 16:14:58.251339 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9109 2024.10.04 16:14:58.251355 [ 3 ] {} <Trace> HTTP-Session: 38f64afa-8852-477a-9d3c-98d1ebd5aea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9110 2024.10.04 16:14:58.251616 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete)
9111 2024.10.04 16:14:58.251706 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9112 2024.10.04 16:14:58.251980 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9113 2024.10.04 16:14:58.252051 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9114 2024.10.04 16:14:58.252141 [ 192 ] {1cd55539-32aa-4775-92a7-23ce89365750::all_1_46_9} <Trace> oximeter.fields_uuid (1cd55539-32aa-4775-92a7-23ce89365750) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9115 2024.10.04 16:14:58.252272 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9116 2024.10.04 16:14:58.252533 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9117 2024.10.04 16:14:58.252569 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9118 2024.10.04 16:14:58.252965 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9119 2024.10.04 16:14:58.253319 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9120 2024.10.04 16:14:58.253442 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9121 2024.10.04 16:14:58.253447 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001981 sec., 119636.54719838465 rows/sec., 8.02 MiB/sec.
9122 2024.10.04 16:14:58.253478 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2024.10.04 16:14:58.253516 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9124 2024.10.04 16:14:58.253809 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Debug> DynamicQueryHandler: Done processing query
9125 2024.10.04 16:14:58.253872 [ 3 ] {2ba7d42a-6d90-4b0f-8d56-57efac298dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB.
9126 2024.10.04 16:14:58.253870 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::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
9127 2024.10.04 16:14:58.253920 [ 3 ] {} <Debug> HTTP-Session: 38f64afa-8852-477a-9d3c-98d1ebd5aea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9128 2024.10.04 16:14:58.254232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9129 2024.10.04 16:14:58.254429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9130 2024.10.04 16:14:58.254516 [ 3 ] {} <Debug> HTTP-Session: 67c59adb-026b-4538-96e5-3836540ed33b Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9131 2024.10.04 16:14:58.254572 [ 3 ] {} <Debug> HTTP-Session: 67c59adb-026b-4538-96e5-3836540ed33b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9132 2024.10.04 16:14:58.254622 [ 3 ] {} <Debug> HTTP-Session: 67c59adb-026b-4538-96e5-3836540ed33b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9133 2024.10.04 16:14:58.254739 [ 3 ] {} <Trace> HTTP-Session: 67c59adb-026b-4538-96e5-3836540ed33b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9134 2024.10.04 16:14:58.254779 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9135 2024.10.04 16:14:58.254882 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12835 rows starting from the beginning of the part
9136 2024.10.04 16:14:58.254944 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete)
9137 2024.10.04 16:14:58.255109 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9138 2024.10.04 16:14:58.255134 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part
9139 2024.10.04 16:14:58.255601 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 239 rows starting from the beginning of the part
9140 2024.10.04 16:14:58.255969 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 952 rows starting from the beginning of the part
9141 2024.10.04 16:14:58.256218 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9142 2024.10.04 16:14:58.256368 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 54 rows starting from the beginning of the part
9143 2024.10.04 16:14:58.256693 [ 187 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
9144 2024.10.04 16:14:58.257410 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9145 2024.10.04 16:14:58.257461 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9146 2024.10.04 16:14:58.258191 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9147 2024.10.04 16:14:58.258730 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Trace> oximeter.measurements_f64 (3cff5c60-75da-4fb4-bd11-287e6b459610): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9148 2024.10.04 16:14:58.258947 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004064 sec., 246.06299212598427 rows/sec., 16.58 KiB/sec.
9149 2024.10.04 16:14:58.259262 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Debug> DynamicQueryHandler: Done processing query
9150 2024.10.04 16:14:58.259319 [ 3 ] {a10f71a4-d8b0-4376-8f9b-550d5169899c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB.
9151 2024.10.04 16:14:58.259353 [ 3 ] {} <Debug> HTTP-Session: 67c59adb-026b-4538-96e5-3836540ed33b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9152 2024.10.04 16:14:58.259520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 14203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9153 2024.10.04 16:14:58.259631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9154 2024.10.04 16:14:58.259686 [ 3 ] {} <Debug> HTTP-Session: 020f8c06-df59-45b5-ab37-d0e64641c4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9155 2024.10.04 16:14:58.259724 [ 3 ] {} <Debug> HTTP-Session: 020f8c06-df59-45b5-ab37-d0e64641c4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9156 2024.10.04 16:14:58.259768 [ 3 ] {} <Debug> HTTP-Session: 020f8c06-df59-45b5-ab37-d0e64641c4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9157 2024.10.04 16:14:58.259883 [ 3 ] {} <Trace> HTTP-Session: 020f8c06-df59-45b5-ab37-d0e64641c4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9158 2024.10.04 16:14:58.260289 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete)
9159 2024.10.04 16:14:58.260374 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9160 2024.10.04 16:14:58.260952 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9161 2024.10.04 16:14:58.261685 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9162 2024.10.04 16:14:58.261721 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9163 2024.10.04 16:14:58.262610 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9164 2024.10.04 16:14:58.263599 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Trace> oximeter.measurements_histogramu64 (5e9b66c9-3572-4b97-a4e3-d504123fa5a8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9165 2024.10.04 16:14:58.263651 [ 193 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14478 rows, containing 5 columns (5 merged, 0 gathered) in 0.010017693 sec., 1445242.9316809769 rows/sec., 97.48 MiB/sec.
9166 2024.10.04 16:14:58.263814 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00377 sec., 2122.0159151193634 rows/sec., 3.80 MiB/sec.
9167 2024.10.04 16:14:58.264118 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Debug> DynamicQueryHandler: Done processing query
9168 2024.10.04 16:14:58.264146 [ 3 ] {2c6768d7-f014-4588-afaf-9849672bec0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB.
9169 2024.10.04 16:14:58.264168 [ 3 ] {} <Debug> HTTP-Session: 020f8c06-df59-45b5-ab37-d0e64641c4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9170 2024.10.04 16:14:58.264233 [ 193 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9171 2024.10.04 16:14:58.264364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38701, User-Agent: (none), Length: 12140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9172 2024.10.04 16:14:58.264453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1
9173 2024.10.04 16:14:58.264489 [ 3 ] {} <Debug> HTTP-Session: c5ed9621-fcce-4208-9887-19d832f72118 Authenticating user 'default' from [fd00:1122:3344:101::d]:38701
9174 2024.10.04 16:14:58.264524 [ 3 ] {} <Debug> HTTP-Session: c5ed9621-fcce-4208-9887-19d832f72118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
9175 2024.10.04 16:14:58.264558 [ 3 ] {} <Debug> HTTP-Session: c5ed9621-fcce-4208-9887-19d832f72118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
9176 2024.10.04 16:14:58.264728 [ 3 ] {} <Trace> HTTP-Session: c5ed9621-fcce-4208-9887-19d832f72118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9177 2024.10.04 16:14:58.264999 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38701) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete)
9178 2024.10.04 16:14:58.265087 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9179 2024.10.04 16:14:58.265131 [ 193 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9180 2024.10.04 16:14:58.265371 [ 193 ] {b861adc5-f8b6-4fe5-8560-76936d5ca296::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b861adc5-f8b6-4fe5-8560-76936d5ca296) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9181 2024.10.04 16:14:58.265478 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used
9182 2024.10.04 16:14:58.265576 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB.
9183 2024.10.04 16:14:58.265931 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2024.10.04 16:14:58.265973 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9185 2024.10.04 16:14:58.266356 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9186 2024.10.04 16:14:58.266699 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2024.10.04 16:14:58.266826 [ 32 ] {} <Debug> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9188 2024.10.04 16:14:58.266830 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001949 sec., 42072.85787583376 rows/sec., 2.67 MiB/sec.
9189 2024.10.04 16:14:58.266871 [ 32 ] {} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9190 2024.10.04 16:14:58.266913 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB.
9191 2024.10.04 16:14:58.267080 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::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.10.04 16:14:58.267098 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Debug> DynamicQueryHandler: Done processing query
9193 2024.10.04 16:14:58.267148 [ 3 ] {31079c8d-b166-4168-840c-73f523408f1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB.
9194 2024.10.04 16:14:58.267188 [ 3 ] {} <Debug> HTTP-Session: c5ed9621-fcce-4208-9887-19d832f72118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
9195 2024.10.04 16:14:58.267285 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9196 2024.10.04 16:14:58.267319 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2494 rows starting from the beginning of the part
9197 2024.10.04 16:14:58.267376 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
9198 2024.10.04 16:14:58.267508 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
9199 2024.10.04 16:14:58.267716 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part
9200 2024.10.04 16:14:58.267855 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part
9201 2024.10.04 16:14:58.268074 [ 197 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
9202 2024.10.04 16:14:58.269419 [ 193 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2778 rows, containing 4 columns (4 merged, 0 gathered) in 0.002412777 sec., 1151370.3918762489 rows/sec., 74.93 MiB/sec.
9203 2024.10.04 16:14:58.269668 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9204 2024.10.04 16:14:58.270086 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9205 2024.10.04 16:14:58.270164 [ 188 ] {fa425f41-824b-4c06-a571-b705b1f076fd::all_1_46_9} <Trace> oximeter.measurements_u64 (fa425f41-824b-4c06-a571-b705b1f076fd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9206 2024.10.04 16:14:58.270246 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
9207 2024.10.04 16:14:59.000139 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.39 MiB, peak 170.21 MiB, free memory in arenas 0.00 B, will set to 160.41 MiB (RSS), difference: 1.02 MiB