This website requires JavaScript.
Explore
Help
Sign In
xuemingqiang
/
mongo
Watch
1
Star
0
Fork
0
You've already forked mongo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
89bbfdfd4e48891c87ba06f4a61b3b4971e28580
mongo
/
ext
History
Michael Cahill
c07c5cb34a
Limit the maximum compression ratio our raw zlib implementation will allow. Once we have taken 20x the maximum page size, stop. This prevents pathological behavior in sythetic workloads where a page is forced out of cache, then compresses into a single page on disk, and we repeat for every update.
2014-09-10 14:30:24 +10:00
..
collators
/reverse
Add WT_COLLATOR::customize, allowing collators to be customized for specific data sources, or with application-managed metadata.
2014-08-15 18:02:25 +10:00
compressors
Limit the maximum compression ratio our raw zlib implementation will allow. Once we have taken 20x the maximum page size, stop. This prevents pathological behavior in sythetic workloads where a page is forced out of cache, then compresses into a single page on disk, and we repeat for every update.
2014-09-10 14:30:24 +10:00
datasources
/helium
Run the "standard" extensions through the style checks, mostly add a
2014-05-10 09:47:26 -04:00
test
/kvs_bdb
move ext/test/helium to ext/datasources/helium, we're shipping Helium
2014-01-20 09:44:22 -05:00