S
S
sdevalex2012-07-31 13:10:09
NoSQL
sdevalex, 2012-07-31 13:10:09

NoSQL database with table schema description

You need a base for a C++ application with the following properties:
- NoSQL
- description of the table schema
- auto-sharing with horizontal scaling
- transactions are not required

Are there any?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anatoly, 2012-07-31
@taliban

"table schema description"
Do you really need NoSQL? Maybe you will read about NoSQL and evaluate their principles of work again? Maybe even after that choose sqlite.

S
sdevalex, 2012-07-31
@sdevalex

> You don't have to use SQL syntax to use SQL database
. I need not complex operations and SQL is not fast. ORM adds another layer... I enjoy using ActiveRecord on the Web, but here I'm trying to squeeze out all possible speed.
Now the application just stores data in memory, but some tests run out of memory and I thought about sharing.

G
gaelpa, 2012-07-31
@gaelpa

If you don't like the SQL layer, you can go the other way: take some MongoDB and add a structure verification layer.

V
vintage, 2015-09-16
@vintage

orientdb.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question