mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 09:49:06 +01:00
6040f4902b
* New translations ja-jp.yml (French) * New translations share-form.md (French) * New translations ja-jp.yml (Italian) * New translations share-form.md (Italian) * New translations ja-jp.yml (Korean) * New translations 1.about-misskey.md (Korean) * New translations reaction.md (Korean) * New translations share-form.md (Korean) * New translations 1.index.md (Korean) * New translations announcement.md (Korean) * New translations ftt.md (Korean) * New translations role.md (Korean) * New translations 1.index.md (Korean) * New translations bash.md (Korean) * New translations docker.md (Korean) * New translations manual.md (Korean) * New translations ubuntu-manual.md (Korean) * New translations 1.index.md (Korean) * New translations 1.index.md (Korean) * New translations global-timeline.md (Korean) * New translations home-timeline.md (Korean) * New translations hybrid-timeline.md (Korean) * New translations index.md (Korean) * New translations local-timeline.md (Korean) * New translations main.md (Korean) * New translations 5.releases.md (Korean) * New translations endpoints.md (Korean) * New translations ja-jp.yml (Polish) * New translations share-form.md (Polish) * New translations ja-jp.yml (Chinese Simplified) * New translations share-form.md (Chinese Simplified) * New translations share-form.md (Chinese Traditional) * New translations 5.releases.md (Chinese Traditional) * New translations ja-jp.yml (English) * New translations 1.index.md (English) * New translations ads.md (English) * New translations antenna.md (English) * New translations charts.md (English) * New translations clip.md (English) * New translations share-form.md (English) * New translations create-plugin.md (English) * New translations plugin-api-reference.md (English) * New translations publish-on-your-website.md (English) * New translations ja-jp.yml (Indonesian) * New translations share-form.md (Indonesian)
20 lines
1010 B
Markdown
20 lines
1010 B
Markdown
# Fan-out Timeline Technology (FTT)
|
|
|
|
FTT란 Misskey에서 사용할 수 있는 서버 기능 중 하나입니다.
|
|
|
|
활성화 하시면 각종 타임라인을 로딩 할 때 퍼포먼스를 많이 향상시킬 수 있으므로, 데이터 베이스 부하를 줄일 수 있습니다.단, Redis의 메모리 사용량이 커집니다.서버의 메모리 용량이 적은 경우, 또는 동작이 불안정한 경우엔 비활성화 하실 수 있습니다.
|
|
|
|
제어판 → 일반 에서 설정하실 수 있습니다.
|
|
|
|
## 데이터 베이스 폴백
|
|
|
|
- 활성화 하시면 타임라인이 캐시 되어지지 않은 경우에 DB에 추가로 쿼리를 보내는 폴백 처리를 실행합니다.
|
|
- 비활성화 하시면, 폴백 처리를 실행하지 않으므로 서버의 부하를 덜을 수 있으나, 타임라인을 불러올 때의 범위에 제한이 생깁니다.
|
|
|
|
## FTT를 적용할 수 있는 타임라인
|
|
|
|
- 홈 타임라인
|
|
- 로컬 타임라인
|
|
- 소셜 타임라인
|
|
- 유저 리스트 타임라인
|