mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge pull request #20468 from ClickHouse/speedup-memory
Performance improvement of StorageMemory by Nikolai Kochetov
This commit is contained in:
commit
d39398baa6
@ -45,6 +45,8 @@ public:
|
||||
/// Smaller blocks (e.g. 64K rows) are better for CPU cache.
|
||||
bool prefersLargeBlocks() const override { return false; }
|
||||
|
||||
bool hasEvenlyDistributedRead() const override { return true; }
|
||||
|
||||
BlockOutputStreamPtr write(const ASTPtr & query, const StorageMetadataPtr & metadata_snapshot, const Context & context) override;
|
||||
|
||||
void drop() override;
|
||||
|
Loading…
Reference in New Issue
Block a user