# “Failed to backfill 'Reader' badge” 오류가 많이 발생했습니다

**URL:** https://meta.discourse.org/t/got-a-lot-of-failed-to-backfill-reader-badge-errors/365756
**Category:** Support
**Created:** [5월 12, 2025, 4:14오후 UTC](https://meta.discourse.org/t/got-a-lot-of-failed-to-backfill-reader-badge-errors/365756 "2025-05-12T16:14:49Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [5월 13, 2025, 3:34오후 UTC](https://meta.discourse.org/t/got-a-lot-of-failed-to-backfill-reader-badge-errors/365756/7 "2025-05-13T15:34:32Z")

</div>

꽤나 묵직한 것 같네요. 🙂

혹시 그 당시 이 작업을 수행하지 않으셨다면 (포럼의 연식에 따라 다릅니다), 다음 링크에서 이러한 조언이 제시되었습니다: [PostgreSQL 13 update](https://meta.discourse.org/t/postgresql-13-update/172563)

> [@fitzy](#):
>
> ### 인덱스 재생성
> 
> 이번 업그레이드의 주요 특징은 모든 인스턴스에서 가장 큰 테이블인 `post_timings` 테이블과 그 인덱스에서 파일 용량을 크게 절감한다는 점입니다. 업그레이드가 성공적으로 완료된 후, 인덱스를 다시 빌드하는 명령을 실행해야 이러한 이점을 누릴 수 있습니다.
> 
> ```plaintext
> cd /var/discourse
> ./launcher enter app
> su postgres
> psql
> \connect discourse
> REINDEX SCHEMA CONCURRENTLY public;
> \q
> exit
> exit
> 
> ```
> 
> `REINDEX` 실행 전후의 `post_timings` 크기를 확인해 주신다면, 여기에 공유할 멋진 통계 자료가 될 것입니다!

불행히도 저는 이 부분에 대해 직접적인 경험이 없어서, 더 깊이 파고들려면 현명한 누군가의 출현을 기다려야 할 수도 있습니다. 🤓

---

_[View the full topic](https://meta.discourse.org/t/got-a-lot-of-failed-to-backfill-reader-badge-errors/365756)._
