Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

compress algorithm

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από dmitriy11993

more options

please advise which compression algorithm is used when saving browser console command history in the ~/.mozilla/firefox/xxx.default-release/storage/permanent/indexeddb+++fx-devtools/idb/xxx.sqlite ?

please advise which compression algorithm is used when saving browser console command history in the ~/.mozilla/firefox/xxx.default-release/storage/permanent/indexeddb+++fx-devtools/idb/xxx.sqlite ?

Όλες οι απαντήσεις (2)

more options

There's no compression. It's just a uncompressed sqlite database file. You need a sqlite db editor and learn some SQL to use this file.

more options

Thanks for the answer.

There's no compression.

If so, why doesn't the size of the sqlite-file change (it remains equal to 48 kilobytes), no matter how many commands I enter in the console? The size of the sqlite-file does not change even after adding a few megabytes of text to the console.

You need a sqlite db editor

I was browsing the contents of the object_data table using DB Browser for SQL: http://i.imgur.com/T2sIsJu.png