Places.sqlite
http://kb.mozillazine.org/Places.sqlite
- annotations, bookmarks, favorite icons, input history, keywords, and browsing history (a record of visited pages).
moz_anno_attributes - Annotation Attributes
moz_annos - Annotations
moz_bookmarks - Bookmarks
moz_bookmarks_roots - Bookmark roots i.e. places, menu, toolbar, tags, unfiled
moz_favicons - Favourite icons - including URL of icon
moz_historyvisits - A history of the number of times a site has been visited
moz_inputhistory - A history of URLS typed by the user
moz_items_annos - Item annotations
moz_keywords - Keywords
moz_places - Places/Sites visited - referenced by moz_historyvisits
//===================================
* 파이어폭스 DB만 정리해도 속도 빨라져
http://www.nextdaily.co.kr/news/article.html?id=20090717800013
fifefox profile 폴더로 이동
- 경로 : C:\Users\userIDx\AppData\Roaming\Mozilla\Firefox\Profiles\4g6t1gh4.default
//===============
- sqlite3 이용
sqlite3 place.sqlite VACUUM
- 일괄 처리
for %a in (*.sqlite) do (sqlite3 %a vacuum)
//=================
- 프로그램 이용
BleachBit
https://www.bleachbit.org/
- 인터넷 브라우져, 시스템 청소(CCleaner와 유사한 기능)
- Addon
https://addons.mozilla.org/ko/firefox/addon/clickclean/
'Code > Database (DB)' 카테고리의 다른 글
SQL 정리 (JOIN, 연산자) (0) | 2018.11.08 |
---|---|
[윈도우] MySQL root 비밀번호 리셋 (1) | 2018.10.03 |
손상된 SQLite 데이터베이스 파일 복구 (0) | 2015.07.18 |
MDB 파일 관리 - SQL 명령 (0) | 2015.01.15 |
SQLite 성능 테스트(auto_vacuum 설정) (0) | 2014.01.22 |