Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Dimitrov committed Feb 26, 2015
1 parent db0152c commit fd4e447
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# STSdb4
STSdb 4.0 is a NoSQL key-value store open-source database with innovative indexing technology. STSdb 4.0 is one of the fastest databases in the world.
# STSdb 4.0

STSdb 4.0 is a NoSQL key-value store open-source database with innovative indexing algorithm. The STSdb 4.0 engine is based on WaterfallTree technology which provides blazing performance in real-time indexing of both sequential and random keys, making STSdb 4.0 perfect for BigData and enterprise systems.

# Key Features

## Innovative Technology
The storage engine of STSdb 4.0 is based on an innovative data indexing structure called WaterfallTree. WaterfallTree is an algorithm that effectively solves one of the fundamental problems in the database world – speed degradation when indexing random keys.

More about WaterfallTree: http://stssoft.com/technologies/waterfalltree/.

## Performance
STSdb provides up to 100x increase in indexing speed and data procesing.

* up to 6x increase compared to LSM-tree technology.
* up to 10x increase compared to FractalTree technology.
* up to 100x increase compared to B-tree technology.

More about the performance: http://stssoft.com/products/stsdb-4-0/benchmark/.

# Compression
STSdb is not only faster, but more compact in size. In most of the cases it can achieve up to 4x better compression than competitive solutions thanks to fast parallel vertical compressions.

## BigData
With its innovative WaterfallTree technology, STSdb 4.0 is the perfect choice for BigData. STSdb can be used as a scalable and versatile node for cloud computing and enterprise systems.

More about STSdb and BigData: http://stssoft.com/products/stsdb-4-0/bigdata/.

## Simplicity
STSdb 4.0 has the best designed API in the database world. Simplicity is beauty.

Get started in fust a few minutes: http://docs.stsdb.com/display/stsdb404/Quick+Start.
***
More about STSdb and our technologies: http://stssoft.com/

0 comments on commit fd4e447

Please sign in to comment.