Compacting SQLite bases of Firefox 3
On April 07,2022 by Tom RoutleySQLite is a powerful database that works behind the scenes of Mozilla Firefox Internet Web Browser by storing its history, bookmarks, the anti-phishing elements, etc. Aiming to provide optimum performance, data is kept secured and searching becomes faster by using SQLite. A little tweak can provide quality output from parts of Mozilla Firefox, although there are a couple of drawbacks with SQLite. It takes quite a large amount of disk space and unless and until modified, Mozilla Firefox can't compact the database part. After downloading SQLite from specific sites, some little adjustments need to be made in Mozilla Firefox so that the size of the SQLite decreases.
SQLite?
Firefox 3 uses SQLite database to store the history, bookmarks, the anti-phishing, etc..
SQLite is a very powerful database.
This helps to provide excellent performance, very fast searching and ensure that data will not be corrupted.
The disadvantage is that SQLite is a bigger database and takes up more space. Firefox does not compact these databases regularly.
These are the files. Sqlite content in your Firefox profile (home directory).
Here is a manipulation that reduces the size of these files without any loss of data:
This manipulation does no data base: It is fair to claim the unused disk blocks SQLite files.
Download SQLite
Under Linux, Install the sqlite3 packet (for example, under Debian/Ubuntu: sudo apt-get installe sqlite3)
Under Windows, download this command tool: https://www.sqliterg/sqlite-3_5_9.zip
Optimising
Close Firefox (important)
Then type: sqlite databasename.sqlite "VACUUM"
(For example: sqlite urlclassifier3.sqlite "VACUUM" )
) The size of the SQLite files should be decreased.
Batch
Article Recommendations
Latest articles
Popular Articles
Archives
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- December 2023
- November 2023
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- January 2021
Leave a Reply