minio/internal
Harshavardhana 035a3ea4ae
optimize startup sequence performance (#19009)
- bucket metadata does not need to look for legacy things
  anymore if b.Created is non-zero

- stagger bucket metadata loads across lots of nodes to
  avoid the current thundering herd problem.

- Remove deadlines for RenameData, RenameFile - these
  calls should not ever be timed out and should wait
  until completion or wait for client timeout. Do not
  choose timeouts for applications during the WRITE phase.

- increase R/W buffer size, increase maxMergeMessages to 30
2024-02-08 11:21:21 -08:00
..
2024-01-17 23:03:17 -08:00
2024-01-17 23:03:17 -08:00
2022-12-30 11:37:07 -08:00
2024-01-17 23:03:17 -08:00
2023-09-04 12:57:37 -07:00
2023-03-04 20:57:35 -08:00
2024-01-17 23:03:17 -08:00
2024-01-17 23:03:17 -08:00
2024-01-17 23:03:17 -08:00