iFA
12b56ded32
Update installation.rst
2021-08-26 10:53:08 +02:00
maxibor
b7aa63ec3d
add conda install
2020-06-14 16:52:21 +02:00
Roman Zeyde
7255ba4f2b
Remove fetch=False
unsupported keyword from db.iter{items,keys,values} documentation
2018-03-24 21:03:20 +03:00
meridianz
4acbc89424
Docs: fix typo in installation command line
2018-02-20 22:19:17 +03:00
Mehdi Abaakouk
e4c0de9455
Allow to compile the extension everywhere
...
This change:
* uses to setuptools Cython automatic extension build system.
* Add tox.ini to run tests and build docs into virtualenv
* Add .travis.yaml and Dockerfile to run tests in CI
* Change requirements to ensure:
- Cython and setuptools are installed before we build the Cython
extension
- tests dependencies are not installed by default
- doc dependencies are explicit
* Add missing lz4 library
* Allow to build the module with any librocksdb headers (no-rtti)
Closes #15
2018-02-09 09:21:56 +01:00
RIMPY BHAROT
20820095a2
Update installation.rst
...
Missing steps need to be added for clean installation.
2017-09-21 01:50:25 -07:00
twmht
8b8feb0435
bump to 0.6.7
2017-06-25 15:24:33 +08:00
twmht
190548ac82
update installation
2017-04-25 19:36:01 +08:00
twmht
995e7c77b8
bump to doc 0.6.6
2017-04-25 08:30:46 +08:00
twmht
5610d9474d
update the usage of default operators
2017-04-25 08:25:02 +08:00
twmht
79b0f8d6fb
add seekForPrev
2017-04-23 19:32:41 +08:00
twmht
3fb8297c8c
update installation in document
2017-04-17 00:57:09 +08:00
twmht
e834f80b42
update doc 0.6.4
2017-04-17 00:01:19 +08:00
hofmockel
23e304b0d1
master is now 0.5
2015-08-30 12:34:31 +02:00
hofmockel
bab926bf1b
Mention in the changelog that this version is avaialable on pypi.
2015-08-30 12:23:31 +02:00
hofmockel
df29b425d3
Update the versions (python,rocksdb) pyrocksdb 0.4 was tested with.
2015-08-30 12:22:52 +02:00
hofmockel
cfa5ff5e9b
Document the new row_cache option.
2015-08-30 12:22:36 +02:00
hofmockel
167ee99f33
Change API of compact_range to be compatible with the change of rocksdb.
2015-08-27 21:45:09 +02:00
hofmockel
9af06d38d7
Don't set a theme explicitly. Let 'readthedocs' decide itself.
2015-08-17 10:47:12 +02:00
hofmockel
608e5d0ba1
Update the installation page by mentioning a 'system wide' rocksdb installation.
2015-08-17 10:43:04 +02:00
hofmockel
8fba5ffa1d
Wrap the RepairDB function.
2015-08-15 16:34:35 +02:00
hofmockel
65c274c3d8
Make the master to 0.4
2015-07-05 13:59:44 +02:00
hofmockel
d1a94d7eeb
Mention which rocksdb version was used for the latest tests.
2015-07-05 13:55:17 +02:00
hofmockel
2ef04007c4
Add lz4 compression type.
2015-07-05 13:52:17 +02:00
hofmockel
302d1a6440
Make it possible to iterate over a WriteBatch.
2015-07-05 13:35:15 +02:00
hofmockel
cf95b579c4
Mention the rocksdb version the master was build with.
2015-04-12 14:11:46 +02:00
hofmockel
0c13b55e55
Remove rm_scan_count_limit from Cache creation.
2015-04-12 13:58:22 +02:00
hofmockel
b9f06fe785
Remove table_cache_remove_scan_count_limit because it is also removed from rocksdb.
2015-04-12 13:51:28 +02:00
hofmockel
7e1df8bec1
Document the changes done at the options.
2014-10-22 20:53:51 +02:00
hofmockel
c9de58681e
Update the changelog.
2014-08-22 19:59:10 +02:00
hofmockel
a3072c79b3
Document the new init-methods for the SST-table-builders
2014-08-22 19:58:17 +02:00
hofmockel
13518d2680
Remove TotalOrderPlainTableFactory. It was also removed in rocksdb.
2014-08-22 19:15:46 +02:00
Alexandre Mclean
896538db3a
Fix missing index key in prefix extractor example
2014-07-19 01:16:03 -04:00
hofmockel
8f75fce0a8
Update the changelog
2014-05-31 20:27:44 +02:00
hofmockel
f4c5aed418
Make the 'compact_range' call available in python
...
(cherry picked from commit c6e4014136
)
2014-05-31 20:25:06 +02:00
hofmockel
f897bf4911
Adapt to the changes of 'prefix seek api'
...
See https://github.com/facebook/rocksdb/wiki/Prefix-Seek-API-Changes
2014-05-31 20:21:42 +02:00
hofmockel
5f8602391b
'master' is not bound to any rocksdb version
2014-04-29 17:55:01 +02:00
hofmockel
eef60b3ab7
Update the changelog
2014-04-29 17:48:55 +02:00
hofmockel
6ceb6514b5
Allow configuration of universal style compaction
2014-04-29 17:46:21 +02:00
hofmockel
68c58009f2
Add examples to use the 'table_factory' and 'memtable_factory'
2014-04-28 20:33:40 +02:00
hofmockel
1cb9ec4ee1
Allow it to configure the memtable representation
2014-04-28 20:32:33 +02:00
hofmockel
fef21c8965
Prepare the new release name
2014-04-27 19:31:01 +02:00
hofmockel
18cd5c7a4f
Add changelog for the recent changes
2014-04-27 19:28:56 +02:00
hofmockel
482379cf94
Add support for the 'PlainTableFactories'
2014-04-27 19:20:30 +02:00
hofmockel
85fe7c095f
Change installation instructions to use rocksdb2.8
2014-04-27 16:40:32 +02:00
hofmockel
bfb370fdc8
Add new option called verify_checksums_in_compaction
2014-04-27 16:39:17 +02:00
hofmockel
9b9073670d
Document changed default values of rocksdb2.8
2014-04-27 16:38:06 +02:00
hofmockel
6d7cbf2a18
Add new 'property' names comming with 2.8
2014-04-27 16:36:27 +02:00
hofmockel
dca6b61bbb
Update the default values for some options
2014-04-01 21:25:52 +02:00
hofmockel
098f9578d6
Change prefix_extractor to smart-pointer instead of raw
2014-04-01 21:24:18 +02:00