Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

compress algorithm

  • 2 răspunsuri
  • 1 are această problemă
  • 6 vizualizări
  • Ultimul răspuns de 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 ?

Toate răspunsurile (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