Skip to content

AlfredChenxf/zetascale

 
 

Repository files navigation

ZetaScale

ZetaScale provides an object API with configurable attributes, and leverages flash storage for high performance and high availability.

ZetaScale was developed because many applications realize limited benefits from flash storage without extensive system level optimization. ZetaScale incorporates many of the system level optimizations that are required to exploit flash. Applications can be flash-optimized with much less effort by using ZetaScale as their storage layer.

The system level optimizations in ZetaScale include:

  • Intelligent DRAM caching.
  • Heavily optimized access paths for high performance.
  • Optimized threading to maximize concurrency and minimize response time.
  • Configurable flash management algorithms to optimize different workloads.

Build ZetaScale

CentOS

#yum groupinstall 'Development Tools'
#yum install libaio-devel libevent-devel snappy-devel

Ubuntu

#apt-get install build-essential libaio-dev libevent-dev libsnappy-dev

Install lz4

#cd /opt
#git clone https://github.com/Cyan4973/lz4.git
#cd lz4/lib
#make install

debug build

#./build_zs_sdk.sh

optimized build

#./build_zs_sdk.sh --optimize

Basic test

#export ZS_LIB=/path/to/zetascale/library/libzs.so
#export ZS_PROPERTY_FILE=/path/to/zetascale/config/zs.prop
#cd ./api/tests/
#make test

Documetation

doc/FDF_programming_guide.docx

License

LGPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Perl 1.1%
  • C++ 0.9%
  • CMake 0.2%
  • Shell 0.2%
  • Assembly 0.0%