Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

compress algorithm

  • 2 wotmołwje
  • 1 ma tutón problem
  • 1 napohlad
  • Poslednja wotmołwa wot 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 ?

Wšě wotmołwy (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