ClickHouse/docs/en/engines/table-engines/mergetree-family
Azat Khuzhin c7f392500e Fix incorrect free space accounting for least_used JBOD policy
Before least_used fails to detect when the disk started to have more
space, it works only when the disk starts to have less space.

The reason for this is that it uses priority_queue, and once the disk
goes at the bottom of the queue, free space will not be updated for it
until it will be selected again.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-29 17:36:31 +01:00
..
aggregatingmergetree.md Update aggregatingmergetree.md 2023-06-05 21:02:27 +01:00
annindexes.md Fix docs 2023-09-25 17:09:58 +00:00
collapsingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
custom-partitioning-key.md CI: Fix aspell on nested docs 2023-06-02 12:24:41 +00:00
graphitemergetree.md Fix some grammar mistakes in documentation, code and tests 2023-05-04 13:35:18 -03:00
index.md add slugs 2022-08-28 10:53:34 -04:00
invertedindexes.md Code refactoring according to code review 2023-10-16 17:52:39 -07:00
mergetree.md Fix incorrect free space accounting for least_used JBOD policy 2023-10-29 17:36:31 +01:00
replacingmergetree.md Update replacingmergetree.md 2023-10-11 19:46:58 +02:00
replication.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
summingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
versionedcollapsingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00