Skip to content
Snippets Groups Projects
  1. Apr 10, 2023
  2. Jul 05, 2022
  3. Mar 25, 2022
  4. Mar 24, 2022
  5. Nov 11, 2021
  6. Nov 08, 2021
  7. Jan 28, 2021
  8. Jan 27, 2021
  9. Sep 03, 2020
  10. Aug 31, 2020
  11. Aug 07, 2020
  12. Jul 19, 2020
  13. May 18, 2020
  14. Apr 07, 2020
  15. Mar 12, 2020
  16. Apr 22, 2019
  17. Feb 01, 2019
    • Alexander Böhn's avatar
      Allow `rocksdb.DB` instances to be manually closed · 952e7bb4
      Alexander Böhn authored
      While `delete rocks_ptr` is a deterministic operation in C++, the Python analogue `del rocks_handle` is not – disposal and finalization of the Rocks database are entirely dependent on the Python garbage collector (q.v. the `python-rocksdb` tests themselves, which call `gc.collect()` after `del rocks_handle` to attempt to force the destructor to run). This change exposes a method to trigger the destruction of the underlying Rocks database pointer (deterministic!) through the Python Rocks handle; existing code will not need to be changed, as the Python object destructor (non-deterministic!) will now call this method.
      
      This is the second revision of this PR – it resolves the first revision, #39.
      952e7bb4
    • twmht's avatar
      remove full_scan_mode · 32a3dca2
      twmht authored
      32a3dca2
  18. Nov 06, 2018
    • Jason Fried's avatar
      Column Family Support · 2a66e20c
      Jason Fried authored
      Add support for Column Families in a runtime safe way.
      Add unittests to test functionality
      Insure all unittests are passing.
      Cleaned up unittests to not use a fixed directory in tmp, but use tempfile
      2a66e20c
  19. Jun 19, 2017
  20. Apr 25, 2017
  21. Apr 23, 2017
  22. Apr 16, 2017
  23. Apr 07, 2017
  24. Mar 23, 2017
  25. Aug 30, 2015
  26. Aug 27, 2015
  27. Aug 15, 2015
  28. Jul 05, 2015
  29. Apr 12, 2015
Loading