Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromberg committed Jan 20, 2016
1 parent e7b477d commit 2fbe967
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# README #

`vecdb`
Current version: 0.2.0

**Warning: Version 0.2** adds support for SHARDING, and introduces changes to the database format which are not upwards compatible.
Current version: 0.2.3

### What is this repository for? ###
`vecdb` is a simple "columnar database": each column in the database is stored in a single memory-mapped files. It is written in and for Dyalog APL as a tool on which to base new applications which need to generate and query very large amounts of data and do a large number of high performance reads, but do not need a full set of RDBMS features. In particuler, there is no "transactional" storage mechanism, and no ability to join tables built-in to the database.
Expand Down Expand Up @@ -80,5 +78,5 @@ Please read doc\Implementation.md before continuing.
### Key Collaborators ###

* [email protected]
* [email protected]
* [email protected]

0 comments on commit 2fbe967

Please sign in to comment.