Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 9, 2018. It is now read-only.
douban
/
beansdb
Public archive
Notifications
You must be signed in to change notification settings
Fork
228
Star
859
Code
Issues
9
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
beansdb
/
ChangeLog
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
66 lines (54 loc) · 2.03 KB
master
Breadcrumbs
beansdb
/
ChangeLog
Copy path
Top
File metadata and controls
Code
Blame
66 lines (54 loc) · 2.03 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2015-03-25 0.7.1
* improve: go test
* improve: get ??key will return key's meta even the key is deleted
* bugfix: item length overflow
2014-08-19 0.7.0
* Compatibility Changes: use zlog
* Compatibility Changes: htree structure changed
* Compatibility Changes: remove command line argument -A
* Compatibility Changes: not allow using ';' to seperate dirs in -H
* new: add command line argument -C
* new: optimize_stat command
* new: python test
* new: bucket.txt for each bitcask to check data files
* bugfix: gc error
* bugfix: rotate error
* bugfix: some memory and lock error
2013-07-15 0.6.0
* new: stopme command
* improve: add madvise() and fadvise() to improve fs buffer usage
* bugfix: make select() work, if no epoll and kqueue
* bugfix: overflow in htree and codec
2013-05-21 0.5.9
* improve: improve GC, do not need restart any more
* bugfix: limit number of formats in codec
* several bugfix
2013-02-04 0.5.8
* new: merge data files into large one when GC
* change: close bitcask in parallel
* bugfix: readlink() should ends with \0 (used when GC)
2012-11-20 0.5.7
* new: dump HTree to disk to speed up boosting
* change: increase the size of data file to 4G
* some bugfix
2011-11-25 0.5.6
* new: support multi directories as Home, manage disk spaces auto.
* improve: using multi threads when boot scaning.
2011-09-22 0.5.5
* improve: improve codec, support more patterns of keys
* bugfix: crash because of get_proc_stats, get maxrss from /proc/self/statm
2011-08-16 0.5.4
* improve: codec, enlarge buffer size
2011-01-11 0.5.3
* new: scan hash tree with prefix, for example, @xxx:prefix
* new: optimize data file in place (gc)
* improve: leader/follower threads model
* improve: less memory in htree
2010-11-10 0.5.1
* new: pub/sub threads model
* new: compress records and hint with QuickLZ
2010-10-25 0.5.0
* new: bitcask storage
* new: append and incr command
2009-12-25 0.3.0
* First public release.
You can’t perform that action at this time.