Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Rocksdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
Python Rocksdb
Commits
9e5f6001507eac3a1e672cd1c4bbf4ebabfca9ec
Select Git revision
0 results
python-rocksdb
Author
Search by author
Any Author
authors
0 authors
Mar 23, 2017
bump to 0.6.1
· 9e5f6001
twmht
authored
8 years ago
9e5f6001
now support rocksdb 5.3.0
· 056d62d4
twmht
authored
8 years ago
056d62d4
Aug 30, 2015
master is now 0.5
· 23e304b0
hofmockel
authored
9 years ago
23e304b0
Mention in the changelog that this version is avaialable on pypi.
· bab926bf
hofmockel
authored
9 years ago
bab926bf
Update the versions (python,rocksdb) pyrocksdb 0.4 was tested with.
· df29b425
hofmockel
authored
9 years ago
df29b425
Document the new row_cache option.
· cfa5ff5e
hofmockel
authored
9 years ago
cfa5ff5e
Add "row_cache" to options.
· 01f13577
hofmockel
authored
9 years ago
01f13577
No need for the 'get_ob' methods on PyCache.
· 6b54dc9e
hofmockel
authored
9 years ago
6b54dc9e
Aug 27, 2015
Change API of compact_range to be compatible with the change of rocksdb.
· 167ee99f
hofmockel
authored
9 years ago
167ee99f
Aug 17, 2015
Don't set a theme explicitly. Let 'readthedocs' decide itself.
· 9af06d38
hofmockel
authored
9 years ago
9af06d38
Improve the README.rst by adding a quick install/using guide.
· 70b46731
hofmockel
authored
9 years ago
70b46731
Update the installation page by mentioning a 'system wide' rocksdb installation.
· 608e5d0b
hofmockel
authored
9 years ago
608e5d0b
Aug 16, 2015
Rename README.md to README.rst so setup.py can pick it up.
· 7a6fd6ec
hofmockel
authored
9 years ago
7a6fd6ec
Add the .hpp .pxd .pyx files for the sdist.
· b03ba085
hofmockel
authored
9 years ago
b03ba085
Only 'cythonize' if Cython is installed.
· 8481bc24
hofmockel
authored
9 years ago
8481bc24
Get rid of this 'extension_defaults' variable.
· 61e8ae76
hofmockel
authored
9 years ago
61e8ae76
Aug 15, 2015
Wrap the RepairDB function.
· 8fba5ffa
hofmockel
authored
9 years ago
8fba5ffa
Jul 20, 2015
Use another compiler flag wich works for clang and gcc.
· a670ec2a
hofmockel
authored
9 years ago
a670ec2a
Jul 05, 2015
Remove prints from the tests.
· aee8dbe5
hofmockel
authored
10 years ago
aee8dbe5
Make the master to 0.4
· 65c274c3
hofmockel
authored
10 years ago
65c274c3
Mention which rocksdb version was used for the latest tests.
· d1a94d7e
hofmockel
authored
10 years ago
d1a94d7e
Add lz4 compression type.
· 2ef04007
hofmockel
authored
10 years ago
2ef04007
Make it possible to iterate over a WriteBatch.
· 302d1a64
hofmockel
authored
10 years ago
302d1a64
Apr 12, 2015
Mention the rocksdb version the master was build with.
· cf95b579
hofmockel
authored
10 years ago
cf95b579
Update the declaration with rocksdb.
· cd545c7a
hofmockel
authored
10 years ago
cd545c7a
Get rid of depricated way to create backupengine.
· 8b26e1e4
hofmockel
authored
10 years ago
8b26e1e4
Remove rm_scan_count_limit from Cache creation.
· 0c13b55e
hofmockel
authored
10 years ago
0c13b55e
Remove table_cache_remove_scan_count_limit because it is also removed from rocksdb.
· b9f06fe7
hofmockel
authored
10 years ago
b9f06fe7
Oct 22, 2014
Type has changed with rocksdb 3.6
· 2cbeb48c
hofmockel
authored
10 years ago
2cbeb48c
Update the tests.
· 9cf520a7
hofmockel
authored
10 years ago
9cf520a7
Document the changes done at the options.
· 7e1df8be
hofmockel
authored
10 years ago
7e1df8be
Move filter_policy to block_based_table_factory.
· 87a7ddfe
hofmockel
authored
10 years ago
87a7ddfe
Move the block_cache* from options to block_based_table_factory.
· 5550ed91
hofmockel
authored
10 years ago
5550ed91
Move the 'simple' block based table options to the block_table_factory.
· 14dd1c78
hofmockel
authored
10 years ago
14dd1c78
Remove deprecated options.
· 3358119f
hofmockel
authored
10 years ago
3358119f
Aug 22, 2014
Change include path and get rid of the warning.
· 8a0bd3a2
hofmockel
authored
10 years ago
8a0bd3a2
Fix unittest
· e3aa17dc
hofmockel
authored
10 years ago
e3aa17dc
Update the changelog.
· c9de5868
hofmockel
authored
10 years ago
c9de5868
Document the new init-methods for the SST-table-builders
· a3072c79
hofmockel
authored
10 years ago
a3072c79
Remove TotalOrderPlainTableFactory. It was also removed in rocksdb.
· 13518d26
hofmockel
authored
10 years ago
13518d26
Loading