Commit Graph

14 Commits

Author SHA1 Message Date
Moreno Garcia 3933722bca
[Tool] Add StarRocks Diagnostics tool for StarRocks metadata collection (#58810) 2025-05-12 15:58:52 +00:00
Murphy f8f893a171
[Feature] table sample (#52600)
Signed-off-by: Murphy <mofei@starrocks.com>
2024-11-29 10:11:01 +08:00
Rohit Satardekar 9cf9facc18
[Doc] stream load tool readme broken link (#52069)
Signed-off-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-10-18 09:58:00 +08:00
Alex Zhu 03787609a2
[Tool] Add diagnostics.sql script for troubleshooting (#28428)
Signed-off-by: Alex Zhu <zhuming9011@gmail.com>
2023-08-02 14:00:14 +08:00
evelyn.zhaojie d7ce2b6154
[Doc] Modify absolute paths in docs (#21986)
* [Doc] update ANALYZE TABLE manual collection

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>

* Update resource_group.md

* [Doc] update ANALYZE TABLE manual collection

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>

* Update resource_group.md

* [Doc] 3.0 privilege

* [Doc] 3.0 privilege

* Update TOC.md

* minor fixes

* [Doc] modify absolute paths in doc

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>

---------

Signed-off-by: evelynzhaojie <everlyn.zhaojie@gmail.com>
2023-04-20 11:32:02 +08:00
xyz f77b9acb86
[Refactor] change the permission mode of tool script file (#17053) 2023-01-31 11:44:01 +08:00
evelyn.zhaojie 041071cd24
update sr download link (#14885) 2022-12-08 00:02:11 -08:00
lichaoyong 8e1774879f
[License] Change Elastic License to Apache License 2.0 (#14748) 2022-12-06 17:11:17 -08:00
yan.zhang 3abd77e495
[Enhancement] extend query trace to support POV of thread (#12982) 2022-11-07 11:59:04 +08:00
lichaoyong 2da6924fb4
[Refactor] Change the license from StarRocks Limited to StarRocks Inc (#9979) 2022-08-15 19:22:55 +08:00
Napoleon 28cf7fac01
[Refactor] Remove alpha/beta rowset type (#7357) 2022-06-23 20:27:12 +08:00
imay f317bf916f
[Refactor] Fix License and remove unused file (#6389) 2022-05-22 16:14:07 +08:00
林郎俊赏丶 f74c7a6212
Encapsulate a tools for stream load when import file with a big size #4031 (#5451)
Use java and shell realize tools about stream load

The method of stream load is limited by `curl` performance. As a result, it's too slow to import a big file.
I want to realize a Java client to transfer the big file in parallel, can increase the performance.

First, I need to sequential read the big file, due to the characteristics of the disk, the performance of sequential read is of less concern about thread number.
Second, the data that was read will compose a long string, and be put in the blocking queue. when the main thread will block, the size of the blocking queue is equal to a limited size.
Third, the worker thread will consume the blocking queue, and send data through the network. when the worker thread is stopped, they receive an empty string from the main thread.

Using curl with one thread, the transmission speed is limited by disk bandwidth and at tens of megabytes.
With the new tools, the transmission speed can run over the 10 Gigabit network and satulated the disk bandwidth.
However, the transmission speed may also be affected by the sequential read-write performance of the hard disk. If you want faster transmission speed, you need a hard disk with better performance
2022-04-25 21:48:17 +08:00
Zhao Chun 5fa55b8199 Init commit 2021-09-04 22:14:12 +08:00