mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Remove random changes
This commit is contained in:
parent
22b9969f05
commit
f7e06cf9ac
@ -8,12 +8,12 @@
|
|||||||
#include <Core/NamesAndTypes.h>
|
#include <Core/NamesAndTypes.h>
|
||||||
#include <port/clock.h>
|
#include <port/clock.h>
|
||||||
|
|
||||||
class CachedCompressedReadBuffer;
|
|
||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
class IDataType;
|
class IDataType;
|
||||||
|
class CachedCompressedReadBuffer;
|
||||||
|
|
||||||
/// Reads the data between pairs of marks in the same part. When reading consecutive ranges, avoids unnecessary seeks.
|
/// Reads the data between pairs of marks in the same part. When reading consecutive ranges, avoids unnecessary seeks.
|
||||||
/// When ranges are almost consecutive, seeks are fast because they are performed inside the buffer.
|
/// When ranges are almost consecutive, seeks are fast because they are performed inside the buffer.
|
||||||
@ -90,7 +90,6 @@ private:
|
|||||||
bool save_marks_in_cache;
|
bool save_marks_in_cache;
|
||||||
MarkCache::MappedPtr marks;
|
MarkCache::MappedPtr marks;
|
||||||
|
|
||||||
|
|
||||||
std::unique_ptr<CachedCompressedReadBuffer> cached_buffer;
|
std::unique_ptr<CachedCompressedReadBuffer> cached_buffer;
|
||||||
std::unique_ptr<CompressedReadBufferFromFile> non_cached_buffer;
|
std::unique_ptr<CompressedReadBufferFromFile> non_cached_buffer;
|
||||||
};
|
};
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
<yandex>
|
|
||||||
<case>
|
|
||||||
<!-- Conditions. All must be satisfied simultaneously. Some conditions may not be specified. -->
|
|
||||||
<min_part_size>0</min_part_size> <!-- The minimum size of a part in bytes. -->
|
|
||||||
<min_part_size_ratio>0</min_part_size_ratio> <!-- The minimum size of the part relative to all the data in the table. -->
|
|
||||||
<!-- Which compression method to choose. -->
|
|
||||||
<method>zstd</method>
|
|
||||||
<level>2</level>
|
|
||||||
</case>
|
|
||||||
</yandex>
|
|
Loading…
Reference in New Issue
Block a user