ClickHouse/docs/en
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
..
development Revert "Revert "Integration check script fix ups"" 2023-10-17 08:18:17 +00:00
engines Fix incorrect free space accounting for least_used JBOD policy 2023-10-29 17:36:31 +01:00
getting-started Update amazon-reviews.md 2023-10-28 19:34:04 -06:00
interfaces DWARF input format (#55450) 2023-10-16 17:00:07 -07:00
operations Merge pull request #55696 from zvonand/zvonand-datetime-ranges 2023-10-27 10:40:20 +02:00
sql-reference Merge pull request #55983 from rschu1ze/snowflake-scale 2023-10-27 10:22:35 +02:00