diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-07 17:17:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-07 17:17:59 +0000 |
commit | c049e5edab6d17c2f16d678e3530ad9d83a58dd2 (patch) | |
tree | b4001434ecd419a8780a85b1bc62f41e377889ab /devel/smack/pkg-descr | |
parent | a31a7121d39c1ceca3eb92f91ada0a4ca4a81eac (diff) | |
download | ports-c049e5edab6d17c2f16d678e3530ad9d83a58dd2.tar.gz ports-c049e5edab6d17c2f16d678e3530ad9d83a58dd2.zip |
Notes
Diffstat (limited to 'devel/smack/pkg-descr')
-rw-r--r-- | devel/smack/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/smack/pkg-descr b/devel/smack/pkg-descr new file mode 100644 index 000000000000..6af133c8b754 --- /dev/null +++ b/devel/smack/pkg-descr @@ -0,0 +1,13 @@ +SMACK is a low-level I/O storage library which packs data into sorted blobs, +compressed with zlib, bzip2, or snappy. + +It was created to host huge amount of rather small compressible data in +Elliptics, providing extremely fast write performance (tens of thousands RPS +per node with hundreds of millions already written objects); its backend +architecture was implemented with HBase in mind, but some changes were +tested and made different. + +Data is compressed and sorted by key, that is, you get HBase-like scans for +free (although this is not yet exported to Elliptics API). + +WWW: http://www.reverbrain.com/smack/ |