Read a new blog post on
upscaledb.com:
Building an embedded column store database with upscaledb - part 1
This post is the first in a longer series of posts
describing how to implement SQL-ish scenarios in a key/value
store. In the first article I'll explain the basics, then will
continue to describe OLAP vs OLTP and how embedded databases
(specifically
upscaledb) can be optimized for both usages. The
third post will show simple recipes for translating SQL
databases to
upscaledb and for running simple queries.
Afterwards I will go in depth and describe analytical
operations on complex real-live data.