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
eef60b3ab7d4fa10c3e5ab524cb77b8ec374dc27
Select Git revision
Branches
1
master
default
1 result
python-rocksdb
docs
Author
Search by author
Any Author
authors
jmaslanka
jmaslanka
Piotr Maślanka
henrietta
2 authors
Apr 29, 2014
Update the changelog
· eef60b3a
hofmockel
authored
11 years ago
eef60b3a
Allow configuration of universal style compaction
· 6ceb6514
hofmockel
authored
11 years ago
6ceb6514
Apr 28, 2014
Add examples to use the 'table_factory' and 'memtable_factory'
· 68c58009
hofmockel
authored
11 years ago
68c58009
Allow it to configure the memtable representation
· 1cb9ec4e
hofmockel
authored
11 years ago
1cb9ec4e
Apr 27, 2014
Prepare the new release name
· fef21c89
hofmockel
authored
11 years ago
fef21c89
Add changelog for the recent changes
· 18cd5c7a
hofmockel
authored
11 years ago
18cd5c7a
Add support for the 'PlainTableFactories'
· 482379cf
hofmockel
authored
11 years ago
482379cf
Change installation instructions to use rocksdb2.8
· 85fe7c09
hofmockel
authored
11 years ago
85fe7c09
Add new option called verify_checksums_in_compaction
· bfb370fd
hofmockel
authored
11 years ago
bfb370fd
Document changed default values of rocksdb2.8
· 9b907367
hofmockel
authored
11 years ago
9b907367
Add new 'property' names comming with 2.8
· 6d7cbf2a
hofmockel
authored
11 years ago
6d7cbf2a
Apr 01, 2014
Update the default values for some options
· dca6b61b
hofmockel
authored
11 years ago
dca6b61b
Change prefix_extractor to smart-pointer instead of raw
· 098f9578
hofmockel
authored
11 years ago
098f9578
Prepare docs to use version 0.1
· 82b88db2
hofmockel
authored
11 years ago
82b88db2
Add a simple changelog file
· 41fdfa75
hofmockel
authored
11 years ago
41fdfa75
Feb 02, 2014
Some typos
· 7c27cd0a
hofmockel
authored
11 years ago
7c27cd0a
Update todos
· d5a9b99d
hofmockel
authored
11 years ago
d5a9b99d
Add documentation for backup engine
· b5743e85
hofmockel
authored
11 years ago
b5743e85
Make it clear which version of rocksdb is supported
· 81833395
hofmockel
authored
11 years ago
81833395
A little bit more text on the tutorial
· b417a564
hofmockel
authored
11 years ago
b417a564
Jan 23, 2014
Depend on cython 0.20 to use the @cython.no_gc_clear decorator
· bb31b346
hofmockel
authored
11 years ago
bb31b346
Jan 21, 2014
Add doce for prefix_extractor
· 3afcb986
hofmockel
authored
11 years ago
3afcb986
Jan 17, 2014
Update docu about the bytes and unicode
· 828be96d
hofmockel
authored
11 years ago
828be96d
Jan 16, 2014
Add a text about bytes and unicode in pyrocksdb
· 46298a8f
hofmockel
authored
11 years ago
46298a8f
Support unicode objects for paths
· 6277f9ab
hofmockel
authored
11 years ago
Use sys.getfilesystemencoding() for encoding
6277f9ab
Jan 15, 2014
Update the 'rocksdb' build instruction
· 29551902
hofmockel
authored
11 years ago
29551902
Add makefile for docs
· c0027bdd
hofmockel
authored
11 years ago
Easier to use than always calling 'sphinx-build ...'
c0027bdd
Jan 13, 2014
Add links to docu and how pip install from github works
· f87ac593
hofmockel
authored
11 years ago
f87ac593
Initial commit of the driver
· 77c384b6
hofmockel
authored
11 years ago
77c384b6
Loading