- Apr 10, 2023
-
-
Jan Segre authored
-
- Jul 05, 2022
-
-
Jan Segre authored
-
- Mar 25, 2022
-
-
Jan Segre authored
-
- Mar 24, 2022
-
-
Alexander Regueiro authored
Removed following properties of ColumnFamilyOptions, which have been deprecated for some time. (They cause issues with Cython right now, and will be obsolete in v7 anyway.) * `soft_rate_limit` * `hard_rate_limit` * `rate_limit_delay_max_milliseconds` * `purge_redundant_kvs_while_flush` * `skip_log_error_on_recovery`
-
Mandar Harshe authored
-
Mandar Harshe authored
-
Mandar Harshe authored
-
- Nov 11, 2021
-
-
Mandar Harshe authored
Remove unnecessary delete Revert deleting Close method call
-
- Nov 08, 2021
-
-
Mandar Harshe authored
Add dependency to Cython in pyproject.toml file Update tox configuration for unit test Remove deprecated setup_requires
-
- Jan 28, 2021
-
-
Martina Ferrari authored
-
vls authored
-
- Jan 27, 2021
-
-
iFA authored
-
Martina Ferrari authored
-
Martina Ferrari authored
-
- Sep 03, 2020
-
-
iFA authored
-
- Aug 31, 2020
-
-
iFA authored
-
- Aug 07, 2020
-
-
iFA authored
-
- Jul 19, 2020
-
-
iFA authored
-
- May 18, 2020
-
-
iFA authored
-
- Apr 07, 2020
-
-
iFA authored
-
- Mar 12, 2020
-
-
iFA authored
-
- Apr 22, 2019
-
-
iFA authored
-
- Feb 01, 2019
-
-
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.
-
twmht authored
-
- Nov 06, 2018
-
-
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
-
- Jun 19, 2017
-
-
twmht authored
-
- Apr 25, 2017
-
-
twmht authored
-
- Apr 23, 2017
-
-
twmht authored
-
- Apr 16, 2017
- Apr 07, 2017
-
-
twmht authored
Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes
-
- Mar 23, 2017
-
-
twmht authored
-
- Aug 30, 2015
- Aug 27, 2015
-
-
hofmockel authored
-
- Aug 15, 2015
-
-
hofmockel authored
-
- Jul 05, 2015
- Apr 12, 2015