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
eef60b3a
Commit
eef60b3a
authored
11 years ago
by
hofmockel
Browse files
Options
Downloads
Patches
Plain Diff
Update the changelog
parent
6ceb6514
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/changelog.rst
+21
-10
21 additions, 10 deletions
docs/changelog.rst
with
21 additions
and
10 deletions
docs/changelog.rst
+
21
−
10
View file @
eef60b3a
...
@@ -4,13 +4,32 @@ Changelog
...
@@ -4,13 +4,32 @@ Changelog
Upcoming Version
Upcoming Version
----------------
----------------
Target is to work with the next version of rocksdb (2.8.fb)
Target is rocksdb 3.0
Version 0.2
----------------
This version works with RocksDB version 2.8.fb. Now you have access to the more
advanced options of rocksdb. Like changing the memtable or SST representation.
It is also possible now to enable *Universal Style Compaction*.
* Fixed `issue 3 <https://github.com/stephan-hof/pyrocksdb/pull/3>`_.
* Fixed `issue 3 <https://github.com/stephan-hof/pyrocksdb/pull/3>`_.
Which fixed the change of prefix_extractor from raw-pointer to smart-pointer.
Which fixed the change of prefix_extractor from raw-pointer to smart-pointer.
* Support the new :py:attr:`rocksdb.Options.verify_checksums_in_compaction` option.
* Support the new :py:attr:`rocksdb.Options.verify_checksums_in_compaction` option.
* Add :py:attr:`rocksdb.Options.table_factory` option. So you could use the new
'PlainTableFactories' which are optimized for in-memory-databases.
* https://github.com/facebook/rocksdb/wiki/PlainTable-Format
* https://github.com/facebook/rocksdb/wiki/How-to-persist-in-memory-RocksDB-database%3F
* Add :py:attr:`rocksdb.Options.memtable_factory` option.
* Add options :py:attr:`rocksdb.Options.compaction_style` and
:py:attr:`rocksdb.Options.compaction_options_universal` to change the
compaction style.
* Update documentation to the new default values
* Update documentation to the new default values
* allow_mmap_reads=true
* allow_mmap_reads=true
...
@@ -22,15 +41,7 @@ Target is to work with the next version of rocksdb (2.8.fb)
...
@@ -22,15 +41,7 @@ Target is to work with the next version of rocksdb (2.8.fb)
* level0_stop_writes_trigger=24
* level0_stop_writes_trigger=24
* level0_slowdown_writes_trigger=20
* level0_slowdown_writes_trigger=20
* Document new property names for :py:meth:`rocksdb.DB.get_property`
* Document new property names for :py:meth:`rocksdb.DB.get_property`.
* Add :py:attr:`rocksdb.Options.table_factory` option. So you could use the new
'PlainTableFactories' which are optimized for in-memory-databases.
* https://github.com/facebook/rocksdb/wiki/PlainTable-Format
* https://github.com/facebook/rocksdb/wiki/How-to-persist-in-memory-RocksDB-database%3F
* Add :py:attr:`rocksdb.Options.memtable_factory` option.
Version 0.1
Version 0.1
-----------
-----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment