7 Commits
Author SHA1 Message Date
Matthew McNeelyandGitHub 56b2d31d75 chore: update README.md with correct links and badges (#2239)
**Description**

Updated links

Closes #2238
2025-12-10 22:11:18 +00:00
Ryan Fox-TylerandGitHub 94498ea84c chore: align repo conventions (#2158) 2025-02-05 17:00:32 -05:00
Naman JainandGitHub 6add7b479f chore: remove unused argument and obsolete FileLoadingMode option (#1640)
Removes unused argument and obsolete FileLoadingMode option.
2021-01-14 11:31:03 +05:30
Ibrahim JarifandGitHub 978228d6a4 Support compression in Badger (#1013)
This commit adds support for compression in badger. Two compression
algorithms - Snappy and ZSTD are supported for now. The compression algorithm information
is stored in the manifest file. We compress blocks (typically of size 4KB) stored in the SST.

The compression algorithm can be specified via the CompressionType option to badger.
2019-09-30 17:00:22 +05:30
Ashish GoswamiandGitHub b1a25c86c0 [breaking/format] Block level changes (#880)
* Have block based on size.
* Implementation of binary search inside block.
* Support for checksum at block level
* Update table benchmarks
* Support for max value size of uint32
2019-07-09 16:11:32 +05:30
Manish R Jain 19f3f0be2a Add licenses and format godoc for options so they fit within the <80 char window. 2017-09-11 22:25:46 +10:00
Deepak Jois a27400db04 Refactoring Options.
* Create an options package to hold file loading mode options.
* Move all options to a new file options.go for clarity
* Refactor table loading options
2017-09-07 12:52:30 +05:30