Answer the question
In order to leave comments, you need to log in
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
"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.
> 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.
If you don't like the SQL layer, you can go the other way: take some MongoDB and add a structure verification layer.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question