iFA

Results 39 comments of iFA

Hey. My biggest DB takes 900GB storage with more than 100 billion keys and many CF's. I have also disabled block_cache for the most CF's where i dont need any...

Have the same issue :(

Hi. `del variable[:]` Should be the correct method for `.clear()`, and then is python 2 compatible.

``` >>> data = [1,2,3] >>> ptr = data >>> del data[:] >>> ptr.append(4) >>> data [4] >>> >>> >>> data = [1,2,3] >>> ptr = data >>> data =...

Hi, the document says for that function: `Returns: | A dict where the value is either bytes or None if not found`

BTW what you mentioned NOTICE is right, you put your keys in a list, then the function will get from the database every item what is on the list, after...

Take some attention to https://github.com/facebook/rocksdb/blob/6.3.fb/include/rocksdb/table.h#L61-L71 I have several databases with different sizes: 30gb 250gb 400gb 1.2tb. I doesn't have any memory issue.

For dependency is `libgdk-pixbuf2.0-0` marked but that is not a valid package on Deb13, the valid package name is `libgdk-pixbuf-2.0-0` what is probably already installed.